| Age | Commit message (Expand) | Author |
| 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 |
| 1997-11-18 | Move inclusion of <sys/types.h> before that of <sys/signal.h>. | kleink |
| 1996-02-29 | Add prototype for sigaltstack; from John Kohl in PR #2129 | jtc |
| 1995-05-28 | Definition equating NSIG to _NSIG has been moved to <sys/signal.h> | jtc |
| 1995-05-28 | Use _NSIG instead of NSIG or constant 32. | jtc |
| 1995-01-10 | Don't include <sys/types.h> if _ANSI_SOURCE is defined. | jtc |
| 1995-01-05 | We removed the sigaddset(), sigdelset(), and sigismember() macros, although | jtc |
| 1994-10-26 | new RCS ID format. | cgd |
| 1994-08-12 | Removed macro definitions of sigaddset(), segdelset(), & sigismember() | jtc |
| 1994-05-11 | user-land signal include file | cgd |