2003-01-05 |
pooka | Add ${MACROS} to ${ROFF} usage to make output readable |
commit | commitdiff | tree | snapshot |
2002-12-29 |
kristerw | Correct some comments and error messages that still... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
jmmv | Fix a bug in rwait() introduced during the select(... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
pooka | fix confusion between east and west for y,u,b, and n. |
commit | commitdiff | tree | snapshot |
2002-12-06 |
thorpej | Need <stdlib.h> for abort() prototype. |
commit | commitdiff | tree | snapshot |
2002-12-06 |
thorpej | Avoid strict alias warning. |
commit | commitdiff | tree | snapshot |
2002-12-06 |
thorpej | Avoid confict with reserved identifier "expl". |
commit | commitdiff | tree | snapshot |
2002-11-29 |
wiz | Use more markup, and bump date for ppt's -d flag. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
atatat | Tweak the argc/argv usage a bit more, and be a little... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
kim | Don't skip the first arg. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
kim | initialize dflag to zero, so encoding works. |
commit | commitdiff | tree | snapshot |
2002-11-26 |
kim | I forgot to compile first... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
kim | Add ppt decoding from Michael Shalayeff <mickey@lucifie... |
commit | commitdiff | tree | snapshot |
2002-11-24 |
christos | Fix bogon in compat re code. |
commit | commitdiff | tree | snapshot |
2002-11-21 |
hubertf | NetBSD - love all, serve all. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
drochner | fix duplicate limerick-o in CLEANFILES |
commit | commitdiff | tree | snapshot |
2002-10-18 |
itojun | avoid buffer overrun. fix from openbsd. |
commit | commitdiff | tree | snapshot |
2002-10-01 |
mrg | - use correctly bounded strings when reloading a saved... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
wiz | n-dashes are even better here. Noted by Robert Elz. |
commit | commitdiff | tree | snapshot |
2002-09-26 |
wiz | Lots of minor fixes resulting from reading these man... |
commit | commitdiff | tree | snapshot |
2002-09-26 |
wiz | Mdoc nits -- unneeded ". |
commit | commitdiff | tree | snapshot |
2002-09-26 |
wiz | Ispell. |
commit | commitdiff | tree | snapshot |
2002-09-26 |
wiz | New sentences begin on new lines. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
mycroft | Minor rearrangement. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
mycroft | Remove an unused declaration. |
commit | commitdiff | tree | snapshot |
2002-09-20 |
mycroft | select() -> poll() |
commit | commitdiff | tree | snapshot |
2002-09-20 |
mycroft | If we're searching for a huntd, probe local_address... |
commit | commitdiff | tree | snapshot |
2002-09-20 |
mycroft | select() -> poll() |
commit | commitdiff | tree | snapshot |
2002-09-19 |
mycroft | Slight redux. |
commit | commitdiff | tree | snapshot |
2002-09-19 |
mycroft | select() -> poll() |
commit | commitdiff | tree | snapshot |
2002-09-19 |
mycroft | select() -> poll(), nanosleep() |
commit | commitdiff | tree | snapshot |
2002-09-19 |
lukem | use NETBSDSRCDIR as appropriate |
commit | commitdiff | tree | snapshot |
2002-09-18 |
lukem | some makefile de-linting |
commit | commitdiff | tree | snapshot |
2002-09-18 |
lukem | need bsd.own.mk for NETBSDSRCDIR |
commit | commitdiff | tree | snapshot |
2002-09-18 |
lukem | use NETBSDSRCDIR as appropriate |
commit | commitdiff | tree | snapshot |
2002-08-22 |
chuck | shops are only supposed to have 1 door (as per standard... |
commit | commitdiff | tree | snapshot |
2002-08-20 |
christos | remove spurious ^A's and || |
commit | commitdiff | tree | snapshot |
2002-08-12 |
itojun | calloc() arg mistake. it's (nelem, size). from openbsd |
commit | commitdiff | tree | snapshot |
2002-08-06 |
tron | Remove unused variable "err". |
commit | commitdiff | tree | snapshot |
2002-08-06 |
dbj | fix regular expression matcher. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
christos | utmpx support. |
commit | commitdiff | tree | snapshot |
2002-07-20 |
grant | sweep of errx/warnx, remove unnecessary trailing \n |
commit | commitdiff | tree | snapshot |
2002-07-08 |
grant | add the following quote from elric@.. (with permission... |
commit | commitdiff | tree | snapshot |
2002-07-07 |
tron | Make "rogue" build with "WARNS=2". The necessary patche... |
commit | commitdiff | tree | snapshot |
2002-07-02 |
mycroft | I was bored, so... simplify(?) this code a bit. |
commit | commitdiff | tree | snapshot |
2002-07-02 |
dbj | s/FOURTY/FORTY/ |
commit | commitdiff | tree | snapshot |
2002-07-01 |
itojun | backout previous (arc4random), per request from sommerfeld |
commit | commitdiff | tree | snapshot |
2002-07-01 |
itojun | use arc4random |
commit | commitdiff | tree | snapshot |
2002-06-18 |
simonb | Provide a BN_dec2bn() shim for the non-openssl case... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
simonb | Fix a logic botch where if a number smaller than the... |
commit | commitdiff | tree | snapshot |
2002-06-16 |
itojun | make factor work with and without openssl. |
commit | commitdiff | tree | snapshot |
2002-06-16 |
martin | Include <bsd.own.mk>, to make MKCRYPTO available. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
simonb | Only build factor(6) if ${MKCRYPTO} != no. |
commit | commitdiff | tree | snapshot |
2002-06-15 |
simonb | Use libcrypto's bignum support to implement a Pollard... |
commit | commitdiff | tree | snapshot |
2002-06-02 |
wiz | de-register |
commit | commitdiff | tree | snapshot |
2002-05-26 |
wiz | __STDC__ is always defined on NetBSD. |
commit | commitdiff | tree | snapshot |
2002-05-18 |
pooka | remove the attributions from my slogans. they kept... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
uwe | NetBSD/toaster: we wish the toaster to be happy too. |
commit | commitdiff | tree | snapshot |
2002-05-17 |
hubertf | #netbsd - where monks recite their internal dialogue... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
pooka | Raiders of the Lost Arch |
commit | commitdiff | tree | snapshot |
2002-03-31 |
hubertf | The game would show the statistic info and immediately... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
christos | PR/15878: Ed Ravin: fortune all frees junk pointers... |
commit | commitdiff | tree | snapshot |
2002-03-05 |
thorpej | No need to reference .OBJDIR here. |
commit | commitdiff | tree | snapshot |
2002-03-05 |
thorpej | No need to reference .OBJDIR here. |
commit | commitdiff | tree | snapshot |
2002-03-05 |
thorpej | There is no need to explcitly use ${.OBJDIR}; it's... |
commit | commitdiff | tree | snapshot |
2002-02-26 |
wiz | Correct spelling of "delimiter", and remove from ignore... |
commit | commitdiff | tree | snapshot |
2002-02-19 |
wiz | strategy should have an 'r'. Inspired by similar change... |
commit | commitdiff | tree | snapshot |
2002-02-09 |
lukem | use ${INSTALL_FILE} as appropriate |
commit | commitdiff | tree | snapshot |
2002-02-08 |
ross | Generate <>& symbolically. I'm avoiding .../dist/.... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
christos | Be more verbose about teleports, and fix a minor proble... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
tv | Don't put [] around the strings passed to tr -- those... |
commit | commitdiff | tree | snapshot |
2002-01-27 |
perry | Temporarily add a "MKHIDEGAME" variable that by default... |
commit | commitdiff | tree | snapshot |
2002-01-27 |
perry | Make this work if HIDEGAME is not set but SETGIDGAME... |
commit | commitdiff | tree | snapshot |
2002-01-20 |
wiz | Use standard headers. |
commit | commitdiff | tree | snapshot |
2002-01-20 |
jsm | Allow minimum word length to be set on command line... |
commit | commitdiff | tree | snapshot |
2002-01-10 |
pooka | few entries more |
commit | commitdiff | tree | snapshot |
2001-12-20 |
soren | Sync getopt() / man page with actual getopt options. |
commit | commitdiff | tree | snapshot |
2001-12-19 |
gmcgarry | .include <bsd.own.mk> early |
commit | commitdiff | tree | snapshot |
2001-12-12 |
tv | MKfoo=no -> NOfoo= |
commit | commitdiff | tree | snapshot |
2001-12-06 |
blymn | Change deprecated curses function to new equivalent. |
commit | commitdiff | tree | snapshot |
2001-12-06 |
blymn | Changed deprecated curses call to new equivalent. |
commit | commitdiff | tree | snapshot |
2001-12-06 |
blymn | Change deprecated curses call to new equivalent. |
commit | commitdiff | tree | snapshot |
2001-12-06 |
blymn | Change deprecated curses function to new equivalent. |
commit | commitdiff | tree | snapshot |
2001-12-06 |
blymn | Change deprecated curses function calls to new equivalents. |
commit | commitdiff | tree | snapshot |
2001-12-06 |
blymn | Change deprecated curses function to new equivalent. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
wiz | Replace some misuses of "then" with "than". |
commit | commitdiff | tree | snapshot |
2001-12-04 |
blymn | Replace deprecated curses call with supported equivalent. |
commit | commitdiff | tree | snapshot |
2001-12-04 |
blymn | Convert old deprecated curses call to new equivalent. |
commit | commitdiff | tree | snapshot |
2001-11-21 |
wiz | Presence looks better with a 'c' instead of an 's'. |
commit | commitdiff | tree | snapshot |
2001-11-19 |
perry | remove a spurious .include <bsd.own.mk> |
commit | commitdiff | tree | snapshot |
2001-11-02 |
christos | Update to the new t_agetstr() API. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
wiz | Undo indentation glitch in previous. |
commit | commitdiff | tree | snapshot |
2001-10-28 |
proff | improve random number seeding |
commit | commitdiff | tree | snapshot |
2001-10-22 |
mjl | Add one. |
commit | commitdiff | tree | snapshot |
2001-10-20 |
proff | Fortune is not moribund. |
commit | commitdiff | tree | snapshot |
2001-10-19 |
tv | Rename com#.c to command#.c to avoid conflicts with... |
commit | commitdiff | tree | snapshot |
2001-09-24 |
wiz | va_{start,end} audit: |
commit | commitdiff | tree | snapshot |
2001-09-19 |
lukem | if we're going to quote the movie, let's at least get... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
wiz | Give initiali[sz]e all the "i"s it deserves. |
commit | commitdiff | tree | snapshot |
2001-09-16 |
wiz | Spell 'occurred' with two 'r's. |
commit | commitdiff | tree | snapshot |
next |