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
Implies Merge sysdeps/unix/common into sysdeps/unix. 2012-05-04 23:15:56 +00:00
Makefile Add bits/sysctl.h to sysdep_headers 2012-05-31 16:16:23 -07:00
Versions Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions. 2012-04-21 13:18:11 +00:00
_exit.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
a.out.h
accept.S
accept4.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
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.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00: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
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
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
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
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.c 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
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
fallocate.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
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
fstatvfs.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
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
fxstat.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
fxstatat.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
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
getdents.c Remove some pre-2.6.16 Linux kernel conditionals. 2012-08-07 23:03:35 +00:00
getdents64.c
getdirentries.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getdirentries64.c
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.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
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
init-first.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
internal_accept4.S
internal_recvmmsg.S
internal_sendmmsg.S
internal_statvfs.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
internal_statvfs64.c
ipc_priv.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
kernel_sigaction.h
kernel_stat.h
kernel_termios.h Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +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
lxstat.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
makedev.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00: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.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
open_2.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
openat.c Fix warning in Linux openat implementation when __ASSUME_ATFCTS is set. 2012-03-13 00:43:20 -07:00
openat64.c
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
posix_fadvise.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
posix_fadvise64.c Remove __ASSUME_FADVISE64_64_SYSCALL. 2012-08-21 21:07:22 +00:00
posix_fallocate.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_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
pread.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
pread64.c Remove pre-2.2 Linux kernel support. 2012-05-14 14:11:02 +00:00
preadv.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
preadv64.c
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
pwrite.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
pwritev.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
pwritev64.c
readahead.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
readdir64.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
readdir64_r.c Missing #include updates for dirstream code move from unix to posix. 2012-08-08 09:18:37 -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
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
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
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
statvfs.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
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.c Don't make ttyname* fail if proc filesystem is not available 2012-08-29 10:04:23 +05:30
ttyname_r.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
umount.S
umount2.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
vfork.c
wait.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
wait3.c
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
xstat.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
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