Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing static keywords to banner(1) | ed | 2011-11-06 | 1 | -7/+7 |
| | |||||
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
| | | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson | ||||
* | ANSIfy various tools in usr.bin/. | ed | 2010-01-02 | 1 | -1/+1 |
| | | | | | Most of these tools properly build at WARNS=6, except for their K&R function declarations. Fix this, so we can bump WARNS as well. | ||||
* | o Check that -w width is not above maximum. Use DWIDTH instead of | maxim | 2006-11-22 | 1 | -2/+2 |
| | | | | | | | | hardcoded constant. Reported by: Gruzicki Wlodek on BugTraq Obtained from: NetBSD, OpenBSD MFC after: 1 week | ||||
* | Document message length limit. | tjr | 2005-01-25 | 1 | -1/+3 |
| | |||||
* | Sort sections. | ru | 2005-01-18 | 1 | -2/+2 |
| | |||||
* | remove __P | imp | 2002-03-22 | 1 | -1/+1 |
| | |||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 1 | -5/+6 |
| | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. | ||||
* | Use __FBSDID(). | markm | 2001-12-03 | 1 | -5/+5 |
| | |||||
* | Reorder Makefile for style. | markm | 2001-12-03 | 1 | -2/+1 |
| | |||||
* | Fixed the race caused by not checking the result of fgets(3): | ru | 2001-07-19 | 1 | -3/+10 |
| | | | | | | | | | | | | /usr/bin/env MALLOC_OPTIONS=J banner </dev/null PR: bin/29074 Fixed the problem when banner(6) would eat last character: echo -n a | banner MFC after: 1 week | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Fix overflowing on nul character. | mikeh | 2001-05-28 | 1 | -1/+1 |
| | | | | | PR: bin/16926 MFC after: 1 week | ||||
* | Silence WARNS=2 and BDECFLAGS on alpha and i386 | kris | 2001-05-20 | 2 | -2/+3 |
| | | | | MFC After: 1 week | ||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+2 |
| | |||||
* | BDECFLAGS. | billf | 2001-03-04 | 1 | -9/+7 |
| | | | | while I'm here, fix bitrotted debug code generating template. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Add -d and -t flags to usage. Add usage(). | charnier | 2000-03-26 | 2 | -10/+29 |
| | |||||
* | Fix buffer overflow & add $FreeBSD$ | kris | 1999-12-04 | 1 | -2/+13 |
| | | | | Reviewed by: imp | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Use const where appropriate. | steve | 1999-04-19 | 1 | -2/+2 |
| | | | | | | PR: 10739 Submitted by: Stephen J. Rosnowski <sjr@home.net> Obtained from: NetBSD PR 6151 | ||||
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). | archie | 1998-12-06 | 2 | -2/+3 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -3/+3 |
| | |||||
* | Fix the .Dd line. | joerg | 1997-08-23 | 1 | -2/+3 |
| | | | | PR: docs/3275 | ||||
* | Merge from Lite2 (reject widths <= 0 instead of pretending that they are 80). | bde | 1997-07-06 | 1 | -9/+9 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r27224, | bde | 1997-07-06 | 1 | -34/+30 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import Lite2's src/usr.bin/banner. The man page is still on the vendor | bde | 1997-07-06 | 2 | -43/+39 |
| | | | | | | | | branch and this import converts it to mdoc format. | ||||
* | | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | | | | | posix standard on the topic. | ||||
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -929/+929 |
| | | |||||
* | | More merry makefile munging for man page compatability. | wollman | 1994-08-05 | 1 | -1/+1 |
|/ | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+1238 |