summaryrefslogtreecommitdiff
path: root/lib/libc/gen/signal.3
AgeCommit message (Collapse)Author
2003-06-22whatever happened, i cannot explain it. rollback my stupidFederico G. Schwindt
good-for-nothing commit. my apologies.
2003-06-22fix prototype; from Pedro Bastos.Federico G. Schwindt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-30- correct macro usageJason McIntyre
- section reorder
2003-05-12cpu -> CPUJason McIntyre
2003-04-30typos;Jason McIntyre
2003-02-03some more functions that are (only on OpenBSD) safe in signal handlers.Theo de Raadt
not having access to these makes things really painful
2002-04-30Initial cleanup:Mike Pechkin
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
2002-01-07If the handler for SIGCHLD is set to SIG_IGN, act as if theTodd C. Miller
SA_NOCLDWAIT (don't create zombies) flag has been specified. This is consistent with most other operating systems and is what XPG4.2 specifies.
2001-11-07list syslog_r as safe in signal handlersTheo de Raadt
2001-03-11mdoc police.Aaron Campbell
2001-01-17first cut at "what is allowed in a signal handler, based on but extended ↵Theo de Raadt
from FreeBSD list
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-05-29repairsAaron Campbell
1999-05-27more missing .El macros filled inAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-02-27make function names the correct caseTheo de Raadt
1997-07-23tabifykstailey
1996-12-13correct function declaration and returnmichaels
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-04-21sync to netbsd 960418Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt