| Commit message (Expand) | Author | Age | Files | Lines |
| * | no need to declare "extern optarg" and "extern optind" |  schwarze | 2020-02-14 | 2 | -6/+2 |
| * | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -5/+5 |
| * | Remove the Installation section and fix a nonexistent path. |  akfaew | 2017-06-15 | 1 | -57/+4 |
| * | format string is better be literal |  gsoares | 2017-04-08 | 1 | -3/+3 |
| * | Nuke whitespace foolish enough to expose itself during the great |  krw | 2017-01-21 | 12 | -295/+295 |
| * | In "%.*s" the * takes (int). gcc whines if you try to use the result |  krw | 2017-01-20 | 1 | -2/+2 |
| * | Pull in <sys/select.h> for fd_set |  guenther | 2016-08-27 | 11 | -11/+23 |
| * | remove unused variables |  chl | 2016-03-28 | 2 | -4/+2 |
| * | Instead of creating a socket with socket() or accept() and then |  guenther | 2016-03-21 | 2 | -18/+11 |
| * | - General changes: |  mestre | 2016-03-07 | 1 | -4/+4 |
| * | Remove needless casts to (char *) NULL. Some were kept, namely for execl(3) |  mestre | 2016-01-10 | 1 | -4/+4 |
| * | As per style(9), remove remaining lint-style comments from games/ |  mestre | 2016-01-10 | 2 | -9/+2 |
| * | ANSIfy hunt(6) |  mestre | 2016-01-07 | 15 | -328/+160 |
| * | Headers cleanup and sorting |  mestre | 2016-01-07 | 17 | -102/+79 |
| * | Some basic code maintenance in games/ |  tb | 2016-01-07 | 2 | -9/+8 |
| * | Set as __dead a few more functions, that don't return, on games/ |  mestre | 2015-12-26 | 2 | -4/+4 |
| * | Use __progname instead of hand-rolled parsing of argv[0]. |  tb | 2015-12-16 | 1 | -5/+3 |
| * | Cast ctype functions' argument to unsigned char. |  mmcc | 2015-10-24 | 1 | -4/+4 |
| * | Cast ctype functions' arguments to unsigned char. |  mmcc | 2015-10-24 | 1 | -9/+10 |
| * | Cast isprint()'s argument to unsigned char. |  mmcc | 2015-10-24 | 1 | -2/+2 |
| * | Cast toupper()'s argument to unsigned char. |  mmcc | 2015-10-24 | 1 | -2/+2 |
| * | Delete pointless NOSTRICT comments |  guenther | 2015-09-27 | 2 | -4/+4 |
| * | Fix -D in the synopsis line: |  schwarze | 2015-09-25 | 2 | -7/+5 |
| * | remove malloc/calloc/realloc* casts, due to stdlib.h being present; ok millert krw |  deraadt | 2015-08-22 | 4 | -8/+8 |
| * | We don't need no stinkin' non-new-curses code. Also eliminates a |  krw | 2014-11-19 | 1 | -259/+4 |
| * | Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, |  guenther | 2014-11-16 | 2 | -5/+2 |
| * | Userland reallocarray() audit. |  doug | 2014-10-11 | 1 | -2/+3 |
| * | I was mistaken: Nothing's wrong with contractions, they're just a normal |  schwarze | 2014-09-28 | 1 | -8/+8 |
| * | Add missing .An macros (found with mandoc -Tlint) and |  schwarze | 2014-09-26 | 2 | -14/+22 |
| * | use calloc. from Benjamin Baier |  tedu | 2014-05-25 | 1 | -4/+3 |
| * | some minor cleanup: |  jmc | 2014-03-23 | 1 | -9/+8 |
| * | stop using libwrap. ok deraadt |  tedu | 2014-03-23 | 4 | -46/+5 |
| * | replace srandomdev()+random() with the arc4random*() family |  naddy | 2013-08-29 | 2 | -11/+6 |
| * | macro fixes; |  jmc | 2013-01-17 | 1 | -5/+6 |
| * | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -2/+1 |
| * | fix potential bugs spotted by parfait |  beck | 2009-12-10 | 1 | -2/+2 |
| * | zap trailing whitespace; |  jmc | 2008-10-02 | 1 | -2/+2 |
| * | spelling; Dieter Rauschenberger |  deraadt | 2008-10-02 | 1 | -2/+2 |
| * | Remove useless setsid() and setpgrp() calls and add -b option to |  millert | 2008-10-02 | 2 | -13/+29 |
| * | Fix erroneous variadics. Ok millert@ |  ragge | 2008-06-20 | 1 | -15/+5 |
| * | synchronization between usage and synopsis; add some missing "usage:"'s |  sobrado | 2008-03-17 | 1 | -4/+4 |
| * | fix format string |  chl | 2007-11-06 | 1 | -2/+2 |
| * | Some more simple malloc(n * m) -> calloc(n, m) conversions. |  hshoexer | 2007-09-04 | 2 | -4/+4 |
| * | convert to new .Dd format; |  jmc | 2007-05-31 | 2 | -4/+4 |
| * | tidy up synopis and usage(); sort options; from Igor Sobrado |  jmc | 2007-04-02 | 2 | -23/+27 |
| * | sort options; from Igor Sobrado |  jmc | 2007-04-02 | 2 | -4/+4 |
| * | remove some bogus *p tests from charles longeau |  tedu | 2007-03-20 | 1 | -8/+8 |
| * | assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech |  tedu | 2006-03-27 | 2 | -18/+11 |
| * | vsnprintf careful handling of -1; ok beck |  deraadt | 2005-04-21 | 1 | -1/+3 |
| * | .br workaround no longer necessary; |  jmc | 2004-04-04 | 1 | -3/+1 |