summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* I forgot to compile first...kim2002-11-261-2/+4
|
* Add ppt decoding from Michael Shalayeff <mickey@lucifier.net>kim2002-11-262-19/+96
|
* Fix bogon in compat re code.christos2002-11-241-5/+7
|
* NetBSD - love all, serve all.hubertf2002-11-211-0/+3
| | | -- Silke Mueller
* fix duplicate limerick-o in CLEANFILESdrochner2002-10-221-2/+2
|
* avoid buffer overrun. fix from openbsd.itojun2002-10-181-3/+3
| | | reported by Niels Heinen <niels.heinen@ubizen.com>
* - use correctly bounded strings when reloading a saved game. in particular,mrg2002-10-014-27/+32
| | | | | | | do not let the save game file "string length" exceed the amount of space supplied. as noted by <stanojr@iserver.sk> on bugtraq. - minor KNF. tested by simonb.
* n-dashes are even better here. Noted by Robert Elz.wiz2002-09-301-3/+3
|
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-2631-223/+190
|
* Mdoc nits -- unneeded ".wiz2002-09-264-30/+30
|
* Ispell.wiz2002-09-266-17/+16
|
* New sentences begin on new lines.wiz2002-09-2623-531/+696
| | | Patch from Richard Elz, slightly improved by yours truly.
* Minor rearrangement.mycroft2002-09-202-6/+3
|
* Remove an unused declaration.mycroft2002-09-201-6/+2
|
* select() -> poll()mycroft2002-09-207-127/+103
| | | Also, turn off talk announcements; it's a wretched hack.
* If we're searching for a huntd, probe local_address along with broadcastmycroft2002-09-201-8/+9
| | | addresses.
* select() -> poll()mycroft2002-09-202-25/+21
|
* Slight redux.mycroft2002-09-191-6/+6
|
* select() -> poll()mycroft2002-09-191-4/+6
|
* select() -> poll(), nanosleep()mycroft2002-09-191-12/+10
|
* use NETBSDSRCDIR as appropriatelukem2002-09-191-3/+5
|
* some makefile de-lintinglukem2002-09-1810-23/+32
|
* need bsd.own.mk for NETBSDSRCDIRlukem2002-09-181-1/+3
|
* use NETBSDSRCDIR as appropriatelukem2002-09-182-5/+5
|
* shops are only supposed to have 1 door (as per standard hack 1.0.3).chuck2002-08-221-3/+3
| | | | | for some reason, the version of 1.0.3 that was in the 4.4 lite tree was modified to allow shops with two doors -- this violates the spirit of the game. with this diff, we revert back to classic 1.0.3 behavior.
* remove spurious ^A's and ||christos2002-08-201-3/+3
|
* calloc() arg mistake. it's (nelem, size). from openbsditojun2002-08-121-3/+3
|
* Remove unused variable "err".tron2002-08-061-3/+2
|
* fix regular expression matcher.dbj2002-08-061-7/+8
| | | the string "xc" was failing to match "x[[a|b]|c]"
* utmpx support.christos2002-08-022-14/+18
|
* sweep of errx/warnx, remove unnecessary trailing \ngrant2002-07-202-6/+6
|
* add the following quote from elric@.. (with permission, of course)grant2002-07-081-0/+4
| | | | | I held off from Uni until NetBSD came out. I decided, ``if there's no NetBSD then I'll just flip burgers'' -- Roland Dowdeswell
* Make "rogue" build with "WARNS=2". The necessary patches were suppliedtron2002-07-074-16/+17
| | | by David A. Holland in PR bin/17498.
* I was bored, so... simplify(?) this code a bit.mycroft2002-07-021-86/+64
|
* s/FOURTY/FORTY/dbj2002-07-021-2/+2
|
* backout previous (arc4random), per request from sommerfelditojun2002-07-011-8/+15
|
* use arc4randomitojun2002-07-011-15/+8
|
* Provide a BN_dec2bn() shim for the non-openssl case that reports an errorsimonb2002-06-181-3/+21
| | | if strtoul() fails.
* Fix a logic botch where if a number smaller than the square of the seivesimonb2002-06-171-12/+25
| | | | | | | | was prime to still called the Pollard Rho function when it didn't have to. Problem report by Nathan Williams. Unfortunately this one can't be picked up by a simple regression test since the broken way still produced the correct output, but just took far longer...
* make factor work with and without openssl.itojun2002-06-163-13/+57
|
* Include <bsd.own.mk>, to make MKCRYPTO available.martin2002-06-161-1/+4
|
* Only build factor(6) if ${MKCRYPTO} != no.simonb2002-06-151-2/+6
|
* Use libcrypto's bignum support to implement a Pollard Rho factoringsimonb2002-06-152-40/+111
| | | algorithm so we can factorise numbers larger than a host long.
* de-registerwiz2002-06-026-44/+42
|
* __STDC__ is always defined on NetBSD.wiz2002-05-269-140/+25
|
* remove the attributions from my slogans. they kept popping up inpooka2002-05-181-6/+0
| | | awkard places
* NetBSD/toaster: we wish the toaster to be happy too.uwe2002-05-171-0/+2
| | | (Idea by Rafal, though he denies that)
* #netbsd - where monks recite their internal dialogue while debugging.hubertf2002-05-171-0/+3
| | | -- Bernhard Riedel
* Raiders of the Lost Archpooka2002-05-121-1/+5
|
* The game would show the statistic info and immediately prompt you with a newhubertf2002-03-311-6/+11
| | | | | | question, so you lose time, etc. Added a few lines so that it prompts to press the RETURN key to continue. Code contributed by Vic Hari <vkhr@rawsocket.net> in PR 16135