Age | Commit message (Expand) | Author |
2005-11-04 | Use bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabled | Peter S. Mazinger |
2005-11-04 | add a macro for __attribute__ ((__noreturn__)) | Mike Frysinger |
2005-11-03 | Sync w/ glibc | Peter S. Mazinger |
2005-11-03 | Sync headers w/ glibc | Peter S. Mazinger |
2005-11-03 | sync with glibc to fix building xorg-server | Mike Frysinger |
2005-11-03 | Sync with glibc | Peter S. Mazinger |
2005-11-03 | Sync headers w/ glibc | Peter S. Mazinger |
2005-10-27 | Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to... | Peter S. Mazinger |
2005-10-26 | merge updates from glibc | Mike Frysinger |
2005-10-25 | Correcrt posix_fadvise* to allow compiling | Peter S. Mazinger |
2005-10-25 | uncomment posix_fadvise prototype since we implement it now | Mike Frysinger |
2005-10-20 | Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ... | Peter S. Mazinger |
2005-10-12 | Remove /dev/erandom support, as [h]lfs does not use it in this form. | Peter S. Mazinger |
2005-10-11 | Change __OPTIMIZE__ > 0 to defined(__OPTIMIZE__) as in glibc-2.3.5. | Peter S. Mazinger |
2005-10-04 | Do not stub out functions for mmu-less systems. Hide all | Eric Andersen |
2005-09-27 | Should correct ppc compilation failure reported by Glauber de Oliveira Costa.... | Peter S. Mazinger |
2005-09-23 | New ssp code using syscalls where possible. | Peter S. Mazinger |
2005-09-21 | add attribute_relro, should be unconditional, if gcc/ld supports it | Peter S. Mazinger |
2005-09-21 | sync copyright with glibc | Mike Frysinger |
2005-09-21 | add some more defines from binutils since our readelf uses it | Mike Frysinger |
2005-09-21 | also symlink thread_db.h instead of duplicating it, fix the clean target, and... | Mike Frysinger |
2005-09-21 | disable obstack_printf in header, not supported | Peter S. Mazinger |
2005-09-21 | 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m... | "Steven J. Hill" |
2005-09-21 | merge some misc stuff from glibc | Mike Frysinger |
2005-09-21 | move misc internal definitions to a sep file to minimize differences with fea... | Mike Frysinger |
2005-09-21 | dont duplicate pthread.h in include and libpthread subdirs, so symlink it | Mike Frysinger |
2005-09-20 | Fix bug 370. | Joakim Tjernlund |
2005-09-08 | grab some updates from glibc | Mike Frysinger |
2005-08-30 | add M_PERTURB define from glibc and Frank Mehnert writes: the following patch... | Mike Frysinger |
2005-08-25 | add a note explaining the weird h_errno definition | Mike Frysinger |
2005-08-18 | Hmm, things broke with vapiers update. Lets | Joakim Tjernlund |
2005-08-18 | import updates from glibc | Mike Frysinger |
2005-08-15 | We do not supply a BSD style getloadavg() function | Eric Andersen |
2005-08-10 | In Bug 364 by hassold: | Mike Frysinger |
2005-08-09 | date: 2005/08/07 07:53:58; author: drepper; state: Exp; lines: +1 -1 | Mike Frysinger |
2005-07-30 | sjhill appears confused. vapier's earlier commit of string.h was broken. | Manuel Novoa III |
2005-07-30 | The newly added __glibc_strerror_r function is probably fine, but the | "Steven J. Hill" |
2005-07-28 | Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc | Manuel Novoa III |
2005-07-02 | sync with glibc | Mike Frysinger |
2005-07-02 | sync with glibc versions | Mike Frysinger |
2005-07-02 | use C style comments | Mike Frysinger |
2005-07-02 | sync with glibc | Mike Frysinger |
2005-06-16 | Jim Ramsay writes: | Eric Andersen |
2005-05-20 | Finish up reverting NPTL | Eric Andersen |
2005-05-14 | In order to accomodate usage of either pthreads implementation, we now | "Steven J. Hill" |
2005-05-12 | Added new 'bits/atomic.h' for most of the architectures and the top-level 'in... | "Steven J. Hill" |
2005-05-10 | SHMLBA is now defined by arch dependent bits/shm.h file so remove | Joakim Tjernlund |
2005-05-02 | Replace IXDR_GET_LONG/IXDR_PUT_LONG so that they build with newer gcc. Note ... | Manuel Novoa III |
2005-04-28 | Added support for clock_getres() and clock_settime() in addition to | Peter Kjellerstedt |
2005-04-16 | import more updates from glibc | Mike Frysinger |