summaryrefslogtreecommitdiff
path: root/usr.bin/apply/apply.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-08-08apply: clean up error handling.Dag-Erling Smørgrav
2018-08-08apply(1): Fix magic number substitution with magic character ' 'Kyle Evans
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2013-01-04Constify arguments. While I'm there, also add a static for usage().Xin LI
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-03-05- Use errx(3) instead of err(3) when checking if snprintf(3) succeeded.Jaakko Heinonen
2003-06-09Revert previous commit, from Bruce:Philippe Charnier
2003-06-08Add NOTREACHED after err() inside of a switch statement.Philippe Charnier
2002-07-14WARNS=4Alfred Perlstein
2001-12-10Style improvements recommended by Bruce as a follow up to someDavid Malone
2001-12-02Use __FBSDID().Mark Murray
2001-08-21Revert to version 1.16 which was more correct than either of my attempts.Brian Somers
2001-08-21Remove unnecessary casts.Brian Somers
2001-08-20Handle snprintf() returning -1.Brian Somers
2001-07-09Fix the type of the NULL arg to execl()Brian Somers
2001-01-25Fix bogus checking of snprintf() by decreasing the remaining size of theWill Andrews
2001-01-21Fix numerous style(9) bugs: Put #define's before declarations; sort theWill Andrews
2001-01-05Reinstate revision 1.11:Will Andrews
2001-01-04Back out last commit; it had string function mistakes. I will fix thisWill Andrews
2001-01-04BDECFLAGS; de-__P()-ify, ANSIfy, use snprintf() instead of sprintf(),Will Andrews
2000-10-16Include sys/types.hBrian Somers
2000-05-19fork() -> vfork()Kris Kennaway
1999-12-05Do not dot terminate errx() strings. Add rcsid.Philippe Charnier
1999-12-04Fix off-by-one error leading to a segfault.Kris Kennaway
1999-02-12Merge from OpenBSD up to rev 1.5 (matches NetBSD up to rev 1.3):Eivind Eklund
1998-12-06Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs
1998-10-13Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes