| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a few too early pledge(2)s on games/ and apply them a little bit later |  mestre | 2018-08-24 | 1 | -1/+5 |
* | remove duplicate installation of the SIGINT handler; |  schwarze | 2018-08-05 | 1 | -2/+1 |
* | - General changes: |  mestre | 2016-03-07 | 1 | -2/+2 |
* | Remove needless casts to (char *) NULL. Some were kept, namely for execl(3) |  mestre | 2016-01-10 | 1 | -4/+4 |
* | Remove unnecessary headers an sort |  mestre | 2016-01-08 | 1 | -3/+2 |
* | Some basic code maintenance in games/ |  tb | 2016-01-07 | 1 | -3/+2 |
* | About 13 years ago when the idiom srandom(time()), and sometimes |  mestre | 2016-01-03 | 1 | -2/+1 |
* | Set as __dead a few more functions, that don't return, on games/ |  mestre | 2015-12-26 | 1 | -2/+2 |
* | Apply some more KNF to the declaration of functions, but keep style to the rest of code for now. |  mestre | 2015-12-25 | 1 | -29/+49 |
* | Function prototypes and a little bit of KNF. |  tb | 2015-12-24 | 1 | -28/+48 |
* | assume modern curses and unifdef ancient feature tests |  tedu | 2015-12-04 | 1 | -50/+1 |
* | pledge "stdio rpath tty" for bs |  tb | 2015-11-30 | 1 | -1/+4 |
* | Cast toupper()'s argument to unsigned char. |  mmcc | 2015-10-24 | 1 | -2/+2 |
* | Make prompt() properly printf-like, eliminating empty dummy args |  guenther | 2015-09-27 | 1 | -8/+14 |
* | improve ship placement interface. per the instructions, 2468 should work, |  tedu | 2015-02-18 | 1 | -23/+23 |
* | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, |  guenther | 2014-11-16 | 1 | -3/+3 |
* | mlarkin found disabled code to print a battleship. improve it and enable. |  tedu | 2014-07-12 | 1 | -8/+6 |
* | replace srandomdev()+random() with the arc4random*() family |  naddy | 2013-08-29 | 1 | -6/+2 |
* | Use getopt() to parse the argument list, shrinking the code and |  guenther | 2009-11-14 | 1 | -43/+29 |
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2009-10-27 | 1 | -5/+1 |
* | sort flags; "usage:" is lowercase. |  sobrado | 2009-10-17 | 1 | -4/+4 |
* | Original author agreed to permit bs to be released under BSD license. |  pjanzen | 2003-06-11 | 1 | -2/+31 |
* | Remove #ifdef'ed out unnecessary defines. |  pjanzen | 2003-05-19 | 1 | -11/+2 |
* | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) |  millert | 2002-12-06 | 1 | -3/+3 |
* | Only target in the playing field when using mouse. |  pjanzen | 2002-08-09 | 1 | -4/+4 |
* | Fix an error in the CPU random fire routine that could cause a segfault. |  pjanzen | 2002-08-09 | 1 | -2/+3 |
* | Bug fix in random placement code from Erik Sigra. |  pjanzen | 2002-08-09 | 1 | -7/+5 |
* | de-register |  pjanzen | 2002-05-31 | 1 | -8/+8 |
* | No dm -> no need to revoke setegid. |  pjanzen | 2002-05-31 | 1 | -7/+3 |
* | more signed char issues |  deraadt | 2002-02-18 | 1 | -3/+3 |
* | Make sure screen is big enough to play. |  pjanzen | 2001-06-23 | 1 | -5/+11 |
* | long usernames, and some -Wall-age |  pjanzen | 2001-02-17 | 1 | -17/+18 |
* | bools should only be TRUE or FALSE. Negative numbers are right out. |  pjanzen | 2000-09-08 | 1 | -14/+19 |
* | Handle EOF on stdin. |  pjanzen | 2000-07-23 | 1 | -2/+5 |
* | OpenBSD rscid and proper gid revoke (again) |  pjanzen | 1998-03-12 | 1 | -4/+9 |
* | Bugfixes and strategical improvements |  pjanzen | 1998-03-12 | 1 | -196/+331 |
* | tabify |  kstailey | 1997-07-23 | 1 | -6/+6 |
* | Use standard header files instead of declaring system funcs explicitly |  niklas | 1997-02-14 | 1 | -11/+6 |
* | proper gid revoke |  deraadt | 1996-12-22 | 1 | -1/+3 |
* | setgid games, not setuid games. closes a neat set of holes |  deraadt | 1996-12-19 | 1 | -1/+3 |
* | battleships, from FreeBSD |  downsj | 1996-08-21 | 1 | -0/+1253 |