aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/apply/apply.c
Commit message (Expand)AuthorAgeFilesLines
* apply(1): Fix magic number substitution with magic character ' 'Kyle Evans2018-08-081-24/+17
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Constify arguments. While I'm there, also add a static for usage().Xin LI2013-01-041-3/+3
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded.Jaakko Heinonen2010-03-051-35/+32
* 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-141-1/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* 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
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* 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-041-40/+23
* BDECFLAGS; de-__P()-ify, ANSIfy, use snprintf() instead of sprintf(),Will Andrews2001-01-041-23/+40
* 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-051-3/+3
* Fix off-by-one error leading to a segfault.Kris Kennaway1999-12-041-1/+5
* 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-061-1/+1
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-1/+1
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+234