summaryrefslogtreecommitdiffstats
path: root/libc/signal
Commit message (Expand)AuthorAgeFilesLines
* *: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko2010-10-221-0/+3
* sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko2010-10-221-1/+1
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-021-2/+2
|\
| * prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* | nptl: Fix nptl specific case which still was not using CSRC-y.Khem Raj2010-02-011-1/+1
* | Merge commit 'origin/master' into nptlKhem Raj2010-02-011-13/+8
|\|
| * convert to foo-y kbuild styleBernhard Reutner-Fischer2010-01-261-13/+8
| * include unistd.h for smallintYoshinori Sato2010-01-161-0/+1
| * libc: Remove pointless header string.hCarmelo Amoroso2009-12-161-1/+0
| * libc: Add missing header for memsetCarmelo Amoroso2009-12-164-5/+2
* | include unistd.h for smallintYoshinori Sato2010-01-211-0/+1
* | libc: Add missing header for memsetCarmelo Amoroso2009-12-163-5/+0
* | include string.h for memset()Bernhard Reutner-Fischer2009-11-221-0/+2
* | nptl provides sigaction and raiseAustin Foxley2009-10-171-0/+4
* | cancellation support for a large amount of the required syscallsAustin Foxley2009-10-172-8/+95
|/
* sigpause: remove libc_hidden_proto/defDenys Vlasenko2009-09-191-1/+0
* sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko2009-09-191-6/+5
* raise: remove unused hidden weak symbol __raiseDenys Vlasenko2009-09-191-6/+2
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1818-35/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* libc/signal/sigaction.c: s/!=/==/Denis Vlasenko2009-01-101-1/+1
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-292-9/+9
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-48/+13
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-4/+4
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-018-10/+11
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-012-4/+0
* remove checks for "impossible" errors,Denis Vlasenko2008-12-014-16/+9
* fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko2008-12-011-6/+13
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-014-5/+11
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-299-62/+39
* signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko2008-11-221-0/+6
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-2014-21/+21
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-2014-15/+15
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-233-3/+3
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-2/+2
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-032-4/+71
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-2013-47/+13
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-193-3/+3
* update licenseMike Frysinger2006-07-051-2/+1
* update copyright with glibcMike Frysinger2006-02-201-1/+1
* Use <> instead of \"\"Peter S. Mazinger2006-02-151-1/+1
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-13/+9
* even the hidden version of the weaks in libc (as strong in libpthread) have t...Peter S. Mazinger2006-02-021-1/+1
* create local prototype for __libc_sigactionMike Frysinger2006-01-291-0/+5
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-265-3/+7
* make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...Peter S. Mazinger2006-01-233-5/+7
* Change to build w/ -std=c99Peter S. Mazinger2006-01-231-2/+1
* Get rid of nested warningsPeter S. Mazinger2006-01-231-1/+4
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-228-7/+2