| Commit message (Expand) | Author | Age | Files | Lines |
* | Hurd: libc_once_get | Thomas Schwinge | 2012-05-10 | 1 | -1/+4 |
* | Hurd: Add SOL_IP, SOL_IPV6, SOL_ICMPV6 | Samuel Thibault | 2012-05-10 | 1 | -0/+7 |
* | Hurd: Add more ipv6 macros. | Samuel Thibault | 2012-05-10 | 1 | -4/+5 |
* | Add __snseconds_t and __SNSECONDS_T_TYPE | H.J. Lu | 2012-04-11 | 2 | -0/+2 |
* | Use __builtin_bswap32/64 in __bswap_32/64 for GCC >= 4.2 | H.J. Lu | 2012-04-06 | 1 | -3/+21 |
* | Add byteswap-16.h for __bswap_16 | H.J. Lu | 2012-04-06 | 2 | -11/+35 |
* | Add __bswap_64 definition for non GCC compilers. | Andreas Jaeger | 2012-04-03 | 1 | -2/+17 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 58 | -175/+116 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 4 | -13/+13 |
* | Prevent warnings due to long long constants | Ulrich Drepper | 2011-12-23 | 1 | -10/+11 |
* | Fix _IOT_sgttyb definition. | Samuel Thibault | 2011-11-02 | 1 | -2/+2 |
* | Avoid macro clash between <sys/select.h> and <linux/posix_types.h> | Andreas Schwab | 2011-09-13 | 1 | -3/+4 |
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 1 | -16/+7 |
* | Fix typos in pretty much unused code in sched.h header. | Ulrich Drepper | 2011-07-18 | 1 | -2/+2 |
* | Synchronize generic bits/sched.h cpu_set_t with Linux implementation. | Samuel Thibault | 2011-02-07 | 1 | -15/+72 |
* | Clean up some bits/select.h headers. | Ulrich Drepper | 2011-01-09 | 1 | -4/+6 |
* | Provide FP_FAST_FMA{,F,L} definitions for x86/x86-64. | Ulrich Drepper | 2010-10-19 | 1 | -1/+1 |
* | Add C99 FP_FAST_FMA{,F,L} macros to math.h | Michael Meissner | 2010-10-19 | 1 | -0/+14 |
* | Fix generic bits/sched.h for #define __need_schedparam uses. | Samuel Thibault | 2010-09-01 | 1 | -0/+15 |
* | Add support for new clocks. | Ulrich Drepper | 2010-03-25 | 1 | -1/+7 |
* | Make unistd.h pre-c((-safe. | Ulrich Drepper | 2010-01-14 | 1 | -1/+1 |
* | Fix compile error. | Ulrich Drepper | 2010-01-11 | 1 | -2/+2 |
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 1 | -1/+6 |
* | Update poll.h header for POSIX 2008. | Ulrich Drepper | 2009-12-15 | 1 | -3/+3 |
* | Fix IXANY feature macro conditions. | Samuel Thibault | 2009-09-27 | 1 | -1/+3 |
* | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 2009-02-26 | 1 | -0/+5 |
* | Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX, _SC_T... | Ulrich Drepper | 2009-02-25 | 1 | -0/+15 |
* | [BZ #7095] | Ulrich Drepper | 2009-02-07 | 2 | -12/+72 |
* | 2009-01-03 Samuel Thibault <samuel.thibault@ens-lyon.org> | Roland McGrath | 2009-01-03 | 1 | -0/+3 |
* | * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address, | Jakub Jelinek | 2008-11-07 | 1 | -14/+15 |
* | 2008-05-21 Samuel Thibault <samuel.thibault@ens-lyon.org> | Roland McGrath | 2008-05-21 | 1 | -1/+3 |
* | [BZ #6442] | Ulrich Drepper | 2008-05-15 | 1 | -2/+2 |
* | 2007-09-14 Samuel Thibault <samuel.thibault@ens-lyon.org> | Roland McGrath | 2008-05-05 | 1 | -6/+88 |
* | [BZ #5628] | Ulrich Drepper | 2008-01-16 | 1 | -1/+1 |
* | * sysdeps/unix/sysv/linux/bits/sched.h (__sched_cpucount): Add | Ulrich Drepper | 2007-07-19 | 1 | -1/+8 |
* | * bits/types.h: Don't include stddef.h, don't define __need_size_t. | Ulrich Drepper | 2007-07-19 | 1 | -4/+1 |
* | * bits/confname.h (_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS): Define. | Ulrich Drepper | 2007-07-19 | 1 | -2/+3 |
* | [BZ #3905] | Andreas Jaeger | 2007-04-20 | 1 | -1/+8 |
* | * bits/sched.h: Define __CPU_COUNT. Declare __sched_cpucount. | Ulrich Drepper | 2007-04-04 | 1 | -1/+4 |
* | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2007-03-17 | 3 | -4/+5 |
* | [BZ #2472] | Ulrich Drepper | 2006-04-01 | 1 | -1/+1 |
* | * bits/resource.h (RLIMIT_SBSIZE, RLIMIT_AS, RLIMIT_VMEM): Define. | Roland McGrath | 2006-03-05 | 1 | -1/+9 |
* | [BZ #2172] | Roland McGrath | 2006-02-23 | 1 | -0/+29 |
* | 2005-10-16 Alfred M. Szmidt <ams@gnu.org> | Roland McGrath | 2005-10-17 | 1 | -1/+7 |
* | * sysdeps/generic/bits/byteswap.h (__bswap_constant_16): New macro. | Ulrich Drepper | 2005-10-10 | 1 | -8/+11 |
* | * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory | Ulrich Drepper | 2005-02-21 | 1 | -5/+6 |
* | * sysdeps/generic/bits/byteswap.h: Make sure result of all the | Ulrich Drepper | 2005-02-15 | 1 | -9/+9 |
* | * csu/elf-init.c (__libc_csu_fini): Don't do anything here. | Ulrich Drepper | 2005-01-06 | 2 | -4/+5 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 8 | -70/+22 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 8 | -22/+70 |