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.
Isaac Dunham
14f0272ea1
Add ABI compatability aliases.
GNU used several extensions that were incompatible with C99 and POSIX,
so they used alternate names for the standard functions.
The result is that we need these to run standards-conformant programs
that were linked with glibc.
13 years ago
..
a64l.c
implement a64l and l64a (legacy xsi stuff)
14 years ago
basename.c
alias basename to glibc name for it, to meet abi goals
15 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
forkpty.c
check for fd exhaustion in forkpty
15 years ago
get_current_dir_name.c
fix get_current_dir_name behavior
14 years ago
getdomainname.c
add setdomainname syscall, fix getdomainname (previously a stub)
14 years ago
getgrouplist.c
implement getgrouplist (for initgroups), formerly dummied-out
15 years ago
gethostid.c
cleanup src/linux and src/misc trees, etc.
14 years ago
getopt.c
Add ABI compatability aliases.
13 years ago
getopt_long.c
add getopt reset support
14 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
use prlimit syscall for getrlimit/setrlimit
15 years ago
getrusage.c
global cleanup to use the new syscall interface
15 years ago
getsubopt.c
initial check-in, version 0.5.0
15 years ago
initgroups.c
cleanup src/linux and src/misc trees, etc.
14 years ago
ioctl.c
global cleanup to use the new syscall interface
15 years ago
lockf.c
initial check-in, version 0.5.0
15 years ago
mntent.c
cleanup src/linux and src/misc trees, etc.
14 years ago
nftw.c
protect ftw and nftw against cancellation
15 years ago
openpty.c
incorrect check for open failure in openpty function
15 years ago
ptsname.c
fix ptsname_r to conform to the upcoming posix requirements
14 years ago
pty.c
fix ptsname_r to conform to the upcoming posix requirements
14 years ago
realpath.c
fix some more O_CLOEXEC/SOCK_CLOEXEC issues
14 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
use prlimit syscall for getrlimit/setrlimit
15 years ago
syscall.c
cleanup src/linux and src/misc trees, etc.
14 years ago
syslog.c
fix multiple bugs in syslog interfaces
13 years ago
uname.c
global cleanup to use the new syscall interface
15 years ago
wordexp.c
use restrict everywhere it's required by c99 and/or posix 2008
14 years ago