index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
popen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the queue macros I introduced last year.
ed
2009-05-27
1
-1
/
+1
*
Convert popen()'s `pidlist' to a SLIST, for consistency.
ed
2008-07-29
1
-11
/
+13
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
1
-4
/
+0
*
Remove unused variable: omask.
tjr
2003-01-04
1
-1
/
+0
*
Protect pidlist with a mutex to avoid a race causing a duplicate free()
tjr
2003-01-03
1
-8
/
+24
*
* Remove 'register'. (some functions had 7+ register functions...)
obrien
2002-02-01
1
-3
/
+3
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-7
/
+9
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-12
/
+12
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
1
-12
/
+14
*
Conform to POSIX and close any copies of popen() descriptors inherited by a
msmith
1998-10-15
1
-0
/
+4
*
Avoid the need for calling functions that malloc after a vfork().
peter
1998-10-11
1
-2
/
+10
*
vfork -> fork. The child calls execl() which calls malloc(), so
bde
1998-10-10
1
-1
/
+1
*
FIxed the cleanup. I forgot to leave stdin alone in the usual (!twoway)
bde
1997-04-22
1
-1
/
+2
*
Clean-up my modification of popen.c for vfork. Bruce's (this) is better.
dyson
1997-04-20
1
-10
/
+12
*
Fix the problem in popen that makes correct vfork semantics fail.
dyson
1997-04-16
1
-6
/
+11
*
Fixed cleaning up after malloc failure, which was broken by Lite2.
bde
1997-03-11
1
-3
/
+5
*
Merge from Lite2:
peter
1997-03-11
1
-21
/
+28
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-1
/
+1
*
Don't cast void functions to void.
hsu
1995-06-20
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+160