Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab | 2012-06-01 | 1 | -0/+1 |
| | |||||
* | Remove use of INTUSE/INTDEF in misc. | Marek Polacek | 2012-05-31 | 1 | -12/+3 |
| | |||||
* | Remove use of INTDEF/INTUSE in socket | Andreas Schwab | 2012-05-31 | 1 | -13/+3 |
| | |||||
* | Convert WORDSIZE[32|64]/ld entries to abi-variants | H.J. Lu | 2012-05-30 | 1 | -12/+0 |
| | |||||
* | Add --enable-systemtap configuration to define static probe points. | Roland McGrath | 2012-05-25 | 1 | -0/+80 |
| | |||||
* | Remove use of INTDEF/INTUSE in intl | Andreas Schwab | 2012-05-24 | 2 | -15/+2 |
| | |||||
* | Remove use of INTDEF/INTUSE in libio | Andreas Schwab | 2012-05-24 | 3 | -7/+9 |
| | |||||
* | Switch gettimeofday from INTUSE to libc_hidden_proto. | Roland McGrath | 2012-05-24 | 1 | -7/+2 |
| | |||||
* | Fix sunrpc static library | Andreas Jaeger | 2012-05-21 | 1 | -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 Myers | 2012-05-16 | 1 | -2/+3 |
| | |||||
* | Hurd: hidden_nolink macro for NO_HIDDEN case. | Thomas Schwinge | 2012-05-10 | 1 | -2/+2 |
| | |||||
* | Hurd: dup3 | Thomas Schwinge | 2012-05-10 | 1 | -1/+2 |
| | |||||
* | Hurd: accept4 | Thomas Schwinge | 2012-05-10 | 1 | -0/+3 |
| | |||||
* | Make sunrpc code usable again | Andreas Jaeger | 2012-05-10 | 1 | -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 Myers | 2012-05-10 | 1 | -0/+3 |
| | |||||
* | Warn if user requests __FORTIFY_SOURCE but it is disabled | Roland Mc Grath | 2012-05-08 | 1 | -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 Polacek | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | Resolve __vector namespace conflict with Altivec. | Petr Baudis | 2012-04-17 | 1 | -4/+4 |
| | |||||
* | Replace Elf64_XXX with ElfW(XXX) in dl-irel.h | H.J. Lu | 2012-03-22 | 1 | -0/+5 |
| | |||||
* | Move math/math_private.h to sysdeps/generic/math_private.h. | Richard Henderson | 2012-03-09 | 1 | -1/+0 |
| | | | | This reverts commit 60d6f5a6f50d838bcb4240fcc0223cac445c6c83. | ||||
* | Fix sparc build after recent math changes. | David S. Miller | 2012-03-09 | 1 | -0/+1 |
| | | | | * include/math_private.h: New file. | ||||
* | Remove oldish __GNUC_PREREQ. | Marek Polacek | 2012-03-03 | 1 | -5/+1 |
| | |||||
* | Include <dirstream.h> before <dirent/dirent.h> | Andreas Schwab | 2012-02-28 | 1 | -1/+3 |
| | |||||
* | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 2012-02-26 | 5 | -0/+10 |
| | |||||
* | First steps to get conformtest fully working | Ulrich Drepper | 2012-02-25 | 48 | -23/+115 |
| | |||||
* | Move __STDC_* predefined macros from features.h to stdc-predef.h. | Joseph Myers | 2012-02-22 | 2 | -8/+40 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 13 | -39/+26 |
| | |||||
* | Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait(). | Chris Metcalf | 2012-01-28 | 1 | -0/+6 |
| | |||||
* | Fix gets problems | Ulrich Drepper | 2012-01-24 | 1 | -0/+22 |
| | |||||
* | Optimize xmalloc, xcalloc, xrealloc, and xstrdup | Ulrich Drepper | 2012-01-08 | 1 | -0/+7 |
| | | | | | Add alloc_size attribute and apply consistently the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup. | ||||
* | Add checking versions of poll and ppoll | Ulrich Drepper | 2012-01-08 | 2 | -0/+2 |
| | |||||
* | More fallout from supporting only ELF | Ulrich Drepper | 2012-01-08 | 1 | -49/+25 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 36 | -267/+264 |
| | | | | No more __const. | ||||
* | Remove non-ELF support | Ulrich Drepper | 2012-01-07 | 2 | -83/+38 |
| | |||||
* | Missed half the support for __USE_ISOC11 | Ulrich Drepper | 2012-01-01 | 1 | -0/+2 |
| | |||||
* | Add __USE_ISOCXX11 | Ulrich Drepper | 2012-01-01 | 1 | -0/+10 |
| | |||||
* | Support C11 __STDC_SOURCE__ and _ISOC11_SOURCE | Ulrich Drepper | 2012-01-01 | 1 | -6/+12 |
| | |||||
* | Preliminaries for 2.15 release glibc-2.15 | Ulrich Drepper | 2011-12-23 | 1 | -1/+1 |
| | |||||
* | Fix __readlink declaration. | Roland McGrath | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | Account for alloca size rounding in extend_alloca | Andreas Schwab | 2011-11-01 | 1 | -3/+7 |
| | |||||
* | Cache network interface information | Ulrich Drepper | 2011-10-31 | 1 | -0/+5 |
| | | | | | | | | | | | | Whenever getaddrinfo needed network interface information it used the netlink interface to read the information every single time. The problem is that this information can change at any time. The patch implements monitoring of the network interfaces through nscd. If no change is detected the previously read information can be reused (which is the norm). This timestamp information is also made available to other processes using the shared memory segment between nscd and those processes. | ||||
* | Optimize access to isXYZ and toXYZ tables | Ulrich Drepper | 2011-10-15 | 1 | -12/+8 |
| | | | | | The functions to get the pointers can now depend on the TLS variable be initialized. | ||||
* | Optimize use of isnan, isinf, finite | Ulrich Drepper | 2011-10-08 | 1 | -0/+4 |
| | |||||
* | Don't call ifunc functions in trace mode | Andreas Schwab | 2011-10-05 | 1 | -0/+1 |
| | |||||
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 4 | -49/+17 |
| | |||||
* | Cleanup of configuration options | Ulrich Drepper | 2011-09-10 | 2 | -27/+8 |
| | | | | Make several tool features mandatory and simplify the code. | ||||
* | Add range checking for FD_SET, FD_CLR, and FD_ISSET | Ulrich Drepper | 2011-09-08 | 1 | -0/+1 |
| | |||||
* | Clean up PLT use for scandirat | Andreas Schwab | 2011-08-11 | 1 | -5/+2 |
| | |||||
* | Implement scandirat function | Ulrich Drepper | 2011-08-09 | 1 | -0/+14 |
| | |||||
* | 2.14 release glibc-2.14 | Ulrich Drepper | 2011-05-31 | 1 | -1/+1 |
| |