..
Makefile
…
alarm.c
Move some things from sysdeps/unix to sysdeps/posix.
2012-08-17 13:52:32 -07:00
clock.c
…
clock_getres.c
BZ#14743: Move clock_* symbols from librt to libc.
2012-10-24 14:50:46 -07:00
closedir.c
Move common dirent implementation from sysdeps/unix to sysdeps/posix.
2012-08-07 14:47:34 -07:00
ctermid.c
…
cuserid.c
…
dirfd.c
Move common dirent implementation from sysdeps/unix to sysdeps/posix.
2012-08-07 14:47:34 -07:00
dirstream.h
Move common dirent implementation from sysdeps/unix to sysdeps/posix.
2012-08-07 14:47:34 -07:00
dup.c
…
dup2.c
…
euidaccess.c
…
fdopendir.c
Add a missing #include.
2012-08-08 10:39:28 -07:00
flock.c
…
fpathconf.c
…
gai_strerror-strs.h
…
gai_strerror.c
…
getaddrinfo.c
Suppress incorrect link warnings for NSS symbols
2012-10-30 14:14:33 -04:00
getcwd.c
Fix lots of bitrot for stub configurations.
2012-07-30 16:34:33 -07:00
getdtsz.c
…
gethostname.c
…
getpagesize.c
…
gettimeofday.c
Switch gettimeofday from INTUSE to libc_hidden_proto.
2012-05-24 13:12:34 -07:00
isatty.c
…
isfdtype.c
…
killpg.c
…
libc_fatal.c
Rename __secure_getenv to secure_getenv
2012-07-25 19:46:22 +02:00
mkfifo.c
Move some things from sysdeps/unix to sysdeps/posix.
2012-08-17 13:52:32 -07:00
mkfifoat.c
Move some things from sysdeps/unix to sysdeps/posix.
2012-08-17 13:52:32 -07:00
nice.c
Move some things from sysdeps/unix to sysdeps/posix.
2012-08-17 13:52:32 -07:00
open64.c
…
opendir.c
__alloc_dir: avoid integer overflow in malloc argument
2012-10-16 10:33:50 +02:00
pathconf.c
…
pause.c
…
posix_fallocate.c
…
posix_fallocate64.c
…
pread.c
…
pread64.c
…
preadv.c
…
preadv64.c
…
profil.c
…
pwrite.c
…
pwrite64.c
Fix lots of bitrot for stub configurations.
2012-07-30 16:34:33 -07:00
pwritev.c
…
pwritev64.c
…
raise.c
…
readdir.c
Move common dirent implementation from sysdeps/unix to sysdeps/posix.
2012-08-07 14:47:34 -07:00
readdir_r.c
Move common dirent implementation from sysdeps/unix to sysdeps/posix.
2012-08-07 14:47:34 -07:00
readv.c
…
remove.c
…
rename.c
…
rewinddir.c
Move common dirent implementation from sysdeps/unix to sysdeps/posix.
2012-08-07 14:47:34 -07:00
seekdir.c
Move common dirent implementation from sysdeps/unix to sysdeps/posix.
2012-08-07 14:47:34 -07:00
shm_open.c
…
shm_unlink.c
…
sigblock.c
…
sigignore.c
…
sigintr.c
…
signal.c
…
sigpause.c
…
sigset.c
…
sigsetmask.c
…
sigsuspend.c
…
sigvec.c
…
sigwait.c
…
sleep.c
Implement POSIX-generic sleep via nanosleep rather than SIGARLM.
2012-09-28 16:26:33 -07:00
spawni.c
Fix lots of bitrot for stub configurations.
2012-07-30 16:34:33 -07:00
sprofil.c
…
sysconf.c
sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZE
2012-10-03 22:57:38 +02:00
system.c
Add casts to suppress warnings in system.c under [!_LIBC_REENTRANT].
2012-08-15 10:08:32 -07:00
sysv_signal.c
…
telldir.c
Move common dirent implementation from sysdeps/unix to sysdeps/posix.
2012-08-07 14:47:34 -07:00
tempname.c
Rename __secure_getenv to secure_getenv
2012-07-25 19:46:22 +02:00
time.c
Move some things from sysdeps/unix to sysdeps/posix.
2012-08-17 13:52:32 -07:00
truncate.c
…
ttyname.c
…
ttyname_r.c
…
utime.c
Move some things from sysdeps/unix to sysdeps/posix.
2012-08-17 13:52:32 -07:00
utimes.c
…
wait.c
…
wait3.c
…
waitid.c
…
writev.c
…