summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Fixup mips so it now works and provides basic functionalityEric Andersen2002-02-0411-74/+535
* Rework powerpc to be consistant with the other arches.Eric Andersen2002-02-0411-244/+454
* Fix pathEric Andersen2002-02-041-1/+1
* Adjust sparc port do it now actually works.Eric Andersen2002-02-0415-148/+1820
* A few more little cleanupsEric Andersen2002-02-041-1/+1
* Be consistant about the ways in which asm/unistd.h mightEric Andersen2002-02-045-226/+26
* Oops.Eric Andersen2002-02-041-153/+3
* Allow sparc code to at least compileEric Andersen2002-02-032-1/+156
* Add in support for the Hitach H8/300H architecture,Eric Andersen2002-02-0280-2/+9401
* Add in a weak __mempcpy for mempcpy to make certain GNUEric Andersen2002-02-021-0/+1
* I just wrote up gethostent(), sethostent(), and endhostent()Eric Andersen2002-02-022-12/+85
* Grr. I should learn to compile stuff before committingEric Andersen2002-02-022-16/+4
* OopsEric Andersen2002-02-021-2/+2
* Add in a weak for __adjtimeEric Andersen2002-02-021-0/+2
* Several little additions and cleanups. Add getw() and putw().Eric Andersen2002-02-024-1/+87
* Fix hstrerrorEric Andersen2002-02-021-6/+12
* Add in syscalls.h for mipsel, thanks to Steven J. Hill.Eric Andersen2002-02-015-461/+226
* Fix/simplify longjmp. Fix toplevel mips settingsEric Andersen2002-01-311-5/+6
* Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen2002-01-3113-155/+199
* Fixup setjmp implementation so it actaully works as expectedEric Andersen2002-01-305-61/+158
* Add in setfsuid() and setfsgid() so lpr-0.72 can compile.Eric Andersen2002-01-291-4/+24
* Doh! I'd included sbrk.o twice...Eric Andersen2002-01-291-1/+1
* Make it so powerpc can work despite lacking brk().Eric Andersen2002-01-291-0/+3
* Updates to the v850 architecture from Miles Bader <miles@gnu.org>Eric Andersen2002-01-292-13/+23
* Fix the bug where binaries built with older toolchains wouldEric Andersen2002-01-281-3/+2
* oopsEric Andersen2002-01-211-4/+4
* Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen2002-01-216-18/+65
* Don't waste space warning about tempnam()Eric Andersen2002-01-171-1/+0
* Enable fcntl64, and fix fcntl when large fils is enabled.Eric Andersen2002-01-171-0/+23
* * Added /etc/shadow support (Config selectable)David McCullough2002-01-1717-9/+748
* Added insque/remque supportDavid McCullough2002-01-173-1/+92
* Don't print an error if the utmp file doesn't exist, getutent will returnDavid McCullough2002-01-171-1/+0
* Fix simple malloc to work on systems with an MMUDavid McCullough2002-01-171-9/+31
* Add sbrk and friendsDavid McCullough2002-01-175-2/+74
* Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror.David McCullough2002-01-173-3/+88
* Clearify error messageEric Andersen2002-01-161-1/+1
* Tell ld explicitly when stuff is supposed to by dynamically linkedEric Andersen2002-01-161-1/+1
* Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen2002-01-143-32/+80
* Enable fdatasyncEric Andersen2002-01-141-0/+7
* Make libc depend on ldsoEric Andersen2002-01-121-1/+1
* Cleanup makfile, use ld to avoid chicken-and-egg problems whenEric Andersen2002-01-111-13/+6
* Fix indentingEric Andersen2002-01-111-21/+21
* Doh! I broke getmntent when I added getmntent_r! This fixes it.Eric Andersen2002-01-091-5/+0
* Implement mempcpyEric Andersen2002-01-092-1/+16
* Fixup broken termios stuff. No, really this time.Eric Andersen2002-01-094-128/+240
* Allow people to exclude regex code, since it is huge (27k)Eric Andersen2002-01-091-1/+4
* Rework termios wrapping code to try and do the right thing.Eric Andersen2002-01-094-68/+36
* Patch from Stefan Soucek <ssoucek@coactive.com> to removeEric Andersen2002-01-091-41/+47
* Be more carefull about erroring out of shell fragments. Try toEric Andersen2002-01-092-5/+9
* Fix duplicate of timezoneEric Andersen2002-01-091-4/+0