summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)Author
1997-01-03root NOT games.etheisen
1997-01-02getc returns int not char.Dale S. Rahn
This matters on some ports, such as powerpc. (signed vs unsigned issue).
1996-12-29Fix typoThorsten Lockert
1996-12-22proper gid revokeTheo de Raadt
1996-12-21Deal correctly with being SGIDThorsten Lockert
1996-12-21Relinguish SGID games, restore it only when opening the score fileThorsten Lockert
1996-12-21Clean up lint and -Wall outputThorsten Lockert
1996-12-21Don't reset group here, we won't be able to execute games that wayThorsten Lockert
1996-12-20Nevermind, curses problem was caused by a busted lib on threadway.Jason Downs
1996-12-19gid gamesTheo de Raadt
1996-12-19setgid games, not setuid games. closes a neat set of holesTheo de Raadt
1996-12-19toast shell escape codeTheo de Raadt
1996-12-16add gomokuJason Downs
1996-12-16Import of gomoku from 4.4BSD Lite2. Uses ocurses.Jason Downs
1996-12-14some cleanup from bde@freebsdTheo de Raadt
1996-12-10typo, jmg@nike.efn.orgTheo de Raadt
1996-12-10"the the" purgeTheo de Raadt
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-11-25Reorder includes for htons et al.Niklas Hallqvist
1996-11-25rindex -> strrchrTodd C. Miller
add some void casts safe strcpy
1996-10-28Safe $HOME handling.Todd C. Miller
1996-10-28Safe $HOME handling.Todd C. Miller
1996-10-27Don't make size assumptions wrt $HOMETodd C. Miller
1996-10-26prefer $LOGNAME to $USER. Fix strncpy() usage.Todd C. Miller
1996-10-26prefer $LOGNAME over $USER. fix strncpy() usage.Todd C. Miller
1996-10-15deal with files as euid; based on code by alex@freebsd.orgTheo de Raadt
1996-10-14vital fixes. From Kenneth Stailey (kstailey@dol-esa.gov)michaels
1996-10-12clean betterNiklas Hallqvist
1996-10-06Store the fortune data files with fixed data types, and document this.Thorsten Lockert
Bump database version to 2.
1996-10-06Store the card deck using fixed sizes and network byte orderThorsten Lockert
1996-09-20Bug fix from Kenneth Stailey <kstailey@dol-esa.gov>, PR#20.Jason Downs
1996-08-21this is a real game, hide it.Jason Downs
1996-08-21+bsJason Downs
1996-08-21battleships, from FreeBSDJason Downs
1996-08-21+grdcJason Downs
1996-08-21From FreeBSD.Jason Downs
1996-08-18termcap path; explorer@netbsd.orgTheo de Raadt
1996-08-15NetBSD PR#2699: delay revoke of privs until after log file is opened,Jason Downs
and print better diagnostics. Kenneth Stailey <kstailey@dol-esa.gov>
1996-06-18LOCK_UN before close, not afterTheo de Raadt
1996-06-16ncurses: ERR -> NULLJason Downs
1996-06-10security fixesTheo de Raadt
1996-06-02Update for modern curses implementationThorsten Lockert
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
Be comsistent in use of LIBTERMCAP and LIBTERMLIB when depending
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
Depend on LIBTERMCAP and LIBTERMLIB as appropriate
1996-05-28pull signal.hTheo de Raadt
1996-05-26fixed the "/* in comments" problem.fn
1996-05-26sync 0521Theo de Raadt
1996-04-24do make rightTheo de Raadt
1996-04-23sync with netbsd 960418Theo de Raadt
1996-03-28From NetBSD: Use tr instead of caesar to generate fortunes-oNiklas Hallqvist