summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-301-1/+12
|\
| * Prepare use if IFUNC functions outside libc.so.Ulrich Drepper2009-07-291-1/+12
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-271-0/+4
|\|
| * Make include/unistd.h suitable for C++ test cases.Duncan Simpson2009-07-231-0/+4
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-202-80/+24
|\|
| * Use rel semantics of cas instead of acq semantics with full barrier before it...Jakub Jelinek2009-07-161-11/+21
| * Clean up code for hash table handling in ld.so.Ulrich Drepper2009-07-071-69/+3
* | Merge branch 'master' of sourceware.org:/git/glibc into fedora/masterAndreas Schwab2009-06-161-0/+3
|\|
| * Preserve message printed before abort.Ulrich Drepper2009-06-151-0/+3
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-06-105-10/+32
|\|
| * Add missing __execvpe prototype.Ulrich Drepper2009-06-021-0/+2
| * Finish IFUNC support for x86 and x86-64.Ulrich Drepper2009-05-311-0/+17
| * Avoid double definition of catomic_compare_and_exchange_val_acq.Jakub Jelinek2009-05-151-9/+10
| * Check for valid stack frame in longjmp.Ulrich Drepper2009-05-152-1/+3
| * * version.h (VERSION): Bump for 2.10 release. cvs/fedora-glibc-20090509T1828Ulrich Drepper2009-05-091-1/+1
| * * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.Ulrich Drepper2009-04-251-0/+2
| * [BZ #9955]Ulrich Drepper2009-04-231-0/+15
| * Yet more changes to match sort function type change.Ulrich Drepper2009-03-171-3/+5
| * * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-131-2/+12
| * * include/stdio.h (fmemopen): Add libc_hidden_proto.Ulrich Drepper2009-03-101-0/+1
| * * include/features.h: Define macros for XPG7/POSIX 2008.Ulrich Drepper2009-02-261-4/+18
| * * include/features.h: If no feature selection given and we selectUlrich Drepper2009-02-261-1/+2
| * * include/atomic.h: Define catomic_and if not already defined.Ulrich Drepper2009-02-081-1/+17
| * * malloc/malloc.c (_int_free): Second argument is now mchunkptr.Ulrich Drepper2009-02-071-13/+0
| * * include/rpc/auth.h: Use libc_hidden_proto for _null_auth.Ulrich Drepper2009-02-061-0/+2
| * * sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.Ulrich Drepper2009-01-291-2/+2
| * [BZ #9750]Ulrich Drepper2009-01-291-0/+13
| * * include/features.h (__GLIBC_MINOR__): Bump to 9. glibc-2.9 cvs/glibc-2_9-base cvs/glibc-2_9 cvs/fedora-glibc-20081113T2206 cvs/glibc-2_9-branchUlrich Drepper2008-11-131-1/+1
| * * include/stdio.h (__builtin_fwrite, __builtin_fwrite_unlocked): Jakub Jelinek2008-11-071-11/+0
| * * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address, Jakub Jelinek2008-11-072-31/+16
| * * include/arpa/nameser.h (NS_GET16): Use const pointer.Ulrich Drepper2008-08-011-2/+6
| * * Versions.def: Add GLIBC_2.9 to libresolv.Ulrich Drepper2008-08-012-5/+30
| * * resolv/res_send.c (__libc_res_nsend): Take additional parameter. cvs/fedora-glibc-20080728T2320Ulrich Drepper2008-07-281-3/+3
| * * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.Ulrich Drepper2008-07-271-0/+7
| * * include/rpc/clnt.h: Declare __libc_clntudp_bufcreate andUlrich Drepper2008-07-252-0/+20
| * Remove useless more "if" tests before "free".Ulrich Drepper2008-05-271-2/+1
| * (higher_prime_number): Fix type of mid variable.Ulrich Drepper2008-05-201-1/+1
| * Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper2008-05-131-0/+302
| * * include/resolv.h: Adjust __libc_res_nquery and __libc_res_nsendUlrich Drepper2008-05-101-0/+7
| * Adjust __libc_res_nquery and __libc_res_nsend prototypes.Ulrich Drepper2008-05-101-4/+4
| * * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto forUlrich Drepper2008-04-121-0/+1
| * * include/features.h (__GLIBC_MINOR__): Bump to 8.Ulrich Drepper2008-04-111-1/+1
| * * include/stdio.h (__asprintf_chk, __dprintf_chk, cvs/fedora-glibc-20080305T0857Ulrich Drepper2008-03-051-0/+11
| * * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper2008-01-171-0/+9
| * * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.Ulrich Drepper2007-12-141-0/+1
| * * include/ifaddrs.h: Remove in6ai_temporary.Ulrich Drepper2007-11-141-2/+5
| * * stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.Ulrich Drepper2007-11-131-1/+2
| * Hurd-specific kernel-features.h.Ulrich Drepper2007-11-131-31/+0
| * (struct in6addrinfo): Add prefixlen field.Ulrich Drepper2007-11-121-1/+3
| * 2007-11-11 Roland McGrath <roland@frob.com>Roland McGrath2007-11-121-0/+31