Age | Commit message (Expand) | Author |
2016-01-08 | ANSIfy gomoku(6) and change a char* to u_char* | mestre |
2016-01-07 | Some basic code maintenance in games/ | tb |
2015-12-06 | Use __progname instead of manually handling argv[0]. | Tobias Stoeckmann |
2015-11-30 | straightforward pledge "stdio rpath wpath cpath tty" for gomoku | tb |
2015-11-04 | replace setbuf with setvbuf, from Frederic Nowak | Ted Unangst |
2014-12-07 | the debug / SVR4 chunk has been busted for a while. interesting. | Theo de Raadt |
2014-12-05 | Remove SVR4 codeblock which insisted on using srand(time(0)) and rand(). | Theo de Raadt |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado |
2007-04-02 | sort options + kill usage() verbosity; from Igor Sobrado | Jason McIntyre |
2006-12-24 | fix typos in comments (verses->versus) | Martin Reindl |
2006-12-14 | fix some obvious mistakes to make DEBUG compile | Martin Reindl |
2004-01-16 | ISO C police: log and expl are reserved for the C library. | Marc Espie |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-25 | strings... ok tedu@, millert@ | Thierry Deval |
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |
2002-05-31 | No dm -> no need to revoke setegid. | Paul Janzen |
2001-03-30 | filename length fix: ianm@cit.uws.edu.au | Paul Janzen |
2001-02-17 | display username when playing restored games | Paul Janzen |
2001-02-17 | Handle long usernames better | Paul Janzen |
1998-03-26 | improved interactive input and minor tweaks | Paul Janzen |
1997-01-26 | Check malloc() return value. | Jason Downs |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-12-22 | proper gid revoke | Theo de Raadt |
1996-12-21 | Clean up lint and -Wall output | Thorsten Lockert |
1996-12-20 | Nevermind, curses problem was caused by a busted lib on threadway. | Jason Downs |
1996-12-19 | setgid games, not setuid games. closes a neat set of holes | Theo de Raadt |
1996-12-16 | Import of gomoku from 4.4BSD Lite2. Uses ocurses. | Jason Downs |