]> git.cameronkatri.com Git - bsdgames-darwin.git/shortlog
bsdgames-darwin.git
2007-12-15 perryinclude sys/cdefs.h so that __attribute__ can be fixed...
2007-11-17 dogcowA terrible kludge: don't compile/link malloc.c if arch...
2007-09-16 ragge__attribute -> __attribute__
2007-08-06 hubertfTeach wtf(6) about pkgsrc's help facility:
2007-06-06 rilligIncreased WARNS to 4, since it passes both gcc333 and...
2007-05-28 tlsAdd new Makefile knob, USE_FORT, which extends USE_SSP...
2007-04-22 mousePer PR 36185, OKed by martin@
2007-03-20 hubertfXref shuffle(1) from random(6), and vice versa
2007-02-26 adNetBSD JIHBED
2007-02-26 adNetBSD: Dead on Target
2007-01-24 hubertf - Don't call basename $0 at many places. Use variable...
2007-01-17 chuckUpdate my previous commit to better match the original...
2007-01-17 chuckmrg's changes in 1.13 broke hack's display code.
2007-01-17 hubertfReplve duplicate #includes
2007-01-12 hubertf - ANSIfy
2006-12-25 wizFix some typos in ENIAC quote. From Zafer Aydogan and...
2006-12-25 wizSpell "tomorrow" correctly. From Zafer Aydogan.
2006-12-23 wizBump date for previous. Use mdoc macros.
2006-12-14 reedAdd example of using -w.
2006-11-24 wizs/existance/existence/, from Zafer.
2006-11-24 wizs/independant/independent/, from Zafer.
2006-11-24 wizs/exceded/exceeded/, from Zafer.
2006-11-24 christosfix spelling of accommodate; from Zapher.
2006-11-24 christosfix spelling of accidentally; from Zapher
2006-11-22 reedCheck that -w width is not above maximum. (It already...
2006-10-22 mrgdon't discard const. GCC 4.1-20061021 doesn't like...
2006-10-08 eladTypo, from David A. Holland on #NetBSD-code, thanks!
2006-10-07 eladInput validation, from David A. Holland on #NetBSD...
2006-10-07 eladPR/18906: roskens at elfin dot net: misc. select()...
2006-09-24 jmcneillPR# 4305: [dM] boggle uses very incomplete wordlist.
2006-08-09 christosPR/34175: Zafer Aydogan: touch the window to cause...
2006-06-24 hubertfAttribute ``A language that doesn't affect the way...
2006-06-17 reedFix typo or mispelling.
2006-06-07 jnemethIncrease username length to match modern systems, and...
2006-06-07 jnemethActually accept "?" argument as documented in the manpage.
2006-06-07 jnemethDon't follow symlinks on systems that have O_NOFOLLOW.
2006-06-07 jnemethprevent "stack" overflow
2006-06-07 jnemethbracket else block
2006-06-07 jnemethWARNS=4
2006-06-01 drochnerBetter check data read from tetris.scores before use...
2006-05-25 danread config more strictly, from Maximillian Dornseif
2006-05-18 mrgdon't try to switch a char and have a case of EOF ...
2006-05-17 christosRemove dup Hitler fortune. One of the two fortunes...
2006-05-16 christosPR/33495: Daniel Weiss: Offensive quote in netbsd fortu...
2006-05-14 christosAdd a virtual destructor to avoid "future ABI issues...
2006-05-14 christosadd virtual destructors so that g++ shuts up.
2006-05-14 christosDon't use iostream just for the usage message. Use...
2006-05-14 christosXXX: GCC uninitialized
2006-05-13 christosCoverity CID 3382: Fix memory leak.
2006-05-13 christosCoverity CID 3383: Fix memory leak.
2006-05-13 christosCoverity CID 3508: Fix file leak.
2006-05-13 christosCoverity CID 3269: Fix memory leak.
2006-05-11 mrgsprinkle some -fno-strict-aliasing and -Wno-pointer...
2006-05-11 mrglrint() -> larn_lrint().
2006-05-11 mrgend the argument list to exec*(3) with a NULL instead...
2006-05-11 mrgUC, PC and BC are provided my libtermcap, don't duplica...
2006-05-11 mrgavoid a pointer sign difference.
2006-05-09 mrgchange (mostly) int to socklen_t. GCC 4 doesn't like...
2006-04-26 grooCredit Alan Perlis for ``give him a lollipop'' programm...
2006-04-24 christosCoverity CID 3032: Prevent double free: Next to the...
2006-04-24 snjIt's "its."
2006-04-24 snjIt's "its."
2006-04-20 drochnerfix buffer overflow (CVE-2006-1744), from Debian
2006-04-06 grooGrammar nit. Never mind that it's still not true.
2006-04-02 christosCoverity CID 2788: If no room gets returned, don't...
2006-04-02 christosCoverity CID 2791: Fix file pointer leak.
2006-03-30 jnemethCoverity CID 2452: possible negative array index; CID...
2006-03-30 jnemethCoverity CID 1288: possible negative array index
2006-03-30 jnemethCoverity CID 993: dereference of NULL pointer
2006-03-30 jnemethCoverity CID 1293: not checking for an error return
2006-03-30 jnemethCoverity CID 1287: not checking for error return
2006-03-30 jnemethCoverity CID 1327: check for error return
2006-03-30 jnemethBah! Compare, don't assign!
2006-03-30 jnemethCoverity CID 1328: check for error return
2006-03-30 jnemethCoverity CID 1326: check for error return
2006-03-29 jnemethFix Coverity issue 891 -- FORWARD_NULL.
2006-03-29 jnemethFix Coverity issues 2366 and 2365 -- REVERSE_INULL.
2006-03-29 jnemethFix Coverity issue 2584 -- USE_AFTER_FREE and issue...
2006-03-22 christosAdd missing parens.
2006-03-22 christosSimplify (Masao Uebayashi)
2006-03-22 christosCoverity CID 692: Another && that should be ||. Boy...
2006-03-22 christosCoverity CID 558: && should be obviously ||
2006-03-21 christosCoverity CID 2735: Remove dead code.
2006-03-21 christosCoverity CID 2737: Handle linked-lists properly. Use...
2006-03-20 rtrremove duplicate #include <stdlib.h>
2006-03-19 heNow that we use exit(2), we need to include <stdlib...
2006-03-19 christosinclude <stdlib.h> to get a prototype for exit
2006-03-19 christosCoverity CID 1197: Don't pass -1 to close.
2006-03-19 christosCoverity CID 1467: Elide static buffer overflow.
2006-03-19 christosCoverity CID 868: Fix possible NULL deref (after INFTIM...
2006-03-19 christosCoverity CID 980: Prevent an impossible NULL point...
2006-03-19 christosCoverity CID 2073: Fix memory leak.
2006-03-19 christosCoverity CID 999: Prevent NULL deref.
2006-03-19 christosCoverity CID 695: Remove impossible condition. This...
2006-03-19 christosCoverity CID 998: Possible NULL pointer deref. Actually...
2006-03-19 christosfix typo
2006-03-19 christosCoverity CID 1004: Fix NULL deref.
2006-03-19 christosCoverity CID 1005: Fix NULL deref and incorrect variabl...
2006-03-19 christosCoverity CID 1443: Prevent static overrun.
2006-03-18 christosCoverity CID 827: Prevent NULL pointer deref.
next