| .. |
|
a64l.c
|
implement a64l and l64a (legacy xsi stuff)
|
14 years ago |
|
basename.c
|
alias basename to glibc name for it, to meet abi goals
|
15 years ago |
|
dirname.c
|
fix dirname to handle input of form "foo/" correctly
|
14 years ago |
|
ffs.c
|
optimize legacy ffs function
|
14 years ago |
|
forkpty.c
|
check for fd exhaustion in forkpty
|
15 years ago |
|
get_current_dir_name.c
|
fix get_current_dir_name behavior
|
14 years ago |
|
getdomainname.c
|
add setdomainname syscall, fix getdomainname (previously a stub)
|
14 years ago |
|
getgrouplist.c
|
implement getgrouplist (for initgroups), formerly dummied-out
|
15 years ago |
|
gethostid.c
|
cleanup src/linux and src/misc trees, etc.
|
14 years ago |
|
getopt.c
|
add getopt reset support
|
14 years ago |
|
getopt_long.c
|
add getopt reset support
|
14 years ago |
|
getpriority.c
|
global cleanup to use the new syscall interface
|
15 years ago |
|
getresgid.c
|
add getresuid and getresgid syscall wrappers
|
14 years ago |
|
getresuid.c
|
add getresuid and getresgid syscall wrappers
|
14 years ago |
|
getrlimit.c
|
use prlimit syscall for getrlimit/setrlimit
|
15 years ago |
|
getrusage.c
|
global cleanup to use the new syscall interface
|
15 years ago |
|
getsubopt.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
initgroups.c
|
cleanup src/linux and src/misc trees, etc.
|
14 years ago |
|
ioctl.c
|
global cleanup to use the new syscall interface
|
15 years ago |
|
lockf.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
mntent.c
|
cleanup src/linux and src/misc trees, etc.
|
14 years ago |
|
nftw.c
|
protect ftw and nftw against cancellation
|
15 years ago |
|
openpty.c
|
incorrect check for open failure in openpty function
|
15 years ago |
|
ptsname.c
|
fix ptsname_r to conform to the upcoming posix requirements
|
14 years ago |
|
pty.c
|
fix ptsname_r to conform to the upcoming posix requirements
|
14 years ago |
|
realpath.c
|
fix some more O_CLOEXEC/SOCK_CLOEXEC issues
|
14 years ago |
|
setdomainname.c
|
add setdomainname syscall, fix getdomainname (previously a stub)
|
14 years ago |
|
setpriority.c
|
global cleanup to use the new syscall interface
|
15 years ago |
|
setrlimit.c
|
use prlimit syscall for getrlimit/setrlimit
|
15 years ago |
|
syscall.c
|
cleanup src/linux and src/misc trees, etc.
|
14 years ago |
|
syslog.c
|
emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels
|
14 years ago |
|
uname.c
|
global cleanup to use the new syscall interface
|
15 years ago |
|
wordexp.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |