summaryrefslogtreecommitdiffstats
path: root/games/battlestar
Commit message (Collapse)AuthorAgeFilesLines
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for games/ to 6.ru2001-03-201-1/+0
|
* Format string auditingkris2000-11-261-1/+1
|
* Conform to BDECFLAGSbillf2000-10-0822-643/+787
|
* Remove unneded -ltermcap or -lmytinfoache2000-09-161-2/+2
|
* 1. Don't overwrite scorefiles if they already exist.billf1999-12-101-0/+3
| | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around.
* copyright/sccsid/rcsid cleanup.billf1999-11-3022-27/+89
|
* Don't coredump if can't write to the scorefile.joerg1999-11-251-1/+8
|
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-1612-31/+31
|
* Add $FreeBSD$billf1999-11-1612-0/+24
|
* Avoid ambigious if() if() else().billf1999-09-071-1/+2
|
* Spelling fixes.billf1999-09-075-9/+9
| | | | | | PR: bin/12727 Submitted by: Stephen J. Roznowski <sjr@home.com> Obtained from: NetBSD && NetBSD PR system
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Merge a bunch of cleanups from NetBSD.steve1999-04-1921-51/+75
| | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs
* tv_sec in timeval is a long, and a time_t is not necessarily a long.jb1998-05-091-2/+4
|
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
|
* Add 'extern' to arrays that are declared and initialised elsewhere.jb1998-05-091-5/+5
|
* Cleanupache1997-09-243-3/+4
| | | | Convert to random()
* Revoke privs once at earlier stage and not mess with setegid in saveache1997-09-242-15/+4
| | | | | Fix save: missing creation modes arg and wrong symlink test Small C cleanup
* Beforeinstall scorefile to prevent it owned by first who run the gameache1997-09-241-0/+4
|
* Change games from setuid games to setgid games.eivind1997-09-014-12/+36
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* Back out MAXLOGNAME fix, Bruce points that copyinstr require NULache1997-03-031-1/+1
|
* Add +1 to NUL terminate after MAXLOGNAMEache1997-03-021-1/+1
|
* Actually remove sys/time.h hack; fix typo.eivind1997-02-262-9/+1
| | | | Pointed out by: bde
* Remove buffer overflow and tempfile race, remove <sys/time.h> hack (andeivind1997-02-2014-87/+122
| | | | | | | | need for it), change definition of setbit() macro and friends to be compatible with <sys/param.h>. The bugs were discovered and fixed as a result of the FreeBSD code audit. Submitted by: Aaron Bornstein <aaronb@j51.com>, Mark Huizer <xaa@stack.nl>
* Hack around misuse of reserved names `clock' and and `time' in a differentbde1996-12-131-4/+6
| | | | | | way. Defining KERNEL before including <sys/time.h> broke when "opt_cpu.h" was included in a deeply nested header, except in -current where the problem is masked by a namespace pollution bug in <stdio.h>.
* Remove trailing whitespace.rgrimes1995-05-3011-44/+44
|
* Prevent core dump for rootache1994-12-031-8/+11
| | | | Obtained from: partially from 1.1.5.1
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-0426-0/+7163
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
OpenPOWER on IntegriCloud