glibc/sysdeps/unix/sysv/linux
Alan Modra f7c399cff5 PowerPC SIGSTKSZ
http://sourceware.org/ml/libc-alpha/2013-08/msg00093.html

This copies the sparc version of sigstack.h, which gives powerpc
 #define MINSIGSTKSZ     4096
 #define SIGSTKSZ        16384

Before the VSX changes, struct rt_sigframe size was 1920 plus 128 for
__SIGNAL_FRAMESIZE giving ppc64 exactly the default MINSIGSTKSZ of
2048.

After VSX, ucontext increased by 256 bytes.  Oops, we're over
MINSIGSTKSZ, so powerpc has been using the wrong value for quite a
while.  Add another ucontext for TM and rt_sigframe is now at 3872,
giving actual MINSIGSTKSZ of 4000.

The glibc testcase that I was looking at was tst-cancel21, which
allocates 2*SIGSTKSZ (not because the test is trying to be
conservative, but because the test actually has nested signal stack
frames).  We blew the allocation by 48 bytes when using current
mainline gcc to compile glibc (le ppc64).

The required stack depth in _dl_lookup_symbol_x from the top of the
next signal frame was 10944 bytes.  I guess you'd want to add 288 to
that, implying an actual SIGSTKSZ of 11232.

	* sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
