Age | Commit message (Expand) | Author |
2017-06-22 | remove __FAVOR_BSD | Waldemar Brodkorb |
2017-04-18 | cleanup dead code in signal.h | Waldemar Brodkorb |
2015-02-16 | signal.h: elide memset from sigemptyset | Vineet Gupta |
2014-12-09 | sigaction: Fix !HAS_REALTIME compilation | Bernhard Reutner-Fischer |
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-06-15 | signal.h: needs size_t | Peter S. Mazinger |
2012-06-15 | signal: remove sigblock, siggetmask and sigsetmask | Peter S. Mazinger |
2012-06-15 | sigpause.c: provide the X/Open variant, since the BSD version is deprecated | Peter S. Mazinger |
2012-06-15 | rework cancellation for sigwait, sigtimedwait and sigwaitinfo | Peter S. Mazinger |
2012-06-15 | sigsuspend.c: add cancellation support independently of rt_sigsuspend | Peter S. Mazinger |
2012-06-15 | no need for hidden __sigpause, use an internal static function | Peter S. Mazinger |
2012-06-15 | signal: cleanup, include only headers that are needed | Peter S. Mazinger |
2012-06-15 | add simplified __sigemptyset for internal use | Peter S. Mazinger |
2012-06-15 | signal.h: sync with glibc, mainly proper guards | Peter S. Mazinger |
2012-06-15 | signal.h: disable sigreturn prototype | Peter S. Mazinger |
2012-06-15 | signal.h: disable ssignal and gsignal | Peter S. Mazinger |
2012-06-15 | remove unneeded hidden sigwaitinfo | Peter S. Mazinger |
2012-06-15 | no need for hidden sigtimedwait | Peter S. Mazinger |
2012-06-15 | signal.h: move prototypes for __syscall_[rt_]sigaction to common place | Peter S. Mazinger |
2012-06-15 | signal.h: provide prototype for __libc_sigaction and remove all others | Peter S. Mazinger |
2012-06-15 | signal.h: disable sigvec() and guard related stuff with STRICT_HEADERS | Peter S. Mazinger |
2012-01-29 | handle signal-OBXSI.SUSv4.syms | Bernhard Reutner-Fischer |
2011-03-03 | remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H... | Peter S. Mazinger |
2011-03-03 | add missing prototypes | Peter S. Mazinger |
2009-11-19 | sync some headers and disable unused prototypes | Peter S. Mazinger |
2009-09-19 | sigpause: remove libc_hidden_proto/def | Denys Vlasenko |
2009-09-19 | sigwait: remove __sigwait and __GI_sigwait symbols - they are unused | Denys Vlasenko |
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer |
2008-12-15 | remove some duplicates in bits/signum.h. No code changes. | Denis Vlasenko |
2008-12-15 | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-06-04 | Undefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did not work, since we | Bernd Schmidt |
2008-06-03 | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer |
2006-01-15 | revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ... | Peter S. Mazinger |
2005-11-14 | Let the #define do all the work | Eric Andersen |
2005-11-10 | Lets not just paper over this. Add implementation of __xpg_sigpause() | Eric Andersen |
2005-11-10 | Disable __xpg_sigpause until it is implemented (if at all) in uClibc | Peter S. Mazinger |
2005-11-08 | Correct a problem introduced by porting the glibc header | Peter S. Mazinger |
2005-11-04 | Sync up w/ glibc | Peter S. Mazinger |
2005-06-16 | Jim Ramsay writes: | Eric Andersen |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2002-03-01 | Major rework of the include files to eliminate redundancy | Eric Andersen |
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen |
2001-06-27 | Don't even threaten to include asm/* stuff | Eric Andersen |
2001-01-16 | Remove the nonexistant __sigaction | Eric Andersen |
2000-07-06 | Some more major updates to further superate ucLibc from the kernel | Eric Andersen |
2000-05-14 | Initial revision | Erik Andersen |