summaryrefslogtreecommitdiffstats
path: root/battlestar/com6.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename com#.c to command#.c to avoid conflicts with those file basenamestv2001-10-191-274/+0
| | | on certain Microsoft host OS's.
* Add explicit no-ops to empty loops following the NetBSD style guide.jsm2000-09-241-3/+4
|
* Remove all adjectives in parse(), since they are nowhere used. Fixesjsm2000-09-221-4/+3
| | | | crash on "carry old all" shown up by fuzz testing. Patch from Paul Janzen <pjanzen@foatdi.harvard.edu>.
* Clean up formatting; partly from OpenBSD.jsm2000-09-171-43/+33
|
* Patches from OpenBSD: add verbs "open"/"unlock" (essentially a no-op),jsm2000-09-171-2/+36
| | | | | and "verbose"/"brief" (in verbose mode, always show long room descriptions), and synonyms "papaya" for "papayas" and "coconut" for "coconuts".
* Wording, punctuation and line length improvements. Also adjust testjsm2000-09-101-3/+3
| | | | for killing nonsensical things to fix crash with "kill door". From OpenBSD.
* Use time() instead of gettimeofday().jsm1999-09-141-7/+5
|
* Fix uses of names of library functions for other purposes.jsm1999-09-131-3/+3
|
* A couple more checks for file descriptor < 3 missed earlier.jsm1999-09-131-2/+4
|
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+3
| | | | | | | | | | | | the games. This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Most noreturn attributes were previously added in bin/6144, with some others that were missed then in bin/8082. Previous `unused' attributes were covered in bin/6557, bin/8058 and other PRs (all these PRs have already been handled and closed).
* Drop setgid privileges early. Derived from OpenBSD and sent in as PR 5970hubertf1999-07-211-10/+18
| | | by Joseph Myers <jsm28@cam.ac.uk>.
* Const poisoning, per PR 6660 by Joseph Myers <jsm28@cam.ac.uk>hubertf1999-02-101-3/+3
|
* time_t != long; fix minor type problem.cjs1997-10-131-3/+5
|
* KNFify (with indent)lukem1997-10-111-89/+98
|
* WARNSifylukem1997-10-101-18/+27
|
* Sync to 4.4BSD-Lite2tls1997-01-071-4/+4
|
* Use POSIX signal and tty semantics.mycroft1995-04-271-4/+7
|
* KERNEL -> _KERNELjtc1995-03-281-4/+4
|
* clean up importcgd1995-03-211-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+213