summaryrefslogtreecommitdiff
path: root/include/signal.h
AgeCommit message (Expand)Author
2017-04-18cleanup dead code in signal.hWaldemar Brodkorb
2015-02-16signal.h: elide memset from sigemptysetVineet Gupta
2014-12-09sigaction: Fix !HAS_REALTIME compilationBernhard Reutner-Fischer
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15signal.h: needs size_tPeter S. Mazinger
2012-06-15signal: remove sigblock, siggetmask and sigsetmaskPeter S. Mazinger
2012-06-15sigpause.c: provide the X/Open variant, since the BSD version is deprecatedPeter S. Mazinger
2012-06-15rework cancellation for sigwait, sigtimedwait and sigwaitinfoPeter S. Mazinger
2012-06-15sigsuspend.c: add cancellation support independently of rt_sigsuspendPeter S. Mazinger
2012-06-15no need for hidden __sigpause, use an internal static functionPeter S. Mazinger
2012-06-15signal: cleanup, include only headers that are neededPeter S. Mazinger
2012-06-15add simplified __sigemptyset for internal usePeter S. Mazinger
2012-06-15signal.h: sync with glibc, mainly proper guardsPeter S. Mazinger
2012-06-15signal.h: disable sigreturn prototypePeter S. Mazinger
2012-06-15signal.h: disable ssignal and gsignalPeter S. Mazinger
2012-06-15remove unneeded hidden sigwaitinfoPeter S. Mazinger
2012-06-15no need for hidden sigtimedwaitPeter S. Mazinger
2012-06-15signal.h: move prototypes for __syscall_[rt_]sigaction to common placePeter S. Mazinger
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger
2012-06-15signal.h: disable sigvec() and guard related stuff with STRICT_HEADERSPeter S. Mazinger
2012-01-29handle signal-OBXSI.SUSv4.symsBernhard Reutner-Fischer
2011-03-03remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger
2011-03-03add missing prototypesPeter S. Mazinger
2009-11-19sync some headers and disable unused prototypesPeter S. Mazinger
2009-09-19sigpause: remove libc_hidden_proto/defDenys Vlasenko
2009-09-19sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer
2008-12-15remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko
2008-12-15sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-06-04Undefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did not work, since weBernd Schmidt
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2006-01-15revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ...Peter S. Mazinger
2005-11-14Let the #define do all the workEric Andersen
2005-11-10Lets not just paper over this. Add implementation of __xpg_sigpause()Eric Andersen
2005-11-10Disable __xpg_sigpause until it is implemented (if at all) in uClibcPeter S. Mazinger
2005-11-08Correct a problem introduced by porting the glibc headerPeter S. Mazinger
2005-11-04Sync up w/ glibcPeter S. Mazinger
2005-06-16Jim Ramsay writes:Eric Andersen
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2002-03-01Major rework of the include files to eliminate redundancyEric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-06-27Don't even threaten to include asm/* stuffEric Andersen
2001-01-16Remove the nonexistant __sigactionEric Andersen
2000-07-06Some more major updates to further superate ucLibc from the kernelEric Andersen
2000-05-14Initial revisionErik Andersen