| Commit message (Expand) | Author | Age | Files | Lines |
* | Add our own copies of the include/scsi header files, per what glibc | Eric Andersen | 2004-02-12 | 3 | -0/+535 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 2 | -27/+46 |
* | Use the correct configuration test define. | Manuel Novoa III | 2004-02-02 | 1 | -2/+2 |
* | Add a dummy (always fails) wcsftime. This is needed for the libstdc++ locale | Manuel Novoa III | 2004-01-14 | 1 | -2/+0 |
* | Cope with 2.6.x headers | Eric Andersen | 2004-01-02 | 1 | -0/+4 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -0/+3 |
* | Paul Mundt <lethal@linux-sh.org> writes: | Eric Andersen | 2003-12-03 | 1 | -6/+6 |
* | prevent some needless warnings when building w/2.6.x kernel headers | Eric Andersen | 2003-11-21 | 1 | -0/+3 |
* | Kill off these headers, which are supposed to be part of binutils-dev, | Eric Andersen | 2003-11-13 | 2 | -364/+0 |
* | Add some missing prototypes | Eric Andersen | 2003-11-02 | 1 | -1/+19 |
* | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III | 2003-11-02 | 1 | -3/+2 |
* | Sigh. It seems some stupid programs expect this... | Eric Andersen | 2003-10-24 | 1 | -0/+1 |
* | It seems we need to also define SI_LOAD_SHIFT since that was | Eric Andersen | 2003-10-22 | 1 | -0/+1 |
* | Those crazy binutils folks changed their abi. Add this so older | Eric Andersen | 2003-10-21 | 1 | -0/+5 |
* | Merge some newer/updated bits from the glibc elf.h | Eric Andersen | 2003-10-20 | 1 | -106/+226 |
* | I forgot to remove this | Eric Andersen | 2003-10-11 | 1 | -98/+0 |
* | These are wanted by net-tools | Eric Andersen | 2003-10-11 | 2 | -0/+223 |
* | We do not provide gmtime(), so disable the prototype to | Eric Andersen | 2003-10-10 | 1 | -0/+2 |
* | Atsushi Nemoto writes: | Eric Andersen | 2003-10-08 | 1 | -1/+1 |
* | Revert to using uClibc-specific c-symbol-prefix stuff | Miles Bader | 2003-09-26 | 1 | -2/+1 |
* | sigh. The cris compiler doesn't do link_warning's.... | Eric Andersen | 2003-09-09 | 1 | -1/+5 |
* | Obligatory forgotten file. | Manuel Novoa III | 2003-09-08 | 1 | -0/+8 |
* | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 2003-09-08 | 3 | -162/+4 |
* | ansidecl.h and symcat.h copied from glibc. | Miles Bader | 2003-09-08 | 2 | -0/+364 |
* | Don't install floating point related headers, and wrap some previously | Manuel Novoa III | 2003-09-06 | 3 | -0/+10 |
* | Add support for ftw and nftw | Eric Andersen | 2003-09-05 | 1 | -0/+150 |
* | Move an #endif that was in the wrong place. | Manuel Novoa III | 2003-09-05 | 1 | -1/+1 |
* | Only define __STDC_ISO_10646__ if wide char support is enabled. | Manuel Novoa III | 2003-09-03 | 1 | -0/+2 |
* | Create a typedef for the ctype bitmask table entries. | Manuel Novoa III | 2003-08-28 | 1 | -6/+6 |
* | Add missing header. | Manuel Novoa III | 2003-08-25 | 1 | -0/+71 |
* | Fix a few bugs in the new extended locale functions. | Manuel Novoa III | 2003-08-24 | 7 | -0/+117 |
* | Avoid gratuitous conflicts when used with kernel headers | Eric Andersen | 2003-08-22 | 1 | -2/+6 |
* | also carefully booleanize the false value | Eric Andersen | 2003-08-11 | 1 | -2/+2 |
* | silly me, thats not going to work. | Eric Andersen | 2003-08-10 | 1 | -3/+2 |
* | An even simpler likely | Eric Andersen | 2003-08-10 | 1 | -1/+1 |
* | Update likely() to cope with truth values other than 1 | Eric Andersen | 2003-08-10 | 1 | -2/+2 |
* | Add support for personality(), prctl(), ustat(), and ulimit() | Eric Andersen | 2003-08-08 | 6 | -2/+194 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 13 | -464/+1336 |
* | Optionally support the struct tm extension fields. | Manuel Novoa III | 2003-06-17 | 2 | -5/+4 |
* | Add memmem(). | Manuel Novoa III | 2003-06-16 | 1 | -2/+0 |
* | Comment out the rpl_malloc workaround. It was a good idea, but it violates | Eric Andersen | 2003-06-14 | 1 | -0/+2 |
* | The mere presence of stropts.h causes many configure scripts to erroneously | Eric Andersen | 2003-06-12 | 1 | -88/+0 |
* | We do not provide getfsent and friends, so remove this header | Eric Andersen | 2003-06-05 | 1 | -82/+0 |
* | Eviscerate stropts.h so configure scripts won't try to use STREAMS | Eric Andersen | 2003-05-29 | 1 | -1/+8 |
* | grr. It's a void *, not a char *. | Eric Andersen | 2003-05-27 | 1 | -1/+1 |
* | Change 'N' to '__size' to avoid conflicts with common #define of N | Eric Andersen | 2003-05-27 | 1 | -5/+5 |
* | Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc as | Eric Andersen | 2003-05-23 | 1 | -0/+12 |
* | resync with glibc 2.3 | Eric Andersen | 2003-03-13 | 1 | -129/+357 |
* | Patch from Stefan Allius: | Eric Andersen | 2003-03-07 | 1 | -1/+1 |
* | Initial effort at adding profiling support. | Eric Andersen | 2003-03-03 | 2 | -0/+281 |