summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/sigaction.c
Commit message (Expand)AuthorAgeFilesLines
* *: if !HAS_THREADS strong alias sigactionBernhard Reutner-Fischer2012-01-281-0/+5
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-84/+53
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-4/+4
* fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko2008-12-011-23/+29
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* - some more asm keyword fixes (Yann E. MORIN)Bernhard Reutner-Fischer2008-08-061-2/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-241-3/+3
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-041-0/+38
* even the hidden version of the weaks in libc (as strong in libpthread) have t...Peter S. Mazinger2006-02-021-1/+1
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-1/+2
* make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...Peter S. Mazinger2006-01-231-1/+1
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-4/+7
* 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
* 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
* fix warning using glibc methodMike Frysinger2005-11-301-3/+1
* Add sigaction for mipsEric Andersen2004-07-171-0/+123