summaryrefslogtreecommitdiffstats
path: root/usr.bin/apply
Commit message (Collapse)AuthorAgeFilesLines
* fork() -> vfork()kris2000-05-191-3/+4
| | | | | | | | This would have been commit #2 which was "Obtained from: BSD/OS" except their code is buggy (they call err() if the execl() fails, which will incorrectly call exit()), so instead this is: Obtained from: NetBSD
* Do not dot terminate errx() strings. Add rcsid.charnier1999-12-052-11/+14
| | | | Document -d flag. Rework SYNOPSIS section
* Fix off-by-one error leading to a segfault.kris1999-12-041-1/+5
| | | | Noticed by: Thomas Stromberg <tstromberg@rtci.com>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Merge from OpenBSD up to rev 1.7 (matches NetBSD rev 1.4):eivind1999-02-121-10/+16
| | | | Misc small cleanups.
* Merge from OpenBSD up to rev 1.5 (matches NetBSD up to rev 1.3):eivind1999-02-121-4/+3
| | | | * Clean up waitpid parameter handling.
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-1/+2
|
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() ordes1998-10-131-1/+1
| | | | | | | | | | | 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
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTphk1998-05-131-1/+1
| | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Change an incorrect reference to the "-n" flag to "-#".mpp1996-03-111-1/+1
| | | | | Submitted by: Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> Obtained from: NetBSD-bugs mailing list
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+368
OpenPOWER on IntegriCloud