summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-0279-0/+9399
| | | | contributed by Yoshinori Sato <qzb04471@nifty.ne.jp>
* Several little additions and cleanups. Add getw() and putw().Eric Andersen2002-02-021-0/+16
| | | | | | Add in some missing header files (netipx/ipx.h include/lastlog.h include/sgtty.h include/sys/perm.h) -Erik
* 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-304-47/+146
| | | | -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
|
* 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
| | | | Fix bug in setjmp (jmpbuf changed size)
* Enable fdatasyncEric Andersen2002-01-141-0/+7
|
* Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen2002-01-076-1/+8
| | | | | noted by "Kim B. Heino" <Kim.Heino@bluegiga.com> -Erik
* Oops. I'd accidentally enabled a #define for __NR_get_kernel_symsEric Andersen2002-01-031-1/+1
| | | | | so turn that back off -Erik.
* 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
| | | | compile nits with the SH architecture, and support SH4,
* Fix a few things I'd missed when using old (2.0.x) kernels.Eric Andersen2002-01-021-4/+11
| | | | -Erik
* Oops. Disable threading.Eric Andersen2002-01-021-2/+2
| | | | -Erik
* Sync SH header files with glibc 2.2.4, so it can actually have a chanceEric Andersen2002-01-0270-965/+1890
| | | | | (at least in theory) of working. -Erik
* Once again, rework the signal handling to be even more correct. We noEric Andersen2002-01-021-15/+65
| | | | | | | | | longer segfault when running test/signal/sigchld.c, which exposed a bit of a rats nest. The problem ended up being a erroneous syscall defination, but in the process of finding that out, I scrubbed things up nicely and adapted things to use the rt_ signals if they are available. This now passes all the signal tests. -Erik
* Turn off the useless personality crapEric Andersen2002-01-021-0/+2
|
* Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen2002-01-013-5/+5
| | | | | proper error checking -Erik
* Add in the missing get_kernel_syms syscallEric Andersen2001-12-291-1/+5
|
* A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bringEric Andersen2001-12-2166-1085/+1741
| | | | | v850 back into working condition. Thanks Miles! -Erik
* Fixup autogeneration of bits/syscalls.hEric Andersen2001-12-201-0/+1
|
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-1918-50/+60
|
* Use the asm version by default on x86. Tag _start as a function.Eric Andersen2001-12-192-3/+6
|
* merged the two startup files so that uClinux people always get the correctDavid McCullough2001-12-193-70/+31
| | | | | arg processing whether they are using PIC or not, and vice-versa for the MMU folks.
* Add support for mmu-full m68k systems, such as oldworld macs.Eric Andersen2001-11-303-2/+57
| | | | -Erik
* Add include/sys/reg.h to make gdbserver happyEric Andersen2001-11-294-0/+134
|
* Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.SDavid Schleef2001-11-265-84/+103
| | | | | | to use GCC's internal ppc-asm.h, and added macro to disable FP save/ restore in longjmp and setjmp. Fixed name of _setjmp() (was __setjmp). Fixed _setjmp to be PIC.
* Remove unused fileDavid Schleef2001-11-261-33/+0
|
* Wrap uClinux specific stuff, so this will run onEric Andersen2001-11-241-0/+2
| | | | | macs and such that have an MMU -Erik
* Work around broken m68k kernel headers... Grumble.Eric Andersen2001-11-241-1/+2
|
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
| | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com>
* Add acct syscall. Fix sigsuspend which was totally broken (itEric Andersen2001-11-211-3/+13
| | | | needed a wrapper)
* Add an initial clone from glibc. Needs fixing.Eric Andersen2001-11-191-0/+62
|
* Silly me. I left in a define which caused statfs64 toEric Andersen2001-11-151-3/+0
| | | | recursively call itself.
* Fix comments. Attempt at c++ global constructor support.Eric Andersen2001-11-151-2/+16
|
* This is a .c fileEric Andersen2001-11-151-1/+1
|