Rich Felker 030e526392 add getopt reset support hace 12 años
..
a64l.c ca19774c91 implement a64l and l64a (legacy xsi stuff) hace 13 años
basename.c 07065210ca alias basename to glibc name for it, to meet abi goals hace 13 años
dirname.c 507faa63cb fix dirname to handle input of form "foo/" correctly hace 12 años
ffs.c 67ba40d1e0 optimize legacy ffs function hace 12 años
forkpty.c c0fe5b9da9 check for fd exhaustion in forkpty hace 13 años
get_current_dir_name.c f96eb335e1 fix get_current_dir_name behavior hace 13 años
getdomainname.c c87584a3e9 add setdomainname syscall, fix getdomainname (previously a stub) hace 12 años
getgrouplist.c 91e836fda7 implement getgrouplist (for initgroups), formerly dummied-out hace 14 años
gethostid.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. hace 12 años
getopt.c 030e526392 add getopt reset support hace 12 años
getopt_long.c 030e526392 add getopt reset support hace 12 años
getpriority.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
getresgid.c b1b3d3525b add getresuid and getresgid syscall wrappers hace 13 años
getresuid.c b1b3d3525b add getresuid and getresgid syscall wrappers hace 13 años
getrlimit.c 5235a2a5a4 use prlimit syscall for getrlimit/setrlimit hace 13 años
getrusage.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
getsubopt.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
initgroups.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. hace 12 años
ioctl.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
lockf.c 0b44a0315b initial check-in, version 0.5.0 hace 14 años
mntent.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. hace 12 años
nftw.c df9e11bb06 protect ftw and nftw against cancellation hace 14 años
openpty.c d40e344f7b incorrect check for open failure in openpty function hace 13 años
ptsname.c c21a19d5a5 fix ptsname_r to conform to the upcoming posix requirements hace 13 años
pty.c c21a19d5a5 fix ptsname_r to conform to the upcoming posix requirements hace 13 años
realpath.c f2d08cf755 fix some more O_CLOEXEC/SOCK_CLOEXEC issues hace 12 años
setdomainname.c c87584a3e9 add setdomainname syscall, fix getdomainname (previously a stub) hace 12 años
setpriority.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
setrlimit.c 5235a2a5a4 use prlimit syscall for getrlimit/setrlimit hace 13 años
syscall.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. hace 12 años
syslog.c 79a5e73e51 emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels hace 12 años
uname.c aa398f56fa global cleanup to use the new syscall interface hace 14 años
wordexp.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 hace 12 años