2013-10-04 10:39:11 +09:30
..
bits Add O_TMPFILE to <fcntl.h> 2013-09-11 11:52:46 +02:00
i386 Fix typos. 2013-08-30 18:08:59 +02:00
net Remove trailing whitespace. 2013-06-05 20:44:03 +00:00
netash Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
netatalk Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
netax25 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
neteconet Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
netinet Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
netipx Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
netiucv Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
netpacket Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
netrom Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
netrose Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
nfs
powerpc PowerPC SIGSTKSZ 2013-10-04 10:39:11 +09:30
s390 Fix typos. 2013-08-30 18:08:59 +02:00
scsi Remove trailing whitespace. 2013-06-05 20:44:03 +00:00
sh New API to set default thread attributes 2013-06-15 12:24:15 +05:30
sparc Add O_TMPFILE to <fcntl.h> 2013-09-11 11:52:46 +02:00
sys Sync sys/ptrace with Linux 3.10 2013-07-04 09:49:14 +02:00
wordsize-64 CVE-2013-4237, BZ #14699: Buffer overflow in readdir_r 2013-08-16 09:40:34 +02:00
x86 Update bits/siginfo.h with Linux hwpoison SIGBUS changes 2013-05-22 14:19:49 -05:00
x86_64 New API to set default thread attributes 2013-06-15 12:24:15 +05:30
_exit.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
_G_config.h Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h. 2012-10-18 18:50:43 +00:00
a.out.h Remove trailing whitespace. 2013-06-05 20:44:03 +00:00
accept4.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
accept.S
adjtime.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
aio_sigqueue.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
bind.S
check_native.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
check_pf.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
clock_getcpuclockid.c Fix symbol definitions for __clock_* functions 2013-06-11 11:11:11 +05:30
clock_getres.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
clock_gettime.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
clock_nanosleep.c Fix symbol definitions for __clock_* functions 2013-06-11 11:11:11 +05:30
clock_settime.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
clock.c Improve precision of clock() function on Linux 2013-06-13 09:54:35 +05:30
cmsg_nxthdr.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
configure Add missing magic to GLIBC_PROVIDES. 2012-10-09 15:41:30 -07: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 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dl-brk.c
dl-execstack.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +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 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dl-openat64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dl-opendir.c Make complete getcwd work in rtld 2011-05-08 14:53:20 -04:00
dl-origin.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dl-osinfo.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dl-sbrk.c
dl-sysdep.c Fix NEED_DL_SYSINFO_DSO conditionals. 2013-03-01 14:44:44 -08:00
dl-sysdep.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dl-vdso.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dl-vdso.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dl-writev.h Split _dl_writev out from _dl_debug_vdprintf. 2013-05-06 11:30:41 -07:00
epoll_pwait.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
errqueue.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
eventfd_read.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
eventfd_write.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
eventfd.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
execve.c Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. 2013-02-04 16:29:39 +00:00
exit-thread.S Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
faccessat.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fallocate64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fallocate.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fatal-prepare.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fchmodat.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fchownat.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fcntl.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fd_to_filename.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fexecve.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fips-private.h Remove lots of inline keywords. 2013-02-07 14:44:18 -08:00
fpathconf.c Remove PIPE_BUF Linux-specific code 2013-03-07 12:15:08 +05:30
fstatfs64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fstatvfs64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fstatvfs.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ftime.c
ftruncate64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
futimens.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
futimes.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
futimesat.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
fxstat64.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
fxstat.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
fxstatat64.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
fxstatat.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
gai_sigqueue.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
getclktck.c Use (void) in no-arguments function definitions. 2013-06-08 00:22:23 +00:00
getcwd.c Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. 2013-02-04 16:29:39 +00:00
getdents64.c
getdents.c Remove CHECK_N and bp-checks.h. 2013-02-08 20:06:30 +00:00
getdirentries64.c
getdirentries.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
getdtsz.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
gethostid.c Use (void) in no-arguments function definitions. 2013-06-08 00:22:23 +00:00
getipv4sourcefilter.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
getloadavg.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
getlogin_r.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
getlogin.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
getpagesize.c Use (void) in no-arguments function definitions. 2013-06-08 00:22:23 +00:00
getpeername.S
getpriority.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
getpt.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
getrlimit64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
getsockname.S
getsockopt.S
getsourcefilter.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
getsysstats.c Use (void) in no-arguments function definitions. 2013-06-08 00:22:23 +00:00
grantpt.c CVE-2013-2207, BZ #15755: Disable pt_chown. 2013-07-21 15:39:55 -04:00
if_index.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ifaddrs.c Fix typos. 2013-08-29 09:11:45 +02:00
ifreq.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Implies Merge sysdeps/unix/common into sysdeps/unix. 2012-05-04 23:15:56 +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 recvmmsg and sendmmsg to the generic glibc API. 2012-11-20 19:26:04 +01:00
internal_statvfs64.c
internal_statvfs.c Sync with Linux 3.8 2013-03-06 16:35:19 +01:00
ipc_priv.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
kernel_sigaction.h
kernel_stat.h
kernel_termios.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
kernel-features.h Preserve errno across _PC_CHOWN_RESTRICTED call on XFS 2013-04-03 10:56:45 +05:30
kernel-posix-cpu-timers.h
ldd-rewrite.sed
lddlibc4.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ldsodefs.h Support ELFOSABI_GNU on all GNU systems. 2013-08-29 12:22:18 +02:00
libc_fatal.c Include <string.h> in sysdeps/unix/sysv/linux/libc_fatal.c. 2013-06-22 19:30:10 +00:00
linkat.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
linux_fsinfo.h Sync with Linux 3.8 2013-03-06 16:35:19 +01:00
listen.S
llseek.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
local-setxid.h Remove pre-2.4 Linux kernel support. 2012-05-25 19:19:30 +00:00
lseek64.c
lutimes.c Fix leading whitespaces. 2013-06-06 20:36:07 +02:00
lxstat64.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
lxstat.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
makedev.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Makefile tst-fanotify: new simple test 2013-09-02 23:22:23 -04:00
malloc-sysdep.h Add HAVE_MREMAP for mremap usage 2013-01-17 21:08:12 +01:00
mkdirat.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
mmap64.c Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c. 2013-08-20 19:38:23 +00:00
mq_close.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
mq_getattr.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
mq_notify.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
mq_open.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
mq_receive.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
mq_send.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
mq_unlink.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
msgctl.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
msgget.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
msgrcv.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
msgsnd.c Remove CHECK_N and bp-checks.h. 2013-02-08 20:06:30 +00:00
netlinkaccess.h Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05: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 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
nscd_setup_thread.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ntp_gettime.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ntp_gettimex.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
open64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
openat64.c Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}. 2013-05-03 16:33:26 -07:00
openat.c Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}. 2013-05-03 16:33:26 -07:00
opendir.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
opensock.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pathconf.c Preserve errno across _PC_CHOWN_RESTRICTED call on XFS 2013-04-03 10:56:45 +05:30
pathconf.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
paths.h Fix small indendation issues in paths.h files 2012-11-04 10:10:58 +01:00
posix_fadvise64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
posix_fadvise.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
posix_fallocate64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
posix_fallocate.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
posix_madvise.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ppoll.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
pread64.c Remove CHECK_N and bp-checks.h. 2013-02-08 20:06:30 +00:00
pread.c Remove CHECK_N and bp-checks.h. 2013-02-08 20:06:30 +00:00
preadv64.c * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64 2009-04-08 19:24:34 +00:00
preadv.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
prlimit.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
prof-freq.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
profil.c
pselect.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ptrace.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
ptsname.c Fix typos. 2013-08-29 09:11:45 +02:00
pwrite64.c Remove CHECK_N and bp-checks.h. 2013-02-08 20:06:30 +00:00
pwrite.c Remove CHECK_N and bp-checks.h. 2013-02-08 20:06:30 +00:00
pwritev64.c * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64. 2009-04-03 19:57:16 +00:00
pwritev.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
readahead.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +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 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
readonly-area.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
readv.c Remove CHECK_N and bp-checks.h. 2013-02-08 20:06:30 +00:00
reboot.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
recv.S
recvfrom.S
recvmmsg.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +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 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sa_len.c Clean up __libc_sa_len helper. 2013-08-27 10:34:16 -07:00
sched_getaffinity.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sched_getcpu.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sched_setaffinity.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
segfault.c
semctl.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
semget.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
semop.c Remove CHECK_N and bp-checks.h. 2013-02-08 20:06:30 +00:00
semtimedop.c Remove CHECK_N and bp-checks.h. 2013-02-08 20:06:30 +00:00
send.S
sendmmsg.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sendmsg.S
sendto.S
setegid.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
seteuid.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
setgid.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
setgroups.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sethostid.c
setipv4sourcefilter.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
setregid.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
setresgid.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
setresuid.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
setreuid.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
setrlimit64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
setsockopt.S
setsourcefilter.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
setuid.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
shm_open.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
shm_unlink.c
shmat.c Remove miscellaneous bounded-pointers relics in C code. 2013-02-15 00:51:53 +00:00
shmctl.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
shmdt.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
shmget.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
shutdown.S
sigaction.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
siglist.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
signal.c
signalfd.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sigpending.c Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. 2013-01-31 23:00:15 +00:00
sigprocmask.c Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. 2013-01-31 23:00:15 +00:00
sigqueue.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
sigreturn.c
sigset-cvt-mask.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sigstack.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sigsuspend.c Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. 2013-01-31 23:00:15 +00:00
sigtimedwait.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
sigwait.c Remove CHECK_SIGSET and CHECK_SIGSET_NULL_OK. 2013-01-31 23:00:15 +00:00
sigwaitinfo.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
sizes.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sleep.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
socketcall.h Fix typos. 2013-08-21 19:48:48 +02:00
socketpair.S
speed.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
statfs64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
statvfs64.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
statvfs.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
symlinkat.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sync_file_range.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
syscalls.list Name space hygeine for madvise. 2012-10-04 16:31:43 -07:00
sysconf.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
sysctl.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +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 Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tcdrain.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tcflow.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tcflush.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tcgetattr.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tcgetpgrp.c
tcsendbrk.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tcsetattr.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tcsetpgrp.c
termio.h
testrtsig.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
time.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
times.c Fix formatting in last change 2013-03-14 08:18:48 +05:30
timespec_get.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
truncate64.c Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. 2013-02-04 16:29:39 +00:00
tst-clone.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tst-fanotify.c tst-fanotify: fix style 2013-09-28 23:53:50 -04:00
tst-getcpu.c tst-getcpu: decode errno when sched_getcpu fails 2012-06-04 22:22:02 -04:00
ttyname_r.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ttyname.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ualarm.c
umount2.S
umount.S
unlinkat.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
unlockpt.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
updwtmp.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
usleep.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
ustat.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
utimensat.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
utimes.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
utmp_file.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Versions Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions. 2012-04-21 13:18:11 +00:00
vfork.c
wait3.c
wait.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
waitid.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
waitpid.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
writev.c Remove CHECK_N and bp-checks.h. 2013-02-08 20:06:30 +00:00
xmknod.c Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. 2013-02-04 16:29:39 +00:00
xmknodat.c Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. 2013-02-04 16:29:39 +00:00
xstat64.c Remove CHECK_1 and CHECK_1_NULL_OK. 2013-02-08 01:12:11 +00:00
xstat.c Remove __ptrvalue, __bounded and __unbounded. 2013-02-13 23:30:40 +00:00
xstatconv.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
xstatconv.h Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00