| Age | Commit message (Expand) | Author |
| 2021-11-02 | Expose sigaltstack, stack_t and friends to Posix Issue 5 (200809L) References: | christos |
| 2021-11-01 | Version the sigaction(2) libc wrapper. The new version uses the "siginfo" | thorpej |
| 2019-01-08 | Provide global variables with C linkage, otherwise they will create | joerg |
| 2017-05-09 | Add the new signalname/signalnext/signalnumber interface to libc. | kre |
| 2015-07-31 | Do as POSIX says, define the timespec structure in <signal.h> | kamil |
| 2010-08-27 | The signal number argument in psignal is int not unsigned int. | christos |
| 2010-07-31 | Define a new __c99inline macro for compilers known to implement the C99 | joerg |
| 2010-05-04 | handle the difference between C99 and GNUC semantics of inline | plunky |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-03-03 | Add a comment noting that the definition of __errno is now replicated in | dholland |
| 2008-02-24 | signal.h is not supposed to define errno, so use ___errno instead. | dholland |
| 2006-01-07 | pthread_sigmask(): Add restrict qualifier to set, oset args. | kleink |
| 2005-12-27 | inline -> __inline for selected things (specifically, the header | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-09-15 | use __inline as before, otherwise "gcc -ansi" blows up | drochner |
| 2005-09-13 | compat code reorg | christos |
| 2005-03-22 | Add restrict qualifiers to remaining <signal.h> function arguments. | kleink |
| 2005-02-03 | de-__P -- the hack is long since useless. Discussed with christos, | perry |
| 2005-01-20 | Remove the remains of "struct sigcontext" and sigreturn() from the | drochner |
| 2004-12-31 | Provide forward struct declarations for struct sigcontext*; this will allow | christos |
| 2004-12-10 | Use CPP macros to cause many libpthread functions used by applications | nathanw |
| 2004-07-01 | Resolve some namespace protection confusion between XPG4.2 and 5/1003.1b, | kleink |
| 2004-05-23 | Implement sigemptyset() and sigfillset() not as macros but as inline | kleink |
| 2003-09-12 | don't put __libc_sigaction14 under __LIBC12_SOURCE__. It is wrong, because | christos |
| 2003-09-11 | s/COMPAT_16/__HAVE_SIGINFO/ pointed out by wiz. | christos |
| 2003-09-11 | sigreturn is not visible unless COMPAT_16 is enabled. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-18 | Synchronize the featuretest set for pthreads stuff to | nathanw |
| 2003-07-18 | Back out previous; it is not correct. | thorpej |
| 2003-07-18 | for now, pull in <pthread_types.h> to get pthread_t for the | lukem |
| 2003-07-17 | Now that sys/types.h defines pthread_t, the forward structure | nathanw |
| 2003-07-17 | Change !_ANSI_SOURCE to _POSIX_C_SOURCE || _XOPEN_SOURCE || _NETBSD_SOURCE. | bjh21 |
| 2003-07-17 | Use a forward declaration equivalent to pthread_t instead of the | martin |
| 2003-07-16 | Give the pthread_kill() prototype here, as required. | nathanw |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-02-15 | add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signals | jdolecek |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-15 | Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc. | kleink |
| 2000-12-18 | protect against multiple declarations. This also fixes a problem where | christos |
| 1998-12-09 | Add /*LINTED*/ comments to sigfillset() and sigemptyset(). (void)sig*set(s); | christos |
| 1998-11-30 | Change the type of sys_siglist and sys_signame from const char *const [] to | thorpej |
| 1998-10-24 | Rely on <sys/featuretest.h> defining _REENTRANT if appropriate. | kleink |
| 1998-10-01 | In the inlined sigset_t operations, redirect the error indicator assignment via | kleink |
| 1998-09-21 | Declare the size of sys_siglist[] and sys_signame[] to be SIGUSR2+1 | thorpej |
| 1998-09-13 | __LIBCxx_SOURCE__ refers to the library major number, not the NetBSD release | thorpej |
| 1998-09-12 | Minor KNFing. | mycroft |
| 1998-09-12 | Do the syscall versioning. | mycroft |
| 1998-05-25 | Reorganize name space protection, mostly related to interfaces introduced in | kleink |
| 1997-11-29 | Modify the recent sigaltstack() interface change to use the __RENAME() scheme; | kleink |
| 1997-11-26 | Update sigaltstack() to use stack_t parameters. | kleink |