summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Grammar fixes, from jmc@openbsd.wiz2003-04-261-5/+5
|
* Use .Nm instead of "arithmetic" in one place. From jmc@openbsd.wiz2003-04-261-2/+4
|
* Implement a -t option, to easily select an acronyms list from /usr/share/misc.jmmv2003-04-252-5/+16
| | | | One can do `wtf -t comp pci' and it will use /usr/share/misc/acronyms.comp to search the acronym as usual.
* PR/8247: Simon Burge: monop(6) save/restore doesn't work.christos2003-04-212-6/+9
| | | | | | With the advent of elf and mmaping malloc, assumptions that the code made before about location and contents of the data segment broke. We supplied an sbrk() only malloc, and recorded the break point at the beginning of the program, so now save and restore works, in the traditional monop style.
* use an sbrk() only malloc() because save and restore depends on savingchristos2003-04-212-3/+500
| | | the data segment only. Maybe we should make libbsdmalloc?
* Mention the /usr/share/misc/acronyms.comp database.jmmv2003-04-111-3/+5
|
* And use basename $0 to get program's name...jmmv2003-04-101-2/+2
|
* Implement the `-f' command line option to specify which acronyms databasejmmv2003-04-102-4/+40
| | | to use. Overrides ACRONYMDB's value, if given.
* add a fortune contributed by Petter "Nosfisk" Lindquist in PR misc/21070jdolecek2003-04-081-0/+3
| | | a nice one - thanks!
* Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason andjsm2003-04-0280-214/+4751
| | | | CWI <http://www.cwi.nl/~aeb/games/hack/hack.html>. Via OpenBSD. Addresses part of PR bin/5850.
* Rewrite broken broadcast interface detection code using getifaddrs(3).drochner2003-04-011-15/+22
| | | "hunt -q" works now.
* PDP-11 instead of PDP 11. Igor Sobrado in PR 19678.wiz2003-03-301-2/+2
|
* Yugoslavia has changed its name to Serbia and Montenegro.jsm2003-03-291-1/+1
|
* The Hague is not the capital of the Netherlands. Reported by Hugo vanjsm2003-03-291-1/+1
| | | | Galen <hugo@Dot.net> (in the Netherlands) and Florian Boehl <flo@namensraumverschmutzung.net>.
* Some might call them the Wright Bothers, but I prefer Wright Brothers.briggs2003-03-201-1/+1
|
* Make this work on sparc64 (don't use long and assume sizeof(long) = 4).jdc2003-02-262-8/+8
| | | Tested against a LE32 system (arm).
* .Nm does not need a dummy argument ("") before punctuation orwiz2003-02-258-16/+16
| | | for correct formatting of the SYNOPSIS any longer.
* .Nm still needs "".wiz2003-02-231-2/+2
|
* Use pipe ("|") as a sed command field separator and allow slash ("/")salo2003-02-061-2/+2
| | | | | character in acronyms. (e.g. W/, B/C, ...) Approved by jdolecek.
* The Double-Semi-Colon Police.simonb2003-01-202-5/+5
|
* My god, it's full of typos (still is).mjl2003-01-183-109/+109
|
* bandwidth, not bandwith.wiz2003-01-171-1/+1
|
* interrupt with two rs.wiz2003-01-061-3/+3
|
* Add ${MACROS} to ${ROFF} usage to make output readablepooka2003-01-052-4/+4
| | | from jbernard@mines.edu in misc/19685
* Correct some comments and error messages that still talked about "select".kristerw2002-12-291-10/+5
| | | Solves the last part of PR 18905.
* Fix a bug in rwait() introduced during the select() to poll() conversionjmmv2002-12-261-5/+6
| | | that caused tetris to crash when pausing the game. Approved by tron.
* fix confusion between east and west for y,u,b, and n.pooka2002-12-151-1/+1
| | | from Soren Jacobsen in misc/19397
* Need <stdlib.h> for abort() prototype.thorpej2002-12-061-2/+3
|
* Avoid strict alias warning.thorpej2002-12-061-3/+3
|
* Avoid confict with reserved identifier "expl".thorpej2002-12-064-24/+24
|
* Use more markup, and bump date for ppt's -d flag.wiz2002-11-291-4/+7
|
* Tweak the argc/argv usage a bit more, and be a little less eager aboutatatat2002-11-261-7/+11
| | | printing newlines.
* Don't skip the first arg.kim2002-11-261-4/+4
|
* initialize dflag to zero, so encoding works.kim2002-11-261-3/+5
|
* 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.