summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/popen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+3
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
* Add additional userland interfaces for setting close-on-exec on fdsguenther2014-08-311-28/+29
* make popen/pclose thread safe. closes library/5634. from and okay andreas@kurt2007-11-261-10/+23
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-2/+2
* in pclose(), only fclose() a stream if it has been opened by popen(), sopedro2004-08-061-3/+4
* ansify function definitions and zap some `register'jfb2004-05-181-6/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Use the volatile specifier to fix warnings about variables beingmillert2002-01-161-6/+2
* more pid_t usederaadt2002-01-021-2/+3
* correct type on last arg to execl(); nordin@cse.ogi.eduderaadt2001-07-091-2/+2
* make popen() safe for a real vfork()deraadt1997-09-111-3/+6
* Fix compiler warnings.millert1997-08-241-1/+5
* Clean up some -Wall complaints.millert1997-07-091-2/+2
* Fix a bogon in last changetholo1997-06-221-2/+3
* Close pipes before dup'ing file descriptors in the child, not after.tholo1997-06-221-9/+10
* Don't modify variables in the child since we vfork()'d tomillert1997-04-161-4/+10
* Fix RCS idstholo1996-08-191-7/+1
* close all pipes in child; netbsd pr#2575deraadt1996-07-271-0/+6
* initial import of NetBSD treederaadt1995-10-181-0/+164