Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make popen/pclose thread safe. closes library/5634. from and okay andreas@ | 2007-11-26 | 1 | -10/+23 | |
| | |||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | deregister (and deauto!). ok millert@ marco@ | 2005-03-25 | 1 | -2/+2 | |
| | |||||
* | in pclose(), only fclose() a stream if it has been opened by popen(), so | 2004-08-06 | 1 | -3/+4 | |
| | | | | | that applications doing: 'ok = (pclose(f) != -1) || (fclose(f) == 0)' can work safely and avoid a double-close of a stream. ok millert@ | ||||
* | ansify function definitions and zap some `register' | 2004-05-18 | 1 | -6/+3 | |
| | | | | ok millert@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Use the volatile specifier to fix warnings about variables being | 2002-01-16 | 1 | -6/+2 | |
| | | | | clobbered by longjmp / vfork instead of the gcc "(void)&foo;" hack. | ||||
* | more pid_t use | 2002-01-02 | 1 | -2/+3 | |
| | |||||
* | correct type on last arg to execl(); nordin@cse.ogi.edu | 2001-07-09 | 1 | -2/+2 | |
| | |||||
* | make popen() safe for a real vfork() | 1997-09-11 | 1 | -3/+6 | |
| | |||||
* | Fix compiler warnings. | 1997-08-24 | 1 | -1/+5 | |
| | |||||
* | Clean up some -Wall complaints. | 1997-07-09 | 1 | -2/+2 | |
| | |||||
* | Fix a bogon in last change | 1997-06-22 | 1 | -2/+3 | |
| | |||||
* | Close pipes before dup'ing file descriptors in the child, not after. | 1997-06-22 | 1 | -9/+10 | |
| | | | | From NetBSD PR #3673 by Dave Sainty <David.Sainty@MCS.VUW.AC.NZ> | ||||
* | Don't modify variables in the child since we vfork()'d to | 1997-04-16 | 1 | -4/+10 | |
| | | | | | get there (address space is shared between parent in child in traditional vfork(2)). From FreeBSD (dyson). | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | close all pipes in child; netbsd pr#2575 | 1996-07-27 | 1 | -0/+6 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+164 | |