summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This patch fixes adventure(6) to use `extern' on declarations ofhubertf1999-07-282-40/+100
* This is a trivial fix to backgammon(6): '\a' is cleaner than '\007'.hubertf1999-07-281-3/+3
* This patch makes worm(6) keep the cursor on the head of the worm.hubertf1999-07-281-2/+5
* This patch adds references to the main punched card, paper tape andhubertf1999-07-281-1/+15
* This patch makes bcd(6) use `const' where appropriate, and usehubertf1999-07-281-5/+5
* This patch fixes a remaining relic of the backgammon(6) "executehubertf1999-07-281-3/+3
* In atc(6), the function getAChar() has BSD and SYSV variants to dealhubertf1999-07-281-8/+7
* This patch improves the handling of save files in battlestar(6), byhubertf1999-07-286-44/+119
* make sure only whole words are matched, use [:space:] RE to avoid embeddeddrochner1999-07-271-2/+3
* Remove empty functin check_adir() and references to it.hubertf1999-07-261-9/+2
* This patch adds to backgammon(6) a couple of noreturn attributeshubertf1999-07-261-3/+3
* This patch makes backgammon(6) check that, if you use the -s option tohubertf1999-07-261-3/+7
* This adds a check for memory allocation failure to one place inhubertf1999-07-261-2/+6
* Check whatis(1) if we don't find an acronym matching the argumentbriggs1999-07-252-5/+16
* We're in section 6.thorpej1999-07-251-2/+2
* This patch marks unused parameters in atc(6) as such.hubertf1999-07-255-28/+28
* Hardcore const poisoninghubertf1999-07-251-4/+4
* This patch makes atc(6) check for memory allocation failure.hubertf1999-07-242-6/+12
* Use getopt instead of home grown command line parsing.mjl1999-07-241-44/+30
* remove sh warning when invoked with no argslukem1999-07-221-2/+2
* add wtfmrg1999-07-221-2/+2
* Allen Briggs' wtf(6) to grovel the acronyms database.mrg1999-07-223-0/+80
* const poisoninghubertf1999-07-2116-80/+80
* When atc(6) parses its game definition files, the check for `width'hubertf1999-07-211-3/+3
* 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