summaryrefslogtreecommitdiffstats
path: root/usr.bin/banner/banner.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the race caused by not checking the result of fgets(3):ru2001-07-191-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
* Fix overflowing on nul character.mikeh2001-05-281-1/+1
| | | | | PR: bin/16926 MFC after: 1 week
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-201-1/+1
| | | | MFC After: 1 week
* BDECFLAGS.billf2001-03-041-9/+7
| | | | while I'm here, fix bitrotted debug code generating template.
* Add -d and -t flags to usage. Add usage().charnier2000-03-261-3/+11
|
* Fix buffer overflow & add $FreeBSD$kris1999-12-041-2/+13
| | | | Reviewed by: imp
* Use const where appropriate.steve1999-04-191-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[]).archie1998-12-061-2/+2
|
* Merge from Lite2 (reject widths <= 0 instead of pretending that they are 80).bde1997-07-061-9/+9
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Remove trailing whitespace.rgrimes1995-05-301-929/+929
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+1160
OpenPOWER on IntegriCloud