summaryrefslogtreecommitdiff
path: root/openbsd-compat/sigact.c
AgeCommit message (Collapse)Author
2008-06-15 - (djm) [openbsd-compat/sigact.c] Avoid NULL derefs in ancient sigactionDamien Miller
replacement code; patch from ighighi AT gmail.com in bz#1240; ok dtucker
2005-11-10 - (dtucker) [openbsd-compat/sigact.c] Update from OpenBSD 1.3 -> 1.4.Darren Tucker
Id and copyright sync only, there were no substantial changes we need.
2005-11-10 - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers toDarren Tucker
after the copyright notices. Having them at the top next to the CVSIDs guarantees a conflict for each and every sync.
2003-11-24 - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with originalDamien Miller
source file path (in OpenBSD tree).
2002-06-27 - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wiseBen Lindstrom
have issues of our fixes not propogating right (ie bcopy instead of memmove). OK tim
2001-09-2920010929Ben Lindstrom
- (bal) move reading 'config.h' up higher. Patch by albert chin <china@thewrittenword.com)
2001-02-24 - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems withBen Lindstrom
some platforms.