summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Coverity CID 692: Another && that should be ||. Boy...christos2006-03-221-3/+3
* Coverity CID 558: && should be obviously ||christos2006-03-221-3/+3
* Coverity CID 2735: Remove dead code.christos2006-03-211-4/+2
* Coverity CID 2737: Handle linked-lists properly. Use calloc instead of mallocchristos2006-03-211-7/+8
* remove duplicate #include <stdlib.h>rtr2006-03-201-3/+2
* Now that we use exit(2), we need to include <stdlib.h> for its definition.he2006-03-191-2/+3
* include <stdlib.h> to get a prototype for exitchristos2006-03-191-2/+3
* Coverity CID 1197: Don't pass -1 to close.christos2006-03-191-3/+4
* Coverity CID 1467: Elide static buffer overflow.christos2006-03-191-3/+3
* Coverity CID 868: Fix possible NULL deref (after INFTIM passes :-)christos2006-03-191-3/+5
* Coverity CID 980: Prevent an impossible NULL point deref.christos2006-03-191-3/+3
* Coverity CID 2073: Fix memory leak.christos2006-03-191-2/+4
* Coverity CID 999: Prevent NULL deref.christos2006-03-191-3/+4
* Coverity CID 695: Remove impossible condition. This changes the scoring aschristos2006-03-191-5/+3
* 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
* Coverity CID 1443: Prevent static overrun.christos2006-03-191-4/+6
* Coverity CID 827: Prevent NULL pointer deref.christos2006-03-181-3/+3
* Coverity CID 1699: Fix memory leaks.christos2006-03-181-12/+21
* Coverity CID 2544: Fix memory leak.christos2006-03-181-12/+17
* Coverity CID 1786: Close file.christos2006-03-181-2/+3
* Coverity CID 570: Remove impossible check.christos2006-03-181-3/+3
* Coverity CID 1195: Check for possible negative index.christos2006-03-181-3/+6
* Coverity CID 777: Fix NULL pointer deref and de-obfuscate code.christos2006-03-181-7/+7
* Coverity CID 1230: Remove spurious close().christos2006-03-181-3/+2
* Coverity CID 1294: Avoid negative variable used as index.christos2006-03-181-3/+4
* Coverity CID 1295: Don't allow cchose to return a negative number. It ischristos2006-03-181-2/+6
* fclose() open FILE * even though we are returning to fail anyway.rtr2006-03-181-3/+5
* don't access out of bounds element of static alloc array.rtr2006-03-181-3/+3
* If none of the boarding parties are set do not fall off the end of theabs2006-03-182-5/+5
* add more "ifdef notdef" around unused sections - addresses Coverity CID 564abs2006-03-171-2/+6
* Add a missing bp->b_score not null check - addresses Coverity CID 1003abs2006-03-171-3/+3
* if getpwuid() returns null, print out the uid rather than dereferencingabs2006-03-171-7/+15
* Fix overrun in players[] array. Addresses Coverty CID 1457abs2006-03-171-3/+3
* If getpwuid() returns null, its not usually a good idea to dereferenceabs2006-03-171-5/+5
* Call fclose() appropriately if there is a problem with the save file.abs2006-03-171-2/+4
* Use MKPRIVATELIB instead of NOLINKLIB/NOMAN/NOPIC/NOLINT.simonb2006-02-251-5/+2
* Change DPADD from LIBTERM (which doesn't exist) and LIBCOMPAT (which itsimonb2006-02-251-2/+2
* Fix typo in the instructions.wiz2006-02-251-3/+3
* Remove duplicate and uncredited "Plan for the Improvement of Englishwiz2006-02-251-16/+0
* Correct The Hitchhiker's Guide to the Galaxy entry about dolphins as perjnemeth2006-02-201-8/+10
* moduli utils moved from games to usr.bin.elad2006-01-241-2/+2
* Remove qsiefe/qsafe from games. Will be put back in usr.bin.elad2006-01-249-1108/+0
* Bump date for previous.wiz2006-01-221-2/+2
* Drop trailing whitespace. Remove superfluous .br.wiz2006-01-221-7/+6
* better handle ^d in getinp(), so we dont loop endlessly.elad2006-01-201-6/+5
* oops, make this install to /usr/games and not /...elad2006-01-201-1/+5
* Descend to moduli too.elad2006-01-191-2/+2