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
/
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
-2
/
+2
*
Add framework for resolving (pun intended) libc namespace issues, using
guenther
2015-08-31
1
-1
/
+3
*
Move to the <limits.h> universe.
deraadt
2015-01-16
1
-2
/
+1
*
Add additional userland interfaces for setting close-on-exec on fds
guenther
2014-08-31
1
-28
/
+29
*
make popen/pclose thread safe. closes library/5634. from and okay andreas@
kurt
2007-11-26
1
-10
/
+23
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
deregister (and deauto!). ok millert@ marco@
otto
2005-03-25
1
-2
/
+2
*
in pclose(), only fclose() a stream if it has been opened by popen(), so
pedro
2004-08-06
1
-3
/
+4
*
ansify function definitions and zap some `register'
jfb
2004-05-18
1
-6
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
Use the volatile specifier to fix warnings about variables being
millert
2002-01-16
1
-6
/
+2
*
more pid_t use
deraadt
2002-01-02
1
-2
/
+3
*
correct type on last arg to execl(); nordin@cse.ogi.edu
deraadt
2001-07-09
1
-2
/
+2
*
make popen() safe for a real vfork()
deraadt
1997-09-11
1
-3
/
+6
*
Fix compiler warnings.
millert
1997-08-24
1
-1
/
+5
*
Clean up some -Wall complaints.
millert
1997-07-09
1
-2
/
+2
*
Fix a bogon in last change
tholo
1997-06-22
1
-2
/
+3
*
Close pipes before dup'ing file descriptors in the child, not after.
tholo
1997-06-22
1
-9
/
+10
*
Don't modify variables in the child since we vfork()'d to
millert
1997-04-16
1
-4
/
+10
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+1
*
close all pipes in child; netbsd pr#2575
deraadt
1996-07-27
1
-0
/
+6
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+164