.. |
a64l.c
|
77baaa47e1
fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs
|
vor 8 Jahren |
basename.c
|
5ce3737931
reduce spurious inclusion of libc.h
|
vor 6 Jahren |
dirname.c
|
507faa63cb
fix dirname to handle input of form "foo/" correctly
|
vor 12 Jahren |
ffs.c
|
67ba40d1e0
optimize legacy ffs function
|
vor 12 Jahren |
ffsl.c
|
ecc082c61b
implement ffsl and ffsll functions
|
vor 10 Jahren |
ffsll.c
|
ecc082c61b
implement ffsl and ffsll functions
|
vor 10 Jahren |
fmtmsg.c
|
5474a34669
implement fmtmsg function
|
vor 10 Jahren |
forkpty.c
|
814aae2009
overhaul forkpty function using new login_tty
|
vor 10 Jahren |
get_current_dir_name.c
|
2b7cf6dbb9
optimize get_current_dir_name to reduce stack bloat
|
vor 11 Jahren |
getauxval.c
|
26c66c485c
add namespace-safe version of getauxval for internal use
|
vor 6 Jahren |
getdomainname.c
|
c87584a3e9
add setdomainname syscall, fix getdomainname (previously a stub)
|
vor 12 Jahren |
getentropy.c
|
ddf1750e42
getentropy: fix UB if len==0
|
vor 4 Jahren |
gethostid.c
|
57b97b42bd
add public interface headers to implementation files
|
vor 6 Jahren |
getopt.c
|
6d322159c6
getopt: fix null pointer arithmetic ub
|
vor 1 Jahr |
getopt_long.c
|
8c1ac426e1
declare __getopt_msg in stdio_impl.h
|
vor 6 Jahren |
getpriority.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
vor 13 Jahren |
getresgid.c
|
b1b3d3525b
add getresuid and getresgid syscall wrappers
|
vor 12 Jahren |
getresuid.c
|
b1b3d3525b
add getresuid and getresgid syscall wrappers
|
vor 12 Jahren |
getrlimit.c
|
246f1c8114
remove LFS64 symbol aliases; replace with dynamic linker remapping
|
vor 2 Jahren |
getrusage.c
|
5850546e96
wait4, getrusage: add time64/x32 variant
|
vor 5 Jahren |
getsubopt.c
|
aa71ec3db8
getsubopt: don't include leading = in value string
|
vor 9 Jahren |
initgroups.c
|
3f49203c55
initgroups: do not artificially limit number of supplementary groups
|
vor 7 Monaten |
ioctl.c
|
3733c831f2
fix struct layout mismatch in sound ioctl time32 fallback conversion
|
vor 3 Jahren |
issetugid.c
|
c221d3e586
fix issues from public functions defined without declaration visible
|
vor 6 Jahren |
lockf.c
|
246f1c8114
remove LFS64 symbol aliases; replace with dynamic linker remapping
|
vor 2 Jahren |
login_tty.c
|
4b2cb37770
add login_tty function
|
vor 10 Jahren |
mntent.c
|
f314e13392
mntent: fields are delimited only by tabs or spaces, not general whitespace
|
vor 1 Jahr |
nftw.c
|
35e9831156
nftw: fix use of uninitialized struct stat
|
vor 1 Jahr |
openpty.c
|
1227e418ea
block pthread cancellation in openpty function
|
vor 10 Jahren |
ptsname.c
|
13d1afa46f
overhaul internally-public declarations using wrapper headers
|
vor 6 Jahren |
pty.c
|
4fd0f20560
fix errno for posix_openpt with no free ptys available
|
vor 5 Jahren |
realpath.c
|
29ff7599a4
implement realpath directly instead of using procfs readlink
|
vor 4 Jahren |
setdomainname.c
|
c87584a3e9
add setdomainname syscall, fix getdomainname (previously a stub)
|
vor 12 Jahren |
setpriority.c
|
201e6603c3
fix typo in setpriority syscall wrapper
|
vor 11 Jahren |
setrlimit.c
|
246f1c8114
remove LFS64 symbol aliases; replace with dynamic linker remapping
|
vor 2 Jahren |
syscall.c
|
c221d3e586
fix issues from public functions defined without declaration visible
|
vor 6 Jahren |
syslog.c
|
39838619bb
syslog: use C locale for timestamp generation
|
vor 9 Monaten |
uname.c
|
571744447c
include cleanups: remove unused headers and add feature test macros
|
vor 11 Jahren |
wordexp.c
|
7c84547900
fix wordexp not to read past end of string ending with lone backslash
|
vor 6 Jahren |