glibc/sysdeps/unix/sysv/linux
Joseph Myers 93ae1ebaa6 Clean up gnu/lib-names.h generation (bug 14171).
This patch eliminates the mixture of SONAME information in
shlib-versions files and SONAME information used to generate
gnu/lib-names.h in makefiles, with the information in the makefiles
being removed so all this information comes from the shlib-versions
files.

So that gnu/lib-names.h supports multiple ABIs, it is changed to be
generated on the same basis as gnu/stubs.h: when there are multiple
ABIs, gnu/lib-names.h is a wrapper header (the same header installed
whatever ABI is being built) and separate headers such as
gnu/lib-names-64.h contain the substantive contents (only one such
header being installed by any glibc build).

The rules for building gnu/lib-names.h were moved from Makeconfig to
Makerules because they need to come after sysdeps makefiles are
included (now that "ifndef abi-variants" is a toplevel conditional on
the rules rather than $(abi-variants) being evaluated later inside the
commands for a rule).

Tested for x86_64 and x86 that the installed shared libraries are
unchanged by this patch, and examined the installed gnu/lib-names*.h
headers by hand.  Also tested the case of a single ABI (where there is
just a single header installed, again like stubs.h) by hacking
abi-variants to empty for x86_64.

	[BZ #14171]
	* Makeconfig [$(build-shared) = yes]
	($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
	makefiles.
	[$(build-shared) = yes && $(soversions.mk-done) = t]
	($(common-objpfx)gnu/lib-names.h): Remove rule.
	[$(build-shared) = yes && $(soversions.mk-done) = t]
	($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
	to Makerules.
	[$(build-shared) = yes && $(soversions.mk-done) = t]
	(before-compile): Don't append $(common-objpfx)gnu/lib-names.h
	here.
	[$(build-shared) = yes && $(soversions.mk-done) = t]
	(common-generated): Don't append gnu/lib-names.h and
	gnu/lib-names.stmp here.
	* Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
	(lib-names-h-abi): New variable.
	[$(build-shared) = yes && $(soversions.mk-done) = t]
	(lib-names-stmp-abi): Likewise.
	[$(build-shared) = yes && $(soversions.mk-done) = t &&
	abi-variants] (before-compile): Append
	$(common-objpfx)$(lib-names-h-abi).
	[$(build-shared) = yes && $(soversions.mk-done) = t &&
	abi-variants] (common-generated): Append gnu/lib-names.h.
	[$(build-shared) = yes && $(soversions.mk-done) = t &&
	abi-variants] (install-others-nosubdir): Depend on
	$(inst_includedir)/$(lib-names-h-abi).
	[$(build-shared) = yes && $(soversions.mk-done) = t &&
	abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
	[$(build-shared) = yes && $(soversions.mk-done) = t]
	($(common-objpfx)$(lib-names-h-abi)): New rule.
	[$(build-shared) = yes && $(soversions.mk-done) = t]
	($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
	[$(build-shared) = yes && $(soversions.mk-done) = t]
	(common-generated): Append $(lib-names-h-abi) and
	$(lib-names-stmp-abi).
	* scripts/lib-names.awk: Do not handle multi being set.
	* sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
	Remove variable.
	(abi-lp64_be-ld-soname): Likewise.
	* sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
	Likewise.
	(abi-hard-ld-soname): Likewise.
	* sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
	* sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
	Remove variable.
	(abi-o32_hard-ld-soname): Likewise.
	(abi-o32_soft_2008-ld-soname): Likewise.
	(abi-o32_hard_2008-ld-soname): Likewise.
	(abi-n32_soft-ld-soname): Likewise.
	(abi-n32_hard-ld-soname): Likewise.
	(abi-n32_soft_2008-ld-soname): Likewise.
	(abi-n32_hard_2008-ld-soname): Likewise.
	(abi-n64_soft-ld-soname): Likewise.
	(abi-n64_hard-ld-soname): Likewise.
	(abi-n64_soft_2008-ld-soname): Likewise.
	(abi-n64_hard_2008-ld-soname): Likewise.
	* sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
	Likewise.
	(abi-64-v2-ld-soname): Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
	ld.so entries.
	* sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
	variable.
	* sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
	entry.
	* sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
	variable.
	(abi-64-ld-soname): Likewise.
	(abi-x32-ld-soname): Likewise.
	* sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
	entry.
	* sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
2014-09-26 17:33:04 +00:00
..
aarch64 Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
alpha Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
arm Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
bits fcntl-linux.h: add new definitions and manual updates for open file description locks 2014-07-29 23:27:21 -04:00
generic Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
hppa Fix prototype of eventfd. 2014-09-20 14:05:49 +02:00
i386 Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
ia64 Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
m68k Move some setrlimit definitions to syscalls.list (bug 14138). 2014-09-23 14:12:50 +00:00
microblaze Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
mips Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
net Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netash Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netatalk Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netax25 Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
neteconet Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netinet Combine __USE_BSD and __USE_SVID into __USE_MISC. 2014-02-12 23:41:01 +00:00
netipx Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netiucv Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netpacket Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netrom Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netrose Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
nfs
powerpc Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
s390 Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
scsi Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sh Move some setrlimit definitions to syscalls.list (bug 14138). 2014-09-23 14:12:50 +00:00
sparc Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
sys Fix prototype of eventfd. 2014-09-20 14:05:49 +02:00
tile Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
wordsize-64 Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
x86 Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
x86_64 Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
Implies Get rid of nptl/sysdeps/pthread/ subdirectory 2014-06-12 13:48:47 -07:00
Makefile Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
Versions Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions. 2012-04-21 13:18:11 +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
_exit.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
a.out.h Remove trailing whitespace. 2013-06-05 20:44:03 +00:00
accept.S
accept4.c Fix __ASSUME_ACCEPT4 issues (bug 16609). 2014-02-20 17:50:31 +00:00
adjtime.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
aio_misc.h Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
aio_sigqueue.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
allocrtsig.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
arch-fork.h Add stub arch-fork.h header. 2014-05-16 11:47:13 -07:00
bind.S
check_native.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
check_pf.c Fix crash when system has no ipv6 address [BZ #17125] 2014-07-10 14:15:16 +05:30
clock.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
clock_getcpuclockid.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
clock_getres.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
clock_gettime.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
clock_nanosleep.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
clock_settime.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
cmsg_nxthdr.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
configure Remove bitrotten --enable-oldest-abi (bug 6652). 2014-09-16 17:45:03 +00:00
configure.ac Remove bitrotten --enable-oldest-abi (bug 6652). 2014-09-16 17:45:03 +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 2014-01-01 22:00:23 +10:00
dl-brk.c
dl-execstack.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
dl-fxstatat64.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +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 2014-01-01 22:00:23 +10:00
dl-openat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
dl-opendir.c Remove __ASSUME_O_CLOEXEC / O_CLOEXEC conditionals in sysdeps/unix/sysv/linux/. 2014-06-25 20:29:45 +00:00
dl-origin.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
dl-osinfo.h Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
dl-sbrk.c
dl-sysdep.c Add missing #include for MIN use in dl-sysdep.c. 2014-07-02 11:10:08 -07:00
dl-sysdep.h Revert "Patch [1/4] async-signal safe TLS." 2014-02-06 08:46:20 +10:00
dl-vdso.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
dl-vdso.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
dl-writev.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
epoll_pwait.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
errqueue.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
eventfd.c Fix prototype of eventfd. 2014-09-20 14:05:49 +02:00
eventfd_read.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
eventfd_write.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
execve.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
exit-thread.h Clean up __exit_thread. 2014-05-13 09:49:20 -07:00
faccessat.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
fallocate.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fallocate64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fatal-prepare.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fchmodat.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
fchownat.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
fcntl.c Remove __ASSUME_F_GETOWN_EX. 2014-06-20 20:04:33 +00:00
fd_to_filename.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fexecve.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fips-private.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fpathconf.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fstatfs64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fstatvfs.c Remove an unused variable in fstatvfs. 2014-06-23 14:05:14 -07:00
fstatvfs64.c Avoid stat/fstat in statvfs/fstatvfs (BZ #15132) 2014-05-29 09:41:29 +05:30
ftime.c
ftruncate64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
futimens.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
futimes.c Remove __ASSUME_UTIMENSAT. 2014-06-25 11:36:10 +00:00
futimesat.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
fxstat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fxstat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
fxstatat.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
fxstatat64.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
gai_sigqueue.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getclktck.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getcwd.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
getdents.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getdents64.c
getdirentries.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getdirentries64.c
getdtsz.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethostid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getipv4sourcefilter.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getloadavg.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getlogin.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getlogin_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getpagesize.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
getpeername.S
getpid.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
getpriority.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getpt.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrlimit64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsockname.S
getsockopt.S
getsourcefilter.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsysstats.c Remove __ASSUME_O_CLOEXEC / O_CLOEXEC conditionals in sysdeps/unix/sysv/linux/. 2014-06-25 20:29:45 +00:00
grantpt.c CVE-2013-2207, BZ #15755: Disable pt_chown. 2013-07-21 15:39:55 -04:00
if_index.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
ifaddrs.c Handle zero prefix length in getifaddrs (BZ #17371) 2014-09-15 18:59:37 +02:00
ifreq.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
internal_accept4.S Fix __ASSUME_ACCEPT4 issues (bug 16609). 2014-02-20 17:50:31 +00:00
internal_recvmmsg.S Fix __ASSUME_RECVMMSG issues (bug 16610). 2014-02-20 17:53:08 +00:00
internal_sendmmsg.S Fix __ASSUME_SENDMMSG issues (bug 16611). 2014-02-20 17:55:35 +00:00
internal_statvfs.c Avoid stat/fstat in statvfs/fstatvfs (BZ #15132) 2014-05-29 09:41:29 +05:30
internal_statvfs64.c
ipc_priv.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
kernel-features.h [PATCH 6/6] Split s390 out of main Linux kernel-features.h. 2014-07-17 17:55:44 +00:00
kernel-posix-cpu-timers.h
kernel-posix-timers.h Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
kernel_sigaction.h
kernel_stat.h Use __glibc_reserved instead __unused. 2013-11-26 12:32:28 +01:00
kernel_termios.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ldd-rewrite.sed
lddlibc4.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ldsodefs.h Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
libc_fatal.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
linkat.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
linux_fsinfo.h linux_fsinfo.h: sync with current linux/magic.h 2014-02-08 06:39:10 -05:00
listen.S
llseek.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
local-setxid.h Remove pre-2.4 Linux kernel support. 2012-05-25 19:19:30 +00:00
lowlevellock-futex.h Separate Linuxisms from lowlevellock.h, make a generic one 2014-07-15 15:23:06 -07:00
lseek64.c
lutimes.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
lxstat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
lxstat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
makedev.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
malloc-sysdep.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mkdirat.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
mmap64.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
mq_close.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mq_getattr.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mq_notify.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
mq_open.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mq_receive.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mq_send.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mq_unlink.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
msgctl.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
msgget.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
msgrcv.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
msgsnd.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netlinkaccess.h Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +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 Fix __waitpid_nocancel link error. 2014-05-16 15:45:58 -07:00
nptl-signals.h Split nptl-signals.h out from pthreadP.h 2014-07-31 11:37:48 -07:00
nscd_setup_thread.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ntp_gettime.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ntp_gettimex.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
open64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
openat.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
openat64.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 2014-01-01 22:00:23 +10:00
opensock.c Remove __ASSUME_SOCK_CLOEXEC / SOCK_CLOEXEC conditionals in Linux-specific code. 2014-06-20 23:22:08 +00:00
pathconf.c Remove __ASSUME_XFS_RESTRICTED_CHOWN. 2014-06-25 16:39:33 +00:00
pathconf.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
paths.h Fix small indendation issues in paths.h files 2012-11-04 10:10:58 +01:00
posix_fadvise.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
posix_fadvise64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
posix_fallocate.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
posix_fallocate64.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
posix_madvise.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ppoll.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
pread.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
pread64.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
preadv.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
preadv64.c
prlimit.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
prof-freq.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
profil.c
pselect.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
pt-raise.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
pthread_getaffinity.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
pthread_getcpuclockid.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
pthread_getname.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
pthread_kill.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
pthread_setaffinity.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
pthread_setname.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
pthread_sigmask.c Get rid of nptl/sysdeps/pthread/ subdirectory 2014-06-12 13:48:47 -07:00
pthread_sigqueue.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
ptrace.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ptsname.c ptsname_r: don't leak uninitialized memory (BZ #16917) 2014-05-16 00:07:29 +02:00
pwrite.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
pwrite64.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
pwritev.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
pwritev64.c
raise.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
readahead.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10: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 Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
readonly-area.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
readv.c Remove __ASSUME_COMPLETE_READV_WRITEV. 2014-06-25 11:31:51 +00:00
reboot.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
recv.S
recvfrom.S
recvmmsg.c Sync recvmmsg prototype with kernel usage. 2014-09-20 13:53:44 +02:00
recvmsg.S
remove.c Handle POSIX-compliant errno value of unlink in remove. 2010-04-04 02:08:37 -07:00
renameat.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
sa_len.c Clean up __libc_sa_len helper. 2013-08-27 10:34:16 -07:00
safe-fatal.h Add __safe_fatal and use it in __pthread_unwind forwarder fallback. 2014-07-31 14:00:33 -07:00
sched_getaffinity.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sched_getcpu.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sched_setaffinity.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
segfault.c
semctl.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
semget.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
semop.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
semtimedop.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
send.S
sendmmsg.c Fix __ASSUME_SENDMMSG issues (bug 16611). 2014-02-20 17:55:35 +00:00
sendmsg.S
sendto.S
setegid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
seteuid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setgid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setgroups.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sethostid.c
setipv4sourcefilter.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setregid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setresgid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setresuid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setreuid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setrlimit64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setsockopt.S
setsourcefilter.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setuid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
shlib-versions Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
shm_open.c Remove __ASSUME_O_CLOEXEC / O_CLOEXEC conditionals in sysdeps/unix/sysv/linux/. 2014-06-25 20:29:45 +00:00
shm_unlink.c
shmat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
shmctl.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
shmdt.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
shmget.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
shutdown.S
sigaction.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
siglist.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
signal.c
signalfd.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sigpending.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
sigprocmask.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
sigqueue.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sigreturn.c
sigset-cvt-mask.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sigstack.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sigsuspend.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
sigtimedwait.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
sigwait.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
sigwaitinfo.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
sizes.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sleep.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
socketcall.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
socketpair.S
speed.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
statfs64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
statvfs.c Avoid stat/fstat in statvfs/fstatvfs (BZ #15132) 2014-05-29 09:41:29 +05:30
statvfs64.c Avoid stat/fstat in statvfs/fstatvfs (BZ #15132) 2014-05-29 09:41:29 +05:30
symlinkat.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
sync_file_range.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
syscalls.list Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
sysconf.c Add missing #include for MIN/MAX users. 2014-07-01 15:01:24 -07:00
sysctl.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
sysctl.mk Remove $(sysctl) from sysdep_routines 2012-05-22 13:58:43 -07:00
syslog.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
system.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
tcdrain.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tcflow.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tcflush.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tcgetattr.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
tcgetpgrp.c
tcsendbrk.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tcsetattr.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tcsetpgrp.c
termio.h
testrtsig.h Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
time.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
timer_create.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
timer_delete.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
timer_getoverr.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
timer_gettime.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
timer_routines.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
timer_settime.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
times.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
timespec_get.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
truncate64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-clone.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-fanotify.c tst-fanotify: switch to AC_DEFINE 2014-01-04 08:34:01 -05:00
tst-getcpu.c tst-getcpu: decode errno when sched_getcpu fails 2012-06-04 22:22:02 -04:00
tst-setgetname.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
ttyname.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
ttyname_r.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
ualarm.c
umount.S
umount2.S
unlinkat.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
unlockpt.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
updwtmp.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
usleep.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ustat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
utimensat.c Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
utimes.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
utmp_file.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
vfork.c
wait.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
wait3.c Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd. 2013-12-22 14:49:48 +00:00
waitid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
waitpid.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
writev.c Remove __ASSUME_COMPLETE_READV_WRITEV. 2014-06-25 11:31:51 +00:00
xmknod.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
xmknodat.c Remove __ASSUME_ATFCTS conditionals in sysdeps/unix/sysv/linux/. 2014-06-20 15:41:35 +00:00
xstat.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
xstat64.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
xstatconv.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
xstatconv.h Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00