aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/apply
Commit message (Expand)AuthorAgeFilesLines
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-171-1/+5
* Revert previous commit, from Bruce:Philippe Charnier2003-06-091-1/+0
* Add NOTREACHED after err() inside of a switch statement.Philippe Charnier2003-06-081-0/+1
* WARNS=4Alfred Perlstein2002-07-142-1/+2
* Use `The .Nm utility'Philippe Charnier2002-04-191-1/+2
* Minor whitespace nit.Mark Murray2002-03-231-1/+0
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-102-6/+7
* Use __FBSDID().Mark Murray2001-12-021-5/+4
* Revert to version 1.16 which was more correct than either of my attempts.Brian Somers2001-08-211-4/+4
* Remove unnecessary casts.Brian Somers2001-08-211-4/+4
* Handle snprintf() returning -1.Brian Somers2001-08-201-4/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* WARNS= -> WARNS?=Dima Dorfman2001-06-221-1/+1
* This passes WARNS=2 on alpha and i386Kris Kennaway2001-05-201-1/+3
* Fix bogus checking of snprintf() by decreasing the remaining size of theWill Andrews2001-01-251-0/+3
* Fix numerous style(9) bugs: Put #define's before declarations; sort theWill Andrews2001-01-211-12/+11
* Reinstate revision 1.11:Will Andrews2001-01-051-37/+62
* Back out last commit; it had string function mistakes. I will fix thisWill Andrews2001-01-042-47/+23
* Document new -s option: pass a shell to apply(1) when the desired shellWill Andrews2001-01-041-0/+7
* BDECFLAGS; de-__P()-ify, ANSIfy, use snprintf() instead of sprintf(),Will Andrews2001-01-041-23/+40
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-3/+3
* Include sys/types.hBrian Somers2000-10-161-0/+2
* fork() -> vfork()Kris Kennaway2000-05-191-3/+4
* Do not dot terminate errx() strings. Add rcsid.Philippe Charnier1999-12-052-11/+14
* Fix off-by-one error leading to a segfault.Kris Kennaway1999-12-041-1/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Merge from OpenBSD up to rev 1.7 (matches NetBSD rev 1.4):Eivind Eklund1999-02-121-10/+16
* Merge from OpenBSD up to rev 1.5 (matches NetBSD up to rev 1.3):Eivind Eklund1999-02-121-4/+3
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-062-1/+2
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-1/+1
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTPoul-Henning Kamp1998-05-131-1/+1
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Change an incorrect reference to the "-n" flag to "-#".Mike Pritchard1996-03-111-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+368