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