Age | Commit message (Expand) | Author |
2013-01-10 | buildsys: use kbuild style | Bernhard Reutner-Fischer |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-06-15 | include pthreadP.h for SIGCANCEL | Peter S. Mazinger |
2012-06-15 | sigset-cvt-mask.h: add a guard to allow including it twice | 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 | 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 | allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unused | Peter S. Mazinger |
2012-06-15 | setjmp.h: move __sigjmp_save prototype for consistency | Peter S. Mazinger |
2012-06-15 | allocsigrt.c: provide proper crrent_rtmin for LT new | Peter S. Mazinger |
2012-06-15 | remove unneeded hidden sigwaitinfo | Peter S. Mazinger |
2012-06-15 | signal.h: provide prototype for __libc_sigaction and remove all others | Peter S. Mazinger |
2012-06-15 | do not include libc-internal.h | Peter S. Mazinger |
2012-01-29 | handle signal-OBXSI.SUSv4.syms | Bernhard Reutner-Fischer |
2012-01-28 | *: if !HAS_THREADS strong alias sigaction | Bernhard Reutner-Fischer |
2012-01-28 | buildsys: fixup sigaction handling | Bernhard Reutner-Fischer |
2012-01-15 | libc: build abort with unwind-info for backtrace | Bernhard Reutner-Fischer |
2012-01-13 | libc: allow to backtrace out of abort call | Carmelo Amoroso |
2010-10-22 | *: inline constant __sig{add,del}set and __sigismember | Denys Vlasenko |
2010-10-22 | sleep: employ __USE_EXTERN_INLINES (with necessary fixes) | Denys Vlasenko |
2010-04-02 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-02-01 | nptl: Fix nptl specific case which still was not using CSRC-y. | Khem Raj |
2010-02-01 | Merge commit 'origin/master' into nptl | Khem Raj |
2010-01-26 | convert to foo-y kbuild style | Bernhard Reutner-Fischer |
2010-01-21 | include unistd.h for smallint | Yoshinori Sato |
2010-01-16 | include unistd.h for smallint | Yoshinori Sato |
2009-12-16 | libc: Remove pointless header string.h | Carmelo Amoroso |
2009-12-16 | libc: Add missing header for memset | Carmelo Amoroso |
2009-12-16 | libc: Add missing header for memset | Carmelo Amoroso |
2009-11-22 | include string.h for memset() | Bernhard Reutner-Fischer |
2009-10-17 | nptl provides sigaction and raise | Austin Foxley |
2009-10-17 | cancellation support for a large amount of the required syscalls | Austin Foxley |
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 |
2009-09-19 | raise: remove unused hidden weak symbol __raise | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-01-10 | libc/signal/sigaction.c: s/!=/==/ | Denis Vlasenko |
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer |
2008-12-15 | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko |
2008-12-13 | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko |
2008-12-01 | hostid: improve extremely unreadable parts | Denis Vlasenko |
2008-12-01 | on Bernd's request, remove commented-out code snippets | Denis Vlasenko |
2008-12-01 | remove checks for "impossible" errors, | Denis Vlasenko |
2008-12-01 | fix sigset_t size for mips (it's the only arch with 128 signals). | Denis Vlasenko |
2008-12-01 | optimize signal mask ops. comment out "impossible" errors | Denis Vlasenko |