about summary refs log tree commit diff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0217-18/+17
|
* Update version.h and include/features.h for 2.17 release. glibc-2.17David S. Miller2012-12-241-1/+1
|
* [BZ #14898]Andreas Schwab2012-12-071-1/+1
| | | | | * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]: Change to -1.
* * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...Siddhesh Poyarekar2012-11-301-0/+2
| | | | * include/rpc/svc.h: ... here.
* Cast to __intptr_t before casting pointer to int64H.J. Lu2012-11-261-0/+16
|
* Check supported DF_1_XXX bitsH.J. Lu2012-11-211-0/+6
|
* Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge2012-11-201-0/+4
|
* [BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge2012-11-041-4/+0
|
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-031-0/+1
|
* Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu2012-11-021-0/+4
|
* conformtest: Add test data for fenv.h.Joseph Myers2012-11-021-0/+2
|
* Test _ISOMAC in include/sys/syslog.h.Joseph Myers2012-11-021-0/+2
|
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-241-1/+5
|
* Avoid PLT references from __get_clockfreq on powerpcAndreas Schwab2012-10-121-0/+1
|
* Framework to test IFUNC implementations on targetH.J. Lu2012-10-111-0/+56
|
* Name space hygeine for madvise.Roland McGrath2012-10-041-2/+3
|
* Make strtod respect the rounding mode (bug 14518).Joseph Myers2012-09-121-0/+65
|
* add attribute_hidden to __have_{sock_cloexec,pipe2,dup3Mike Frysinger2012-08-182-4/+4
| | | | | | | These internal knobs are not exposed as part of the public ABI, so mark them hidden to avoid generating relocations against them. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* split assume pipe2/dup3/sock_cloexec knobsMike Frysinger2012-08-181-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We can't assume sock_cloexec and pipe2 are bound together as the former defines are found in glibc only while the latter are a combo of kernel headers and glibc. So if we do a runtime detection of SOCK_CLOEXEC, but pipe2() is a stub inside of glibc, we hit a problem. For example: main() { getgrnam("portage"); if (!popen("ls", "r")) perror("popen()"); } getgrnam() will detect that the kernel supports SOCK_CLOEXEC and then set both __have_sock_cloexec and __have_pipe2 to true. But if glibc was built against older kernel headers where __NR_pipe2 does not exist, glibc will have a ENOSYS stub for it. So popen() will always fail as glibc assumes pipe2() works. While this isn't too much of an issue for some arches as they added the functionality to the kernel at the same time, not all arches are that lucky. Since the code already has dedicated names for each feature, delete the defines wiring these three features together and make each one a proper dedicated knob. We've been carrying this in Gentoo since glibc-2.9. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Split sys/param.h out into common file and sysdeps bits/param.h file.Roland McGrath2012-08-171-0/+1
|
* Declare __getdirentries in internal dirent.h.Roland McGrath2012-08-151-0/+4
|
* Add explicit acquire/release semantics to atomic_exchange_and_add.Maxim Kuvyrkov2012-08-131-2/+16
|
* Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek2012-08-021-33/+20
|
* Clean up stub accept4 definition.Roland McGrath2012-07-311-2/+2
|
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-301-1/+1
|
* Rename __secure_getenv to secure_getenvFlorian Weimer2012-07-251-1/+2
|
* Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek2012-07-101-15/+11
|
* Release 2.16 glibc-2.16.0Carlos O'Donell2012-06-301-1/+1
| | | | Update version.h and include/features.h for 2.16 release.
* Fix invalid memory access in do_lookup_x.Andreas Schwab2012-06-221-4/+4
| | | | | | | | [BZ #13579] Do not free l_initfini and allow it to be reused on subsequent dl_open calls for the same library. This fixes the invalid memory access in do_lookup_x when the previously free'd l_initfini was accessed through l_searchlist when a library had been opened for the second time.
* Remove use of INTDEF/INTUSE in stdio-commonAndreas Schwab2012-06-011-0/+1
|
* Remove use of INTUSE/INTDEF in misc.Marek Polacek2012-05-311-12/+3
|
* Remove use of INTDEF/INTUSE in socketAndreas Schwab2012-05-311-13/+3
|
* Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu2012-05-301-12/+0
|
* Add --enable-systemtap configuration to define static probe points.Roland McGrath2012-05-251-0/+80
|
* Remove use of INTDEF/INTUSE in intlAndreas Schwab2012-05-242-15/+2
|
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-243-7/+9
|
* Switch gettimeofday from INTUSE to libc_hidden_proto.Roland McGrath2012-05-241-7/+2
|
* Fix sunrpc static libraryAndreas Jaeger2012-05-211-0/+10
| | | | | | * include/shlib-compat.h (libc_sunrpc_symbol): New macro. * sunrpc/svc_simple.c: Use it for registerrpc. * sunrpc/xcrypt.c: Use it for passwd2des.
* Update __STDC_ISO_10646__.Joseph Myers2012-05-161-2/+3
|
* Hurd: hidden_nolink macro for NO_HIDDEN case.Thomas Schwinge2012-05-101-2/+2
|
* Hurd: dup3Thomas Schwinge2012-05-101-1/+2
|
* Hurd: accept4Thomas Schwinge2012-05-101-0/+3
|
* Make sunrpc code usable againAndreas Jaeger2012-05-101-1/+6
| | | | | | | | New configure option --enable-obsolete-rpc makes the deprecated RPC headers and functions available at compile time as they were before version 2.14. This option will be removed at some time in the future after the TI-RPC library becomes fully sufficient for the needs of existing applications.
* Define __STDC_NO_THREADS__.Joseph Myers2012-05-101-0/+3
|
* Warn if user requests __FORTIFY_SOURCE but it is disabledRoland Mc Grath2012-05-081-4/+8
| | | | | | [BZ #13979] * include/features.h: Warn if user requests __FORTIFY_SOURCE checking but the checks are disabled for any reason.
* Fix attributes for fortify functions.Marek Polacek2012-04-291-1/+1
|
* Resolve __vector namespace conflict with Altivec.Petr Baudis2012-04-171-4/+4
|
* Replace Elf64_XXX with ElfW(XXX) in dl-irel.hH.J. Lu2012-03-221-0/+5
|
* Move math/math_private.h to sysdeps/generic/math_private.h.Richard Henderson2012-03-091-1/+0
| | | | This reverts commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83.
* Fix sparc build after recent math changes.David S. Miller2012-03-091-0/+1
| | | | * include/math_private.h: New file.