..
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
12 years ago
get_current_dir_name.c
optimize get_current_dir_name to reduce stack bloat
13 years ago
getauxval.c
add namespace-safe version of getauxval for internal use
8 years ago
getdomainname.c
add setdomainname syscall, fix getdomainname (previously a stub)
14 years ago
getentropy.c
fix issues from public functions defined without declaration visible
8 years ago
gethostid.c
add public interface headers to implementation files
8 years ago
getopt.c
add public declaration for optreset under appropriate feature profiles
7 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 spurious inclusion of libc.h for LFS64 ABI aliases
8 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
spare archs without time32 legacy the cost of ioctl fallback conversions
6 years ago
issetugid.c
fix issues from public functions defined without declaration visible
8 years ago
lockf.c
remove spurious inclusion of libc.h for LFS64 ABI aliases
8 years ago
login_tty.c
add login_tty function
12 years ago
mntent.c
use dynamic buffer for getmntent
10 years ago
nftw.c
remove spurious inclusion of libc.h for LFS64 ABI aliases
8 years ago
openpty.c
block pthread cancellation in openpty function
12 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
move and deduplicate declarations of __procfdname to make it checkable
8 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 spurious inclusion of libc.h for LFS64 ABI aliases
8 years ago
syscall.c
fix issues from public functions defined without declaration visible
8 years ago
syslog.c
split internal lock API out of libc.h, creating lock.h
8 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
8 years ago