summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips
Commit message (Expand)AuthorAgeFilesLines
...
* Add in __uClibc_syscallEric Andersen2002-08-091-1/+1
* Initial piece of unified syscall support from Brecis CommunicationsEric Andersen2002-08-091-0/+45
* New and improved fork for mips, thanks to the fine folksEric Andersen2002-08-092-1/+66
* Cleanup error returns to avoid warningsEric Andersen2002-08-091-8/+8
* Ok, I get it. sjhill kept adding the 'find' command sinceEric Andersen2002-07-261-0/+1
* The __set_errno macro _must_ match that defined in include/bits/errno.h. WeEric Andersen2002-07-261-1/+9
* ldso specific syscalls and userspace syscalls all in one file now."Steven J. Hill"2002-07-251-5/+214
* Remove source files that, well, no longer exist :)."Steven J. Hill"2002-07-241-1/+1
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-223-5/+11
* Kill this stale fileEric Andersen2002-07-112-32/+1
* Make clone work, part 2.Eric Andersen2002-07-032-1/+30
* Fix clone so it compilesEric Andersen2002-07-032-8/+20
* Several cleanups/fixes from Marshall M. Midden <m4@brecis.com>Eric Andersen2002-06-261-1/+1
* Changes so that 'regdef.h' gets included in the development environment."Steven J. Hill"2002-06-046-4/+66
* Moved to 'sys' directory."Steven J. Hill"2002-06-041-61/+0
* Manuel and I were looking into a problem with applications failing to linkEric Andersen2002-04-141-0/+6
* Remove the C++ support stubs, since these now live elsewhere andEric Andersen2002-03-161-14/+0
* Build our own crti.o and crtn.o with a cross arch method that IEric Andersen2002-03-131-1/+1
* Move syscall.h generation to the top level MakefileEric Andersen2002-03-011-1/+0
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-0152-5890/+317
* Several mips fixes from Geoffrey Espin. With these, busybox withEric Andersen2002-02-223-1/+32
* Fix from John Rigby to fix stat() so it actually works.Eric Andersen2002-02-201-1/+4
* Several mips cleanups/additons from Geoffrey Espin.Eric Andersen2002-02-163-1/+97
* 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
* Fix pathEric Andersen2002-02-041-1/+1
* Be consistant about the ways in which asm/unistd.h mightEric Andersen2002-02-041-220/+6
* Add in syscalls.h for mipsel, thanks to Steven J. Hill.Eric Andersen2002-02-013-229/+225
* Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen2002-01-071-0/+1
* Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen2002-01-011-1/+1
* Fixup autogeneration of bits/syscalls.hEric Andersen2001-12-201-0/+1
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* Fix comments. Attempt at c++ global constructor support.Eric Andersen2001-11-151-2/+16
* Oops. Forgot theseEric Andersen2001-11-141-0/+234
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-2/+4
* Sync up mipsel headersEric Andersen2001-11-1464-937/+896
* use ln -fsEric Andersen2001-07-161-1/+1
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-116-0/+21
* Yes... I forgot to update bits/dirent.h for the other archs. :-(Manuel Novoa III2001-06-271-2/+11
* Makefile targets to symlink arch-specific headers into include/ (onlyDavid Schleef2001-05-261-0/+3
* Copied sgidefs.h from Debian libc6 2.2.2-4 for MIPS. Should go intoDavid Schleef2001-05-221-0/+44
* Header cleanups to fix compilation. Mostly a hack, pending figuringDavid Schleef2001-05-226-6/+30
* Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.David Schleef2001-05-2271-0/+8434
* First cut of MIPS portDavid Schleef2001-05-222-0/+122