Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option. | Manuel Novoa III | 2002-03-12 | 1 | -2/+10 | |
| | ||||||
* | Oops.. had left thread support forced on. | Manuel Novoa III | 2002-03-12 | 1 | -1/+1 | |
| | ||||||
* | Fix a segfault in scandir for empty directories. After looking over | Eric Andersen | 2002-03-12 | 2 | -67/+82 | |
| | | | | | our version, I'm adopting the scandir from glibc (with minor changes) instead as it seems simpler and already correct. | |||||
* | Update to my current todo list. | Manuel Novoa III | 2002-03-12 | 1 | -15/+19 | |
| | ||||||
* | Fix thinko | Eric Andersen | 2002-03-12 | 2 | -2/+2 | |
| | ||||||
* | Fixup redefinition of NL_ARGMAX | Eric Andersen | 2002-03-12 | 2 | -3/+3 | |
| | ||||||
* | Deal with cvs "feature"... or is that cvs _user_... | Manuel Novoa III | 2002-03-12 | 2 | -0/+5204 | |
| | ||||||
* | Swap in the new stdio code. | Manuel Novoa III | 2002-03-12 | 28 | -2380/+1190 | |
| | ||||||
* | Add thread support. Eliminate the useless extra "s | Eric Andersen | 2002-03-11 | 1 | -7/+14 | |
| | ||||||
* | Fix broken links | Eric Andersen | 2002-03-11 | 4 | -24/+275 | |
| | ||||||
* | Fixup ldd behavior to match recent ldso change | Eric Andersen | 2002-03-11 | 1 | -6/+26 | |
| | ||||||
* | Allow some failures to simplify building gcc | Eric Andersen | 2002-03-11 | 1 | -2/+2 | |
| | ||||||
* | Don't install CVS files into the devel dir | Eric Andersen | 2002-03-11 | 1 | -0/+1 | |
| | ||||||
* | Add in this missing header file | Eric Andersen | 2002-03-09 | 1 | -0/+199 | |
| | ||||||
* | Avoid forced -lpthread lnkage when threading is enabled | Eric Andersen | 2002-03-09 | 1 | -1/+1 | |
| | ||||||
* | Seperate out the symbol resolution debugging, so it doesn't clutter | Eric Andersen | 2002-03-08 | 9 | -20/+86 | |
| | | | | | | | things up when we don't care about symbol resolution problems. Make the lib loader always look first in the directory where the shared lib loader was found. -Erik | |||||
* | Remove sys/io.h include, since not everyone has it | Eric Andersen | 2002-03-05 | 1 | -2/+0 | |
| | ||||||
* | Initial checkin | Miles Bader | 2002-03-05 | 2 | -0/+135 | |
| | ||||||
* | Re-add files which were mistakenly deleted during the big bits/ update. | Miles Bader | 2002-03-05 | 8 | -0/+521 | |
| | ||||||
* | Remove extraneous file | Miles Bader | 2002-03-05 | 1 | -10/+0 | |
| | ||||||
* | Check in new debian snapshot | David Schleef | 2002-03-03 | 4 | -3/+25 | |
| | ||||||
* | Remove generated stuff, restore sh/sys/procfs.h from M. R. Brown | Eric Andersen | 2002-03-02 | 4 | -498/+119 | |
| | ||||||
* | Move syscall.h generation to the top level Makefile | Eric Andersen | 2002-03-01 | 10 | -12/+5 | |
| | | | | -Erik | |||||
* | Doh! A search and replace bug... | Eric Andersen | 2002-03-01 | 1 | -2/+2 | |
| | ||||||
* | Doh! Doh! Doh! | Eric Andersen | 2002-03-01 | 1 | -1/+3 | |
| | ||||||
* | Doh! | Eric Andersen | 2002-03-01 | 1 | -3/+5 | |
| | ||||||
* | Patch from Steven J. Hill to allow both mips and mipsel to be built | Eric Andersen | 2002-03-01 | 2 | -12/+205 | |
| | ||||||
* | oops. I forgot to commit this... | Eric Andersen | 2002-03-01 | 1 | -43/+73 | |
| | ||||||
* | Patch from Miles Bader to allow Large File support on the v850. | Eric Andersen | 2002-03-01 | 4 | -6/+73 | |
| | ||||||
* | Fix for some comments, from Miles Bader | Eric Andersen | 2002-03-01 | 1 | -4/+2 | |
| | ||||||
* | Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread support | Eric Andersen | 2002-03-01 | 5 | -1/+222 | |
| | | | | for SH, and fix vfork | |||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 571 | -57415/+2583 | |
| | | | | | and to better support each arch. This is a really big patch... -Erik | |||||
* | Patch from David Schleef to check for proper 16-byte aliged | Eric Andersen | 2002-02-28 | 1 | -0/+10 | |
| | | | | stack pointer on powerpc | |||||
* | Remove some debugging code | Eric Andersen | 2002-02-27 | 1 | -0/+4 | |
| | ||||||
* | Fix C++ support | Eric Andersen | 2002-02-27 | 1 | -0/+2 | |
| | ||||||
* | Lose the -nostdlib, which causes problems with older binutils, and | Eric Andersen | 2002-02-27 | 2 | -1/+2 | |
| | | | | | add some fflush calls, since it seems streams are not flushed before an exec | |||||
* | A few more little cleanups | Eric Andersen | 2002-02-26 | 2 | -3/+3 | |
| | ||||||
* | Add an md5crypt test | Eric Andersen | 2002-02-26 | 3 | -2/+33 | |
| | ||||||
* | Don't redefine stuff | Eric Andersen | 2002-02-26 | 4 | -10/+31 | |
| | ||||||
* | Be consistant and use an unsigned char * throughout | Eric Andersen | 2002-02-26 | 2 | -3/+4 | |
| | ||||||
* | don't pretend to be reentrant yet | Eric Andersen | 2002-02-26 | 1 | -0/+6 | |
| | ||||||
* | Doh! Tests were not being compiled with warnings and optimization | Eric Andersen | 2002-02-26 | 1 | -2/+2 | |
| | ||||||
* | Fix redefine problem | Eric Andersen | 2002-02-26 | 1 | -2/+5 | |
| | ||||||
* | Fix redefinition problem | Eric Andersen | 2002-02-26 | 4 | -12/+40 | |
| | ||||||
* | Give the label a ; so compilers have no excuse to whine | Eric Andersen | 2002-02-26 | 1 | -1/+3 | |
| | ||||||
* | Odd. This seems to be in the wrong spot... | Eric Andersen | 2002-02-26 | 1 | -0/+113 | |
| | ||||||
* | Don't try to return stuff from void funcs | Eric Andersen | 2002-02-26 | 1 | -2/+2 | |
| | ||||||
* | Remove an erroneous -L- | Eric Andersen | 2002-02-26 | 1 | -1/+1 | |
| | ||||||
* | Patch from Miles Bader to restrict common truncate64/ftruncate64 | Eric Andersen | 2002-02-26 | 1 | -17/+34 | |
| | | | | | syscalls to 64-bit systems, since we can't be sure that the _syscall macros can cope with 64 bit args on 32 bit arches. | |||||
* | Proper support for setting h_errno | Eric Andersen | 2002-02-26 | 3 | -2/+17 | |
| |