summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/bits
Commit message (Expand)AuthorAgeFilesLines
* Update from (older) glibc code.Manuel Novoa III2005-08-032-1/+50
* POSIX requires that fields st_dev and st_rdev to be of type dev_t.Manuel Novoa III2005-08-031-4/+4
* Since we're now always using IPC_64, we need this. Otherwise, some of the pe...Manuel Novoa III2005-07-301-2/+21
* s/__kernel_time_t/__time_tJoakim Tjernlund2005-07-281-2/+2
* A while back, the sysvipc code was changed to use IPC_64 in the calls.Manuel Novoa III2005-07-281-0/+85
* Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"2005-05-121-0/+303
* Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund2005-05-071-0/+94
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-242-0/+129
* Further rework the mips syscallsEric Andersen2005-04-131-183/+221
* Cleanup the mips syscalls a bit more, and fix a fewEric Andersen2005-04-011-34/+34
* Make mips/mipsel syscalls no longer complain about the "use of memory inputEric Andersen2005-03-141-6/+12
* no more cvsMike Frysinger2005-02-121-1/+0
* Atsushi Nemoto writes:Eric Andersen2004-10-191-8/+8
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-212-95/+0
* Logic was reversed.Manuel Novoa III2004-08-151-2/+2
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-0/+35
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-201-3/+3
* Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen2004-02-061-0/+2
* 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
* 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
* Initial effort at adding profiling support.Eric Andersen2003-03-034-0/+221
* Some stuff I forgot to check in about a month ago...Eric Andersen2003-02-232-27/+39
* 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
* Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type"Steven J. Hill"2003-01-221-1/+1
* Octal to hexEric Andersen2002-10-091-1/+1
* Support O_STREAMINGEric Andersen2002-10-091-0/+1
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-052-3/+3
* 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
* Cleanup error returns to avoid warningsEric Andersen2002-08-091-8/+8
* 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
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-4/+8
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-0149-5931/+7