| Commit message (Expand) | Author | Age | Files | Lines |
* | set watch in tcsh requires an equal sign after the variable name. | joerg | 2002-11-16 | 1 | -1/+1 |
* | Add gerrold.limerick to the building process. | dcs | 2002-11-10 | 1 | -3/+3 |
* | Finished at last. | dcs | 2002-11-10 | 1 | -1/+706 |
* | Filling this file at last (now check when I first committed it and see how | dcs | 2002-11-09 | 1 | -0/+72 |
* | The future's bright: the future's Ballard... | fanf | 2002-10-30 | 1 | -0/+3 |
* | Add a fortune for people who have read their classics. | phk | 2002-10-29 | 1 | -0/+9 |
* | Remove old build glue for removed games. | markm | 2002-10-21 | 1 | -8/+0 |
* | Deorbit complete. We dont build these anymore, so into the attic they go. | markm | 2002-10-21 | 509 | -115054/+0 |
* | Minor grammatical correction | tom | 2002-10-20 | 1 | -2/+2 |
* | Do not build the majority of the games. Remaining are the | markm | 2002-10-20 | 1 | -29/+2 |
* | Fix the path to the make.conf example file. | blackend | 2002-10-19 | 1 | -1/+2 |
* | So a positive time zone offset is west, right? or is it east? Um. | fanf | 2002-10-19 | 1 | -0/+9 |
* | Last commit was slightly hasty: #include <string.h> is required on | fanf | 2002-10-09 | 1 | -0/+1 |
* | Kill obsolete #include <memory.h> which I didn't spot earlier because | fanf | 2002-10-09 | 1 | -1/+0 |
* | Mdocify and fix a load of errors dating back to the dawn of time. | fanf | 2002-10-09 | 1 | -58/+65 |
* | Factorize bignums using the Pollard Rho algorithm. The code comes | fanf | 2002-10-09 | 2 | -22/+197 |
* | Style fixes to: #include ordering; use const and static; ANSI functions; | fanf | 2002-10-09 | 5 | -70/+60 |
* | As back-out requests must be followed, back out the removal of wargames(6) | jmallett | 2002-10-09 | 4 | -0/+106 |
* | Remove the wargames(6) novelty [and not the fun kind]: | jmallett | 2002-10-08 | 4 | -106/+0 |
* | We're missing none of these games, they just aren't here. | jmallett | 2002-10-08 | 1 | -1/+0 |
* | Correct the description of what fortunes get installed (by default, also the | schweikh | 2002-09-24 | 1 | -3/+5 |
* | s/seems to thing/seems to think | schweikh | 2002-09-21 | 1 | -1/+1 |
* | Fix spelling of Bismarck's name and remove duplicate | tg | 2002-09-11 | 2 | -19/+3 |
* | Add a tip about using sed(1)'s FreeBSD-specific -i option. | jmallett | 2002-09-04 | 1 | -0/+10 |
* | Spell Ken Olsen's name the same way everywhere. | dwmalone | 2002-08-31 | 2 | -3/+3 |
* | Rewrite wargames(6) in C. A program in C in the public domain is better than | jmallett | 2002-08-30 | 3 | -46/+48 |
* | Wargames was PG-13, not PGP 13. I just watched it with my girlfriend, and | jmallett | 2002-08-29 | 1 | -1/+1 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 11 | -27/+45 |
* | Fix typos (s/seperat/separat/ et al); add FreeBSD ID. | schweikh | 2002-08-12 | 1 | -7/+8 |
* | Remove some Dijkstra quotes from fortunes that are duplicated in fortunes2. | fanf | 2002-08-09 | 2 | -47/+14 |
* | Re-sort. | fanf | 2002-08-09 | 1 | -3/+3 |
* | Remove spurious quotes. | fanf | 2002-08-09 | 1 | -2/+2 |
* | Correctly sort previous addition. | fanf | 2002-08-09 | 1 | -5/+5 |
* | Some more advice from Dijkstra. | fanf | 2002-08-09 | 1 | -0/+5 |
* | Fix a couple of typos in a Dijkstra quote. | fanf | 2002-08-09 | 1 | -2/+2 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 10 | -13/+13 |
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 9 | -12/+12 |
* | Fix a typo. | dwmalone | 2002-07-14 | 1 | -1/+1 |
* | Fix a typo. | dwmalone | 2002-07-14 | 1 | -1/+1 |
* | Fix whitespace botch in previous commit. | peter | 2002-07-09 | 1 | -0/+1 |
* | Add C code that counts the bits in a 32 bit word, right next to the C code | peter | 2002-07-09 | 2 | -0/+15 |
* | Paraphrase a quote to remove year specific references. | mp | 2002-07-07 | 1 | -1/+1 |
* | Use varargs for syserr(). | jmallett | 2002-06-23 | 1 | -2/+9 |
* | syserr()'s first argument is not exit status, avoid dereferencing (char *)0 | jmallett | 2002-06-23 | 1 | -1/+1 |
* | Use POSIX macros for wait(2)-style status information instead of the | mike | 2002-06-03 | 2 | -4/+4 |
* | Backout recent typo "fix". I've been enlightened that it's an obsolete | schweikh | 2002-05-31 | 1 | -1/+1 |
* | Typo: s/Indomptable/Indomitable/ | schweikh | 2002-05-31 | 1 | -1/+1 |
* | Add used include of <stdlib.h>, copying style bugs from adjacent lines. | wollman | 2002-05-30 | 1 | -0/+1 |
* | Fix preprocessor directive syntax (text after #endif). | wollman | 2002-05-30 | 1 | -1/+1 |
* | Make almost WARNS=5 compliant: | alfred | 2002-05-28 | 13 | -101/+83 |