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