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