summaryrefslogtreecommitdiffstats
path: root/banner/banner.c
Commit message (Collapse)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-931/+931
|
* Get all the games compiling for iOSCameron Katri2021-02-221-0/+2
|
* Move scratch variables of main to main, instead of having them bedholland2012-10-131-3/+6
| | | file-static.
* Man page and usage cleanups from Bug Hunting in PR 46103.wiz2012-02-261-4/+4
|
* Use __deadjoerg2011-08-291-3/+3
|
* sprinkle staticdholland2009-08-121-9/+9
|
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
|
* Check that -w width is not above maximum. (It already checks for zero orreed2006-11-221-4/+4
| | | | | | negative.) Using width above DWIDTH may cause overflow as noted by Gruzicki Wlodek on bugtraq. While here replace one use of 132 with DWIDTH.
* Whitespace fixjmc2005-07-011-9/+8
|
* Changed the type of data_table to be unsigned char[] instead of char[],rillig2005-06-271-6/+6
| | | | | | because it is initialized with values >= SCHAR_MAX. Also removed two unnecessary bit mask operations. These changes do not affect the actual behavior. Also replaced an "#ifdef notdef" with "#if 0". All these changes are mainly for reducing lint(1) warnings.
* Fixed buffer overflow with long command line arguments.rillig2005-06-271-5/+15
|
* Remove uses of __P.jsm2004-01-271-3/+3
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Back out last due to think o on my side: we don't start banner throughhubertf1999-07-191-5/+2
| | | | dm(6), so there's no setgid privileges to discard. Pointed out by Joseph S. Myers <jsm28@cam.ac.uk>
* Drop setgid privs passed from dm(6).hubertf1999-07-191-2/+5
| | | Patch submitted in PR 5945 by Joseph S. Myers <jsm28@cam.ac.uk>
* constify (PR#6151, once more by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-141-4/+4
|
* WARNSify, fixup .Nm usagelukem1997-10-101-6/+9
|
* eliminate redundant SCCS id; from Enami Tsugutomo in PR bin/3283.mikel1997-03-041-4/+3
|
* Sync to 4.4BSD-Lite2tls1997-01-071-10/+11
|
* don't print 'Message:' prompt if stdin is not a terminal.cgd1995-04-221-4/+5
| | | | | (from Masanobu Saitoh <saitoh@spa.is.uec.ac.jp> in pr 982.) Also, fix usage string and manual page to note that width argument for -w is _not_ optional.
* Merge 4.4Lite versionglass1995-03-251-59/+42
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* added banner from net-2cgd1993-04-041-0/+1182