summaryrefslogtreecommitdiffstats
path: root/usr.bin/apply
Commit message (Expand)AuthorAgeFilesLines
* MFC various moves of tools/regressions/ tests to the new infrastructure.jmmv2014-04-278-0/+54
* Constify arguments. While I'm there, also add a static for usage().delphij2013-01-041-3/+3
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
* - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded.jh2010-03-052-35/+34
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* It's ``apply echo *'' that is similar to ``ls -1'', not ``apply echo a*''.ru2006-12-131-2/+2
* Sort sections.ru2005-01-181-10/+10
* Document incorrect handling of multibyte characters.tjr2004-07-171-1/+5
* Revert previous commit, from Bruce:charnier2003-06-091-1/+0
* Add NOTREACHED after err() inside of a switch statement.charnier2003-06-081-0/+1
* WARNS=4alfred2002-07-142-1/+2
* Use `The .Nm utility'charnier2002-04-191-1/+2
* Minor whitespace nit.markm2002-03-231-1/+0
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-102-6/+7
* Use __FBSDID().markm2001-12-021-5/+4
* Revert to version 1.16 which was more correct than either of my attempts.brian2001-08-211-4/+4
* Remove unnecessary casts.brian2001-08-211-4/+4
* Handle snprintf() returning -1.brian2001-08-201-4/+4
* Remove whitespace at EOL.dd2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* WARNS= -> WARNS?=dd2001-06-221-1/+1
* This passes WARNS=2 on alpha and i386kris2001-05-201-1/+3
* Fix bogus checking of snprintf() by decreasing the remaining size of thewill2001-01-251-0/+3
* Fix numerous style(9) bugs: Put #define's before declarations; sort thewill2001-01-211-12/+11
* Reinstate revision 1.11:will2001-01-051-37/+62
* Back out last commit; it had string function mistakes. I will fix thiswill2001-01-042-47/+23
* Document new -s option: pass a shell to apply(1) when the desired shellwill2001-01-041-0/+7
* BDECFLAGS; de-__P()-ify, ANSIfy, use snprintf() instead of sprintf(),will2001-01-041-23/+40
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
* Include sys/types.hbrian2000-10-161-0/+2
* fork() -> vfork()kris2000-05-191-3/+4
* Do not dot terminate errx() strings. Add rcsid.charnier1999-12-052-11/+14
* Fix off-by-one error leading to a segfault.kris1999-12-041-1/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Merge from OpenBSD up to rev 1.7 (matches NetBSD rev 1.4):eivind1999-02-121-10/+16
* Merge from OpenBSD up to rev 1.5 (matches NetBSD up to rev 1.3):eivind1999-02-121-4/+3
* 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
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTphk1998-05-131-1/+1
* .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
* Change an incorrect reference to the "-n" flag to "-#".mpp1996-03-111-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+368
OpenPOWER on IntegriCloud