index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
lockspool
/
lockspool.c
Age
Commit message (
Collapse
)
Author
2006-03-31
ARGSUSED for signal handlers
Theo de Raadt
2006-01-02
#include <signal.h>, not <sys/signal.h>
Todd C. Miller
2005-04-13
use STD{IN,OUT,ERR}_FILENO
Theo de Raadt
2003-07-10
add missing includes
David Krause
ok deraadt@ tedu@
2003-06-03
Remove promotion clause; OK w/ deraadt@
Todd C. Miller
2002-07-03
KNF
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ↵
Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-09-05
Add SIGPIPE to the list of signals we catch and unlock/exit on.
Todd C. Miller
2001-09-04
Use merr() not err() since due to function name change in mail.local/locking.c
Todd C. Miller
2001-08-18
err() -> merr(), and reorder some bugs noted by giannici@neomedia.it; ↵
Theo de Raadt
millert helped
2001-01-17
use _exit() in signal handler
Theo de Raadt
1998-09-27
superuser may now specify another user's spool to lock.
Todd C. Miller
1998-08-15
Move the spool locking functionality of "mail.local -H" into its own
Todd C. Miller
program so we can take the setuid bit off of mail.local.