| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Oops. Stupid typo. | Eric Andersen | 2002-05-11 | 1 | -1/+1 |
* | Begin the process of reworking the time functions for proper | Eric Andersen | 2002-05-11 | 15 | -410/+432 |
* | Implement readdir_r. Audit for proper thread safety and locking. | Eric Andersen | 2002-05-11 | 10 | -101/+140 |
* | Fixup build a bit more | Eric Andersen | 2002-05-07 | 1 | -2/+8 |
* | The obligatory forgotten files... | Manuel Novoa III | 2002-05-06 | 1 | -0/+1 |
* | New locale support (in development). Supports LC_CTYPE, LC_NUMERIC, | Manuel Novoa III | 2002-05-06 | 11 | -1121/+1237 |
* | Patch from Martin Proulx to not do ELFish things when not ELF. | Eric Andersen | 2002-04-17 | 1 | -0/+2 |
* | Patch from Martin Proulx to remove weak_aliases for non ELF compilers in | Eric Andersen | 2002-04-17 | 1 | -2/+2 |
* | Revert Erik's changes... they were broken since there weren't enough | Manuel Novoa III | 2002-04-09 | 3 | -21/+10 |
* | Support ISblank properly | Eric Andersen | 2002-04-09 | 1 | -0/+1 |
* | Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ want | Eric Andersen | 2002-04-09 | 5 | -15/+25 |
* | undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfaces | Eric Andersen | 2002-04-09 | 1 | -7/+8 |
* | Add a fun pointer to make apps happy | Eric Andersen | 2002-04-05 | 1 | -1/+5 |
* | Richard June <rjune@bravegnuworld.com> noticed that pututline | Eric Andersen | 2002-04-03 | 1 | -6/+4 |
* | Richard June <rjune@bravegnuworld.com> noticed that setutent | Eric Andersen | 2002-04-03 | 1 | -1/+1 |
* | Doh! I forgot to commit this... | Eric Andersen | 2002-04-03 | 1 | -3/+3 |
* | Remove function declartions from include/features.h, create | Eric Andersen | 2002-04-01 | 2 | -0/+17 |
* | Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300 | Eric Andersen | 2002-04-01 | 1 | -0/+3 |
* | Add glob64.c, and add support for glob64 when large file is enabled. | Eric Andersen | 2002-03-31 | 3 | -1/+71 |
* | Rework __gen_tempname() to better match glibc, and add mkstemp64(), | Eric Andersen | 2002-03-31 | 1 | -42/+64 |
* | Patch from Steven J. Hill to disable __fsetlocking when | Eric Andersen | 2002-03-25 | 1 | -0/+2 |
* | Support getttyent and friends so ncurses will compile | Eric Andersen | 2002-03-21 | 3 | -1/+238 |
* | Add strptime, and commonize some locale strings | Eric Andersen | 2002-03-15 | 5 | -20/+1010 |
* | Add missing updwtmp() and fix broken makefile | Eric Andersen | 2002-03-15 | 2 | -2/+14 |
* | Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com> | Eric Andersen | 2002-03-15 | 3 | -1/+139 |
* | Fix non-elf support (in theory). Revert misguided change suggested | Eric Andersen | 2002-03-15 | 1 | -28/+32 |
* | Don't call null ctors/dtors. | Eric Andersen | 2002-03-14 | 1 | -2/+5 |
* | This should be the last piece needed to make constructors work (using | Eric Andersen | 2002-03-14 | 1 | -26/+32 |
* | Add some symbols needed for C++ to work. Temporary hack... | Eric Andersen | 2002-03-14 | 2 | -2/+19 |
* | Fix a segfault in scandir for empty directories. After looking over | Eric Andersen | 2002-03-12 | 1 | -65/+77 |
* | Swap in the new stdio code. | Manuel Novoa III | 2002-03-12 | 10 | -660/+75 |
* | Avoid forced -lpthread lnkage when threading is enabled | Eric Andersen | 2002-03-09 | 1 | -1/+1 |
* | A few more little cleanups | Eric Andersen | 2002-02-26 | 1 | -2/+2 |
* | Don't redefine stuff | Eric Andersen | 2002-02-26 | 4 | -10/+31 |
* | Fix redefine problem | Eric Andersen | 2002-02-26 | 1 | -2/+5 |
* | Fix redefinition problem | Eric Andersen | 2002-02-26 | 4 | -12/+40 |
* | Proper support for setting h_errno | Eric Andersen | 2002-02-26 | 3 | -2/+17 |
* | Try this version instead... | Eric Andersen | 2002-02-25 | 1 | -4/+7 |
* | Support isblank() | Eric Andersen | 2002-02-23 | 3 | -3/+21 |
* | Miles Bader noticed that I'd messed up by always pulling | Eric Andersen | 2002-02-21 | 1 | -4/+2 |
* | This is a bit less messy | Eric Andersen | 2002-02-20 | 1 | -26/+11 |
* | Merge in the pthread library. This is the linuxthreads library taken from | Eric Andersen | 2002-02-20 | 9 | -17/+246 |
* | Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an | Eric Andersen | 2002-02-18 | 1 | -6/+4 |
* | Make shared libs properly list the correct ld.so in the interp | Eric Andersen | 2002-02-18 | 1 | -3/+12 |
* | Support strong_alias and begin merging usage of weak_function | Eric Andersen | 2002-02-18 | 1 | -9/+26 |
* | OOps. | Eric Andersen | 2002-02-05 | 1 | -1/+0 |
* | Add in support for the Hitach H8/300H architecture, | Eric Andersen | 2002-02-02 | 1 | -2/+2 |
* | Add in a weak for __adjtime | Eric Andersen | 2002-02-02 | 1 | -0/+2 |
* | Added insque/remque support | David McCullough | 2002-01-17 | 3 | -1/+92 |
* | Don't print an error if the utmp file doesn't exist, getutent will return | David McCullough | 2002-01-17 | 1 | -1/+0 |