summaryrefslogtreecommitdiff
path: root/lib/libc/gen/popen.c
AgeCommit message (Expand)Author
2007-11-26make popen/pclose thread safe. closes library/5634. from and okay andreas@Kurt Miller
2005-08-08zap remaining rcsid.Marc Espie
2005-03-25deregister (and deauto!). ok millert@ marco@Otto Moerbeek
2004-08-06in pclose(), only fclose() a stream if it has been opened by popen(), soPedro Martelletto
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-01-16Use the volatile specifier to fix warnings about variables beingTodd C. Miller
2002-01-02more pid_t useTheo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
1997-09-11make popen() safe for a real vfork()Theo de Raadt
1997-08-24Fix compiler warnings.Todd C. Miller
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1997-06-22Fix a bogon in last changeThorsten Lockert
1997-06-22Close pipes before dup'ing file descriptors in the child, not after.Thorsten Lockert
1997-04-16Don't modify variables in the child since we vfork()'d toTodd C. Miller
1996-08-19Fix RCS idsThorsten Lockert
1996-07-27close all pipes in child; netbsd pr#2575Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt