summaryrefslogtreecommitdiffstats
path: root/mille
Commit message (Collapse)AuthorAgeFilesLines
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-0715-103/+43
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* New sentences begin on new lines.wiz2002-09-261-14/+24
| | | Patch from Richard Elz, slightly improved by yours truly.
* __STDC__ is always defined on NetBSD.wiz2002-05-261-17/+3
|
* Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross2002-02-081-6/+6
|
* Change deprecated curses function to new equivalent.blymn2001-12-061-3/+3
|
* Negative exit code cleanup: Replace exit(-x) with exit(x).wiz2001-04-061-3/+3
| | | As seen on tech-userlevel.
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
|
* Cast pointer difference to long when printing w/ %ld.thorpej2000-04-271-3/+3
|
* Clear to end of line on the correct window.jdc2000-04-271-3/+3
|
* Fix arguments to *printw().jdc2000-04-271-3/+3
|
* Fix error in last namespace change (only relevant #ifdef DEBUG).jsm1999-10-011-3/+3
|
* Fix uses of namespaces reserved by ISO C or POSIX.1.jsm1999-09-305-27/+35
|
* Fix -Wsign-compare warnings.jsm1999-09-181-3/+3
|
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-4/+4
| | | | | | | | | | | | | | | Games which run setgid from dm, but don't need to, should drop their privileges at startup. Games which have a scorefile should open it at startup, then drop all privileges leaving just the open writable file descriptor. If the game can invoke subprocesses, this should be made close-on-exec. Games with scorefiles should make sure they do not get a file descriptor < 3. (Otherwise, they could get confused and corrupt the scorefile when using stdin, stdout or stderr.) Some old setuid revokes from the days of setuid games change into gid revokes.
* Include <time.h> in various places in the games where time() or time_tjsm1999-09-091-2/+4
| | | are used.
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-081-3/+3
| | | the games.
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-082-6/+10
| | | | | | | | | | | | the games. This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Most noreturn attributes were previously added in bin/6144, with some others that were missed then in bin/8082. Previous `unused' attributes were covered in bin/6557, bin/8058 and other PRs (all these PRs have already been handled and closed).
* Add use of `const' where appropriate to the games.jsm1999-09-086-39/+41
| | | | | | | | | This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
* Removed unused array Movenames[].jsm1999-09-081-6/+2
|
* defined(attron) does not mean there is a <term.h>mrg1999-03-294-23/+8
|
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-2/+2
|
* const poisoning.mycroft1998-07-262-6/+6
|
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
|
* Remove -lcompat; not neededchristos1998-02-041-3/+3
|
* WARNSifylukem1997-10-1215-206/+320
|
* curses needs termcapmellon1997-05-291-3/+3
|
* Remove unctrl.h, use public version.jtc1997-05-232-47/+3
|
* Change "reg" to "register"jtc1997-05-2311-95/+87
| | | Remove private implementation of erasechar() and killchar().
* Make these compile on the PowerPC (an unsigned char system).thorpej1997-03-291-3/+3
|
* Sync to 4.4BSD-Lite2tls1997-01-071-3/+4
|
* rcs id conventionscgd1995-03-2417-34/+102
|
* specify man pages the new way.cgd1994-12-221-2/+2
|
* sync with 44lite, seems to fix bug #224jtc1994-05-1217-138/+120
|
* Avoid infinite loop.mycroft1994-01-131-3/+3
|
* #include <termios.h>.mycroft1993-08-101-1/+2
|
* Add RCS identifiers.mycroft1993-08-0115-15/+30
|
* Add RCS indentifiers.mycroft1993-08-011-1/+2
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-2117-0/+3339