| Commit message (Expand) | Author | Age | Files | Lines |
* | Atsushi Nemoto points out there is no more need for mips-specific ptrace.h | Mike Frysinger | 2006-07-03 | 1 | -136/+0 |
* | Joseph S. Myers writes: The MIPS <bits/mman.h> header is missing definitions ... | Mike Frysinger | 2006-04-21 | 1 | -0/+9 |
* | sync with glibc | Mike Frysinger | 2006-04-21 | 1 | -1/+9 |
* | sync with glibc | Mike Frysinger | 2006-03-29 | 3 | -29/+69 |
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger | 2006-03-10 | 1 | -3/+0 |
* | Mark __syscall_*sigaction hidden and add guard to the header | Peter S. Mazinger | 2006-02-28 | 1 | -1/+6 |
* | Remove __clone, add it only back, if threads has a another (strong) version, ... | Peter S. Mazinger | 2006-02-22 | 1 | -7/+5 |
* | get rid of __pipe | Peter S. Mazinger | 2006-02-15 | 1 | -6/+5 |
* | Sloppy patching on my part. This should be correct. | "Steven J. Hill" | 2006-02-15 | 1 | -4/+2 |
* | Apply patch from Joseph Myers for MIPS pipe and get rid of the C version. Pat... | "Steven J. Hill" | 2006-02-14 | 2 | -56/+34 |
* | even the hidden version of the weaks in libc (as strong in libpthread) have t... | Peter S. Mazinger | 2006-02-02 | 1 | -1/+1 |
* | I will risk this one: __curbrk | Peter S. Mazinger | 2006-02-01 | 1 | -0/+3 |
* | add prototype to get rid of warning | Mike Frysinger | 2006-02-01 | 1 | -0/+3 |
* | make sure clone/__clone are created properly | Mike Frysinger | 2006-01-29 | 1 | -4/+6 |
* | disable usage of .set | Mike Frysinger | 2006-01-29 | 1 | -1/+1 |
* | Add some prototypes to arch specific pread_write.c, mips has __mips64 questio... | Peter S. Mazinger | 2006-01-27 | 1 | -0/+4 |
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 3 | -3/+5 |
* | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | 2006-01-26 | 1 | -0/+3 |
* | Correct mips, does mips ever be similar to others ;-( | Peter S. Mazinger | 2006-01-26 | 1 | -28/+27 |
* | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -4/+4 |
* | Use __typeof for __longjmp, remove alias to longjmp for cris, should be cover... | Peter S. Mazinger | 2006-01-24 | 1 | -1/+1 |
* | make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp... | Peter S. Mazinger | 2006-01-23 | 1 | -1/+1 |
* | Add __longjmp prototype | Peter S. Mazinger | 2006-01-23 | 1 | -1/+1 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -26/+13 |
* | Change to sane defaults | Peter S. Mazinger | 2006-01-19 | 1 | -5/+10 |
* | move a bunch of arch-specific checks out of common files and into an arch spe... | Mike Frysinger | 2006-01-19 | 1 | -0/+33 |
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -1/+1 |
* | fix broken commenting | Mike Frysinger | 2006-01-14 | 1 | -1/+1 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 8 | -39/+35 |
* | need features.h for new HIDDEN_JUMPTARGET() | Mike Frysinger | 2006-01-14 | 1 | -0/+1 |
* | Add hidden versions of pipe() | Peter S. Mazinger | 2006-01-14 | 2 | -0/+4 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 8 | -30/+29 |
* | sync Joseph S. Myers fixes from glibc for proper clobbers | Mike Frysinger | 2006-01-05 | 1 | -3/+4 |
* | sync __SYSCALL_CLOBBERS macro from glibc | Mike Frysinger | 2006-01-05 | 1 | -16/+11 |
* | use weak handling instead of .set | Mike Frysinger | 2006-01-04 | 1 | -1/+1 |
* | previous st_dev change from unsigned long (4bytes) to __dev_t (8bytes) needed... | Mike Frysinger | 2006-01-01 | 1 | -5/+5 |
* | Make clone use internal _exit | Peter S. Mazinger | 2005-12-16 | 1 | -6/+1 |
* | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | 2005-12-14 | 1 | -1/+2 |
* | Merge from NPTL branch. | "Steven J. Hill" | 2005-12-10 | 1 | -2/+2 |
* | Merge from NPTL branch. Bring in the remaining changes for sigaction. | "Steven J. Hill" | 2005-12-10 | 1 | -27/+22 |
* | Do hidden pipe, please check the change in mips (.end __pipe?) | Peter S. Mazinger | 2005-12-10 | 2 | -6/+10 |
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 1 | -1/+3 |
* | Try to mimic glibc sigaction, sjhill, could you please test w/ this version? | Peter S. Mazinger | 2005-12-08 | 1 | -4/+4 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -3/+4 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -2/+2 |
* | get rid of mips-specific types.h since common one contains more fixes | Mike Frysinger | 2005-12-01 | 2 | -148/+2 |
* | sync with glibc to parse error in C version of test_and_set | Mike Frysinger | 2005-11-30 | 1 | -21/+12 |
* | fix warning using glibc method | Mike Frysinger | 2005-11-30 | 1 | -3/+1 |
* | define MREMAP_FIXED | Mike Frysinger | 2005-11-27 | 1 | -0/+1 |
* | grab ptrace.h from glibc | Mike Frysinger | 2005-11-23 | 1 | -0/+136 |