Timo Teräs 0a24be213a make endmntent function handle null argument 10 年 前
..
a64l.c ca19774c91 implement a64l and l64a (legacy xsi stuff) 13 年 前
basename.c 07065210ca alias basename to glibc name for it, to meet abi goals 13 年 前
dirname.c 507faa63cb fix dirname to handle input of form "foo/" correctly 12 年 前
ffs.c 67ba40d1e0 optimize legacy ffs function 12 年 前
ffsl.c ecc082c61b implement ffsl and ffsll functions 10 年 前
ffsll.c ecc082c61b implement ffsl and ffsll functions 10 年 前
fmtmsg.c 5474a34669 implement fmtmsg function 11 年 前
forkpty.c c0fe5b9da9 check for fd exhaustion in forkpty 13 年 前
get_current_dir_name.c 2b7cf6dbb9 optimize get_current_dir_name to reduce stack bloat 11 年 前
getauxval.c 7bece9c209 provide getauxval(AT_SECURE) even if it is missing from the aux vector 10 年 前
getdomainname.c c87584a3e9 add setdomainname syscall, fix getdomainname (previously a stub) 12 年 前
getgrouplist.c 571744447c include cleanups: remove unused headers and add feature test macros 11 年 前
gethostid.c b9bb8f67bb cleanup src/linux and src/misc trees, etc. 12 年 前
getopt.c 66fcde4ae4 support optional-argument extension to getopt via double-colon 11 年 前
getopt_long.c 030e526392 add getopt reset support 12 年 前
getpriority.c aa398f56fa global cleanup to use the new syscall interface 14 年 前
getresgid.c b1b3d3525b add getresuid and getresgid syscall wrappers 13 年 前
getresuid.c b1b3d3525b add getresuid and getresgid syscall wrappers 13 年 前
getrlimit.c 8258014fd1 fix for broken kernel side RLIM_INFINITY on mips 11 年 前
getrusage.c 571744447c include cleanups: remove unused headers and add feature test macros 11 年 前
getsubopt.c 0b44a0315b initial check-in, version 0.5.0 14 年 前
initgroups.c 571744447c include cleanups: remove unused headers and add feature test macros 11 年 前
ioctl.c aa398f56fa global cleanup to use the new syscall interface 14 年 前
issetugid.c ddddec106f add issetugid function to check for elevated privilege 10 年 前
lockf.c 0b44a0315b initial check-in, version 0.5.0 14 年 前
mntent.c 0a24be213a make endmntent function handle null argument 10 年 前
nftw.c 73871ee3f2 fix nftw FTW_MOUNT flag 11 年 前
openpty.c d40e344f7b incorrect check for open failure in openpty function 13 年 前
ptsname.c c21a19d5a5 fix ptsname_r to conform to the upcoming posix requirements 13 年 前
pty.c 6619317164 fix negated error codes from ptsname_r 11 年 前
realpath.c 594c827a22 support kernels with no SYS_open syscall, only SYS_openat 11 年 前
setdomainname.c c87584a3e9 add setdomainname syscall, fix getdomainname (previously a stub) 12 年 前
setpriority.c 201e6603c3 fix typo in setpriority syscall wrapper 12 年 前
setrlimit.c 8258014fd1 fix for broken kernel side RLIM_INFINITY on mips 11 年 前
syscall.c 5f95f965e9 use syscall_arg_t for arguments in public syscall() function 11 年 前
syslog.c 781f26bc92 implement the LOG_CONS option in syslog 10 年 前
uname.c 571744447c include cleanups: remove unused headers and add feature test macros 11 年 前
wordexp.c aeea71dc04 fix and refactor child reaping logic in wordexp 11 年 前