.. |
a64l.c
|
77baaa47e1
fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs
|
9 éve |
basename.c
|
07065210ca
alias basename to glibc name for it, to meet abi goals
|
13 éve |
dirname.c
|
507faa63cb
fix dirname to handle input of form "foo/" correctly
|
12 éve |
ffs.c
|
67ba40d1e0
optimize legacy ffs function
|
12 éve |
ffsl.c
|
ecc082c61b
implement ffsl and ffsll functions
|
10 éve |
ffsll.c
|
ecc082c61b
implement ffsl and ffsll functions
|
10 éve |
fmtmsg.c
|
5474a34669
implement fmtmsg function
|
10 éve |
forkpty.c
|
814aae2009
overhaul forkpty function using new login_tty
|
10 éve |
get_current_dir_name.c
|
2b7cf6dbb9
optimize get_current_dir_name to reduce stack bloat
|
11 éve |
getauxval.c
|
7bece9c209
provide getauxval(AT_SECURE) even if it is missing from the aux vector
|
10 éve |
getdomainname.c
|
c87584a3e9
add setdomainname syscall, fix getdomainname (previously a stub)
|
12 éve |
gethostid.c
|
b9bb8f67bb
cleanup src/linux and src/misc trees, etc.
|
12 éve |
getopt.c
|
786fda875a
fix getopt[_long] clobbering of optopt on success
|
8 éve |
getopt_long.c
|
786fda875a
fix getopt[_long] clobbering of optopt on success
|
8 éve |
getpriority.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 éve |
getresgid.c
|
b1b3d3525b
add getresuid and getresgid syscall wrappers
|
13 éve |
getresuid.c
|
b1b3d3525b
add getresuid and getresgid syscall wrappers
|
13 éve |
getrlimit.c
|
8258014fd1
fix for broken kernel side RLIM_INFINITY on mips
|
11 éve |
getrusage.c
|
571744447c
include cleanups: remove unused headers and add feature test macros
|
11 éve |
getsubopt.c
|
aa71ec3db8
getsubopt: don't include leading = in value string
|
9 éve |
initgroups.c
|
571744447c
include cleanups: remove unused headers and add feature test macros
|
11 éve |
ioctl.c
|
aa398f56fa
global cleanup to use the new syscall interface
|
14 éve |
issetugid.c
|
ddddec106f
add issetugid function to check for elevated privilege
|
10 éve |
lockf.c
|
0b44a0315b
initial check-in, version 0.5.0
|
14 éve |
login_tty.c
|
4b2cb37770
add login_tty function
|
10 éve |
mntent.c
|
05973dc3bb
use dynamic buffer for getmntent
|
8 éve |
nftw.c
|
5b5eb527c5
fix incorrect base name offset from nftw when pathname ends in slash(es)
|
7 éve |
openpty.c
|
1227e418ea
block pthread cancellation in openpty function
|
10 éve |
ptsname.c
|
c21a19d5a5
fix ptsname_r to conform to the upcoming posix requirements
|
13 éve |
pty.c
|
6619317164
fix negated error codes from ptsname_r
|
11 éve |
realpath.c
|
594c827a22
support kernels with no SYS_open syscall, only SYS_openat
|
11 éve |
setdomainname.c
|
c87584a3e9
add setdomainname syscall, fix getdomainname (previously a stub)
|
12 éve |
setpriority.c
|
201e6603c3
fix typo in setpriority syscall wrapper
|
12 éve |
setrlimit.c
|
472e8b71f7
for multithreaded set*id/setrlimit, handle case where callback does not run
|
10 éve |
syscall.c
|
5f95f965e9
use syscall_arg_t for arguments in public syscall() function
|
11 éve |
syslog.c
|
0f9c2666ac
handle loss of syslog socket connection
|
9 éve |
uname.c
|
571744447c
include cleanups: remove unused headers and add feature test macros
|
11 éve |
wordexp.c
|
594ffed82f
fix bad character checking in wordexp
|
10 éve |