summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)Author
1998-02-08cleanup; pjanzen@foatdi.harvard.eduTheo de Raadt
1998-01-31tweaks and cleanup; pjanzen@foatdi.harvard.eduTheo de Raadt
1997-12-16Fix annoying warnings.Angelos D. Keromytis
1997-12-08avoid fclose(NULL)Theo de Raadt
1997-11-18cleanupkstailey
1997-11-18strong randomkstailey
1997-10-01use arc4randomkstailey
1997-09-21$OpenBSD$Theo de Raadt
1997-09-11vfork paranoiaTheo de Raadt
1997-09-02The /var/games/phantasia/* files should be root.gamesAngelos D. Keromytis
1997-09-01Don't try to write to a NULL file pointer whne updating high score listTodd C. Miller
(happens if scores file is not writable).
1997-09-01Remove trailing spaces on lines, use sane pathname sizes, andTodd C. Miller
use warn instead of perror.
1997-08-31fix man; noted by hubert.feyrer@rz.uni-regensburg.deTheo de Raadt
1997-08-27fix ' useTheo de Raadt
1997-08-24various linux-based patches; from linux people; sent by jsm@octomino.demon.co.ukTheo de Raadt
1997-08-19bc -> lekstailey
1997-08-19bc is now le, don't ask me whykstailey
1997-08-19bc is now le, don't ask me whykstailey
1997-08-05pull errno.h inTheo de Raadt
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-08-04And another.Jason Downs
1997-08-04Heh.Jason Downs
1997-08-04And another.Jason Downs
1997-08-04And another one bites the dust.Jason Downs
1997-07-31initscr failure returns NULLTheo de Raadt
1997-07-31proto mallocTheo de Raadt
1997-07-31time_tTheo de Raadt
1997-07-31time_t not longTheo de Raadt
1997-07-31time_t is not longTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-24Clean up play, let player see play more often, improve display timing.Theo de Raadt
Preliminary work from PR 2055 (as reverse patches); phil
1997-07-23tabifykstailey
1997-07-17fix XrTheo de Raadt
1997-07-15gtime var -> gltime varTheo de Raadt
1997-07-08fixes; netbsdTheo de Raadt
1997-07-05<time.h>Michael Shalayeff
1997-06-30tagkstailey
1997-06-30fix highscorekstailey
1997-06-18use uname(3) not gethostname(3); removes some SYSV conditional codekstailey
1997-06-18fix highscore filekstailey
1997-06-18kstailey@cvs(2)$ atckstailey
/usr/share/games/atc/Game_List: Permission denied (fixed)
1997-06-11.XrTheo de Raadt
1997-06-02heh; mph@pobox.comTheo de Raadt
1997-05-30xref correctionsTheo de Raadt
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-19We have a visual report with high confidence that Joshua's words actuallygene
were: A STRANGE GAME. THE ONLY WINNING MOVE IS NOT TO PLAY. (but, nobody likes all caps anyway)
1997-04-10their is -> there iskstailey
1997-04-09the theTheo de Raadt
1997-04-01depend on DPADD, not only one libMichael Shalayeff