summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-1571-250/+250
* include sys/cdefs.h so that __attribute__ can be fixed laterperry2007-12-153-3/+6
* A terrible kludge: don't compile/link malloc.c if arch=sun2. My apologiesdogcow2007-11-171-2/+6
* __attribute -> __attribute__ragge2007-09-161-3/+3
* Teach wtf(6) about pkgsrc's help facility:hubertf2007-08-062-8/+18
* Increased WARNS to 4, since it passes both gcc333 and gcc411 on i386.rillig2007-06-061-2/+2
* Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls2007-05-281-1/+2
* Per PR 36185, OKed by martin@mouse2007-04-225-37/+52
* Xref shuffle(1) from random(6), and vice versahubertf2007-03-201-2/+3
* NetBSD JIHBEDad2007-02-261-0/+2
* NetBSD: Dead on Targetad2007-02-261-0/+3
* - Don't call basename $0 at many places. Use variable $PROGNAMEhubertf2007-01-241-7/+14
* Update my previous commit to better match the original code, includingchuck2007-01-171-5/+8
* mrg's changes in 1.13 broke hack's display code.chuck2007-01-171-5/+8
* Replve duplicate #includeshubertf2007-01-172-6/+4
* - ANSIfyhubertf2007-01-121-16/+11
* Fix some typos in ENIAC quote. From Zafer Aydogan and myself.wiz2006-12-251-3/+3
* Spell "tomorrow" correctly. From Zafer Aydogan.wiz2006-12-251-1/+1
* Bump date for previous. Use mdoc macros.wiz2006-12-231-3/+3
* Add example of using -w.reed2006-12-141-1/+4
* s/existance/existence/, from Zafer.wiz2006-11-242-3/+3
* s/independant/independent/, from Zafer.wiz2006-11-241-2/+2
* s/exceded/exceeded/, from Zafer.wiz2006-11-241-3/+3
* fix spelling of accommodate; from Zapher.christos2006-11-241-3/+3
* fix spelling of accidentally; from Zapherchristos2006-11-241-2/+2
* Check that -w width is not above maximum. (It already checks for zero orreed2006-11-221-4/+4
* don't discard const. GCC 4.1-20061021 doesn't like that...mrg2006-10-221-3/+3
* Typo, from David A. Holland on #NetBSD-code, thanks!elad2006-10-082-2/+1
* Input validation, from David A. Holland on #NetBSD-codeelad2006-10-071-6/+18
* PR/18906: roskens at elfin dot net: misc. select() to poll() updates.elad2006-10-071-5/+5
* PR# 4305: [dM] boggle uses very incomplete wordlist.jmcneill2006-09-241-2/+7
* PR/34175: Zafer Aydogan: touch the window to cause a refresh after helpchristos2006-08-092-18/+20
* Attribute ``A language that doesn't affect the way you think abouthubertf2006-06-241-0/+1
* Fix typo or mispelling.reed2006-06-171-2/+2
* Increase username length to match modern systems, and create #defines for ajnemeth2006-06-071-2/+4
* Actually accept "?" argument as documented in the manpage.jnemeth2006-06-071-16/+14
* Don't follow symlinks on systems that have O_NOFOLLOW.jnemeth2006-06-071-5/+9
* prevent "stack" overflowjnemeth2006-06-072-3/+5
* bracket else blockjnemeth2006-06-071-3/+4
* WARNS=4jnemeth2006-06-071-2/+2
* Better check data read from tetris.scores before use as array indices etc.drochner2006-06-011-9/+12
* read config more strictly, from Maximillian Dornseifdan2006-05-251-5/+5
* don't try to switch a char and have a case of EOF - use an int.mrg2006-05-182-8/+13
* Remove dup Hitler fortune. One of the two fortunes I moved yesterday, waschristos2006-05-171-4/+0
* PR/33495: Daniel Weiss: Offensive quote in netbsd fortune packagechristos2006-05-162-13/+13
* Add a virtual destructor to avoid "future ABI issues". I love c++.christos2006-05-141-1/+2
* add virtual destructors so that g++ shuts up.christos2006-05-142-2/+4
* Don't use iostream just for the usage message. Use stdio instead.christos2006-05-141-5/+5
* XXX: GCC uninitializedchristos2006-05-143-11/+14
* Coverity CID 3382: Fix memory leak.christos2006-05-131-2/+3