summaryrefslogtreecommitdiff
path: root/libc/sysdeps
AgeCommit message (Expand)Author
2002-02-16Several mips cleanups/additons from Geoffrey Espin.Eric Andersen
2002-02-16Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix upEric Andersen
2002-02-13Fix missing longjmp symbolEric Andersen
2002-02-13A number of naming updates in preparation for adding inEric Andersen
2002-02-06Add in clone (untested)David McCullough
2002-02-05Fix __adjtimex symbolEric Andersen
2002-02-04Fix naming error in brk.c, enable faster malloc by defaultEric Andersen
2002-02-04Fixup mips so it now works and provides basic functionalityEric Andersen
2002-02-04Rework powerpc to be consistant with the other arches.Eric Andersen
2002-02-04Fix pathEric Andersen
2002-02-04Adjust sparc port do it now actually works.Eric Andersen
2002-02-04A few more little cleanupsEric Andersen
2002-02-04Be consistant about the ways in which asm/unistd.h mightEric Andersen
2002-02-04Oops.Eric Andersen
2002-02-03Allow sparc code to at least compileEric Andersen
2002-02-02Add in support for the Hitach H8/300H architecture,Eric Andersen
2002-02-02Several little additions and cleanups. Add getw() and putw().Eric Andersen
2002-02-01Add in syscalls.h for mipsel, thanks to Steven J. Hill.Eric Andersen
2002-01-31Fix/simplify longjmp. Fix toplevel mips settingsEric Andersen
2002-01-31Fixup setjmp and longjmp so they behave themselves properly nowEric Andersen
2002-01-30Fixup setjmp implementation so it actaully works as expectedEric Andersen
2002-01-29Add in setfsuid() and setfsgid() so lpr-0.72 can compile.Eric Andersen
2002-01-29Doh! I'd included sbrk.o twice...Eric Andersen
2002-01-29Make it so powerpc can work despite lacking brk().Eric Andersen
2002-01-29Updates to the v850 architecture from Miles Bader <miles@gnu.org>Eric Andersen
2002-01-21oopsEric Andersen
2002-01-21Make sbrk common, add arm/brk.c, cleanup leftover damageEric Andersen
2002-01-17Enable fcntl64, and fix fcntl when large fils is enabled.Eric Andersen
2002-01-17Add sbrk and friendsDavid McCullough
2002-01-14Enable fdatasyncEric Andersen
2002-01-07Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen
2002-01-03Oops. I'd accidentally enabled a #define for __NR_get_kernel_symsEric Andersen
2002-01-03Enable several more syscalls.Eric Andersen
2002-01-02Fixes from M. R. Brown <mrbrown@0xd6.org> to fixup some littleEric Andersen
2002-01-02Fix a few things I'd missed when using old (2.0.x) kernels.Eric Andersen
2002-01-02Oops. Disable threading.Eric Andersen
2002-01-02Sync SH header files with glibc 2.2.4, so it can actually have a chanceEric Andersen
2002-01-02Once again, rework the signal handling to be even more correct. We noEric Andersen
2002-01-02Turn off the useless personality crapEric Andersen
2002-01-01Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen
2001-12-29Add in the missing get_kernel_syms syscallEric Andersen
2001-12-21A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bringEric Andersen
2001-12-20Fixup autogeneration of bits/syscalls.hEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-12-19Use the asm version by default on x86. Tag _start as a function.Eric Andersen
2001-12-19merged the two startup files so that uClinux people always get the correctDavid McCullough
2001-11-30Add support for mmu-full m68k systems, such as oldworld macs.Eric Andersen
2001-11-29Add include/sys/reg.h to make gdbserver happyEric Andersen
2001-11-26Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.SDavid Schleef
2001-11-26Remove unused fileDavid Schleef