summaryrefslogtreecommitdiffstats
path: root/usr.bin/banner
Commit message (Collapse)AuthorAgeFilesLines
* remove __Pimp2002-03-221-1/+1
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-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().markm2001-12-031-5/+5
|
* Reorder Makefile for style.markm2001-12-031-2/+1
|
* 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
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* WARNS= -> WARNS?=dd2001-06-221-1/+1
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* 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-202-2/+3
| | | | MFC After: 1 week
* MAN[1-9] -> MAN.ru2001-03-271-1/+2
|
* BDECFLAGS.billf2001-03-041-9/+7
| | | | while I'm here, fix bitrotted debug code generating template.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Add -d and -t flags to usage. Add usage().charnier2000-03-262-10/+29
|
* Fix buffer overflow & add $FreeBSD$kris1999-12-041-2/+13
| | | | Reviewed by: imp
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* 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-062-2/+3
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-3/+3
|
* Fix the .Dd line.joerg1997-08-231-2/+3
| | | | PR: docs/3275
* Merge from Lite2 (reject widths <= 0 instead of pretending that they are 80).bde1997-07-061-9/+9
|
* This commit was generated by cvs2svn to compensate for changes in r27224,bde1997-07-061-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 vendorbde1997-07-062-43/+39
| | | | | | | | branch and this import converts it to mdoc format.
* | 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
| |
* | More merry makefile munging for man page compatability.wollman1994-08-051-1/+1
|/
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+1238
OpenPOWER on IntegriCloud