glibc/sysdeps/unix/sysv/linux
Siddhesh Poyarekar 9fab36eb58 Shrink heap on linux when overcommit_memory == 2
Using madvise with MADV_DONTNEED to release memory back to the kernel
is not sufficient to change the commit charge accounted against the
process on Linux.  It is OK however, when overcommit is enabled or is
heuristic.  However, when overcommit is restricted to a percentage of
memory setting the contents of /proc/sys/vm/overcommit_memory as 2, it
makes a difference since memory requests will fail.  Hence, we do what
we do with secure exec binaries, which is to call mmap on the region
to be dropped with MAP_FIXED. This internally unmaps the pages in
question and reduces the amount of memory accounted against the
process.
2012-09-25 14:30:52 +05:30
..
bits Split sys/param.h out into common file and sysdeps bits/param.h file. 2012-08-17 09:55:17 -07:00
i386 Remove __ASSUME_STAT64_SYSCALL. 2012-08-27 19:36:04 +00:00
net Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
netash Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
netatalk Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
netax25 Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
neteconet Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
netinet Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
netipx Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
netiucv Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
netpacket Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
netrom Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
netrose Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
nfs
powerpc Remove __ASSUME_FADVISE64_64_SYSCALL. 2012-08-21 21:07:22 +00:00
s390 Remove __ASSUME_FADVISE64_64_SYSCALL. 2012-08-21 21:07:22 +00:00
scsi Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sh BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list. 2012-08-01 10:25:11 -07:00
sparc Remove __ASSUME_STAT64_SYSCALL. 2012-08-27 19:36:04 +00:00
sys Split sys/param.h out into common file and sysdeps bits/param.h file. 2012-08-17 09:55:17 -07:00
wordsize-64 Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
x86 Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == struct dirent64. 2012-08-06 16:48:36 -07:00
x86_64 Avoid DWARF definition DIE on ifunc symbols 2012-08-09 16:04:37 -07:00
_exit.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
a.out.h
accept4.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
accept.S
adjtime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
aio_sigqueue.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
bind.S
check_native.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
check_pf.c BZ#13696: Add --disable-nscd configure option. 2012-08-22 13:31:12 -07:00
clock_getcpuclockid.c Remove __ASSUME_POSIX_CPU_TIMERS. 2012-09-01 21:32:04 +00:00
clock_getres.c Remove __ASSUME_POSIX_CPU_TIMERS. 2012-09-01 21:32:04 +00:00
clock_gettime.c Remove __ASSUME_POSIX_CPU_TIMERS. 2012-09-01 21:32:04 +00:00
clock_nanosleep.c Remove __ASSUME_POSIX_TIMERS. 2012-08-16 14:03:43 +00:00
clock_settime.c Remove __ASSUME_POSIX_CPU_TIMERS. 2012-09-01 21:32:04 +00:00
clock.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
cmsg_nxthdr.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
configure Remove pre-2.6.16 Linux kernel support. 2012-08-07 16:40:32 +00:00
configure.in Remove pre-2.6.16 Linux kernel support. 2012-08-07 16:40:32 +00:00
connect.S Remove use of INTDEF/INTUSE in socket 2012-05-31 00:34:41 +02:00
device-nrs.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dl-brk.c
dl-execstack.c Remove some pre-2.6.16 Linux kernel conditionals. 2012-08-07 23:03:35 +00:00
dl-fxstatat64.c Make dl-fxstatat64.c include of fxstatat64.c use <> not "". 2012-08-23 11:34:37 +00:00
dl-getcwd.c Fix Linux getcwd for long paths 2011-05-08 08:37:19 -04:00
dl-librecon.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dl-openat64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dl-opendir.c Make complete getcwd work in rtld 2011-05-08 14:53:20 -04:00
dl-origin.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dl-osinfo.h Use _dl_fatal_printf instead of a private variant. 2012-05-14 16:10:12 -07:00
dl-sbrk.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dl-sysdep.c Remove some pre-2.6.0 Linux kernel conditionals. 2012-08-03 19:54:08 +00:00
dl-sysdep.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dl-vdso.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dl-vdso.h syscalls.list support for vDSO IFUNCs, use it for x32 gettimeofday and time. 2012-05-24 13:13:46 -07:00
epoll_pwait.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
errqueue.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
eventfd_read.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
eventfd_write.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
eventfd.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
execve.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
exit-thread.S Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
faccessat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fallocate64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fallocate.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fatal-prepare.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fchmodat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fchownat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fcntl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fd_to_filename.h Move stdio-common/_itoa.h to sysdeps/generic 2012-03-20 16:00:23 -07:00
fexecve.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fpathconf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fstatfs64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fstatvfs64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fstatvfs.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
ftime.c
ftruncate64.c Remove __ASSUME_TRUNCATE64_SYSCALL. 2012-05-30 14:52:34 +00:00
futimens.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
futimes.c Move stdio-common/_itoa.h to sysdeps/generic 2012-03-20 16:00:23 -07:00
futimesat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fxstat64.c Remove __ASSUME_STAT64_SYSCALL. 2012-08-27 19:36:04 +00:00
fxstat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fxstatat64.c Remove __ASSUME_STAT64_SYSCALL. 2012-08-27 19:36:04 +00:00
fxstatat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
gai_sigqueue.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getclktck.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getcwd.c Remove unused variable in linux/getcwd.c 2012-05-14 16:27:05 +02:00
getdents64.c
getdents.c Remove some pre-2.6.16 Linux kernel conditionals. 2012-08-07 23:03:35 +00:00
getdirentries64.c
getdirentries.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getdtsz.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
gethostid.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getipv4sourcefilter.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getloadavg.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getlogin_r.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getlogin.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getpagesize.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getpeername.S
getpriority.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getpt.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getrlimit64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getsockname.S
getsockopt.S
getsourcefilter.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getsysstats.c Remove duplicate #include <not-cancel.h> in Linux getsysstats.c 2012-05-15 15:02:58 -04:00
grantpt.c Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. 2012-01-28 11:51:44 -05:00
if_index.c Remove pre-2.4.21 Linux kernel support. 2012-07-25 21:19:13 +00:00
ifaddrs.c Remove pre-2.4.21 Linux kernel support. 2012-07-25 21:19:13 +00:00
ifreq.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
Implies Merge sysdeps/unix/common into sysdeps/unix. 2012-05-04 23:15:56 +00:00
init-first.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
internal_accept4.S Implement accept4 for more archs using socketcall. 2009-05-22 08:25:34 -07:00
internal_recvmmsg.S Implement recvmmsg also as socketcall 2010-05-21 12:11:28 -07:00
internal_sendmmsg.S Add sendmmsg syscall 2011-05-28 01:43:20 -04:00
internal_statvfs64.c Update. 2004-04-03 07:50:20 +00:00
internal_statvfs.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
ipc_priv.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
kernel_sigaction.h
kernel_stat.h
kernel_termios.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
kernel-features.h Remove __ASSUME_POSIX_CPU_TIMERS. 2012-09-01 21:32:04 +00:00
kernel-posix-cpu-timers.h 2005-04-27 Roland McGrath <roland@redhat.com> 2005-04-27 08:01:41 +00:00
ldd-rewrite.sed
lddlibc4.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
ldsodefs.h Remove some pre-2.6.0 Linux kernel conditionals. 2012-08-03 19:54:08 +00:00
libc_fatal.c Rename __secure_getenv to secure_getenv 2012-07-25 19:46:22 +02:00
linkat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
linux_fsinfo.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
listen.S
llseek.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
local-setxid.h Remove pre-2.4 Linux kernel support. 2012-05-25 19:19:30 +00:00
lseek64.c
lutimes.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
lxstat64.c Remove __ASSUME_STAT64_SYSCALL. 2012-08-27 19:36:04 +00:00
lxstat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
makedev.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
Makefile Add bits/sysctl.h to sysdep_headers 2012-05-31 16:16:23 -07:00
malloc-sysdep.h Shrink heap on linux when overcommit_memory == 2 2012-09-25 14:30:52 +05:30
mkdirat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
mmap64.c Remove __ASSUME_MMAP2_SYSCALL. 2012-08-20 14:37:27 +00:00
mq_close.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
mq_getattr.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
mq_notify.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
mq_open.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
mq_receive.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
mq_send.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
mq_unlink.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
msgctl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
msgget.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
msgrcv.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
msgsnd.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
netlinkaccess.h Remove pre-2.4.21 Linux kernel support. 2012-07-25 21:19:13 +00:00
nice.c update linux nice.c include path too after recent file shuffle 2012-08-17 22:42:49 -04:00
not-cancel.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
nscd_setup_thread.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
ntp_gettime.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
ntp_gettimex.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
open64_2.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
open64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
open_2.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
openat64.c * Makerules (sysd-rules): Define PTW for ptw-* files. 2007-05-24 23:55:28 +00:00
openat.c Fix warning in Linux openat implementation when __ASSUME_ATFCTS is set. 2012-03-13 00:43:20 -07:00
opendir.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
opensock.c Remove pre-2.4 Linux kernel support. 2012-05-25 19:19:30 +00:00
pathconf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
pathconf.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
paths.h [BZ #9955] 2009-04-23 18:29:30 +00:00
posix_fadvise64.c Remove __ASSUME_FADVISE64_64_SYSCALL. 2012-08-21 21:07:22 +00:00
posix_fadvise.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
posix_fallocate64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
posix_fallocate.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
posix_madvise.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
ppoll.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
pread64.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
pread.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
preadv64.c * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64 2009-04-08 19:24:34 +00:00
preadv.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
prlimit.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
prof-freq.c Remove pre-2.4.1 Linux kernel support. 2012-07-12 12:31:32 +00:00
profil.c
pselect.c Use __syscall_ulong_t in pselect.c 2012-05-17 17:27:13 -07:00
ptrace.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
ptsname.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
pwrite64.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
pwrite.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
pwritev64.c * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64. 2009-04-03 19:57:16 +00:00
pwritev.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
readahead.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
readdir64_r.c Missing #include updates for dirstream code move from unix to posix. 2012-08-08 09:18:37 -07:00
readdir64.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
readlinkat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
readonly-area.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
readv.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
reboot.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
recv.S
recvfrom.S
recvmmsg.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
recvmsg.S
remove.c Handle POSIX-compliant errno value of unlink in remove. 2010-04-04 02:08:37 -07:00
renameat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sa_len.c Remove use of INTDEF/INTUSE in socket 2012-05-31 00:34:41 +02:00
sched_getaffinity.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sched_getcpu.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sched_setaffinity.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
segfault.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
semctl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
semget.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
semop.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
semtimedop.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
send.S
sendmmsg.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sendmsg.S
sendto.S
setegid.c Remove pre-2.4 Linux kernel support. 2012-05-25 19:19:30 +00:00
seteuid.c Remove pre-2.4 Linux kernel support. 2012-05-25 19:19:30 +00:00
setgid.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
setgroups.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sethostid.c
setipv4sourcefilter.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
setregid.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
setresgid.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
setresuid.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
setreuid.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
setrlimit64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
setsockopt.S
setsourcefilter.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
setuid.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
shm_open.c Remove some pre-2.6.0 Linux kernel conditionals. 2012-08-03 19:54:08 +00:00
shm_unlink.c
shmat.c Fix warnings when uintptr_t is larger than int. 2012-03-16 21:02:54 -07:00
shmctl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
shmdt.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
shmget.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
shutdown.S
sigaction.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
siglist.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
signal.c
signalfd.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigpending.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
sigprocmask.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
sigqueue.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigreturn.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
sigset-cvt-mask.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigstack.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigsuspend.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
sigtimedwait.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigwait.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigwaitinfo.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sizes.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sleep.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
socketcall.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
socketpair.S
speed.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
statfs64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
statvfs64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
statvfs.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
symlinkat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sync_file_range.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
syscalls.list BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list. 2012-08-01 10:25:11 -07:00
sysconf.c Move Linux kernel version conditionals to kernel-features.h. 2012-08-10 15:53:27 +00:00
sysctl.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sysctl.mk Remove $(sysctl) from sysdep_routines 2012-05-22 13:58:43 -07:00
syslog.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
system.c Remove __ASSUME_CLONE_THREAD_FLAGS. 2012-08-14 22:34:04 +00:00
tcdrain.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tcflow.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tcflush.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tcgetattr.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tcgetpgrp.c
tcsendbrk.c Move sysdeps/unix/common/tcsendbrk.c to sysdeps/unix/sysv/linux/. 2012-04-26 18:44:38 +00:00
tcsetattr.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tcsetpgrp.c
termio.h
testrtsig.h Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
time.c Adjust old #include's of sysdeps/unix/time.c to point to sysdeps/posix/time.c instead. 2012-08-17 14:16:12 -07:00
times.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
timespec_get.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
truncate64.c Remove __ASSUME_TRUNCATE64_SYSCALL. 2012-05-30 14:52:34 +00:00
tst-clone.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
tst-getcpu.c tst-getcpu: decode errno when sched_getcpu fails 2012-06-04 22:22:02 -04:00
ttyname_r.c Don't make ttyname* fail if proc filesystem is not available 2012-08-29 10:04:23 +05:30
ttyname.c Don't make ttyname* fail if proc filesystem is not available 2012-08-29 10:04:23 +05:30
ualarm.c
ulimit.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
umount2.S
umount.S
unlinkat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
unlockpt.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
updwtmp.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
usleep.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
ustat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
utimensat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
utimes.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
utmp_file.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
Versions Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions. 2012-04-21 13:18:11 +00:00
vfork.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
wait3.c
wait.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
waitid.c Remove some pre-2.6.16 Linux kernel conditionals. 2012-08-07 23:03:35 +00:00
waitpid.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
writev.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
xmknod.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
xmknodat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
xstat64.c Remove __ASSUME_STAT64_SYSCALL. 2012-08-27 19:36:04 +00:00
xstat.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
xstatconv.c Remove __ASSUME_STAT64_SYSCALL. 2012-08-27 19:36:04 +00:00
xstatconv.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00