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
/
usr.bin
/
mail
/
popen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-3
/
+3
*
Modernize allocation by:
mmcc
2015-10-16
1
-5
/
+5
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+2
*
use FD_CLOEXEC instead of 1; from David Hill
okan
2013-04-29
1
-5
/
+5
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
unused variable
deraadt
2004-09-15
1
-6
/
+4
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
a real pid_t cleanup.
mpech
2002-06-12
1
-3
/
+3
*
Revert change to Popen() to only wrap command in a shell if it
millert
2001-11-23
1
-11
/
+3
*
o kill strcpy()
millert
2001-11-21
1
-3
/
+6
*
o ANSIfy
millert
2001-11-21
1
-91
/
+40
*
In private version of popen(), only wrap a command to be run in a
millert
2001-11-20
1
-4
/
+11
*
Fix bogus use of snprintf return value. Since we know the max
millert
2001-09-04
1
-5
/
+10
*
More fixes from Don Beusee:
millert
2001-01-19
1
-6
/
+7
*
Changes from Don Beusee:
millert
2001-01-16
1
-35
/
+80
*
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
millert
2000-06-30
1
-3
/
+3
*
Use new username option to lockspool for 'mail -u'.
millert
1998-09-27
1
-5
/
+13
*
Fix comments
millert
1998-09-10
1
-3
/
+3
*
If a child has not been waited on via the SIGCHLD handler, wait for it
millert
1998-09-10
1
-19
/
+25
*
repair order of signal blocking that got changed in conversion to POSIX signals
millert
1998-09-08
1
-12
/
+12
*
use lockspool for locking, not 'mail.local -H'
millert
1998-08-15
1
-10
/
+5
*
back out some signal changes that can cause mail to hang when quitting due to SIGCHLD blockage
millert
1998-06-12
1
-6
/
+2
*
Don't call truncate() directly; have rm() do it if we get EPERM on unlink()
millert
1998-06-12
1
-2
/
+8
*
Never remove a mail spool, as we may not have proper prics, just truncate. Also block signals in a few critical areas
millert
1998-05-04
1
-2
/
+6
*
Remove one case of malloc call from sighandler
niklas
1998-02-15
1
-10
/
+20
*
NetBSD changes (mostly comsmetic):
millert
1997-11-14
1
-12
/
+12
*
Kill union wait.
millert
1997-08-31
1
-7
/
+7
*
pull errno.h in
deraadt
1997-08-05
1
-2
/
+3
*
save errno in sigchld handlers
deraadt
1997-08-04
1
-2
/
+4
*
Don't call it a mask when it is a sigset_t (cosmetic changes only).
millert
1997-07-14
1
-10
/
+10
*
Convert remaining sigsetmask() -> sigprocmask() (POSIX style)
millert
1997-07-14
1
-5
/
+7
*
NOSTR -> NULL
millert
1997-07-14
1
-7
/
+7
*
bcopy() -> memcpy() and fix some casts.
millert
1997-07-13
1
-16
/
+16
*
Merge in NetBSD and 4.4BSD-lite2 changes as well as some of my own.
millert
1997-07-13
1
-41
/
+43
*
overflows abound
deraadt
1997-05-30
1
-3
/
+3
*
Use ``mail.local -H'' to do dot locking so we can have mode 755 mail
millert
1997-03-29
1
-2
/
+59
*
Accept NULL nset in prepare child (as run_editor will try to use one).
dm
1996-06-26
1
-7
/
+9
*
from christos;
deraadt
1996-06-11
1
-19
/
+43
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+374