| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-08-24 | Remove a few too early pledge(2)s on games/ and apply them a little bit later |  mestre | 1 | -1/+5 |
| 2018-08-05 | remove duplicate installation of the SIGINT handler; |  schwarze | 1 | -2/+1 |
| 2016-03-07 | - General changes: |  mestre | 1 | -2/+2 |
| 2016-01-10 | Remove needless casts to (char *) NULL. Some were kept, namely for execl(3) |  mestre | 1 | -4/+4 |
| 2016-01-08 | Remove unnecessary headers an sort |  mestre | 1 | -3/+2 |
| 2016-01-07 | Some basic code maintenance in games/ |  tb | 1 | -3/+2 |
| 2016-01-03 | About 13 years ago when the idiom srandom(time()), and sometimes |  mestre | 1 | -2/+1 |
| 2015-12-26 | Set as __dead a few more functions, that don't return, on games/ |  mestre | 1 | -2/+2 |
| 2015-12-25 | Apply some more KNF to the declaration of functions, but keep style to the rest of code for now. |  mestre | 1 | -29/+49 |
| 2015-12-24 | Function prototypes and a little bit of KNF. |  tb | 1 | -28/+48 |
| 2015-12-04 | assume modern curses and unifdef ancient feature tests |  tedu | 1 | -50/+1 |
| 2015-11-30 | pledge "stdio rpath tty" for bs |  tb | 1 | -1/+4 |
| 2015-10-24 | Cast toupper()'s argument to unsigned char. |  mmcc | 1 | -2/+2 |
| 2015-09-27 | Make prompt() properly printf-like, eliminating empty dummy args |  guenther | 1 | -8/+14 |
| 2015-02-18 | improve ship placement interface. per the instructions, 2468 should work, |  tedu | 1 | -23/+23 |
| 2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, |  guenther | 1 | -3/+3 |
| 2014-09-08 | obvious cases of missing .An; |  schwarze | 1 | -4/+8 |
| 2014-07-12 | mlarkin found disabled code to print a battleship. improve it and enable. |  tedu | 1 | -8/+6 |
| 2013-08-29 | replace srandomdev()+random() with the arc4random*() family |  naddy | 1 | -6/+2 |
| 2013-07-16 | use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 1 | -3/+3 |
| 2009-11-14 | Use getopt() to parse the argument list, shrinking the code and |  guenther | 1 | -43/+29 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -5/+1 |
| 2009-10-17 | sort flags; "usage:" is lowercase. |  sobrado | 1 | -4/+4 |
| 2008-05-20 | remove Xr to non-existent page, rogue(6); |  jmc | 1 | -3/+1 |
| 2008-05-20 | tweaks to bs(6): |  sobrado | 1 | -5/+7 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2003-06-11 | Original author agreed to permit bs to be released under BSD license. |  pjanzen | 1 | -2/+31 |
| 2003-06-03 | terms 3 & 4 cleanup based on "terms" file |  deraadt | 1 | -8/+1 |
| 2003-05-19 | Remove #ifdef'ed out unnecessary defines. |  pjanzen | 1 | -11/+2 |
| 2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) |  millert | 1 | -3/+3 |
| 2002-08-09 | Only target in the playing field when using mouse. |  pjanzen | 1 | -4/+4 |
| 2002-08-09 | Fix an error in the CPU random fire routine that could cause a segfault. |  pjanzen | 1 | -2/+3 |
| 2002-08-09 | Bug fix in random placement code from Erik Sigra. |  pjanzen | 1 | -7/+5 |
| 2002-05-31 | de-register |  pjanzen | 1 | -8/+8 |
| 2002-05-31 | No dm -> no need to revoke setegid. |  pjanzen | 1 | -7/+3 |
| 2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lists |  deraadt | 1 | -2/+1 |
| 2002-02-18 | more signed char issues |  deraadt | 1 | -3/+3 |
| 2001-11-17 | fixes from mpech@prosoft.org.lv |  pjanzen | 1 | -7/+7 |
| 2001-06-23 | Make sure screen is big enough to play. |  pjanzen | 1 | -5/+11 |
| 2001-06-06 | Better formatting; removed extraneous right parenthesis. |  pjanzen | 1 | -17/+28 |
| 2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv |  pjanzen | 1 | -4/+4 |
| 2001-02-17 | long usernames, and some -Wall-age |  pjanzen | 1 | -17/+18 |
| 2000-09-08 | bools should only be TRUE or FALSE. Negative numbers are right out. |  pjanzen | 1 | -14/+19 |
| 2000-07-23 | Handle EOF on stdin. |  pjanzen | 1 | -2/+5 |
| 1999-09-25 | gcc optimization bug appears gone since 2.8.1 became history. |  pjanzen | 1 | -3/+1 |
| 1999-07-09 | - remove all trailing whitespace |  aaron | 1 | -2/+2 |
| 1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. |  aaron | 1 | -1/+2 |
| 1998-12-31 | Add ${PIPE}; evanc@concer.to |  millert | 1 | -2/+2 |
| 1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section |  pjanzen | 1 | -2/+2 |
| 1998-11-29 | Don't capitalize game names at the beginning of sentences. |  pjanzen | 1 | -2/+4 |