summaryrefslogtreecommitdiff
path: root/lib/libc/gen/popen.c
AgeCommit message (Expand)Author
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