summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-1815-45/+45
|
* fix typo; ryker@openbsd.orgmikel1998-02-121-3/+3
|
* some more presidents, via tsarna@endicor.com in PR 4957hubertf1998-02-091-1/+5
|
* Use -ltermcap instead of -ltermlibchristos1998-02-051-3/+3
|
* Use -ltermcap instead of -ltermlib.christos1998-02-051-3/+3
|
* Use -ltermcap instead of -ltermlibchristos1998-02-054-11/+11
|
* Remove -lcompat; not needed.christos1998-02-041-3/+3
|
* Remove -lcompat; not neededchristos1998-02-041-3/+3
|
* Remove -lcompat; not needed.christos1998-02-041-3/+3
|
* Remove -lcompat; not neededchristos1998-02-042-6/+6
|
* Add regexp support; remove -lcompat, use err*, warn*christos1998-02-042-82/+72
|
* 4.4BSD -> .Bx 4.4perry1998-02-031-2/+3
|
* change includes to fix compiler warningperry1998-02-034-7/+13
|
* Does not need -lcompatchristos1998-02-021-3/+3
|
* RCS Id Police.perry1998-01-094-0/+8
|
* don't clobber /var/games/robots_roll on install; frommikel1997-12-181-6/+1
| | | NAKAJIMA Yoshihiro in PR bin/4657.
* We need a FILESMODE=660 for dm which is now setgid games.veego1997-11-291-2/+2
|
* We need a FILESMODE=440 for dm which is now setgid games.veego1997-11-291-2/+2
|
* don't clobber the score file!mrg1997-11-241-1/+8
|
* install games files with the correct permissions.mrg1997-11-202-5/+5
|
* install games that need it setgid.mrg1997-11-2013-13/+29
|
* remove an old setgid() from when dm(6) was setuid kmem (i assume for ↵mrg1997-11-191-3/+2
| | | | getloadavg())
* make dm setgid games, rather than setuid games.mrg1997-11-191-3/+3
|
* make hidden games mode 550, group games.mrg1997-11-191-3/+3
|
* move hunt under dm(6)mrg1997-11-191-1/+2
|
* PR/4489: Mika Nystroem: Security hole exec'ing more in fish instructions.christos1997-11-161-6/+22
|
* add missing .Nm calls and MLINKS. from spz@serpens.swb.demrg1997-11-121-2/+3
|
* Must have the correct library link order to be able to linkragge1997-11-052-4/+4
| | | the binaries static.
* use CPPFLAGS instead of CFLAGSlukem1997-10-262-4/+4
|
* Fix time_t vs. long botch.thorpej1997-10-252-6/+6
|
* Initialize pointers to NULL to avoid gcc/sparc compiler errorfair1997-10-231-4/+4
| | | | | | hack.invent.c: In function `dolook': hack.invent.c:800: warning: `otmp0' might be used uninitialized in this function hack.invent.c:801: warning: `gold' might be used uninitialized in this function (this is awfully tiresome - can't we fix gcc?)
* use CPPFLAGS instead of CFLAGSlukem1997-10-222-4/+4
|
* use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compilelukem1997-10-221-4/+16
|
* use CPPFLAGS instead of CFLAGSlukem1997-10-224-8/+8
|
* use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compilelukem1997-10-223-7/+9
|
* use CPPFLAGS instead of CFLAGSlukem1997-10-222-4/+4
|
* use CPPFLAGS instead of CFLAGSlukem1997-10-221-2/+2
|
* use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compilelukem1997-10-221-2/+6
|
* FD_ZERO select mask before FD_SET-ing itlukem1997-10-204-8/+12
|
* Use S_IS*(), not S_IF*.mycroft1997-10-191-3/+3
|
* WARNsify...christos1997-10-1977-9505/+12351
|
* Tons of changes; re-indent, use termios, fix warnings, add prototypes...christos1997-10-1826-6880/+10542
| | | Games is almost clean; only hack is left...
* fix race condition when building libcommon with make -jlukem1997-10-161-1/+3
|
* Better fix for the previous.mycroft1997-10-151-10/+8
|
* drop core in /var/tmp (from linux).mrg1997-10-151-3/+3
|
* make gcc happy on Sparcis1997-10-151-2/+4
|
* Make compiler happy.is1997-10-151-3/+3
|
* use <termcap.h>lukem1997-10-143-21/+8
|
* use <termcap.h>lukem1997-10-142-10/+4
|
* define global vars with `extern' in "back.h", and only define once inlukem1997-10-142-50/+84
| | | init.c... backgammon works again...