Josiah Worcester 2894a44b40 add alternate backend support for getgrouplist il y a 10 ans
..
a64l.c ca19774c91 implement a64l and l64a (legacy xsi stuff) il y a 13 ans
basename.c 07065210ca alias basename to glibc name for it, to meet abi goals il y a 13 ans
dirname.c 507faa63cb fix dirname to handle input of form "foo/" correctly il y a 12 ans
ffs.c 67ba40d1e0 optimize legacy ffs function il y a 13 ans
ffsl.c ecc082c61b implement ffsl and ffsll functions il y a 11 ans
ffsll.c ecc082c61b implement ffsl and ffsll functions il y a 11 ans
fmtmsg.c 5474a34669 implement fmtmsg function il y a 11 ans
forkpty.c 814aae2009 overhaul forkpty function using new login_tty il y a 10 ans
get_current_dir_name.c 2b7cf6dbb9 optimize get_current_dir_name to reduce stack bloat il y a 11 ans
getauxval.c 7bece9c209 provide getauxval(AT_SECURE) even if it is missing from the aux vector il y a 11 ans
getdomainname.c c87584a3e9 add setdomainname syscall, fix getdomainname (previously a stub) il y a 12 ans
gethostid.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. il y a 12 ans
getopt.c 91184c4f16 add error message printing to getopt_long and make related improvements il y a 10 ans
getopt_long.c 63cac4e29a simplify part of getopt_long il y a 10 ans
getpriority.c aa398f56fa global cleanup to use the new syscall interface il y a 14 ans
getresgid.c b1b3d3525b add getresuid and getresgid syscall wrappers il y a 13 ans
getresuid.c b1b3d3525b add getresuid and getresgid syscall wrappers il y a 13 ans
getrlimit.c 8258014fd1 fix for broken kernel side RLIM_INFINITY on mips il y a 11 ans
getrusage.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
getsubopt.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
initgroups.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
ioctl.c aa398f56fa global cleanup to use the new syscall interface il y a 14 ans
issetugid.c ddddec106f add issetugid function to check for elevated privilege il y a 11 ans
lockf.c 0b44a0315b initial check-in, version 0.5.0 il y a 14 ans
login_tty.c 4b2cb37770 add login_tty function il y a 10 ans
mntent.c 0a24be213a make endmntent function handle null argument il y a 11 ans
nftw.c 73871ee3f2 fix nftw FTW_MOUNT flag il y a 11 ans
openpty.c 1227e418ea block pthread cancellation in openpty function il y a 10 ans
ptsname.c c21a19d5a5 fix ptsname_r to conform to the upcoming posix requirements il y a 13 ans
pty.c 6619317164 fix negated error codes from ptsname_r il y a 11 ans
realpath.c 594c827a22 support kernels with no SYS_open syscall, only SYS_openat il y a 11 ans
setdomainname.c c87584a3e9 add setdomainname syscall, fix getdomainname (previously a stub) il y a 12 ans
setpriority.c 201e6603c3 fix typo in setpriority syscall wrapper il y a 12 ans
setrlimit.c 472e8b71f7 for multithreaded set*id/setrlimit, handle case where callback does not run il y a 10 ans
syscall.c 5f95f965e9 use syscall_arg_t for arguments in public syscall() function il y a 11 ans
syslog.c 6de071a0be eliminate atomics in syslog setlogmask function il y a 10 ans
uname.c 571744447c include cleanups: remove unused headers and add feature test macros il y a 11 ans
wordexp.c 594ffed82f fix bad character checking in wordexp il y a 10 ans