Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-18 | use uname(3) not gethostname(3); removes some SYSV conditional code | kstailey | |
1997-06-18 | fix highscore file | kstailey | |
1997-06-18 | kstailey@cvs(2)$ atc | kstailey | |
/usr/share/games/atc/Game_List: Permission denied (fixed) | |||
1997-06-11 | .Xr | Theo de Raadt | |
1997-06-02 | heh; mph@pobox.com | Theo de Raadt | |
1997-05-30 | xref corrections | Theo de Raadt | |
1997-05-30 | for 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-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-19 | We have a visual report with high confidence that Joshua's words actually | gene | |
were: A STRANGE GAME. THE ONLY WINNING MOVE IS NOT TO PLAY. (but, nobody likes all caps anyway) | |||
1997-04-10 | their is -> there is | kstailey | |
1997-04-09 | the the | Theo de Raadt | |
1997-04-01 | depend on DPADD, not only one lib | Michael Shalayeff | |
1997-04-01 | Changes from NetBSD to compile games without warnings due to short being | Dale S. Rahn | |
unsigned on some archs, PowerPC, ROMP. | |||
1997-03-28 | Set umask so save files are writeable by hack | Thorsten Lockert | |
1997-03-28 | Log and score file needs to be group writeable | Thorsten Lockert | |
1997-02-28 | phantasia.6 -> phantasia.6tbl | Jason Downs | |
1997-02-14 | Use standard header files instead of declaring system funcs explicitly | Niklas Hallqvist | |
1997-02-09 | CC=${HOSTCC} for these; tv@slack.iag.net, PR#86 | Theo de Raadt | |
1997-02-09 | CC=${HOSTCC} for these; tv@slack.iag.net, PR#89 | Theo de Raadt | |
1997-02-05 | add tags to changed files | kstailey | |
1997-02-05 | fix highscore without breaking security | kstailey | |
1997-01-30 | buf oflow, felix@mamba.pond.sub.org | Theo de Raadt | |
1997-01-27 | Fallout from signal.h's inclusion of sys/time.h... | Todd C. Miller | |
1997-01-26 | Check malloc() return value. | Jason Downs | |
1997-01-23 | documentation errors; from max@freebsd | Theo de Raadt | |
1997-01-17 | more r?index -> strr?chr changes | Todd C. Miller | |
1997-01-17 | no need to link with -lcompat | Todd C. Miller | |
1997-01-17 | nuke rindex decl | Todd C. Miller | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1997-01-11 | Fix PR#2 in a simplistic way. Handle EOF on all getchar()s | Niklas Hallqvist | |
1997-01-03 | root NOT games. | etheisen | |
1997-01-02 | getc returns int not char. | Dale S. Rahn | |
This matters on some ports, such as powerpc. (signed vs unsigned issue). | |||
1996-12-29 | Fix typo | Thorsten Lockert | |
1996-12-22 | proper gid revoke | Theo de Raadt | |
1996-12-21 | Deal correctly with being SGID | Thorsten Lockert | |
1996-12-21 | Relinguish SGID games, restore it only when opening the score file | Thorsten Lockert | |
1996-12-21 | Clean up lint and -Wall output | Thorsten Lockert | |
1996-12-21 | Don't reset group here, we won't be able to execute games that way | Thorsten Lockert | |
1996-12-20 | Nevermind, curses problem was caused by a busted lib on threadway. | Jason Downs | |
1996-12-19 | gid games | Theo de Raadt | |
1996-12-19 | setgid games, not setuid games. closes a neat set of holes | Theo de Raadt | |
1996-12-19 | toast shell escape code | Theo de Raadt | |
1996-12-16 | add gomoku | Jason Downs | |
1996-12-16 | Import of gomoku from 4.4BSD Lite2. Uses ocurses. | Jason Downs | |
1996-12-14 | some cleanup from bde@freebsd | Theo de Raadt | |
1996-12-10 | typo, jmg@nike.efn.org | Theo de Raadt | |
1996-12-10 | "the the" purge | Theo de Raadt | |
1996-12-08 | install -> ${INSTALL}, -c -> ${COPY} | Jason Downs | |
1996-11-25 | Reorder includes for htons et al. | Niklas Hallqvist | |