summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Braces around a nested if, for clarity; suggested by diffing against OpenBSD.dholland2009-03-021-4/+4
* Fix bogus conditional caught by today's make. It looks as if MKHIDEGAMEdholland2009-01-181-2/+2
* use %zu to print size_ttnn2009-01-181-3/+3
* fix -Wsign-compare issueslukem2009-01-183-9/+9
* Fix fiance/fiancee confusion. Fix another typo.wiz2008-12-021-3/+3
* Fix insure -> ensure confusion. From Jason McIntyre <jmc@kerhand.co.uk>.wiz2008-12-021-6/+6
* PR/39923: Valery Ushakov: trek(6) can spin, consuming 100% CPU on powerpcchristos2008-11-141-3/+6
* more MKSHARE == no fixes:mrg2008-10-301-1/+5
* Use uint32_t and include <stdint.h>, instead of using u_int32_tapb2008-10-191-7/+7
* Make this build on Mac OS X.agc2008-09-291-2/+3
* Install unstr:apb2008-09-263-4/+6
* Build strfile both as a host tool and as an installed program:apb2008-09-262-7/+7
* Make this pass WARNS=4:apb2008-09-261-41/+37
* Both legs of the conditional operator must return the same type.gmcgarry2008-08-291-2/+2
* Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f...gmcgarry2008-08-293-5/+10
* if initscr() fails, exit with a message rather than crash in thedrochner2008-08-0815-44/+70
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-211-4/+4
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-2044-175/+175
* Clarify how one is supposed to use the pointers returned by getutentries()dholland2008-07-131-7/+2
* Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags.gmcgarry2008-07-122-6/+6
* remove clause #3 from my license where there are no othermrg2008-05-291-3/+1
* 2-clause my license.wiz2008-05-081-3/+1
* Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this islukem2008-05-031-2/+2
* Remove clause 3 and 4 from TNF licensesmartin2008-04-2825-210/+35
* Fix a tip: use pkg_info, not pkg_add to find out which executableswiz2008-03-251-3/+3
* Add a tip explaining how to run the tests in /usr/tests.jmmv2008-03-231-0/+8
* In example, change dd count size and also chmod so others can't read swap.reed2008-03-221-1/+2
* Add five more tips.reed2008-03-211-0/+19
* Add "netbsd-tips" fortune database with 23 initial fortunes --reed2008-03-212-4/+120
* Don't crash if we're asked to restore from /dev/null. (woops)dholland2008-02-241-2/+13
* Fix a bit more lint.dholland2008-02-243-12/+11
* Fix some more lint. (There's plenty to go around.)dholland2008-02-242-20/+22
* Don't cast the return value of calloc.dholland2008-02-241-3/+3
* fix some lintchristos2008-02-245-23/+18
* need errno.hchristos2008-02-241-2/+3
* Update for today's changes: 1-player games are not allowed, and cards.pckdholland2008-02-241-8/+3
* Fix the OpenBSD housing shortage code.dholland2008-02-241-43/+63
* ret_card(), which I moved earlier, was consequently filed under the wrongdholland2008-02-241-2/+4
* We do not need special code for pdp11. Also, because random() returns alldholland2008-02-241-26/+4
* Typo patroldholland2008-02-241-4/+5
* This file is also no longer used.dholland2008-02-241-122/+0
* Abolish the initdeck program and the weird little binary file it generates.dholland2008-02-246-391/+186
* Source files should be named *.c or *.h, not random other things.dholland2008-02-2421-402/+241
* Remove last traces of old save/load code. We no longer need a privatedholland2008-02-244-505/+5
* Sort out the memory leak fix properly.dholland2008-02-241-5/+3
* New save/load code. Related to (but not the same as) the new save/loaddholland2008-02-241-33/+501
* Fixes from OpenBSD.dholland2008-02-231-4/+10
* Fix from OpenBSD: don't say "1 houses".dholland2008-02-231-4/+5
* Bug fixes from OpenBSD:dholland2008-02-231-3/+7
* Bug fix: having $0 does not mean you need to mortgage something. Plus somedholland2008-02-231-18/+8