freebsd-dev/usr.bin/find
Dag-Erling Smørgrav 1fd98d7d88 Calls one or more of malloc(), warn(), err(), syslog(), execlp() or
execvp() in the child branch of a vfork(). Changed to use fork()
instead.

Some of these (mv, find, apply, xargs) might benefit greatly from
being rewritten to use vfork() properly.

PR:		Loosely related to bin/8252
Approved by:	jkh and bde
1998-10-13 14:52:33 +00:00
..
extern.h A partial frontal lobotomy for find if using the NetBSD libc which 1998-01-10 21:36:34 +00:00
find.1 Add cross references for find(1), locate(1), whereis(1) and which(1). 1998-05-15 11:22:42 +00:00
find.c Merge from Lite2 - use new getvfsbyname() and related changes. 1997-03-11 13:48:37 +00:00
find.h Add the primaries -mmin, -amin, -cmin to find, similar to the GNU find. 1997-10-13 21:06:22 +00:00
function.c Calls one or more of malloc(), warn(), err(), syslog(), execlp() or 1998-10-13 14:52:33 +00:00
ls.c Fixed printf format errors. 1998-07-06 21:01:54 +00:00
main.c Eliminate a variable that is set but never used. 1997-05-19 18:16:29 +00:00
Makefile Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
misc.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
operator.c PR: 7522 1998-08-10 10:29:11 +00:00
option.c A partial frontal lobotomy for find if using the NetBSD libc which 1998-01-10 21:36:34 +00:00