glibc/sysdeps/unix/sysv/linux
Jakub Jelinek 1e1dc4e82d Implement accept4 for more archs using socketcall.
So far accept4 was only supported on archs using socketcall for x86.
This patch adds support for the remaining archs.
2009-05-22 08:25:34 -07:00
..
bits Add missing protocol numbers. 2009-04-03 03:48:08 +00:00
i386 Implement accept4 for more archs using socketcall. 2009-05-22 08:25:34 -07:00
ia64 Add missing file from previous IA-64 longjmp commit. 2009-05-21 18:54:47 -07:00
net [BZ #6040] 2008-04-08 00:17:58 +00:00
netash Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
netatalk Update. 2004-08-06 18:32:16 +00:00
netax25 Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
neteconet Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
netinet [BZ #966] 2005-06-14 00:56:49 +00:00
netipx Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
netiucv * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers): 2007-11-23 15:19:41 +00:00
netpacket Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
netrom Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
netrose Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nfs
powerpc Add missing export of fallocate64 on 32-bit platforms. 2009-05-15 21:00:09 -07:00
s390 Add missing export of fallocate64 on 32-bit platforms. 2009-05-15 21:00:09 -07:00
scsi Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sh Add missing export of fallocate64 on 32-bit platforms. 2009-05-15 21:00:09 -07:00
sparc Add missing export of fallocate64 on 32-bit platforms. 2009-05-15 21:00:09 -07:00
sys * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64, 2009-05-07 17:42:24 +00:00
wordsize-64 Add missing export of fallocate64 on 32-bit platforms. 2009-05-15 21:00:09 -07:00
x86_64 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}. 2009-03-03 13:53:19 +00:00
_exit.c Update. 2003-09-03 03:22:23 +00:00
a.out.h Update. 2003-07-25 09:06:04 +00:00
accept4.c Implement accept4 for more archs using socketcall. 2009-05-22 08:25:34 -07:00
accept.S Update. 2002-12-31 20:46:11 +00:00
adjtime.c * sysdeps/unix/sysv/linux/adjtime.c: Correctly use 2008-03-24 16:11:32 +00:00
aio_sigqueue.c * elf/cache.c: Use <> rather than "" #includes. 2005-12-21 22:16:34 +00:00
bind.S Update. 2002-05-15 00:22:23 +00:00
check_native.c * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>. 2007-11-24 03:12:25 +00:00
check_pf.c * sysdeps/unix/sysv/linux/check_pf.c (make_request): Fix 2008-01-03 00:25:03 +00:00
clock_getcpuclockid.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
clock_getres.c * sysdeps/i386/fpu/s_expm1l.S: Simply use exp implementation for large 2008-08-05 22:08:42 +00:00
clock_gettime.c * sysdeps/unix/sysv/linux/clock_gettime.c (maybe_syscall_gettime_cpu): 2007-08-13 00:46:30 +00:00
clock_nanosleep.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
clock_settime.c * sysdeps/unix/sysv/linux/clock_settime.c (INTERNAL_VSYSCALL): Use 2006-08-15 13:41:04 +00:00
clock.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
cmsg_nxthdr.c * sysdeps/posix/getaddrinfo.c (default_labels): Adjust for change 2008-01-16 19:47:17 +00:00
configure * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for 2008-04-12 00:51:34 +00:00
configure.in * sysdeps/unix/sysv/linux/configure.in: Bump minimal kernel 2008-04-11 21:13:48 +00:00
connect.S Update. 2002-12-15 10:26:23 +00:00
device-nrs.h * io/fcntl.h: Declare openat and openat64. 2005-11-10 00:12:21 +00:00
dl-brk.c Update. 2002-06-09 20:15:14 +00:00
dl-execstack.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
dl-librecon.h Update. 2004-03-05 10:29:47 +00:00
dl-origin.c * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Undo all 2008-08-14 17:11:07 +00:00
dl-osinfo.h * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline 2009-04-26 20:12:37 +00:00
dl-sbrk.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
dl-sysdep.c * sysdeps/unix/sysv/linux/dl-sysdep.c: Avoid unnecessary code for 2008-03-08 17:52:13 +00:00
dl-sysdep.h Don't declare _dl_discover_osversion only for older kernels. 2008-07-24 18:03:17 +00:00
dl-vdso.c * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT, 2007-08-14 03:21:23 +00:00
dl-vdso.h * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT, 2007-08-14 03:21:23 +00:00
epoll_pwait.c [BZ #4514] 2007-05-21 18:23:50 +00:00
errqueue.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
eventfd_read.c * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use 2007-10-09 03:56:53 +00:00
eventfd_write.c * sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use 2007-10-09 03:56:53 +00:00
eventfd.c 2008-10-02 Pierre Habouzit <madcoder@debian.org> 2008-10-31 17:41:36 +00:00
execve.c Update. 2003-09-03 03:22:23 +00:00
exit-thread.S Update. 2002-09-15 02:37:32 +00:00
faccessat.c * sysdeps/unix/sysv/linux/faccessat.c: Move RESULT defn inside block. 2006-01-21 20:07:20 +00:00
fallocate64.c Add missing export of fallocate64 on 32-bit platforms. 2009-05-15 21:00:09 -07:00
fallocate.c * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise. 2009-04-15 17:10:28 +00:00
fatal-prepare.h * sysdeps/unix/sysv/linux/libc_pthread_init.c: Don't just copy the 2007-01-17 08:37:26 +00:00
fchmodat.c * include/fcntl.h: Declare __have_atfcts. 2006-01-20 07:08:05 +00:00
fchownat.c * include/fcntl.h: Declare __have_atfcts. 2006-01-20 07:08:05 +00:00
fcntl.c Update. 2004-07-16 18:11:48 +00:00
fd_to_filename.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fexecve.c Update. 2002-12-06 23:38:01 +00:00
fpathconf.c [BZ #5778] 2008-03-08 01:57:18 +00:00
fstatfs64.c * nscd/servicescache.c: Include kernel-features.h. 2007-08-13 18:33:31 +00:00
fstatvfs64.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
fstatvfs.c Update. 2003-09-17 00:49:19 +00:00
ftime.c Update. 1999-05-11 13:00:20 +00:00
ftruncate64.c * sysdeps/unix/sysv/linux/ftruncate64.c: Find generic implementation 2006-02-23 22:34:40 +00:00
futimens.c * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and 2007-05-10 21:44:41 +00:00
futimes.c * sysdeps/unix/sysv/linux/futimes.c (miss_utimensat): Don't define 2007-05-28 16:43:59 +00:00
futimesat.c [__NR_futimesat] (futimesat): If file is NULL use __futimes. 2006-02-03 05:26:34 +00:00
fxstat64.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
fxstat.c Update. 2003-06-28 08:11:28 +00:00
fxstatat64.c [BZ #2226] 2006-02-12 21:41:44 +00:00
fxstatat.c * nscd/servicescache.c: Include kernel-features.h. 2007-08-13 18:33:31 +00:00
gai_sigqueue.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
getclktck.c Update. 2004-03-05 10:29:47 +00:00
getcwd.c [BZ #2418] 2006-04-02 17:59:59 +00:00
getdents64.c Update. 2000-08-17 19:36:13 +00:00
getdents.c * sysdeps/unix/sysv/linux/getdents.c (offsetof): Remove. 2007-01-17 11:42:36 +00:00
getdirentries64.c Update. 2000-08-12 05:14:52 +00:00
getdirentries.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getdtsz.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
gethostid.c Don't define OLD_HOSTIDFILE and don't try to open it. The patch introducing the macro contained a bug and used the same file name as the new file instead of using /var/adm/hostid. Nobody complaint so I'm taking this out completely. 2006-08-03 08:49:48 +00:00
getipv4sourcefilter.c Update. 2004-08-06 09:25:59 +00:00
getloadavg.c * locale/xlocale.c (_nl_C_locobj): Mark as const. 2005-12-21 07:28:33 +00:00
getpagesize.c Update. 2004-03-05 10:29:47 +00:00
getpeername.S update from main archive 970225 1997-02-25 05:18:05 +00:00
getpriority.c Update. 2003-09-03 03:22:23 +00:00
getpt.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getsockname.S Update. 2002-05-15 00:22:23 +00:00
getsockopt.S update from main archive 970225 1997-02-25 05:18:05 +00:00
getsourcefilter.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
getsysstats.c * sysdeps/unix/sysv/linux/getsysstats.c (next_line): Make sure there 2009-04-15 15:57:47 +00:00
grantpt.c Update. 2002-07-20 01:14:41 +00:00
if_index.c * nscd/servicescache.c: Include kernel-features.h. 2007-08-13 18:33:31 +00:00
ifaddrs.c * sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12 comment change. 2009-04-29 16:42:32 +00:00
ifreq.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
Implies
init-first.c * csu/libc-start.c: Don't handle VDSO_SETUP here. 2007-08-20 22:36:43 +00:00
internal_accept4.S Implement accept4 for more archs using socketcall. 2009-05-22 08:25:34 -07:00
internal_statvfs64.c Update. 2004-04-03 07:50:20 +00:00
internal_statvfs.c . 2007-07-31 13:33:18 +00:00
ipc_priv.h Update. 2003-09-03 03:22:23 +00:00
kernel_sigaction.h Update. 1999-10-19 03:14:36 +00:00
kernel_stat.h (_HAVE_STAT_NSEC,_HAVE_STAT_NSEC64): New. 2003-01-01 19:56:23 +00:00
kernel_termios.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
kernel-features.h Don't define __ASSUME_ACCEPT4 for IA-64. 2009-05-21 18:23:57 -07: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 Update. 1998-08-24 16:46:16 +00:00
lddlibc4.c * debug/xtrace.sh: Unify translatable messages. 2009-02-06 20:13:07 +00:00
ldsodefs.h * elf/dl-load.c (open_verify): In case VALID_ELF_HEADER is 2009-02-10 17:21:29 +00:00
libc_fatal.c * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Use 2005-02-22 23:11:01 +00:00
linkat.c * sysdeps/unix/sysv/linux/linkat.c (linkat): Allow flags to be set 2006-02-27 21:45:10 +00:00
linux_fsinfo.h [BZ #1978] 2005-12-20 07:21:59 +00:00
listen.S Update. 2002-05-15 00:22:23 +00:00
llseek.c Update. 2003-09-03 03:22:23 +00:00
local-setxid.h * sysdeps/posix/spawni.c (__spawni): Use local_seteuid and 2006-06-04 22:17:06 +00:00
lseek64.c Update. 1997-10-12 04:05:44 +00:00
lutimes.c * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and 2007-05-10 21:44:41 +00:00
lxstat64.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
lxstat.c Update. 2003-06-28 08:11:28 +00:00
makedev.c Update. 2003-09-24 21:13:55 +00:00
Makefile Implement accept4 for more archs using socketcall. 2009-05-22 08:25:34 -07:00
mkdirat.c * include/fcntl.h: Declare __have_atfcts. 2006-01-20 07:08:05 +00:00
mmap64.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
mq_close.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
mq_getattr.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
mq_notify.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
mq_open.c * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7. 2007-09-15 22:35:27 +00:00
mq_receive.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
mq_send.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
mq_unlink.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
msgctl.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
msgget.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
msgrcv.c [BZ #2883] 2006-08-03 15:41:32 +00:00
msgsnd.c Update. 2002-12-15 10:26:23 +00:00
netlinkaccess.h * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
nice.c Update. 2002-03-02 00:48:30 +00:00
not-cancel.h * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed. 2006-07-31 05:58:51 +00:00
nscd_setup_thread.c [BZ #5382] 2007-11-23 06:37:58 +00:00
ntp_gettime.c Update. 2002-07-25 08:19:59 +00:00
open64_2.c * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to.. 2007-11-10 19:36:06 +00:00
open64.c * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to.. 2007-11-10 19:36:06 +00:00
open_2.c * Makerules (sysd-rules): Define PTW for ptw-* files. 2007-05-24 23:55:28 +00:00
openat64.c * Makerules (sysd-rules): Define PTW for ptw-* files. 2007-05-24 23:55:28 +00:00
openat.c * Makerules (sysd-rules): Define PTW for ptw-* files. 2007-05-24 23:55:28 +00:00
opendir.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
opensock.c * sysdeps/unix/sysv/linux/opensock.c (__opensock): Use 2008-07-25 18:16:57 +00:00
pathconf.c [BZ #5778] 2008-03-08 01:57:18 +00:00
pathconf.h [BZ #5778] 2008-03-08 01:57:18 +00:00
paths.h [BZ #9955] 2009-04-23 18:29:30 +00:00
poll.c * stdio-common/tst-fmemopen2.c (do_test): Add a cast. 2006-01-08 08:24:11 +00:00
posix_fadvise64.c Update. 2004-03-10 19:28:58 +00:00
posix_fadvise.c Update. 2003-08-17 00:37:19 +00:00
posix_fallocate64.c * sysdeps/posix/posix_fallocate64.c: Undefine 2007-07-28 18:13:45 +00:00
posix_fallocate.c * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix 2007-07-31 19:33:23 +00:00
posix_madvise.c [BZ #3325] 2007-02-21 19:13:15 +00:00
ppoll.c * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT, 2007-08-14 03:21:23 +00:00
pread64.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
pread.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
preadv64.c * sysdeps/unix/sysv/linux/preadv64.c (PREAD): Use __libc_pread64 2009-04-08 19:24:34 +00:00
preadv.c * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust. 2009-04-23 22:52:24 +00:00
prof-freq.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
profil.c
pselect.c * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_PSELECT, 2007-08-14 03:21:23 +00:00
ptrace.c * sysdeps/unix/sysv/linux/sys/ptrace.h [PTRACE_SETOPTIONS, 2006-09-17 16:06:42 +00:00
ptsname.c Update. 2003-01-16 18:14:10 +00:00
pwrite64.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
pwrite.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
pwritev64.c * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64. 2009-04-03 19:57:16 +00:00
pwritev.c * sysdeps/unix/sysv/linux/preadv.c: The kernel API changed. Adjust. 2009-04-23 22:52:24 +00:00
readahead.c [BZ #5208] 2007-10-28 01:08:55 +00:00
readdir64_r.c Add space inf weak_alias use. 2005-05-26 14:30:51 +00:00
readdir64.c Add space inf weak_alias use. 2005-05-26 14:30:51 +00:00
readlinkat.c * posix/bits/unistd.h (__readlinkat_chk): New prototype. 2006-04-24 17:01:40 +00:00
readonly-area.c * libio/oldfileops.c (_IO_old_file_xsputn): Fix last patch. 2005-10-17 16:05:54 +00:00
readv.c * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init): 2009-04-26 18:06:47 +00:00
reboot.c Update. 2003-09-03 03:22:23 +00:00
recv.S Update. 2002-12-15 10:26:23 +00:00
recvfrom.S Update. 2002-12-15 10:26:23 +00:00
recvmsg.S Update. 2002-12-15 10:26:23 +00:00
renameat.c * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty 2006-01-22 00:57:24 +00:00
sa_len.c * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers): 2007-11-23 15:19:41 +00:00
sched_getaffinity.c * resolv/res_debug.c (loc_ntoa): Make error const. 2006-05-15 14:42:59 +00:00
sched_getcpu.c [BZ #4306] 2007-04-28 04:03:38 +00:00
sched_setaffinity.c * sysdeps/unix/sysv/linux/sched_setaffinity.c 2007-05-10 23:38:55 +00:00
segfault.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
semctl.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
semget.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
semop.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
semtimedop.c Update. 2003-05-01 21:41:01 +00:00
send.S Update. 2002-12-15 10:26:23 +00:00
sendmsg.S Update. 2002-12-15 10:26:23 +00:00
sendto.S Update. 2002-12-15 10:26:23 +00:00
setegid.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
seteuid.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
setgid.c Remove sys/syscall.h, sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h includes. Include setxid.h. Use INLINE_SETXID_SYSCALL macro instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded snippets. 2004-11-12 01:15:06 +00:00
sethostid.c
setipv4sourcefilter.c Update. 2004-08-07 18:22:26 +00:00
setregid.c Remove sys/syscall.h, sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h includes. Include setxid.h. Use INLINE_SETXID_SYSCALL macro instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded snippets. 2004-11-12 01:15:06 +00:00
setresgid.c Remove sys/syscall.h, sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h includes. Include setxid.h. Use INLINE_SETXID_SYSCALL macro instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded snippets. 2004-11-12 01:15:06 +00:00
setresuid.c Remove sys/syscall.h, sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h includes. Include setxid.h. Use INLINE_SETXID_SYSCALL macro instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded snippets. 2004-11-12 01:15:06 +00:00
setreuid.c Remove sys/syscall.h, sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h includes. Include setxid.h. Use INLINE_SETXID_SYSCALL macro instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded snippets. 2004-11-12 01:15:06 +00:00
setsockopt.S Update. 2002-05-15 00:22:23 +00:00
setsourcefilter.c * libio/fmemopen.c (fmemopen): Free stream memory in case of 2006-04-07 04:29:25 +00:00
setuid.c Remove sys/syscall.h, sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h includes. Include setxid.h. Use INLINE_SETXID_SYSCALL macro instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded snippets. 2004-11-12 01:15:06 +00:00
shm_open.c (shm_open): Fix typo in last change. 2007-08-10 23:21:18 +00:00
shm_unlink.c Update. 2000-04-12 04:59:33 +00:00
shmat.c * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call 2002-09-03 02:45:12 +00:00
shmctl.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
shmdt.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
shmget.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
shutdown.S update from main archive 970225 1997-02-25 05:18:05 +00:00
sigaction.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
siglist.h Update. 2003-04-01 06:20:33 +00:00
signal.c update from main archive 961229 1996-12-30 01:47:46 +00:00
signalfd.c * Versions.def (glibc): Add GLIBC_2.9. 2008-07-25 04:51:56 +00:00
sigpending.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
sigprocmask.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
sigqueue.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
sigreturn.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
sigset-cvt-mask.h 2002-09-04 Bruno Haible <bruno@clisp.org> 2002-09-05 18:52:18 +00:00
sigstack.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
sigsuspend.c * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed. 2006-07-31 05:58:51 +00:00
sigtimedwait.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
sigwait.c * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart system 2005-08-01 19:27:50 +00:00
sigwaitinfo.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
sizes.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sleep.c * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup): 2005-06-17 23:11:35 +00:00
socketcall.h Correct socketcall argument for accept4. 2009-05-21 18:15:26 -07:00
socketpair.S update from main archive 970225 1997-02-25 05:18:05 +00:00
speed.c 2003-09-08 Roland McGrath <roland@frob.com> 2003-09-09 06:44:48 +00:00
statfs64.c * nscd/servicescache.c: Include kernel-features.h. 2007-08-13 18:33:31 +00:00
statvfs64.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
statvfs.c Update. 2003-09-17 00:49:19 +00:00
symlinkat.c * include/fcntl.h: Declare __have_atfcts. 2006-01-20 07:08:05 +00:00
sync_file_range.c * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range): 2007-04-01 16:35:03 +00:00
syscalls.list * sysdeps/unix/sysv/linux/Versions: Fix changes due to old patch for 2008-08-01 23:49:18 +00:00
sysconf.c * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): 2009-02-24 23:34:08 +00:00
sysctl.c * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup): 2005-06-17 23:11:35 +00:00
syslog.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
system.c * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup): 2005-06-17 23:11:35 +00:00
tcdrain.c Update. 2002-12-15 10:26:23 +00:00
tcflow.c * malloc/malloc.c (munmap_chunk): Suppress warnings from last change. 2005-11-07 23:00:18 +00:00
tcflush.c * malloc/malloc.c (munmap_chunk): Suppress warnings from last change. 2005-11-07 23:00:18 +00:00
tcgetattr.c * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store 2006-05-10 19:32:07 +00:00
tcgetpgrp.c
tcsetattr.c 2.5-18.1 2007-07-12 18:26:36 +00:00
tcsetpgrp.c
termio.h
testrtsig.h * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
time.c * sysdeps/ia64/fpu/libm-test-ulps: Update for GCC 4.1 prerelease. 2005-12-20 15:11:40 +00:00
times.c * nscd/Makefile (nscd-cflags): Set back to -fpie. 2008-04-22 15:53:59 +00:00
truncate64.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
tst-clone.c .. 2009-01-23 20:41:36 +00:00
tst-getcpu.c * sysdeps/unix/sysv/linux/tst-getcpu.c: Include <unistd.h> for getpid. 2007-05-12 21:06:31 +00:00
ttyname_r.c * nis/nis_subr.c (nis_getnames): Revert last change. 2006-12-05 21:28:15 +00:00
ttyname.c * nis/nis_subr.c (nis_getnames): Revert last change. 2006-12-05 21:28:15 +00:00
ualarm.c
ulimit.c [BZ #6947] 2008-10-31 17:29:46 +00:00
umount2.S Update. 1998-08-20 19:16:48 +00:00
umount.S Update. 1998-08-20 19:16:48 +00:00
unlinkat.c * include/fcntl.h: Declare __have_atfcts. 2006-01-20 07:08:05 +00:00
unlockpt.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
updwtmp.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
usleep.c Update. 2003-06-15 21:22:26 +00:00
ustat.c Update. 2003-09-27 17:02:41 +00:00
utimensat.c * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and 2007-05-10 21:44:41 +00:00
utimes.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
utmp_file.c 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
Versions Add missing export of fallocate64 on 32-bit platforms. 2009-05-15 21:00:09 -07: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 Update. 2003-06-16 19:39:00 +00:00
waitid.c Update. 2004-10-30 18:04:21 +00:00
waitpid.c Update. 2003-05-13 23:57:02 +00:00
writev.c * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init): 2009-04-26 18:06:47 +00:00
xmknod.c Update. 2003-09-27 17:02:41 +00:00
xmknodat.c (__xmknodat): Cast k_dev value to unsigned int to match kernel. 2006-01-21 01:51:04 +00:00
xstat64.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
xstat.c Update. 2003-06-28 08:11:28 +00:00
xstatconv.c * nscd/servicescache.c: Include kernel-features.h. 2007-08-13 18:33:31 +00:00
xstatconv.h * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00