index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
lockspool
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-09
Use sysexits.h exit values to distinguish between tempfail and permfail.
millert
1
-3
/
+3
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
millert
2
-5
/
+5
2018-08-08
lockspool only plays with files in _PATH_MAILDIR, so unveil that path.
deraadt
1
-1
/
+4
2015-11-24
missing pledge "getpw"
deraadt
1
-2
/
+2
2015-10-13
pledge "stdio rpath wpath cpath fattr"; fattr due to locking code borrowed
deraadt
1
-1
/
+6
2014-09-16
no need to Xr sendmail here;
jmc
1
-3
/
+2
2014-03-27
+.Xr smtpd 8
jmc
1
-3
/
+4
2010-09-03
add EXIT STATUS for /usr/libexec;
jmc
1
-6
/
+6
2009-10-27
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
1
-5
/
+1
2008-10-01
Mention how lockspool is expected to be used.
millert
1
-2
/
+11
2008-10-01
Use poll() to determine when stdin is readable and throw away input
millert
1
-4
/
+17
2008-10-01
Use the real uid instead of getlogin() to determine the identity
millert
1
-15
/
+6
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2006-03-31
ARGSUSED for signal handlers
deraadt
1
-2
/
+3
2006-01-02
#include <signal.h>, not <sys/signal.h>
millert
1
-3
/
+3
2005-04-13
use STD{IN,OUT,ERR}_FILENO
deraadt
1
-3
/
+3
2003-07-10
add missing includes
david
1
-2
/
+3
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
millert
1
-8
/
+8
2003-06-03
Remove promotion clause; OK w/ deraadt@
millert
1
-4
/
+2
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
millert
1
-23
/
+11
2002-09-18
fix Xr refs; frisco@blackant.net
deraadt
1
-2
/
+2
2002-07-03
KNF
deraadt
1
-8
/
+5
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
1
-4
/
+4
2001-09-05
Add SIGPIPE to the list of signals we catch and unlock/exit on.
millert
1
-2
/
+3
2001-09-04
Use merr() not err() since due to function name change in mail.local/locking.c
millert
1
-4
/
+4
2001-08-18
err() -> merr(), and reorder some bugs noted by giannici@neomedia.it; millert helped
deraadt
1
-3
/
+3
2001-01-28
$OpenBSD$
niklas
1
-0
/
+2
2001-01-17
use _exit() in signal handler
deraadt
1
-3
/
+3
2000-10-30
libexec man page fleshing. again, bored on the plane home.
aaron
1
-17
/
+25
1998-09-27
superuser may now specify another user's spool to lock.
millert
2
-6
/
+14
1998-08-15
kill bogus ENVIRONMENT section and clean up slightly
millert
1
-7
/
+4
1998-08-15
Move the spool locking functionality of "mail.local -H" into its own
millert
3
-0
/
+187