summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips
Commit message (Expand)AuthorAgeFilesLines
...
* Apparently the sigaction code added was broken, as it generated illegalManuel Novoa III2004-08-101-1/+1
* s/___brk_addr/__curbrk/gEric Andersen2004-07-301-2/+2
* Some mips updates. Add a couple of missing sys/*.h files and update a few ot...Manuel Novoa III2004-07-305-51/+684
* Add sigaction for mipsEric Andersen2004-07-172-1/+124
* Atsushi Nemoto writes:Eric Andersen2004-07-151-18/+13
* __data_start needs to be added to all crt0.S files that don't currentlyEric Andersen2004-05-141-3/+8
* It turns out that asm/reg.h is missing from the 2.6.x kernel headers,Eric Andersen2004-04-231-2/+167
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-201-3/+3
* Generic fork works. Use it instead since this didn't handle errno_location.Manuel Novoa III2004-02-152-66/+1
* Mips can use the generic vforkEric Andersen2004-02-152-31/+1
* Add missing mips specific include/sys/user.hEric Andersen2004-02-121-0/+52
* Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen2004-02-061-0/+2
* Use 'mmap.c' instead of '_mmap.c'Eric Andersen2004-02-051-2/+2
* Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen2004-01-211-0/+0
* remove some garbageEric Andersen2003-12-031-1/+0
* Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector.Manuel Novoa III2003-11-291-0/+3
* Another missing mips function, needed by the boehm garbage collector.Manuel Novoa III2003-11-282-1/+32
* Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.Manuel Novoa III2003-11-283-2/+7
* Remove SAFECFLAGS. It was a workaround for failures in old awk scriptEric Andersen2003-11-221-7/+2
* Darn. Fix compilation for soft-float, which I inadvertantlyEric Andersen2003-11-081-0/+4
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+122
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-4/+3
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-3/+3
* Patch from Atsushi Nemoto (with some additions):Eric Andersen2003-10-082-0/+99
* Oops! I broke pread on mips with my last update. ThisEric Andersen2003-09-081-4/+4
* Fix some more problems found by the ltpEric Andersen2003-09-071-6/+9
* Patch from Atsushi Nemoto, who writes:Eric Andersen2003-08-222-1/+95
* Use the common version for bits/sem.h. Fixup the types toEric Andersen2003-08-141-85/+0
* For sparc, powerpc, mips, and alpha we should also use theEric Andersen2003-08-041-55/+0
* Remove the arch specific shm.h and use the fixed up commonEric Andersen2003-08-011-89/+0
* In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen2003-05-301-1/+1
* Patch from Liam Girdwood to fix mips profiling when usingEric Andersen2003-04-161-0/+5
* Compliance with MIPS ABI and MIPS kernel changes."Steven J. Hill"2003-03-111-8/+0
* For now, leave mmap on mips using mmap1, since mmap2 seemsEric Andersen2003-03-061-0/+5
* Initial effort at adding profiling support.Eric Andersen2003-03-034-0/+221
* Prefer mmap2 for mips when available. Fix the mmap test.Eric Andersen2003-02-261-0/+5
* Some stuff I forgot to check in about a month ago...Eric Andersen2003-02-232-27/+39
* Fix a warningEric Andersen2003-02-091-52/+49
* Fix a compile errorEric Andersen2003-02-091-1/+0
* hehEric Andersen2003-01-311-3/+3
* Fix copyrightEric Andersen2003-01-311-3/+2
* Patch from Marshall M. Midden @ brecis.com:Eric Andersen2003-01-302-2/+41
* Patch from Christophe Massiot:Eric Andersen2003-01-302-1/+28
* This seems to be needed or else apps will blow up.Eric Andersen2003-01-251-9/+2
* A few more needed updatesEric Andersen2003-01-242-1/+141
* Finish up fixing stat and setting various system types.Eric Andersen2003-01-241-10/+9
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-241-74/+5
* Update architecture specific support to consistantlyEric Andersen2003-01-232-14/+14
* Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type"Steven J. Hill"2003-01-221-1/+1
* Based on discussions with Stefan Allius, change it so that we alwaysEric Andersen2002-12-122-8/+5