index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
popen.c
Age
Commit message (
Expand
)
Author
2007-11-26
make popen/pclose thread safe. closes library/5634. from and okay andreas@
Kurt Miller
2005-08-08
zap remaining rcsid.
Marc Espie
2005-03-25
deregister (and deauto!). ok millert@ marco@
Otto Moerbeek
2004-08-06
in pclose(), only fclose() a stream if it has been opened by popen(), so
Pedro Martelletto
2004-05-18
ansify function definitions and zap some `register'
Jean-Francois Brousseau
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-01-16
Use the volatile specifier to fix warnings about variables being
Todd C. Miller
2002-01-02
more pid_t use
Theo de Raadt
2001-07-09
correct type on last arg to execl(); nordin@cse.ogi.edu
Theo de Raadt
1997-09-11
make popen() safe for a real vfork()
Theo de Raadt
1997-08-24
Fix compiler warnings.
Todd C. Miller
1997-07-09
Clean up some -Wall complaints.
Todd C. Miller
1997-06-22
Fix a bogon in last change
Thorsten Lockert
1997-06-22
Close pipes before dup'ing file descriptors in the child, not after.
Thorsten Lockert
1997-04-16
Don't modify variables in the child since we vfork()'d to
Todd C. Miller
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-07-27
close all pipes in child; netbsd pr#2575
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt