index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
unistd
Commit message (
Expand
)
Author
Age
Files
Lines
*
add framework to support archs without a native wait4 syscall
Rich Felker
2024-02-22
1
-1
/
+1
*
ensure valid setxid return value in an unexpected error case
Markus Wichmann
2023-11-06
1
-1
/
+1
*
dup3: don't set FD_CLOEXEC on failure on kernels without dup3 syscall
Rich Felker
2023-02-28
1
-1
/
+2
*
fix dup3 ignoring all flags but O_CLOEXEC on archs with SYS_dup2 syscall
Rich Felker
2023-02-28
1
-1
/
+2
*
fix pipe2 silently ignoring unknown flags on old kernels
Rich Felker
2023-02-28
1
-0
/
+1
*
remove LFS64 symbol aliases; replace with dynamic linker remapping
Rich Felker
2022-10-19
9
-15
/
+0
*
nice: return EPERM instead of EACCES
Alexey Kodanev
2022-03-08
1
-1
/
+8
*
work around linux bug in readlink syscall with zero buffer size
Rich Felker
2020-11-23
2
-3
/
+17
*
refactor setxid return path to use __syscall_ret
Rich Felker
2020-10-27
1
-14
/
+9
*
move aio implementation details to a proper internal header
Rich Felker
2020-10-14
1
-0
/
+1
*
use new SYS_faccessat2 syscall to implement faccessat with flags
Rich Felker
2020-09-09
1
-3
/
+8
*
clean up overinclusion in files using TIOCGWINSZ
Rich Felker
2020-08-30
1
-1
/
+0
*
add tcgetwinsize and tcsetwinsize functions, move struct winsize
Rich Felker
2020-08-24
1
-0
/
+1
*
use setitimer function rather than syscall to implement alarm
Rich Felker
2019-08-05
1
-3
/
+3
*
fix broken lseek on x32 (x86_64/ILP32) with offsets larger than LONG_MAX
Rich Felker
2019-07-16
1
-0
/
+15
*
fix broken lseek on mipsn32 with offsets larger than LONG_MAX
Rich Felker
2019-07-16
1
-0
/
+20
*
use namespace-safe __lseek for __stdio_seek instead of direct syscall
Rich Felker
2019-07-16
1
-2
/
+3
*
fix restrict violations in internal use of several functions
Samuel Holland
2019-07-10
1
-3
/
+3
*
support archs with no renameat syscall, only renameat2
Drew DeVault
2019-03-21
1
-0
/
+4
*
improve error handling of ttyname_r and isatty
Benjamin Peterson
2018-09-15
2
-2
/
+6
*
remove spurious inclusion of libc.h for LFS64 ABI aliases
Rich Felker
2018-09-12
7
-14
/
+7
*
reduce spurious inclusion of libc.h
Rich Felker
2018-09-12
8
-9
/
+0
*
move and deduplicate declarations of __procfdname to make it checkable
Rich Felker
2018-09-12
3
-6
/
+1
*
avoid excessive stack usage in getcwd
Rich Felker
2018-05-01
1
-2
/
+2
*
fix out of bounds write for zero length buffer in gethostname
Marc André Tanner
2018-04-19
1
-1
/
+1
*
fix return value of nice function
Rich Felker
2018-04-17
1
-5
/
+9
*
make getcwd fail if it cannot obtain an absolute path
Dmitry V. Levin
2018-02-07
1
-1
/
+7
*
revert regression in faccessat AT_EACCESS robustness
Rich Felker
2018-02-05
1
-21
/
+14
*
fix fchown fallback on arches without chown(2)
Samuel Holland
2017-05-27
1
-1
/
+1
*
make ttyname[_r] return ENODEV rather than ENOENT
Rich Felker
2017-04-21
1
-1
/
+1
*
verify that ttyname refers to the same file as the fd
Szabolcs Nagy
2016-08-30
1
-4
/
+11
*
fix pread/pwrite syscall calling convention on sh
Rich Felker
2016-08-11
2
-2
/
+2
*
add mips n32 port (ILP32 ABI for mips64)
Rich Felker
2016-04-18
1
-0
/
+19
*
add mips64 port
Rich Felker
2016-03-06
1
-0
/
+19
*
switch to using trap number 31 for syscalls on sh
Rich Felker
2015-06-16
1
-1
/
+1
*
fix possible isatty false positives and unwanted device state changes
Rich Felker
2015-02-23
1
-3
/
+4
*
map interruption of close by signal to success rather than EINPROGRESS
Rich Felker
2015-02-20
1
-1
/
+1
*
overhaul aio implementation for correctness
Rich Felker
2015-02-13
1
-0
/
+8
*
make fsync, fdatasync, and msync cancellation points
Trutz Behn
2015-01-30
2
-2
/
+2
*
for multithreaded set*id/setrlimit, handle case where callback does not run
Rich Felker
2015-01-15
1
-1
/
+1
*
remove rlimit hacks from multi-threaded set*id() code
Rich Felker
2015-01-12
1
-23
/
+15
*
simplify ctermid
Rich Felker
2015-01-12
1
-14
/
+2
*
support linux kernel apis (new archs) with old syscalls removed
Rich Felker
2014-05-29
14
-1
/
+69
*
rename superh port to "sh" for consistency
Rich Felker
2014-02-27
1
-0
/
+0
*
superh port
Bobby Bingham
2014-02-23
1
-0
/
+27
*
fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF
Rich Felker
2013-12-19
2
-2
/
+6
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
5
-6
/
+1
*
add posix_close, accepted for inclusion in the next issue of POSIX
Rich Felker
2013-12-06
1
-0
/
+6
*
simplify faccessat AT_EACCESS path and eliminate resource dependence
Rich Felker
2013-11-01
1
-14
/
+21
*
fix faccessat AT_EACCESS path not to leave zombie processes
Rich Felker
2013-11-01
1
-2
/
+6
[next]