summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/bits
AgeCommit message (Expand)Author
2005-08-03Update from (older) glibc code.Manuel Novoa III
2005-08-03POSIX requires that fields st_dev and st_rdev to be of type dev_t.Manuel Novoa III
2005-07-30Since we're now always using IPC_64, we need this. Otherwise, some of the pe...Manuel Novoa III
2005-07-28s/__kernel_time_t/__time_tJoakim Tjernlund
2005-07-28A while back, the sysvipc code was changed to use IPC_64 in the calls.Manuel Novoa III
2005-05-12Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"
2005-05-07Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund
2005-04-24Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund
2005-04-13Further rework the mips syscallsEric Andersen
2005-04-01Cleanup the mips syscalls a bit more, and fix a fewEric Andersen
2005-03-14Make mips/mipsel syscalls no longer complain about the "use of memory inputEric Andersen
2005-02-12no more cvsMike Frysinger
2004-10-19Atsushi Nemoto writes:Eric Andersen
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-08-15Logic was reversed.Manuel Novoa III
2004-08-13Fixup PAGE_SIZE problemsEric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-02-06Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen
2003-08-14Use the common version for bits/sem.h. Fixup the types toEric Andersen
2003-08-04For sparc, powerpc, mips, and alpha we should also use theEric Andersen
2003-08-01Remove the arch specific shm.h and use the fixed up commonEric Andersen
2003-04-16Patch from Liam Girdwood to fix mips profiling when usingEric Andersen
2003-03-11Compliance with MIPS ABI and MIPS kernel changes."Steven J. Hill"
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-02-23Some stuff I forgot to check in about a month ago...Eric Andersen
2003-01-24A few more needed updatesEric Andersen
2003-01-24Finish up fixing stat and setting various system types.Eric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen
2003-01-22Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type"Steven J. Hill"
2002-10-09Octal to hexEric Andersen
2002-10-09Support O_STREAMINGEric Andersen
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-08-27Added __kernel_fsid_t to satisfy some apps that need it.David McCullough
2002-08-26Make bits/kernel_types.h include guard names match the includeEric Andersen
2002-08-25Finish off the bits/kernel_stat.h cleanup for properEric Andersen
2002-08-24Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen
2002-08-24Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen
2002-08-23Split out the definition of struct stat into the new archEric Andersen
2002-08-23Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen
2002-08-22Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen
2002-08-22Rework errno handling to be kernel header freeEric Andersen
2002-08-21Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-08-18Directly use kernel types for uid_t, gid_t, and dev_t to avoid theEric Andersen
2002-08-16Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
2002-08-09Cleanup error returns to avoid warningsEric Andersen
2002-07-26The __set_errno macro _must_ match that defined in include/bits/errno.h. WeEric Andersen
2002-07-25ldso specific syscalls and userspace syscalls all in one file now."Steven J. Hill"
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen