Age | Commit message (Expand) | Author |
2015-02-18 | improve ship placement interface. per the instructions, 2468 should work, | Ted Unangst |
2014-11-16 | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, | Philip Guenther |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-07-12 | mlarkin found disabled code to print a battleship. improve it and enable. | Ted Unangst |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2013-07-16 | use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2009-11-14 | Use getopt() to parse the argument list, shrinking the code and | Philip Guenthe |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-17 | sort flags; "usage:" is lowercase. | Igor Sobrado |
2008-05-20 | remove Xr to non-existent page, rogue(6); | Jason McIntyre |
2008-05-20 | tweaks to bs(6): | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2003-06-11 | Original author agreed to permit bs to be released under BSD license. | Paul Janzen |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-05-19 | Remove #ifdef'ed out unnecessary defines. | Paul Janzen |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |
2002-08-09 | Only target in the playing field when using mouse. | Paul Janzen |
2002-08-09 | Fix an error in the CPU random fire routine that could cause a segfault. | Paul Janzen |
2002-08-09 | Bug fix in random placement code from Erik Sigra. | Paul Janzen |
2002-05-31 | de-register | Paul Janzen |
2002-05-31 | No dm -> no need to revoke setegid. | Paul Janzen |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/... | Theo de Raadt |
2002-02-18 | more signed char issues | Theo de Raadt |
2001-11-17 | fixes from mpech@prosoft.org.lv | Paul Janzen |
2001-06-23 | Make sure screen is big enough to play. | Paul Janzen |
2001-06-06 | Better formatting; removed extraneous right parenthesis. | Paul Janzen |
2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv | Paul Janzen |
2001-02-17 | long usernames, and some -Wall-age | Paul Janzen |
2000-09-08 | bools should only be TRUE or FALSE. Negative numbers are right out. | Paul Janzen |
2000-07-23 | Handle EOF on stdin. | Paul Janzen |
1999-09-25 | gcc optimization bug appears gone since 2.8.1 became history. | Paul Janzen |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell |
1998-12-31 | Add ${PIPE}; evanc@concer.to | Todd C. Miller |
1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section | Paul Janzen |
1998-11-29 | Don't capitalize game names at the beginning of sentences. | Paul Janzen |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller |
1998-07-22 | gcc 2.8.1 -O2 bug | Todd C. Miller |
1998-03-12 | OpenBSD rscid and proper gid revoke (again) | Paul Janzen |
1998-03-12 | Bugfixes and strategical improvements | Paul Janzen |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-08-04 | And another. | Jason Downs |
1997-07-23 | tabify | kstailey |
1997-02-14 | Use standard header files instead of declaring system funcs explicitly | Niklas Hallqvist |
1996-12-22 | proper gid revoke | Theo de Raadt |
1996-12-19 | setgid games, not setuid games. closes a neat set of holes | Theo de Raadt |
1996-08-21 | this is a real game, hide it. | Jason Downs |
1996-08-21 | battleships, from FreeBSD | Jason Downs |