summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips
Commit message (Collapse)AuthorAgeFilesLines
...
* Joseph S. Myers writes: The MIPS <bits/mman.h> header is missing definitions ↵Mike Frysinger2006-04-211-0/+9
| | | | of POSIX_MADV_*
* sync with glibcMike Frysinger2006-04-211-1/+9
|
* sync with glibcMike Frysinger2006-03-293-29/+69
|
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵Peter S. Mazinger2006-03-101-3/+0
| | | | most of global data relocations are back
* Mark __syscall_*sigaction hidden and add guard to the headerPeter S. Mazinger2006-02-281-1/+6
|
* Remove __clone, add it only back, if threads has a another (strong) version, ↵Peter S. Mazinger2006-02-221-7/+5
| | | | that needs to overwrite this
* get rid of __pipePeter S. Mazinger2006-02-151-6/+5
|
* Sloppy patching on my part. This should be correct."Steven J. Hill"2006-02-151-4/+2
|
* Apply patch from Joseph Myers for MIPS pipe and get rid of the C version. ↵"Steven J. Hill"2006-02-142-56/+34
| | | | Patch tested.
* even the hidden version of the weaks in libc (as strong in libpthread) have ↵Peter S. Mazinger2006-02-021-1/+1
| | | | to be weaks
* I will risk this one: __curbrkPeter S. Mazinger2006-02-011-0/+3
|
* add prototype to get rid of warningMike Frysinger2006-02-011-0/+3
|
* make sure clone/__clone are created properlyMike Frysinger2006-01-291-4/+6
|
* disable usage of .setMike Frysinger2006-01-291-1/+1
|
* Add some prototypes to arch specific pread_write.c, mips has __mips64 ↵Peter S. Mazinger2006-01-271-0/+4
| | | | questionable ifdefs
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-263-3/+5
|
* Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"2006-01-261-0/+3
|
* Correct mips, does mips ever be similar to others ;-(Peter S. Mazinger2006-01-261-28/+27
|
* Convert all the strong_aliases to weak that are cancelable in libpthreadPeter S. Mazinger2006-01-241-4/+4
|
* Use __typeof for __longjmp, remove alias to longjmp for cris, should be ↵Peter S. Mazinger2006-01-241-1/+1
| | | | covered by common/longjmp.c
* make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in ↵Peter S. Mazinger2006-01-231-1/+1
| | | | libpthread as well
* Add __longjmp prototypePeter S. Mazinger2006-01-231-1/+1
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-26/+13
| | | | is a useless attempt
* 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 ↵Mike Frysinger2006-01-191-0/+33
| | | | specific header file to make porting/updates a lot easier
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
|
* fix broken commentingMike Frysinger2006-01-141-1/+1
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-148-39/+35
|
* need features.h for new HIDDEN_JUMPTARGET()Mike Frysinger2006-01-141-0/+1
|
* Add hidden versions of pipe()Peter S. Mazinger2006-01-142-0/+4
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-148-30/+29
| | | | missing headers, other jump relocs removed
* sync Joseph S. Myers fixes from glibc for proper clobbersMike Frysinger2006-01-051-3/+4
|
* sync __SYSCALL_CLOBBERS macro from glibcMike Frysinger2006-01-051-16/+11
|
* use weak handling instead of .setMike Frysinger2006-01-041-1/+1
|
* previous st_dev change from unsigned long (4bytes) to __dev_t (8bytes) ↵Mike Frysinger2006-01-011-5/+5
| | | | needed to shrink the pads as well to maintain ABI compat
* Make clone use internal _exitPeter S. Mazinger2005-12-161-6/+1
|
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-141-1/+2
|
* Merge from NPTL branch."Steven J. Hill"2005-12-101-2/+2
|
* Merge from NPTL branch. Bring in the remaining changes for sigaction."Steven J. Hill"2005-12-101-27/+22
|
* Do hidden pipe, please check the change in mips (.end __pipe?)Peter S. Mazinger2005-12-102-6/+10
|
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-1/+3
|
* Try to mimic glibc sigaction, sjhill, could you please test w/ this version?Peter S. Mazinger2005-12-081-4/+4
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-3/+4
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
|
* get rid of mips-specific types.h since common one contains more fixesMike Frysinger2005-12-012-148/+2
|
* sync with glibc to parse error in C version of test_and_setMike Frysinger2005-11-301-21/+12
|
* fix warning using glibc methodMike Frysinger2005-11-301-3/+1
|
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
|
* grab ptrace.h from glibcMike Frysinger2005-11-231-0/+136
|
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
|