summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/bits
Commit message (Expand)AuthorAgeFilesLines
...
* fix from psm: enable readahead prototypeMike Frysinger2006-08-241-1/+3
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-7/+4
* sync with upstream via psmMike Frysinger2006-08-236-67/+171
* import new headers from upstream via psmMike Frysinger2006-08-231-0/+48
* bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen2006-08-211-98/+0
* Joseph S. Myers writes: The MIPS <bits/mman.h> header is missing definitions ...Mike Frysinger2006-04-211-0/+9
* sync with glibcMike Frysinger2006-04-211-1/+9
* sync with glibcMike Frysinger2006-03-293-29/+69
* Mark __syscall_*sigaction hidden and add guard to the headerPeter S. Mazinger2006-02-281-1/+6
* add prototype to get rid of warningMike Frysinger2006-02-011-0/+3
* disable usage of .setMike Frysinger2006-01-291-1/+1
* Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"2006-01-261-0/+3
* Change to sane defaultsPeter S. Mazinger2006-01-191-5/+10
* move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger2006-01-191-0/+33
* sync __SYSCALL_CLOBBERS macro from glibcMike Frysinger2006-01-051-16/+11
* previous st_dev change from unsigned long (4bytes) to __dev_t (8bytes) needed...Mike Frysinger2006-01-011-5/+5
* get rid of mips-specific types.h since common one contains more fixesMike Frysinger2005-12-012-148/+2
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
* update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger2005-11-161-2/+7
* 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