Age | Commit message (Expand) | Author | Files | Lines |
2012-11-04 | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 1 | -4/+0 |
2012-11-03 | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 1 | -0/+1 |
2012-11-02 | Compile x86 rtld with -mno-sse -mno-mmx | H.J. Lu | 1 | -0/+4 |
2012-11-02 | conformtest: Add test data for fenv.h. | Joseph Myers | 1 | -0/+2 |
2012-11-02 | Test _ISOMAC in include/sys/syslog.h. | Joseph Myers | 1 | -0/+2 |
2012-10-24 | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 1 | -1/+5 |
2012-10-12 | Avoid PLT references from __get_clockfreq on powerpc | Andreas Schwab | 1 | -0/+1 |
2012-10-11 | Framework to test IFUNC implementations on target | H.J. Lu | 1 | -0/+56 |
2012-10-04 | Name space hygeine for madvise. | Roland McGrath | 1 | -2/+3 |
2012-09-12 | Make strtod respect the rounding mode (bug 14518). | Joseph Myers | 1 | -0/+65 |
2012-08-18 | add attribute_hidden to __have_{sock_cloexec,pipe2,dup3 | Mike Frysinger | 2 | -4/+4 |
2012-08-18 | split assume pipe2/dup3/sock_cloexec knobs | Mike Frysinger | 1 | -5/+2 |
2012-08-17 | Split sys/param.h out into common file and sysdeps bits/param.h file. | Roland McGrath | 1 | -0/+1 |
2012-08-15 | Declare __getdirentries in internal dirent.h. | Roland McGrath | 1 | -0/+4 |
2012-08-13 | Add explicit acquire/release semantics to atomic_exchange_and_add. | Maxim Kuvyrkov | 1 | -2/+16 |
2012-08-02 | Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. | Marek Polacek | 1 | -33/+20 |
2012-07-31 | Clean up stub accept4 definition. | Roland McGrath | 1 | -2/+2 |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 1 | -1/+1 |
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer | 1 | -1/+2 |
2012-07-10 | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 1 | -15/+11 |
2012-06-30 | Release 2.16glibc-2.16.0 | Carlos O'Donell | 1 | -1/+1 |
2012-06-22 | Fix invalid memory access in do_lookup_x. | Andreas Schwab | 1 | -4/+4 |
2012-06-01 | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab | 1 | -0/+1 |
2012-05-31 | Remove use of INTUSE/INTDEF in misc. | Marek Polacek | 1 | -12/+3 |
2012-05-31 | Remove use of INTDEF/INTUSE in socket | Andreas Schwab | 1 | -13/+3 |
2012-05-30 | Convert WORDSIZE[32|64]/ld entries to abi-variants | H.J. Lu | 1 | -12/+0 |
2012-05-25 | Add --enable-systemtap configuration to define static probe points. | Roland McGrath | 1 | -0/+80 |
2012-05-24 | Remove use of INTDEF/INTUSE in intl | Andreas Schwab | 2 | -15/+2 |
2012-05-24 | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 3 | -7/+9 |
2012-05-24 | Switch gettimeofday from INTUSE to libc_hidden_proto. | Roland McGrath | 1 | -7/+2 |
2012-05-21 | Fix sunrpc static library | Andreas Jaeger | 1 | -0/+10 |
2012-05-16 | Update __STDC_ISO_10646__. | Joseph Myers | 1 | -2/+3 |
2012-05-10 | Hurd: hidden_nolink macro for NO_HIDDEN case. | Thomas Schwinge | 1 | -2/+2 |
2012-05-10 | Hurd: dup3 | Thomas Schwinge | 1 | -1/+2 |
2012-05-10 | Hurd: accept4 | Thomas Schwinge | 1 | -0/+3 |
2012-05-10 | Make sunrpc code usable again | Andreas Jaeger | 1 | -1/+6 |
2012-05-10 | Define __STDC_NO_THREADS__. | Joseph Myers | 1 | -0/+3 |
2012-05-08 | Warn if user requests __FORTIFY_SOURCE but it is disabled | Roland Mc Grath | 1 | -4/+8 |
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek | 1 | -1/+1 |
2012-04-17 | Resolve __vector namespace conflict with Altivec. | Petr Baudis | 1 | -4/+4 |
2012-03-22 | Replace Elf64_XXX with ElfW(XXX) in dl-irel.h | H.J. Lu | 1 | -0/+5 |
2012-03-09 | Move math/math_private.h to sysdeps/generic/math_private.h. | Richard Henderson | 1 | -1/+0 |
2012-03-09 | Fix sparc build after recent math changes. | David S. Miller | 1 | -0/+1 |
2012-03-03 | Remove oldish __GNUC_PREREQ. | Marek Polacek | 1 | -5/+1 |
2012-02-28 | Include <dirstream.h> before <dirent/dirent.h> | Andreas Schwab | 1 | -1/+3 |
2012-02-26 | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 5 | -0/+10 |
2012-02-25 | First steps to get conformtest fully working | Ulrich Drepper | 48 | -23/+115 |
2012-02-22 | Move __STDC_* predefined macros from features.h to stdc-predef.h. | Joseph Myers | 2 | -8/+40 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 13 | -39/+26 |
2012-01-28 | Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait(). | Chris Metcalf | 1 | -0/+6 |