summaryrefslogtreecommitdiff
path: root/lib/libc/sys/sigaction.2
AgeCommit message (Collapse)Author
1998-07-24Man pages Xrefs.Marc Espie
1998-07-13clarifyTheo de Raadt
1998-07-06fix openbsd tagTheo de Raadt
1998-06-05spellingTheo de Raadt
1998-05-13put the SA_RESTART into the list of flagsTheo de Raadt
1998-05-13document SA_RESETHAND; erh@uaccess.netTheo de Raadt
1997-11-05various minor niggliesTheo de Raadt
1997-09-20hmm, not ideal yet...Theo de Raadt
1997-09-20create sa_handler and sa_sigaction stubs in struct sigaction, via aTheo de Raadt
union and cpp. This permits use of either the old or new POSIX names, and gives proper typing for the argument handler. (Sorry for the name space whacking; I'd love to see a better way to do this).
1997-09-17prettyTheo de Raadt
1997-09-15From FreeBSD (joerg@freebsd.org):Todd C. Miller
Implement SA_NOCLDWAIT by reparenting kids of processes that have the appropriate bit set to PID 1, and let PID 1 handle the zombie. This assumes that PID 1 will wait for its kids (which is true of init). This also includes some FreeBSD sigaction.2.
1997-06-13not ready for sa_sigaction...Theo de Raadt
1997-06-13fix lots of .Xr and other minor thingsTheo de Raadt
1997-03-29Updated description of some signals; from Klaus Klein <kleink@layla.inka.de>Thorsten Lockert
in NetBSD PR 3398
1997-02-03wimpy docs for SA_SIGINFOTheo de Raadt
1995-12-14from netbsd:Theo de Raadt
add & fix a bunch of system call pages
1995-10-18initial import of NetBSD treeTheo de Raadt