| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-01-08 | add missing 'void' | 1 | -2/+2 | ||
| ok mestre@ | |||||
| 2015-12-26 | Set as __dead a few more functions, that don't return, on games/ | 1 | -2/+2 | ||
| With precious tip, help and also OK from tb@ | |||||
| 2015-12-02 | Drop the argument passing between backgammon and teachgammon. | 3 | -11/+4 | ||
| It's broken. Instead, make -d imply -n. You're supposed to know the rules before you start tweaking them. Issue reported by and ok pjanzen@ Patient help with the manual jmc@ | |||||
| 2015-11-30 | Pledge for backgammon and teachgammon. | 9 | -72/+46 | ||
| Both are straightforward "stdio rpath tty" programs; teachgammon exec's backgammon at the end, so give it "exec" in addition. While there, ANSIfy | |||||
| 2015-11-11 | creat() -> open equiv; from Frederic Nowak | 1 | -3/+7 | ||
| 2015-07-20 | Sometimes, the computer's move was printed, but the computer's men didn't | 1 | -5/+2 | ||
| actually move. This happened when "swap" was called earlier, and then later in the final call to makmove(), swapping back would have been required, but was erroneously denied. Patch sent in pjanzen@. It looks like the bug was already present in the original version in 4.1a BSD in 1982. | |||||
| 2015-06-26 | /home/otto/ok | 2 | -2/+6 | ||
| 2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | 1 | -4/+4 | ||
| and <sys/ttydefaults.h> Replace MAXPATHLEN with PATH_MAX and MAXLOGNAME with LOGIN_NAME_MAX Pull in <limits.h> where needed Prefer sizeof(var) over MAXFOO or FOO_MAX ok deraadt@ | |||||
| 2014-04-25 | Security is square, gaming is hip, | 2 | -126/+2 | ||
| so extend the Valhalla Rampage to where it really matters. Tedu 118 lines of dead code containing 77 dead magic numbers, rotting in the tree since June 24, 2001. Spotted by and ok jsg@, ok sthen@. | |||||
| 2013-11-27 | remove erroneous char cast to switch expression processing getopt(3); | 1 | -2/+2 | ||
| not used in any cases. ok deraadt@, guenther@, millert@ | |||||
| 2013-08-29 | replace srandomdev()+random() with the arc4random*() family | 1 | -2/+2 | ||
| tweaks and ok millert@, ok deraadt@ | |||||
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 10 | -90/+10 | ||
| unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||||
| 2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | 1 | -3/+3 | ||
| ok jmc@ | |||||
| 2007-10-17 | remove "unused variable" warnings | 1 | -3/+2 | ||
| tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@ | |||||
| 2006-12-14 | fix DEBUG by renaming a variable colliding with ncurses | 2 | -5/+5 | ||
| found by Sascha Welter, ok otto@ | |||||
| 2006-10-31 | Remove -h flag and simplify usage output to one line, like most | 1 | -17/+15 | ||
| other programs. Vote to simplify usage jmc@, OK martin@. | |||||
| 2006-10-29 | -d: make it possible playing without doubling as it is not commonly | 3 | -6/+12 | ||
| played everywhere in the world ok todd@ otto@ | |||||
| 2006-03-27 | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech | 3 | -9/+9 | ||
| 2004-04-07 | Remove those option letters from the getopt string which do not have a case | 1 | -3/+3 | ||
| handler below. millert@ ok | |||||
| 2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | 11 | -76/+32 | ||
| rescinded 22 July 1999. Proofed by myself and Theo. | |||||
| 2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | 1 | -7/+7 | ||
| already, but he may have later changes to make still. | |||||
| 2002-07-30 | Kill buffer overflow. | 3 | -13/+19 | ||
| 2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 1 | -42/+42 | ||
| 2001-06-23 | termios -> curses | 9 | -880/+229 | ||
| 2001-03-30 | filename length fix from ianm@cit.uws.edu.au; also, don't overflow the buffer. | 1 | -4/+8 | ||
| 2001-02-18 | Get this not to segfault on startup on alpha. | 3 | -8/+8 | ||
| 2000-07-23 | Avoid calling functions that can call the exit-on-error handler from the | 2 | -11/+15 | ||
| handler; use STD*_FILENO rather than 0-2. | |||||
| 2000-04-21 | documentation: refer to terminfo, not termcap, where appropriate. | 2 | -7/+7 | ||
| 1999-07-31 | use const where appropriate (jsm28@cam.ac.uk). Also some very minor tidying. | 9 | -57/+58 | ||
| 1998-11-29 | Minor changes from NetBSD | 1 | -3/+3 | ||
| 1998-09-02 | Delete two unused functions; jsm28@cam.ac.uk | 3 | -20/+5 | ||
| 1998-08-29 | use names rather than numbers in signals, errors, etc; NetBSD PR6058; jsm28@cam.ac.uk | 1 | -6/+5 | ||
| 1998-08-19 | Don't segfault in small windows | 1 | -3/+3 | ||
| 1998-04-26 | Fix terminal initialization for libtermlib to be happy. | 1 | -6/+6 | ||
| 1998-03-19 | do not use in-source libraries; they are really problematic with obj@ and obj/ links | 1 | -13/+0 | ||
| 1998-03-19 | NetBSD changes and further improvements and corrections | 13 | -2003/+1306 | ||
| 1997-08-19 | bc -> le | 1 | -1/+1 | ||
| 1997-07-23 | tabify | 1 | -1/+1 | ||
| 1996-02-14 | Command line arguments were not being handled correctly. Modified for | 2 | -68/+90 | ||
| proper funtionality and for compliance with manpage. | |||||
| 1996-02-12 | Added check for null pointer while processing cmdline options. Pointer | 1 | -1/+1 | ||
| overrun was causing SEGV if any cmdline options were specified. | |||||
| 1995-10-18 | initial import of NetBSD tree | 12 | -0/+3448 | ||
