summaryrefslogtreecommitdiff
path: root/libc/signal
AgeCommit message (Expand)Author
2010-10-22*: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko
2010-10-22sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-01nptl: Fix nptl specific case which still was not using CSRC-y.Khem Raj
2010-02-01Merge commit 'origin/master' into nptlKhem Raj
2010-01-26convert to foo-y kbuild styleBernhard Reutner-Fischer
2010-01-21include unistd.h for smallintYoshinori Sato
2010-01-16include unistd.h for smallintYoshinori Sato
2009-12-16libc: Remove pointless header string.hCarmelo Amoroso
2009-12-16libc: Add missing header for memsetCarmelo Amoroso
2009-12-16libc: Add missing header for memsetCarmelo Amoroso
2009-11-22include string.h for memset()Bernhard Reutner-Fischer
2009-10-17nptl provides sigaction and raiseAustin Foxley
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-09-19sigpause: remove libc_hidden_proto/defDenys Vlasenko
2009-09-19sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko
2009-09-19raise: remove unused hidden weak symbol __raiseDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-01-10libc/signal/sigaction.c: s/!=/==/Denis Vlasenko
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer
2008-12-15sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko
2008-12-13Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko
2008-12-01hostid: improve extremely unreadable partsDenis Vlasenko
2008-12-01on Bernd's request, remove commented-out code snippetsDenis Vlasenko
2008-12-01remove checks for "impossible" errors,Denis Vlasenko
2008-12-01fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko
2008-11-29shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko
2008-11-22signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-05-20- remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-07-05update licenseMike Frysinger
2006-02-20update copyright with glibcMike Frysinger
2006-02-15Use <> instead of \"\"Peter S. Mazinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
2006-02-02even the hidden version of the weaks in libc (as strong in libpthread) have t...Peter S. Mazinger
2006-01-29create local prototype for __libc_sigactionMike Frysinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-23make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...Peter S. Mazinger
2006-01-23Change to build w/ -std=c99Peter S. Mazinger
2006-01-23Get rid of nested warningsPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger