Rich Felker 2e554617e5 ioctl: add fallback for new time64 SIOCGSTAMP[NS] 4 years ago
..
a64l.c 77baaa47e1 fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs 8 years ago
basename.c 5ce3737931 reduce spurious inclusion of libc.h 5 years ago
dirname.c 507faa63cb fix dirname to handle input of form "foo/" correctly 11 years ago
ffs.c 67ba40d1e0 optimize legacy ffs function 11 years ago
ffsl.c ecc082c61b implement ffsl and ffsll functions 9 years ago
ffsll.c ecc082c61b implement ffsl and ffsll functions 9 years ago
fmtmsg.c 5474a34669 implement fmtmsg function 10 years ago
forkpty.c 814aae2009 overhaul forkpty function using new login_tty 9 years ago
get_current_dir_name.c 2b7cf6dbb9 optimize get_current_dir_name to reduce stack bloat 10 years ago
getauxval.c 26c66c485c add namespace-safe version of getauxval for internal use 5 years ago
getdomainname.c c87584a3e9 add setdomainname syscall, fix getdomainname (previously a stub) 11 years ago
getentropy.c c221d3e586 fix issues from public functions defined without declaration visible 5 years ago
gethostid.c 57b97b42bd add public interface headers to implementation files 6 years ago
getopt.c 5ce3737931 reduce spurious inclusion of libc.h 5 years ago
getopt_long.c 8c1ac426e1 declare __getopt_msg in stdio_impl.h 5 years ago
getpriority.c aa398f56fa global cleanup to use the new syscall interface 13 years ago
getresgid.c b1b3d3525b add getresuid and getresgid syscall wrappers 12 years ago
getresuid.c b1b3d3525b add getresuid and getresgid syscall wrappers 12 years ago
getrlimit.c 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 5 years ago
getrusage.c 571744447c include cleanups: remove unused headers and add feature test macros 10 years ago
getsubopt.c aa71ec3db8 getsubopt: don't include leading = in value string 8 years ago
initgroups.c 571744447c include cleanups: remove unused headers and add feature test macros 10 years ago
ioctl.c 2e554617e5 ioctl: add fallback for new time64 SIOCGSTAMP[NS] 4 years ago
issetugid.c c221d3e586 fix issues from public functions defined without declaration visible 5 years ago
lockf.c 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 5 years ago
login_tty.c 4b2cb37770 add login_tty function 9 years ago
mntent.c 05973dc3bb use dynamic buffer for getmntent 7 years ago
nftw.c 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 5 years ago
openpty.c 1227e418ea block pthread cancellation in openpty function 9 years ago
ptsname.c 13d1afa46f overhaul internally-public declarations using wrapper headers 5 years ago
pty.c 5ce3737931 reduce spurious inclusion of libc.h 5 years ago
realpath.c 6fcd60ddd9 move and deduplicate declarations of __procfdname to make it checkable 5 years ago
setdomainname.c c87584a3e9 add setdomainname syscall, fix getdomainname (previously a stub) 11 years ago
setpriority.c 201e6603c3 fix typo in setpriority syscall wrapper 11 years ago
setrlimit.c 63a4c9adf2 remove spurious inclusion of libc.h for LFS64 ABI aliases 5 years ago
syscall.c c221d3e586 fix issues from public functions defined without declaration visible 5 years ago
syslog.c 5f12ffe123 split internal lock API out of libc.h, creating lock.h 5 years ago
uname.c 571744447c include cleanups: remove unused headers and add feature test macros 10 years ago
wordexp.c 7c84547900 fix wordexp not to read past end of string ending with lone backslash 5 years ago