aboutsummaryrefslogtreecommitdiff
path: root/games/sail
Commit message (Collapse)AuthorAgeFilesLines
* Deorbit complete. We dont build these anymore, so into the attic they go.Mark Murray2002-10-2130-6611/+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
* Use POSIX macros for wait(2)-style status information instead of theMike Barcroft2002-06-031-2/+2
| | | | | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion. Notes: svn path=/head/; revision=97788
* Backout recent typo "fix". I've been enlightened that it's an obsoleteJens Schweikhardt2002-05-311-1/+1
| | | | | | | | | and rare synonym for indomitable (from the French indomptable) Requested by: "Jacques A. Vidrine" <nectar@FreeBSD.org> Notes: svn path=/head/; revision=97671
* Typo: s/Indomptable/Indomitable/Jens Schweikhardt2002-05-311-1/+1
| | | | | | | MFC after: 3 weeks Notes: svn path=/head/; revision=97666
* Remove __PWarner Losh2002-02-181-3/+3
| | | | | | | | | 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-31/+31
| | | | Notes: svn path=/head/; revision=79754
* Eliminate troff(1) warnings.Ruslan Ermilov2001-07-121-1/+1
| | | | Notes: svn path=/head/; revision=79626
* - 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
* Compare initscr to NULL not ERR. Add FreeBSD tag.David Malone2001-03-051-2/+3
| | | | | | | PR: 19044 Notes: svn path=/head/; revision=73723
* 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-3023-37/+93
| | | | Notes: svn path=/head/; revision=53920
* Fix breakage in previous commit.Marcel Moolenaar1999-11-169-17/+17
| | | | Notes: svn path=/head/; revision=53219
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-1618-131/+131
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-1618-0/+36
| | | | Notes: svn path=/head/; revision=53209
* Avoid ambigious if() if() else().Bill Fumerola1999-09-074-12/+24
| | | | Notes: svn path=/head/; revision=51047
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Forgot to remove these files with the NetBSD games cleanups.Steve Price1999-04-204-20/+0
| | | | Notes: svn path=/head/; revision=45877
* Merge a bunch of cleanups from NetBSD.Steve Price1999-04-192-3/+4
| | | | | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs Notes: svn path=/head/; revision=45801
* Fixed printf format errors. Didn't fix gross homemade varargs functionBruce Evans1998-06-301-1/+1
| | | | | | | | Write(). Pointers are passed to it as longs, but it expects them to be passed as ints. The alpha non-fixes made this worse. Notes: svn path=/head/; revision=37307
* Cast pointers to long instead of int.John Birrell1998-05-094-9/+9
| | | | Notes: svn path=/head/; revision=35885
* Add #include string.h to get prototypes.John Birrell1998-05-093-0/+3
| | | | Notes: svn path=/head/; revision=35884
* *** empty log message ***Peter Wemm1998-04-273-11/+11
| | | | Notes: svn path=/head/; revision=35473
* Remove bogus declaration of calloc() that broke the build. Test, folks,Jordan K. Hubbard1997-09-261-1/+0
| | | | | | | test! Notes: svn path=/head/; revision=29866
* Use srandomdevAndrey A. Chernov1997-09-242-2/+3
| | | | Notes: svn path=/head/; revision=29768
* Beforeinstall logfile to prevent it owned by first user who run the gameAndrey A. Chernov1997-09-241-0/+4
| | | | Notes: svn path=/head/; revision=29766
* Fix sizeof/strlen typo and limit scanf length.Eivind Eklund1997-02-231-2/+2
| | | | | | | scanf spotted by: Aarn Bornstein <aaronb@j51.com> Notes: svn path=/head/; revision=23033
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22992
* Buffer overflow from OpenBSDWarner Losh1997-02-091-10/+10
| | | | | | | | | | | 1.3 deraadt: buf oflow, felix@mamba.pond.sub.org Obtained from: OpenBSD Not sure how to exploit this, but may be a backmerge candidate. Notes: svn path=/head/; revision=22459
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-1/+2
| | | | Notes: svn path=/head/; revision=18718
* Truncate the fgets() return properly.Jordan K. Hubbard1995-12-281-1/+2
| | | | Notes: svn path=/head/; revision=13073
* gets -> fgetsDima Ruban1995-12-271-1/+1
| | | | | | | Submitted by: fn@@pain.csrv.uidaho.edu Notes: svn path=/head/; revision=13066
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-7/+7
| | | | Notes: svn path=/head/; revision=8856
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcapRodney W. Grimes1994-09-111-2/+2
| | | | Notes: svn path=/head/; revision=2676
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-0434-0/+6513
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