Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add inline bsearch expansion. | Ondrej Bilka | 2013-02-11 | 1 | -0/+43 |
| | |||||
* | Make bits/wchar.h correct for all architectures (bug 15036). | Joseph Myers | 2013-01-23 | 1 | -2/+26 |
| | |||||
* | Remove __GLIBC_HAVE_LONG_LONG. | Joseph Myers | 2013-01-11 | 2 | -12/+3 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 60 | -65/+60 |
| | |||||
* | byteswap.h: fix gcc ver test for __builtin_bswap{32,64} | Mike Frysinger | 2012-12-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | The __builtin_bswap* functions were introduced in gcc-4.3, not gcc-4.2. Fix the __GNUC_PREREQ tests to reflect this. Otherwise trying to compile code with gcc-4.2 falls down: In file included from /usr/include/endian.h:60, from /usr/include/ctype.h:40, /usr/include/bits/byteswap.h: In function 'unsigned int __bswap_32(unsigned int)': /usr/include/bits/byteswap.h:46: error: '__builtin_bswap32' was not declared in this scope /usr/include/bits/byteswap.h: In function 'long long unsigned int __bswap_64(long long unsigned int)': /usr/include/bits/byteswap.h:110: error: '__builtin_bswap64' was not declared in this scope Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Fix __bswap_64 return type in generic bits/byteswap.h. | Joseph Myers | 2012-11-20 | 1 | -5/+6 |
| | |||||
* | Get rid of unused __swblk_t type. | Roland McGrath | 2012-10-01 | 2 | -2/+0 |
| | |||||
* | Remove unused __rtld_lock_init_recursive macro | H.J. Lu | 2012-09-13 | 1 | -1/+0 |
| | |||||
* | Split sys/param.h out into common file and sysdeps bits/param.h file. | Roland McGrath | 2012-08-17 | 1 | -0/+33 |
| | |||||
* | Define __rtld_lock_initialize in stub bits/libc-lock.h file. | Roland McGrath | 2012-08-15 | 1 | -0/+1 |
| | |||||
* | Define O_DSYNC and O_RSYNC in generic/4.4 bits/fcntl.h file. | Roland McGrath | 2012-08-15 | 1 | -0/+4 |
| | |||||
* | Make the bsd4.4/bits/fcntl.h be the generic one. | Roland McGrath | 2012-08-07 | 1 | -11/+62 |
| | |||||
* | Make the bsd4.4/bits/dirent.h be the generic one. | Roland McGrath | 2012-08-07 | 1 | -7/+28 |
| | |||||
* | Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵ | Roland McGrath | 2012-08-06 | 2 | -1/+7 |
| | | | | struct dirent64. | ||||
* | Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t. | Roland McGrath | 2012-08-06 | 1 | -0/+7 |
| | |||||
* | Fix lots of bitrot for stub configurations. | Roland McGrath | 2012-07-30 | 3 | -33/+51 |
| | |||||
* | Avoid -Wconversion warning for htons | Andreas Jaeger | 2012-06-21 | 2 | -2/+3 |
| | |||||
* | Add __fsword_t and use it in bits/statfs.h | H.J. Lu | 2012-05-17 | 2 | -0/+4 |
| | |||||
* | Fold copyright years | H.J. Lu | 2012-05-16 | 2 | -4/+2 |
| | |||||
* | Remove __snseconds_t | H.J. Lu | 2012-05-15 | 2 | -4/+4 |
| | |||||
* | Add __syscall_slong_t and __syscall_ulong_t | H.J. Lu | 2012-05-15 | 2 | -0/+7 |
| | |||||
* | Hurd: Fix POSIX 2008 visibility | Samuel Thibault | 2012-05-10 | 1 | -1/+3 |
| | |||||
* | 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 |
| | | | | | | | | | [BZ#13926] Currently __bswap_64 is not defined at all for non-GCC compilers. Define it but guard it with __GLIBC_HAVE_LONG_LONG. endian.h uses __bswap_64, make the functions only available if __GLIBC_HAVE_LONG_LONG is defined. | ||||
* | 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 |
| | | | | No more __const. | ||||
* | 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 |
| | | | | | Recent Linux kernels added support for the CLOCK_MONOTONIC_RAW, CLOCK_REALTIME_COARSE, and CLOCK_MONOTONIC_COARSE clocks. | ||||
* | 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 |
| | | | | | The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | * wcsmbs/wchar.h: mbsnrtowcs, open_wmemstream, wcpcpy, wcpncpy, wcscasecmp, wcsdup, wcsncasecmp, wcsnlen, wcsnrtombs, wcscasecmp_l, wcsncasecmp_l, wcscoll_l, and wcsxfrm_l. * sysdeps/mach/hurd/bits/posix_opt.h: Reset value of macros from 200112L to 200809L. * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise. * posix/getconf.c (vars): Add _SC_THREAD_ROBUST_PRIO_INHERIT and _SC_THREAD_ROBUST_PRIO_PROTECT entries. * bits/confname.h: Add _SC_THREAD_ROBUST_PRIO_INHERIT and _SC_THREAD_ROBUST_PRIO_PROTECT. * posix/unistd.h: fexecve is in POSIX 2008. * time/time.h: strftime_l is in POSIX 2008. * io/sys/stat.h: futimens is in POSIX 2008. * string/strings.h: strcasecmp_l and strncasecmp_l are in POSIX 2008. * string/string.h: stpcpy, stpncpy, strndup, strnlen, strsignal, strcoll_l, strerror_l, and strxfrm_l are in POSIX 2008. * stdlib/stdlib.h: mkdtemp is in POSIX 2008. | ||||
* | Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX, ↵ | Ulrich Drepper | 2009-02-25 | 1 | -0/+15 |
| | | | | _SC_TRACE_USER_EVENT_MAX, _SC_XOPEN_STREAMS. | ||||
* | [BZ #7095] | Ulrich Drepper | 2009-02-07 | 2 | -12/+72 |
| | | | | | | | | | | | | | | | | | | 2009-02-06 Ulrich Drepper <drepper@redhat.com> [BZ #7095] * bits/confname.h: Add SUSv7 macros for getconf environments. * bits/environments.h: Likewise. * sysdeps/unix/sysv/linux/i386/bits/environments.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/environments.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/environments.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/environments.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Likewise. * posix/confstr.c: Handle SUSv5 and SUSv7 environments. * posix/getconf.c: Likewise. * posix/sysconf.c: Likewise. * sysdeps/posix/sysconf.c: Likewise. * posix/Makefile (getconf.speclist): Also collect SUSv5 and SUSv7 environments. |