Age | Commit message (Expand) | Author |
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 |
2008-11-29 | shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ... | Denis Vlasenko |
2008-11-22 | signal ops: avoid calls through PLT for __sigXXX ops | 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-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer |
2008-06-03 | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer |
2008-05-20 | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2006-07-05 | update license | Mike Frysinger |
2006-02-20 | update copyright with glibc | Mike Frysinger |
2006-02-15 | Use <> instead of \"\" | Peter S. Mazinger |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger |
2006-02-02 | even the hidden version of the weaks in libc (as strong in libpthread) have t... | Peter S. Mazinger |
2006-01-29 | create local prototype for __libc_sigaction | Mike Frysinger |
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger |
2006-01-23 | make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp... | Peter S. Mazinger |
2006-01-23 | Change to build w/ -std=c99 | Peter S. Mazinger |
2006-01-23 | Get rid of nested warnings | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-20 | disable deprecated warnings for some files | Mike Frysinger |
2006-01-15 | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger |
2006-01-15 | revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ... | Peter S. Mazinger |
2006-01-14 | get rid of duplicates, even bsd_signal is questionable | Peter S. Mazinger |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger |
2006-01-14 | dont hide __libc_sigaction | Mike Frysinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2006-01-09 | sync with glibc | Mike Frysinger |
2006-01-08 | hide __sigjmp_save | Mike Frysinger |
2005-12-10 | Merge from NPTL branch. | "Steven J. Hill" |
2005-12-10 | The minimum is different for NPTL because of two new signals. | "Steven J. Hill" |
2005-12-10 | hide __sigsetmask | Peter S. Mazinger |