summaryrefslogtreecommitdiffstats
path: root/monop
Commit message (Expand)AuthorAgeFilesLines
...
* Fix capitalization of street names. from pjanzen@openbsddholland2008-02-191-21/+21
* More typo fixesdholland2008-02-192-4/+4
* Fix formatting bug apparently introduced when the page was mdoc'd. (Haddholland2008-02-191-3/+3
* Remove transient thingy that wasn't supposed to see the light of day, anddholland2008-02-191-15/+14
* Fix (another) typo in commentdholland2008-02-191-3/+3
* Fix typo in commentdholland2008-02-191-3/+3
* Make this build with WARNS=4.dholland2008-01-289-70/+78
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
* A terrible kludge: don't compile/link malloc.c if arch=sun2. My apologiesdogcow2007-11-171-2/+6
* Coverity CID 998: Possible NULL pointer deref. Actually this was a bugchristos2006-03-191-5/+6
* fix typochristos2006-03-191-3/+3
* Coverity CID 1004: Fix NULL deref.christos2006-03-191-2/+4
* Coverity CID 1005: Fix NULL deref and incorrect variable use.christos2006-03-191-11/+16
* better handle ^d in getinp(), so we dont loop endlessly.elad2006-01-201-6/+5
* Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz2005-09-151-3/+3
* Convert from libc/threadlib-style mutex protection to pthread style.nathanw2004-12-141-13/+13
* Add (unsigned char) cast to ctype functionsdsl2004-11-052-9/+8
* Remove uses of __P.jsm2004-01-2713-100/+100
* Rename yn to yncoms to avoid conflict with GCC 3.4 built-in XSIjsm2004-01-263-7/+7
* Improve how various "simple" host tools are built and invoked.lukem2003-11-161-4/+4
* Rework how MAKEVERBOSE operates:lukem2003-10-211-5/+3
* rework to use the newer _MKMSGCREATE (et al) macroslukem2003-10-191-3/+3
* Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)lukem2003-10-191-1/+5
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-0725-166/+66
* Quote question mark.wiz2003-06-271-2/+2
* Fix some nits, do not mark up i.e. too much. From jmc@openbsd.wiz2003-04-261-10/+8
* PR/8247: Simon Burge: monop(6) save/restore doesn't work.christos2003-04-212-6/+9
* use an sbrk() only malloc() because save and restore depends on savingchristos2003-04-212-3/+500
* interrupt with two rs.wiz2003-01-061-3/+3
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-8/+10
* New sentences begin on new lines.wiz2002-09-261-3/+5
* calloc() arg mistake. it's (nelem, size). from openbsditojun2002-08-121-3/+3
* de-registerwiz2002-06-021-4/+2
* No need to reference .OBJDIR here.thorpej2002-03-051-2/+2
* Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross2002-02-081-2/+2
* Give initiali[sz]e all the "i"s it deserves.wiz2001-09-181-3/+3
* Include <time.h> for declarations the Single Unix Specification saysjsm2001-08-291-2/+3
* seperate -> separatewiz2001-07-221-4/+4
* fix building of cards.pcklukem2001-06-061-2/+2
* Whitespace and/or punctuation fixes.wiz2001-04-021-8/+8
* avoid C sequence point issues warned about by development version of gcc.cgd2001-01-162-7/+7
* remove unnecessary command name after .Nmlukem2000-11-071-3/+3
* Use a local implementation of htonl() called h2nl(). htonl() is notsimonb2000-07-311-6/+26
* printf() pedant - do not pass variable alone, use %s.itojun2000-07-101-4/+4
* Fix typo, pointed out by seebs@plethora.net in PR bin/10131.hubertf2000-05-171-1/+1
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
* Use err(1, NULL) and warn(NULL) for `out of memory' error messages.jsm2000-01-091-4/+4
* Don't use <err.h>. Use ANSI prototypes (no dependance on the __P()simonb1999-12-302-33/+62
* Fix uses of namespaces reserved by ISO C or POSIX.1.jsm1999-09-303-9/+9
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-2/+5