Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed CLEANFILES. | bde | 1998-12-27 | 1 | -1/+1 |
| | |||||
* | Build the makedefs program static to avoid trying to use the shared | jb | 1998-08-15 | 1 | -1/+1 |
| | | | | loader before it has been installed in an aout to elf transition build. | ||||
* | o Fix Y2K buffer overflow. | imp | 1998-07-26 | 1 | -4/+2 |
| | | | | o Fix zero filling bug in all years % 100 < 10. | ||||
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -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. | jb | 1998-05-09 | 1 | -0/+1 |
| | |||||
* | Remove #define NULL because stdio.h does that. | jb | 1998-05-09 | 1 | -1/+0 |
| | |||||
* | Add #include string.h to get prototypes. | jb | 1998-05-09 | 1 | -0/+1 |
| | |||||
* | Use Id instead of Header. | charnier | 1998-04-01 | 1 | -1/+1 |
| | |||||
* | Don't use the FreeBSD misfeature DPSRCS or give explicit dependencies | bde | 1998-03-06 | 1 | -4/+2 |
| | | | | | on generated headers. Just put generated headers in SRCS so that bsd.*.mk can generate better dependencies. | ||||
* | Use include for malloc declaration | ache | 1997-09-24 | 1 | -3/+2 |
| | |||||
* | Oops, to many zeroes was in usleep arg | ache | 1997-09-24 | 1 | -1/+1 |
| | |||||
* | Remove setuid, uneeded now | ache | 1997-09-24 | 2 | -2/+0 |
| | |||||
* | Make hack non-setuid back, it is possible because hackdir hierarchy | ache | 1997-09-24 | 1 | -7/+1 |
| | | | | are not more readable/writeable by anyone except "games" group | ||||
* | Includes cleanup | ache | 1997-09-24 | 6 | -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 now | ache | 1997-09-24 | 1 | -4/+2 |
| | |||||
* | Since hack suid now, add -fschg to install flags to prevent this | ache | 1997-09-24 | 1 | -0/+1 |
| | | | | binary to be overwritted | ||||
* | Make hack suid "games" (additionly to sgid "games" as run), | ache | 1997-09-24 | 3 | -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 revoke | ache | 1997-09-24 | 2 | -2/+0 |
| | |||||
* | Use srandomdev | ache | 1997-09-24 | 3 | -10/+8 |
| | |||||
* | Do not install 3 files writeable by all (666), change it to 664 | ache | 1997-09-24 | 1 | -3/+3 |
| | |||||
* | Change games from setuid games to setgid games. | eivind | 1997-09-01 | 2 | -4/+7 |
| | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) | ||||
* | 444 -> ${NOBINMODE} | wosch | 1997-02-09 | 1 | -2/+3 |
| | | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR} | ||||
* | Install the rumors file. | jkh | 1996-10-19 | 1 | -0/+2 |
| | | | | | Submitted-By: koshy@india.hp.com Closes-PR#: 1883 | ||||
* | The Makefile assumed that builder had '.' in it's path, which is a | nate | 1996-05-15 | 2 | -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 speedtable | ache | 1995-08-04 | 1 | -1/+1 |
| | |||||
* | Change `install' to `${INSTALL}' so that default install flags can be | bde | 1995-07-25 | 1 | -3/+3 |
| | | | | specified in the top level Makefiles. | ||||
* | Remove bogus references to /usr/ucb. | bde | 1995-06-26 | 1 | -3/+1 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 14 | -18/+18 |
| | |||||
* | Fix nested comments for -Wcomment warnings. | rgrimes | 1995-05-09 | 3 | -9/+9 |
| | |||||
* | Add a -fwritable-strings to the CFLAGS. hack need it :-). | ats | 1994-11-26 | 1 | -0/+1 |
| | |||||
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -1/+1 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r2490, | jkh | 1994-09-04 | 1 | -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 segregation | jkh | 1994-09-04 | 1 | -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 segregation | jkh | 1994-09-04 | 90 | -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 |