summaryrefslogtreecommitdiffstats
path: root/games/hack
Commit message (Collapse)AuthorAgeFilesLines
* Create score files root:games rather than bin:{games,bin}.obrien1999-06-231-4/+4
| | | | | related-to-PR: bin/8440 Submitted by: Stephen J. Roznowski sjr@home.net
* Fixed CLEANFILES.bde1998-12-271-1/+1
|
* Build the makedefs program static to avoid trying to use the sharedjb1998-08-151-1/+1
| | | | loader before it has been installed in an aout to elf transition build.
* o Fix Y2K buffer overflow.imp1998-07-261-4/+2
| | | | o Fix zero filling bug in all years % 100 < 10.
* Added a `build-tools' target for internal tools.bde1998-07-071-5/+7
| | | | | | | | | Honor LDFLAGS for building internal tools. Always build intermediate object files explicitly so that binaries don't change when they are rebuilt. Fixed some style bugs.
* Add #include string.h to get prototypes.jb1998-05-091-0/+1
|
* Remove #define NULL because stdio.h does that.jb1998-05-091-1/+0
|
* Add #include string.h to get prototypes.jb1998-05-091-0/+1
|
* Use Id instead of Header.charnier1998-04-011-1/+1
|
* Don't use the FreeBSD misfeature DPSRCS or give explicit dependenciesbde1998-03-061-4/+2
| | | | | on generated headers. Just put generated headers in SRCS so that bsd.*.mk can generate better dependencies.
* Use include for malloc declarationache1997-09-241-3/+2
|
* Oops, to many zeroes was in usleep argache1997-09-241-1/+1
|
* Remove setuid, uneeded nowache1997-09-242-2/+0
|
* Make hack non-setuid back, it is possible because hackdir hierarchyache1997-09-241-7/+1
| | | | are not more readable/writeable by anyone except "games" group
* Includes cleanupache1997-09-246-18/+27
| | | | | | | | | Fix nonull flag detecting from termcap Use usleep to handle nonull case Prevent overflow on genocided getenv Install most files not owned by games.games to prevent data modifications Fix path for gethdate()
* Use SUIDGAME hook nowache1997-09-241-4/+2
|
* Since hack suid now, add -fschg to install flags to prevent thisache1997-09-241-0/+1
| | | | binary to be overwritted
* Make hack suid "games" (additionly to sgid "games" as run),ache1997-09-243-4/+16
| | | | | | | | it is needed for savegames and bones, they intendent to not be altered by user and can't be pre-created as scorefile. Clear savegames on install: target too, not only bones Install rumors not readable by all. Cleanup includes a little.
* Simplify revokeache1997-09-242-2/+0
|
* Use srandomdevache1997-09-243-10/+8
|
* Do not install 3 files writeable by all (666), change it to 664ache1997-09-241-3/+3
|
* Change games from setuid games to setgid games.eivind1997-09-012-4/+7
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* 444 -> ${NOBINMODE}wosch1997-02-091-2/+3
| | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR}
* Install the rumors file.jkh1996-10-191-0/+2
| | | | | Submitted-By: koshy@india.hp.com Closes-PR#: 1883
* The Makefile assumed that builder had '.' in it's path, which is anate1996-05-152-229/+6
| | | | | | | | | security hole for root. Fix this oversight and clean up the build of 'hack.onames.h' which should be built everytime. Tested with/without obj directories and .depend files. Noticed by: "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de>
* Add missing entries to speedtableache1995-08-041-1/+1
|
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-3/+3
| | | | specified in the top level Makefiles.
* Remove bogus references to /usr/ucb.bde1995-06-261-3/+1
|
* Remove trailing whitespace.rgrimes1995-05-3014-18/+18
|
* Fix nested comments for -Wcomment warnings.rgrimes1995-05-093-9/+9
|
* Add a -fwritable-strings to the CFLAGS. hack need it :-).ats1994-11-261-0/+1
|
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r2490,jkh1994-09-041-0/+227
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-041-0/+227
| | | | | | | 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
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-0490-0/+20769
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