History log of /netbsd/usr.bin/banner/banner.c (Results 1 – 15 of 15)
Revision Date Author Comments
# da7ef5cb 29-Feb-2012 wiz <wiz@NetBSD.org>

Sync usage with man page. From Bug Hunting in PR 46102.


# f8633d2f 26-Feb-2012 wiz <wiz@NetBSD.org>

Sort options in man page. Add EXIT STATUS section. Bump date.
Sync usage with man page.

Mostly from Bug Hunting in PR 46102.


# 27be8e1e 29-Aug-2011 joerg <joerg@NetBSD.org>

Use __dead


# 98e5374c 21-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# 275c4321 13-Mar-2003 he <he@NetBSD.org>

Make this compile again. Cast char variable to int before comparing
> 0x7f, so that this gives the same result for machines with signed
and unsigned char.


# 79ea3ffc 13-Mar-2003 mjl <mjl@NetBSD.org>

Fix handling of control and non-ascii charachters. Print a space
instead of what happens to be at that position (out of bounds)
in the char array. Prompted by OpenBSD PR/3147.


# 15e3b4e9 13-Mar-2003 mjl <mjl@NetBSD.org>

Correct handling of empty arguments as reported in OpenBSD PR/3146.
While there use strlcpy instead of strncpy and STDOUT_FILENO instead of 1.


# c2bdafab 20-Feb-2001 cgd <cgd@NetBSD.org>

use getprogname()


# 8f69642d 04-Oct-2000 mjl <mjl@NetBSD.org>

getopt(3) returns -1 not EOF.
Add usage().
Un-__P and ANSIfy.


# fcd0fb11 03-Jul-2000 matt <matt@NetBSD.org>

Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,
etc. as appropriate to get exit,srncmp,abs,abort,etc.
Add -I${.CURDIR} to a few Makefiles


# 023a2d6d 30-May-2000 sjg <sjg@NetBSD.org>

Allow the LPD font to be selected at runtime rather than compile time.
Also added -f fg and -b bg switches to control the fore/back ground
"colors". One can now do inverse :-)


# 80baf83f 18-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify, fix .Nm usage


# 5d58f7fa 09-Apr-1995 cgd <cgd@NetBSD.org>

clean up RCS Ids, etc.


# b83d704e 09-Apr-1995 cgd <cgd@NetBSD.org>

a /usr/bin/banner clone, written by Simon J. Gerraty