summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make support for global constructors and global destructors beEric Andersen2002-11-271-0/+4
* Update soft-float handlingEric Andersen2002-11-062-3/+5
* Octal to hexEric Andersen2002-10-091-1/+1
* Support O_STREAMINGEric Andersen2002-10-091-0/+1
* Patch from Marshall M. Midden <m4@brecis.com> to fixup crt0 forEric Andersen2002-10-011-14/+12
* This commit contains a patch from Stefan Allius <allius@atecom.com> to changeEric Andersen2002-10-011-2/+15
* Forgot one more #ifdef related to MIPS soft floating point."Steven J. Hill"2002-09-111-0/+2
* Don't unconditionally save/restore FP registers, we might be doing soft"Steven J. Hill"2002-09-102-0/+4
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-053-5/+5
* 'syscall' now properly works for MIPS."Steven J. Hill"2002-09-043-46/+56
* Added __kernel_fsid_t to satisfy some apps that need it.David McCullough2002-08-271-0/+4
* Make bits/kernel_types.h include guard names match the includeEric Andersen2002-08-261-3/+9
* Finish off the bits/kernel_stat.h cleanup for properEric Andersen2002-08-251-0/+48
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-241-9/+1
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-241-0/+56
* Split out the definition of struct stat into the new archEric Andersen2002-08-231-0/+78
* Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen2002-08-231-0/+135
* Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen2002-08-221-78/+0
* Rework errno handling to be kernel header freeEric Andersen2002-08-221-56/+0
* Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen2002-08-211-1/+1
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-192-78/+16
* Directly use kernel types for uid_t, gid_t, and dev_t to avoid theEric Andersen2002-08-181-5/+12
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-1/+1