summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* PR/15878: Ed Ravin: fortune all frees junk pointers. Fixed, free structurechristos2002-03-121-3/+3
| | | members before freeing the structure itself.
* No need to reference .OBJDIR here.thorpej2002-03-053-6/+6
|
* No need to reference .OBJDIR here.thorpej2002-03-051-2/+2
|
* There is no need to explcitly use ${.OBJDIR}; it's implied.thorpej2002-03-051-5/+5
|
* Correct spelling of "delimiter", and remove from ignored-errors lists.wiz2002-02-261-3/+3
|
* strategy should have an 'r'. Inspired by similar change in OpenBSD.wiz2002-02-191-1/+1
|
* use ${INSTALL_FILE} as appropriatelukem2002-02-091-3/+3
|
* Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross2002-02-0815-56/+56
|
* Be more verbose about teleports, and fix a minor problem in autobot mode.christos2002-01-314-8/+26
|
* Don't put [] around the strings passed to tr -- those can be interpretedtv2002-01-301-6/+6
| | | by shells. Just quote 'em.
* Temporarily add a "MKHIDEGAME" variable that by default blocks theperry2002-01-271-2/+4
| | | | | | | "install some games into /usr/games/hide" dance. This is ?='ed to "no" at the top of the file. XXX What we should do ultimately is either add this to bsd.own.mk or rename it to MKDM and also have it control whether dm(8) is built at all.