You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rich Felker f314e13392 mntent: fields are delimited only by tabs or spaces, not general whitespace 2 years ago
..
a64l.c fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs 10 years ago
basename.c reduce spurious inclusion of libc.h 8 years ago
dirname.c fix dirname to handle input of form "foo/" correctly 14 years ago
ffs.c optimize legacy ffs function 14 years ago
ffsl.c implement ffsl and ffsll functions 12 years ago
ffsll.c implement ffsl and ffsll functions 12 years ago
fmtmsg.c implement fmtmsg function 12 years ago
forkpty.c overhaul forkpty function using new login_tty 11 years ago
get_current_dir_name.c optimize get_current_dir_name to reduce stack bloat 12 years ago
getauxval.c add namespace-safe version of getauxval for internal use 7 years ago
getdomainname.c add setdomainname syscall, fix getdomainname (previously a stub) 14 years ago
getentropy.c getentropy: fix UB if len==0 6 years ago
gethostid.c add public interface headers to implementation files 8 years ago
getopt.c getopt: fix null pointer arithmetic ub 3 years ago
getopt_long.c declare __getopt_msg in stdio_impl.h 8 years ago
getpriority.c global cleanup to use the new syscall interface 15 years ago
getresgid.c add getresuid and getresgid syscall wrappers 14 years ago
getresuid.c add getresuid and getresgid syscall wrappers 14 years ago
getrlimit.c remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
getrusage.c wait4, getrusage: add time64/x32 variant 7 years ago
getsubopt.c getsubopt: don't include leading = in value string 11 years ago
initgroups.c include cleanups: remove unused headers and add feature test macros 13 years ago
ioctl.c fix struct layout mismatch in sound ioctl time32 fallback conversion 5 years ago
issetugid.c fix issues from public functions defined without declaration visible 8 years ago
lockf.c remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
login_tty.c add login_tty function 11 years ago
mntent.c mntent: fields are delimited only by tabs or spaces, not general whitespace 2 years ago
nftw.c nftw: fix use of uninitialized struct stat 3 years ago
openpty.c block pthread cancellation in openpty function 11 years ago
ptsname.c overhaul internally-public declarations using wrapper headers 8 years ago
pty.c fix errno for posix_openpt with no free ptys available 7 years ago
realpath.c implement realpath directly instead of using procfs readlink 5 years ago
setdomainname.c add setdomainname syscall, fix getdomainname (previously a stub) 14 years ago
setpriority.c fix typo in setpriority syscall wrapper 13 years ago
setrlimit.c remove LFS64 symbol aliases; replace with dynamic linker remapping 4 years ago
syscall.c fix issues from public functions defined without declaration visible 8 years ago
syslog.c lift child restrictions after multi-threaded fork 5 years ago
uname.c include cleanups: remove unused headers and add feature test macros 13 years ago
wordexp.c fix wordexp not to read past end of string ending with lone backslash 7 years ago