aboutsummaryrefslogtreecommitdiff
path: root/games/battlestar
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.Mark Murray2002-10-2126-7483/+0
| | | | Notes: svn path=/head/; revision=105614
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=100313
* Fix a segfault if 'wear' is used without an argument or withPeter Pentchev2002-04-151-5/+4
| | | | | | | | | | | | | an argument that is not a valid word from the battlestar dictionary. PR: 36992 Submitted by: Ceri Davies <ceri@FreeBSD.org> Reviewed by: dd Approved by: dd, silence on -audit MFC after: 2 weeks Notes: svn path=/head/; revision=94784
* Remove __PWarner Losh2002-02-186-66/+66
| | | | | | | | | Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype Notes: svn path=/head/; revision=90828
* Remove whitespace at EOL.Dima Dorfman2001-07-151-4/+4
| | | | Notes: svn path=/head/; revision=79754
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74814
* Set the default manual section for games/ to 6.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74528
* Format string auditingKris Kennaway2000-11-261-1/+1
| | | | Notes: svn path=/head/; revision=69197
* Conform to BDECFLAGSBill Fumerola2000-10-0822-643/+787
| | | | Notes: svn path=/head/; revision=66799
* Remove unneded -ltermcap or -lmytinfoAndrey A. Chernov2000-09-161-2/+2
| | | | Notes: svn path=/head/; revision=65912
* 1. Don't overwrite scorefiles if they already exist.Bill Fumerola1999-12-101-0/+3
| | | | | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around. Notes: svn path=/head/; revision=54416
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-3022-27/+89
| | | | Notes: svn path=/head/; revision=53920
* Don't coredump if can't write to the scorefile.Joerg Wunsch1999-11-251-1/+8
| | | | Notes: svn path=/head/; revision=53692
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-1612-31/+31
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-1612-0/+24
| | | | Notes: svn path=/head/; revision=53209
* Avoid ambigious if() if() else().Bill Fumerola1999-09-071-1/+2
| | | | Notes: svn path=/head/; revision=51047
* Spelling fixes.Bill Fumerola1999-09-075-9/+9
| | | | | | | | | PR: bin/12727 Submitted by: Stephen J. Roznowski <sjr@home.com> Obtained from: NetBSD && NetBSD PR system Notes: svn path=/head/; revision=51046
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48793
* Merge a bunch of cleanups from NetBSD.Steve Price1999-04-1921-51/+75
| | | | | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs Notes: svn path=/head/; revision=45801
* tv_sec in timeval is a long, and a time_t is not necessarily a long.John Birrell1998-05-091-2/+4
| | | | Notes: svn path=/head/; revision=35874
* Add #include string.h to get prototypes.John Birrell1998-05-093-0/+3
| | | | Notes: svn path=/head/; revision=35873
* Add 'extern' to arrays that are declared and initialised elsewhere.John Birrell1998-05-091-5/+5
| | | | Notes: svn path=/head/; revision=35872
* CleanupAndrey A. Chernov1997-09-243-3/+4
| | | | | | | Convert to random() Notes: svn path=/head/; revision=29829
* Revoke privs once at earlier stage and not mess with setegid in saveAndrey A. Chernov1997-09-242-15/+4
| | | | | | | | Fix save: missing creation modes arg and wrong symlink test Small C cleanup Notes: svn path=/head/; revision=29799
* Beforeinstall scorefile to prevent it owned by first who run the gameAndrey A. Chernov1997-09-241-0/+4
| | | | Notes: svn path=/head/; revision=29762
* Change games from setuid games to setgid games.Eivind Eklund1997-09-014-12/+36
| | | | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) Notes: svn path=/head/; revision=28979
* Back out MAXLOGNAME fix, Bruce points that copyinstr require NULAndrey A. Chernov1997-03-031-1/+1
| | | | Notes: svn path=/head/; revision=23318
* Add +1 to NUL terminate after MAXLOGNAMEAndrey A. Chernov1997-03-021-1/+1
| | | | Notes: svn path=/head/; revision=23303
* Actually remove sys/time.h hack; fix typo.Eivind Eklund1997-02-262-9/+1
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=23139
* Remove buffer overflow and tempfile race, remove <sys/time.h> hack (andEivind Eklund1997-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> Notes: svn path=/head/; revision=22939
* Hack around misuse of reserved names `clock' and and `time' in a differentBruce Evans1996-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>. Notes: svn path=/head/; revision=20397
* Remove trailing whitespace.Rodney W. Grimes1995-05-3011-44/+44
| | | | Notes: svn path=/head/; revision=8856
* Prevent core dump for rootAndrey A. Chernov1994-12-031-8/+11
| | | | | | | Obtained from: partially from 1.1.5.1 Notes: svn path=/head/; revision=4919
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-1/+1
| | | | Notes: svn path=/head/; revision=2676
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-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 Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490