summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Drop setgid privs early, via OpenBSDhubertf1999-07-211-2/+5
* Drop setgid privs early. Via OpenBSD, reported in PR 5970 byhubertf1999-07-211-2/+5
* Drop setgid privs early; via OpenBSD reported in PR 5970 byhubertf1999-07-211-2/+6
* Drop setgid privileges early. Derived from OpenBSD and sent in as PR 5970hubertf1999-07-213-13/+25
* Back out last due to think o on my side: we don't start banner throughhubertf1999-07-191-5/+2
* Drop setgid privs passed from dm(6).hubertf1999-07-191-2/+5
* As in previously sent patches: backgammon(6) does not need setgidhubertf1999-07-192-4/+10
* Adventure(6) should check for errors (e.g. disk full or quotahubertf1999-07-171-3/+7
* The patch below improves the security of the game atc(6), by having ithubertf1999-07-176-34/+78
* Add two .Els that nroff was complaining to miss.hubertf1999-07-171-1/+3
* This patch (a) makes arithmetic(6) revoke any setgid privileges it gothubertf1999-07-171-3/+6
* This patch cleans up the handling of the variable `saved' inhubertf1999-07-164-11/+14
* Const poisoning.hubertf1999-07-141-10/+10
* This patch fixes a -Wcast-qual warning in wump(6).hubertf1999-07-141-3/+3
* Fix scoring, submitted in PR 7992 by Joseph Myers <jsm28@cam.ac.uk>hubertf1999-07-141-8/+7
* From PR 7987 by Joseph Myers <jsm28@cam.ac.uk>:hubertf1999-07-146-26/+26
* This patch makes fish(6) honour PAGER for viewing the instructions.hubertf1999-07-141-6/+18
* From PR 7988 by Joseph Myers <jsm28@cam.ac.uk>: use the symbolichubertf1999-07-141-5/+5
* From PR 7985 by Joseph Myers <jsm28@cam.ac.uk>:hubertf1999-07-141-2/+5
* man page rewritten into -mandoc by dholland@eecs.harvard.edu; from PR7861sommerfeld1999-06-271-350/+237
* Fixi uninit vars warnings.christos1999-05-161-3/+3
* Add missing prototypeschristos1999-05-163-8/+20
* Add -A for automatic playing mode.christos1999-05-1510-62/+531
* Fix Y2K buffer overflow (from OpenBSD).kristerw1999-04-251-8/+4
* Buffer overflow fix (from OpenBSD)kristerw1999-04-241-3/+3
* initscr() returns a pointer, compare return value with NULL and notsimonb1999-04-182-6/+6
* Don't frob the interals of a WINDOW*, use the mvinch() macro.simonb1999-04-181-7/+3
* change:cgd1999-04-061-2/+2
* s/SETUIDGAME/SETGIDGAME/ - catch up with the rest of the world.abs1999-04-051-2/+2
* defined(attron) does not mean there is a <term.h>mrg1999-03-294-23/+8
* Fix object recognition, per PR 6048 by Joseph S. Myers <jsm28@cam.ac.uk>.hubertf1999-03-251-2/+32
* More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled1999-03-226-12/+12
* Newline and usage cosmetics from Soren S. Jorvang <soren@t.dk> PR7205abs1999-03-221-4/+4
* set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>lukem1999-03-131-2/+3
* Fix .Bl/.El imbalance.erh1999-03-104-4/+8
* remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriatelukem1999-02-131-6/+4
* convert from NOxxx= to MKxxx=no.lukem1999-02-1321-43/+61
* Remove unneeded "mips compiler bug" workaround from original code importedsimonb1999-02-111-5/+1
* tgetent() handles const correctly in currenthubertf1999-02-101-3/+3
* Add __attribute__() to a variable. From PR 6557, after discussion withhubertf1999-02-101-3/+3
* The patch below makes the game backgammon(6) use `const' wherehubertf1999-02-1016-195/+162
* Only invoke pager given in $PAGER if output goes to a tty, feed pagerhubertf1999-02-101-9/+28
* Const poisoning, per PR 6660 by Joseph Myers <jsm28@cam.ac.uk>hubertf1999-02-1012-69/+69
* The game sail(6) has a function Write() which is used both withhubertf1999-02-1016-123/+141
* The patch below does some minor cleanup of adventure(6): an additionalhubertf1999-02-103-12/+15
* The game adventure(6) handles EOF on standard input ratherhubertf1999-02-103-16/+30
* only show preview if the -p option is givenhubertf1999-01-034-16/+16
* document morse's decode option -dhubertf1999-01-031-2/+2
* Add previewing of next shape. Old (previous) behaviour can behubertf1999-01-036-27/+62
* Remove obsolete header file. Fixes PR bin/6700 by Joseph S. Myers.tron1999-01-021-56/+0