2008-03-23 |
jmmv | Add a tip explaining how to run the tests in /usr/tests. |
commit | commitdiff | tree | snapshot |
2008-03-22 |
reed | In example, change dd count size and also chmod so... |
commit | commitdiff | tree | snapshot |
2008-03-21 |
reed | Add five more tips. |
commit | commitdiff | tree | snapshot |
2008-03-21 |
reed | Add "netbsd-tips" fortune database with 23 initial... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | Don't crash if we're asked to restore from /dev/null... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | Fix a bit more lint. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | Fix some more lint. (There's plenty to go around.) |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | Don't cast the return value of calloc. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
christos | fix some lint |
commit | commitdiff | tree | snapshot |
2008-02-24 |
christos | need errno.h |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | Update for today's changes: 1-player games are not... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | Fix the OpenBSD housing shortage code. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | ret_card(), which I moved earlier, was consequently... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | We do not need special code for pdp11. Also, because... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | Typo patrol |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | This file is also no longer used. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | Abolish the initdeck program and the weird little binar... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | Source files should be named *.c or *.h, not random... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | Remove last traces of old save/load code. We no longer... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | Sort out the memory leak fix properly. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
dholland | New save/load code. Related to (but not the same as... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Fixes from OpenBSD. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Fix from OpenBSD: don't say "1 houses". |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Bug fixes from OpenBSD: |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Bug fix: having $0 does not mean you need to mortgage... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | More fixes from OpenBSD: |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Sanity fixes for input handling. Suggested by OpenBSD... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | A first stab at supporting the housing shortage rules... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Don't increment booleans. From OpenBSD |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Sanity fixes for input buffer handling. From OpenBSD |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Improve the behavior of get-out-of-jail-free cards... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Rename ->last_card to ->top_card to match OpenBSD ... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Move ret_card() to cards.c, where it more rationally... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
dholland | A few more whitespace/KNF. I keep hoping I've found... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
dholland | Add the sizes to the extern array declarations. This... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
dholland | Use random() rather than rand(). Suggested by diffing... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
dholland | Remove unused swap() macro. |
commit | commitdiff | tree | snapshot |
2008-02-20 |
dholland | Don't misuse random strings as printf formats, even... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | One more (hopefully the last) whitespace fix. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | getinp() no longer magically treats the prompt arg... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Move function heading comments to something vaguely... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | KNF/whitespace nits. No functional changes. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Fix bugs in debug printouts. From OpenBSD. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Don't use sprintf; use snprintf. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Don't use perror(); use err/warn instead. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Fix capitalization of street names. from pjanzen@openbsd |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | More typo fixes |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Fix formatting bug apparently introduced when the page... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Remove transient thingy that wasn't supposed to see... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Fix (another) typo in comment |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Split some code from moreobj.c into action.c, as per... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
he | Typo correction: s/than/that/ in one instance. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
dholland | More assorted cleanup merged from larn 12.2. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Once upon a time, larn 12.0 had functions named getchar... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Don't create files mode 666 in /var. (The code in quest... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Larn does not need its own private versions of function... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | A long time ago, larn had code to prohibit playing... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Some assorted minor cleanups, from larn 12.2. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Make a bunch of functions static. Merged from larn... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Use mkstemp to make the temporary files used when you... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Since games are (now) setgid, not setuid, it is no... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
wiz | Document -d. |
commit | commitdiff | tree | snapshot |
2008-02-02 |
matt | Add a -d flag so that primes will print the difference... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
matt | Fix typo: sive -> sieve. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
dholland | Pedanticism about time_t (not really a bug, but now... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
dholland | Fix y2038 bug: time_t != int. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Make the default WARNS for games 4. The only game that... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | build with WARNS=4 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Make hack build with WARNS=4. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Make this build with WARNS=4 by not reusing names from... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Make this build with WARNS=4 by not reusing names from... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Make this build with WARNS=4. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | make mille build with WARNS=4 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Call srandom() as well as initializing the private... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Larn now builds with WARNS=4. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Apparently the reason the printf arguments were all... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Add gcc printf format checking, and fix the abundant... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | clean for WARNS=4 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Work around gcc signedness warning: if you check for... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Build with WARNS=4. Sort out the game's shadowing of... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Build with WARNS=4. (All fixes are cosmetic, except... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Build with WARNS=4. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | This builds with WARNS=4; set it in the Makefile so... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Build with WARNS=4. |
commit | commitdiff | tree | snapshot |
2008-01-25 |
he | I'm guessing that there should be no space between... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
lukem | Only pull in <sys/cdefs.h> on NetBSD, to fix build... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dholland | ANSIfy. Remove unnecessary casts. Clean up for -Wsign... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dholland | Whitespace/KNF nits. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
dholland | Fun with parts of speech: `stupid' here is an adjective... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
dholland | Comprehensive (or at least extensive) string handling... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
dogcow | more __dead fallout: these two files are built for... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
commit | commitdiff | tree | snapshot |
2007-12-15 |
perry | include sys/cdefs.h so that __attribute__ can be fixed... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
dogcow | A terrible kludge: don't compile/link malloc.c if arch... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
ragge | __attribute -> __attribute__ |
commit | commitdiff | tree | snapshot |
2007-08-06 |
hubertf | Teach wtf(6) about pkgsrc's help facility: |
commit | commitdiff | tree | snapshot |
2007-06-06 |
rillig | Increased WARNS to 4, since it passes both gcc333 and... |
commit | commitdiff | tree | snapshot |
2007-05-28 |
tls | Add new Makefile knob, USE_FORT, which extends USE_SSP... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
mouse | Per PR 36185, OKed by martin@ |
commit | commitdiff | tree | snapshot |
next |