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
/
lib
/
libc
/
gen
/
exec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
environ and __progname are not declared in a public header; declare them
guenther
2016-03-13
1
-3
/
+1
*
Wrap <unistd.h> so that internal calls go direct and they're all weak symbols
guenther
2015-09-12
1
-1
/
+4
*
Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,
millert
2013-09-30
1
-7
/
+8
*
More int's that should be size_t for strlen() use
deraadt
2013-01-08
1
-2
/
+3
*
Implement execvpe(3) and posix_spawn(3) and family. Based on
matthew
2012-03-21
1
-5
/
+12
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
deregister (and deauto!). ok millert@ marco@
otto
2005-03-25
1
-3
/
+3
*
ansification; checked by pval
deraadt
2003-06-11
1
-7
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
Catch EISDIR in execvp() and friends so that if a directory appears
millert
2002-12-31
1
-1
/
+2
*
be even more careful with strlcpy()
deraadt
2002-07-30
1
-4
/
+5
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-51
/
+1
*
unused variable
deraadt
2000-08-22
1
-2
/
+2
*
use alloca() instead of malloc, for vfork safety
deraadt
2000-01-29
1
-75
/
+81
*
use writev() where possible
deraadt
1999-09-16
1
-4
/
+11
*
realloc repair
deraadt
1998-08-14
1
-2
/
+3
*
do execle() using alloca() for use inside signal handlers (malloc is bad)
deraadt
1997-09-20
1
-8
/
+19
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-8
/
+8
*
4.4lite2, safely uses malloc, with freebsd fixes too
deraadt
1996-12-05
1
-66
/
+67
*
exec[lv]p() shall return ENOENT for empty path names
tholo
1996-10-27
1
-1
/
+9
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+1
*
use alloca() instead of malloc()
deraadt
1995-12-15
1
-58
/
+55
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+276