summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Collapse)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
| | | | -Erik
* Fix pathEric Andersen2002-02-041-1/+1
|
* Adjust sparc port do it now actually works.Eric Andersen2002-02-0415-148/+1820
| | | | -Erik
* 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
| | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik
* 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
| | | | contributed by Yoshinori Sato <qzb04471@nifty.ne.jp>
* Add in a weak __mempcpy for mempcpy to make certain GNUEric Andersen2002-02-021-0/+1
| | | | programs happy. bother...
* I just wrote up gethostent(), sethostent(), and endhostent()Eric Andersen2002-02-022-12/+85
| | | | -Erik
* 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
| | | | | | Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik
* Fix hstrerrorEric Andersen2002-02-021-6/+12
|
* Add in syscalls.h for mipsel, thanks to Steven J. Hill.Eric Andersen2002-02-015-461/+226
| | | | Remove and ignore generated syscall.h files from sparc and mipsel.
* 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
| | | | | on both x86 and arm... -Erik
* Fixup setjmp implementation so it actaully works as expectedEric Andersen2002-01-305-61/+158
| | | | -Erik
* Add in setfsuid() and setfsgid() so lpr-0.72 can compile.Eric Andersen2002-01-291-4/+24
| | | | -Erik
* 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
| | | | | | segfault. Turns out that 'ld -nostdlib' was the culprit. Who wouldof thought... -Erik
* 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
| | | | * Moved some file paths from code into <paths.h>
* 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
| | | | NULL as expected.
* Fix simple malloc to work on systems with an MMUDavid McCullough2002-01-171-9/+31
|
* Add sbrk and friendsDavid McCullough2002-01-175-2/+74
| | | | Fix bug in setjmp (jmpbuf changed size)
* 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
| | | | -Erik
* Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen2002-01-143-32/+80
| | | | support for Unix98 PTYs, and optionally exclude the older junk.
* 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
| | | | | building gcc/g++. -Erik
* 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
| | | | -Erik
* Implement mempcpyEric Andersen2002-01-092-1/+16
|
* Fixup broken termios stuff. No, really this time.Eric Andersen2002-01-094-128/+240
| | | | -Erik
* 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
| | | | -Erik
* Patch from Stefan Soucek <ssoucek@coactive.com> to removeEric Andersen2002-01-091-41/+47
| | | | | alloca (when non-reentrant) since alloca can blow the stack pretty easily on mmu-less.
* Be more carefull about erroring out of shell fragments. Try toEric Andersen2002-01-092-5/+9
| | | | enable -falign-functions if avilable.
* Fix duplicate of timezoneEric Andersen2002-01-091-4/+0
|