Age | Commit message (Expand) | Author |
2017-10-27 | Use <elf.h> instead of <elf_abi.h> | Martin Pieuchot |
2016-09-11 | KNF: Break an overlong line. No binary change. | Theo Buehler |
2016-02-28 | Add back undocumented -h switch defaulting to usage(). | tb |
2016-02-26 | - Remove -h and -? from getopt(3), they weren't documented on manpage anyway | mestre |
2016-01-10 | As per style(9), remove remaining lint-style comments from games/ | mestre |
2016-01-08 | add missing 'void' | tb |
2016-01-04 | More cleanup and sorting on header section | mestre |
2015-12-31 | Include only needed header files per each source file | mestre |
2015-12-26 | Set as __dead a few more functions, that don't return, on games/ | mestre |
2015-12-25 | Declare usage() functions as __dead void, if they don't return, on games sect... | mestre |
2015-10-24 | Cast islower()'s argument to unsigned char. | mmcc |
2015-10-22 | Pledge "stdio rpath tty" for hangman(6). | Doug Hogan |
2015-02-07 | allow ctrl-d to quit after a game as well | Ted Unangst |
2015-02-07 | use unsigned char type to avoid many casts | Ted Unangst |
2015-02-07 | by popular request, stop giving away numeric letters. no more will the | Ted Unangst |
2015-02-07 | unsigned char for ctype functions | Ted Unangst |
2015-02-07 | Ignore ELF symbols containing dots or dollar signs. Suggested by millert@ | Miod Vallat |
2015-02-07 | clear to end of line when printing error messages so that previous | Ted Unangst |
2015-02-07 | By popular demand, allow any ELF file to be passed to -d as a word list, in | Miod Vallat |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2013-10-15 | remove conditionals for ELF; prodding by patrick keshishian | Theo de Raadt |
2013-10-15 | no more a.out support here | Theo de Raadt |
2013-08-29 | replace srandomdev()+random() with the arc4random*() family | Christian Weisgerber |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2008-04-05 | a little tidy up; | Jason McIntyre |
2008-04-02 | order the options correctly; | Jason McIntyre |
2008-04-01 | Add a -k option to use the kernel symbols as the words file. | Miod Vallat |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-02 | -d takes an argument; from Igor Sobrado | Jason McIntyre |
2006-10-24 | Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1]. | Moritz Jodeit |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2004-11-29 | ansi. ok deraadt@ | Jonathan Gray |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-19 | Standard capitalization | Paul Janzen |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |
2002-05-31 | crmode -> cbreak | 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-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-17 | fixes based on ones suggested by mpech@prosoft.org.lv | Paul Janzen |
2001-11-17 | fixes from mpech@prosoft.org.lv | Paul Janzen |
2001-11-17 | section consistency: AUTHOR -> AUTHORS, even if only one listed; | Paul Janzen |
2001-08-18 | Formatting | Paul Janzen |
2001-01-28 | $OpenBSD$ | Niklas Hallqvist |
1999-09-25 | Merge NetBSD changes (use const where appropriate; allow alternate wordlists). | Paul Janzen |
1999-04-20 | Don't allow guessed letters to wrap; closes PR800. Based on fix from | Paul Janzen |
1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section | Paul Janzen |
1998-08-19 | tags, formatting, ANSI-fication, prototypes, de-typos, and the occasional | Paul Janzen |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller |
1997-09-21 | $OpenBSD$ | Theo de Raadt |