Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: sweep. | ru | 2002-11-29 | 1 | -18/+14 |
| | |||||
* | Fix a typo. Add FreeBSD ID in a %% comment. | schweikh | 2002-11-17 | 1 | -1/+2 |
| | | | | MFC after: 3 days | ||||
* | set watch in tcsh requires an equal sign after the variable name. | joerg | 2002-11-16 | 1 | -1/+1 |
| | | | | MFC after: 1 day | ||||
* | 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 |
| | | | | | | long certain people take to return books...). Still more to go. | ||||
* | 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 |
| | | | | "utility-like" games and everyone's favourite, fortune(6). | ||||
* | Fix the path to the make.conf example file. | blackend | 2002-10-19 | 1 | -1/+2 |
| | | | | | PR: docs/44278 Submitted by: Chris Pepper <pepper@rockefeller.edu> | ||||
* | So a positive time zone offset is west, right? or is it east? Um. | fanf | 2002-10-19 | 1 | -0/+9 |
| | | | | | | | What is the standard for this, anyway? Ah, we get to choose. I see. This commit is brought to you by the numbers 2001 and 2822 and the letters P, O, S, I, X and R, F, C. | ||||
* | Last commit was slightly hasty: #include <string.h> is required on | fanf | 2002-10-09 | 1 | -0/+1 |
| | | | | -CURRENT to be WARNS-safe (but not -STABLE for some reason) | ||||
* | Kill obsolete #include <memory.h> which I didn't spot earlier because | fanf | 2002-10-09 | 1 | -1/+0 |
| | | | | it's still in the NetBSD version. | ||||
* | Mdocify and fix a load of errors dating back to the dawn of time. | fanf | 2002-10-09 | 1 | -58/+65 |
| | | | | | | Don't mention hard limits for factor(6) since it now has bignum support. Obtained from: NetBSD (mdoc only -- their man page is still mostly wrong) | ||||
* | Factorize bignums using the Pollard Rho algorithm. The code comes | fanf | 2002-10-09 | 2 | -22/+197 |
| | | | | | | | | | | | from NetBSD, altered to retain the FreeBSD -h feature and various stylistic improvements and avoid regressions. In the absence of OpenSSL (and therefore bignums) the old code is used. PR: 43831 Reviewed by: kris, markm, obrien Obtained from: NetBSD MFC after: 2 weeks | ||||
* | Style fixes to: #include ordering; use const and static; ANSI functions; | fanf | 2002-10-09 | 5 | -70/+60 |
| | | | | | | | | | various usage synopses; bogus and/or unnecessary casting; exit values; use LINE_MAX instead of magic numbers; declare extern variables in a header; add $FreeBSD$ where missing. Reviewed by: markm, obrien Obtained from: NetBSD | fanf | ||||
* | As back-out requests must be followed, back out the removal of wargames(6) | jmallett | 2002-10-09 | 4 | -0/+106 |
| | | | | at mike@'s request. | ||||
* | Remove the wargames(6) novelty [and not the fun kind]: | jmallett | 2002-10-08 | 4 | -106/+0 |
| | | | | | | | | | | | | | | | | 1) It never was very funny. 2) It was a N line shell script where N is less than X, where X is the number of lines of the Berkeley copyright and license. 3) I rewrote it in C with the intention of making it more interactive, ala the movie, but never did. 4) Because it really is possible for at least some parts of a distribution to shrink between releases. X-No-MFC: This game will remain in RELENG_4 and previous. X-Bikesheds-To: markm@ Approved by: The #bsdcode cabal. Obtained from: Professor Falken | ||||
* | 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 |
| | | | | | | | | | offensive ones). Make it clear that datfiles/Makefile needs to be edited in case someone wants it otherwise. PR: misc/36153 Submitted by: Nick Jennings <nick@namodn.com> X-MFC after: 4.7 is out the door. | ||||
* | s/seems to thing/seems to think | schweikh | 2002-09-21 | 1 | -1/+1 |
| | | | | X-MFC after: 4.7 is out the door | ||||
* | Fix spelling of Bismarck's name and remove duplicate | tg | 2002-09-11 | 2 | -19/+3 |
| | | | | Bertrand Russell quotations. | ||||
* | Add a tip about using sed(1)'s FreeBSD-specific -i option. | jmallett | 2002-09-04 | 1 | -0/+10 |
| | | | | MFC after: 42 days | ||||
* | Spell Ken Olsen's name the same way everywhere. | dwmalone | 2002-08-31 | 2 | -3/+3 |
| | | | | PR: 7434 | ||||
* | Rewrite wargames(6) in C. A program in C in the public domain is better than | jmallett | 2002-08-30 | 3 | -46/+48 |
| | | | | | a shell script with a big copyright. Or maybe just a good way to spend an hour after watching a Matthew Broderick flick. | ||||
* | Wargames was PG-13, not PGP 13. I just watched it with my girlfriend, and | jmallett | 2002-08-29 | 1 | -1/+1 |
| | | | | | | there was no mention of PGP, despite what the manpage said! Total let down! MFC After: 65456665556666545666655654 DTMF tones. | ||||
* | 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 |
| | | | | | Suggested by: bde MFC after: 3 days | ||||
* | Remove some Dijkstra quotes from fortunes that are duplicated in fortunes2. | fanf | 2002-08-09 | 2 | -47/+14 |
| | | | | | Move the single remaining one across to fortunes2 to join its friends. Spell his name consistently. Remove a couple of other duplicate fortunes. | ||||
* | 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 |
| | | | | | | for a long time now. Approved by: bde | ||||
* | s/${INSTALL} -c/${INSTALL} ${COPY}/ | ru | 2002-07-18 | 9 | -12/+12 |
| | |||||
* | Fix a typo. | dwmalone | 2002-07-14 | 1 | -1/+1 |
| | | | | | PR: 40539 Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca> | ||||
* | Fix a typo. | dwmalone | 2002-07-14 | 1 | -1/+1 |
| | | | | | PR: 40523 Submitted by: Andrew Stevenson <andrew@ugh.net.au> | ||||
* | 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 |
| | | | | that reverses the bits in a 32 bit word. Who thinks up this stuff? | ||||
* | Paraphrase a quote to remove year specific references. | mp | 2002-07-07 | 1 | -1/+1 |
| | | | | | PR: 40291 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca> | ||||
* | Use varargs for syserr(). | jmallett | 2002-06-23 | 1 | -2/+9 |
| | | | | Pointed out by: snapshots.jp.freebsd.org warnings log. | ||||
* | syserr()'s first argument is not exit status, avoid dereferencing (char *)0 | jmallett | 2002-06-23 | 1 | -1/+1 |
| | | | | in printf(3). | ||||
* | Use POSIX macros for wait(2)-style status information instead of the | mike | 2002-06-03 | 2 | -4/+4 |
| | | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion. | ||||
* | Backout recent typo "fix". I've been enlightened that it's an obsolete | schweikh | 2002-05-31 | 1 | -1/+1 |
| | | | | | | and rare synonym for indomitable (from the French indomptable) Requested by: "Jacques A. Vidrine" <nectar@FreeBSD.org> | ||||
* | Typo: s/Indomptable/Indomitable/ | schweikh | 2002-05-31 | 1 | -1/+1 |
| | | | | MFC after: 3 weeks | ||||
* | Add used include of <stdlib.h>, copying style bugs from adjacent lines. | wollman | 2002-05-30 | 1 | -0/+1 |
| |