summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Patch from Miles Bader to allow Large File support on the v850.Eric Andersen2002-03-013-3/+70
* Fix for some comments, from Miles BaderEric Andersen2002-03-011-4/+2
* Patch from M. R. Brown <mrbrown@0xd6.org> to fix pthread supportEric Andersen2002-03-013-1/+139
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-01568-57384/+3065
* Patch from Miles Bader to restrict common truncate64/ftruncate64Eric Andersen2002-02-261-17/+34
* Enable pread/pwriteEric Andersen2002-02-261-8/+0
* Several naming cleanups so threads work properly againEric Andersen2002-02-233-79/+51
* Several mips fixes from Geoffrey Espin. With these, busybox withEric Andersen2002-02-224-6/+32
* Fix from John Rigby to fix stat() so it actually works.Eric Andersen2002-02-201-1/+4
* oops. I had accidentally typed in "clean" when I meant "clone".Eric Andersen2002-02-201-1/+1
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-202-10/+1
* Output an error if uClibc's and app's largefile configuration are incompatible.Manuel Novoa III2002-02-191-0/+2
* Several mips cleanups/additons from Geoffrey Espin.Eric Andersen2002-02-163-1/+97
* Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix upEric Andersen2002-02-161-2/+13
* Fix missing longjmp symbolEric Andersen2002-02-131-0/+1
* A number of naming updates in preparation for adding inEric Andersen2002-02-135-36/+60
* Add in clone (untested)David McCullough2002-02-067-109/+187
* Fix __adjtimex symbolEric Andersen2002-02-051-0/+1
* Fix naming error in brk.c, enable faster malloc by defaultEric Andersen2002-02-041-3/+3
* 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-0279-0/+9399
* Several little additions and cleanups. Add getw() and putw().Eric Andersen2002-02-021-0/+16
* 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-304-47/+146
* 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
* oopsEric Andersen2002-01-211-4/+4
* Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen2002-01-216-18/+65
* Enable fcntl64, and fix fcntl when large fils is enabled.Eric Andersen2002-01-171-0/+23
* Add sbrk and friendsDavid McCullough2002-01-175-2/+74
* Enable fdatasyncEric Andersen2002-01-141-0/+7
* Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen2002-01-076-1/+8
* Oops. I'd accidentally enabled a #define for __NR_get_kernel_symsEric Andersen2002-01-031-1/+1
* Enable several more syscalls.Eric Andersen2002-01-031-9/+128
* Fixes from M. R. Brown <mrbrown@0xd6.org> to fixup some littleEric Andersen2002-01-023-4/+6
* Fix a few things I'd missed when using old (2.0.x) kernels.Eric Andersen2002-01-021-4/+11
* Oops. Disable threading.Eric Andersen2002-01-021-2/+2
* Sync SH header files with glibc 2.2.4, so it can actually have a chanceEric Andersen2002-01-0270-965/+1890
* Once again, rework the signal handling to be even more correct. We noEric Andersen2002-01-021-15/+65