Age | Commit message (Expand) | Author |
2020-10-15 | sick of the CMU, let's make this KNF | Theo de Raadt |
2017-05-30 | Kill db_sym_t. | Martin Pieuchot |
2016-09-16 | drop unneeded casting noise | Jasper Lievisse Adriaanse |
2016-02-27 | Remove the "symbol table" argument of the functions dealing with | Martin Pieuchot |
2016-02-26 | Remove support for multiple symbol tables in ddb(4), we only have one. | Martin Pieuchot |
2016-01-27 | Removes the abstraction layer to support multiple executable binaries. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-07-08 | These do not need the extremely poorly named uvm/uvm_extern.h (which | Theo de Raadt |
2014-01-18 | Use arc4random_uniform to increase the slightly difficulty of winning. | Theo de Raadt |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2006-07-07 | only count right guess when had been guessed right; from Leonardo Chiquitto F... | Michael Shalayeff |
2006-03-13 | ansi/deregister. No binary change. | Jonathan Gray |
2005-01-08 | radical size reduction from andreas@ | Michael Shalayeff |
2003-06-02 | kill the clauses three and four on my sources | Michael Shalayeff |
2002-06-14 | 992 bytes. Also works if random function returns 0 first time. | Marcus Watts |
2002-06-11 | Saves 4 bytes of filespace | Marcus Watts |
2002-06-11 | can't call arc4random() before timeouts are enabled, use random() if cold. | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-06-29 | print the total score, size permitting | Michael Shalayeff |
2001-06-29 | cleanup, including removing the size rule which nobody | Michael Shalayeff |
2001-02-10 | new symbol handling in ddb for ELF, there is still a problem with hangman on ... | Niklas Hallqvist |
2001-02-08 | Capital punishment, just in case :-) | Niklas Hallqvist |
2000-04-05 | do not exhaust the random pool while debugging | Michael Shalayeff |
1998-04-26 | correct copyright | Theo de Raadt |
1997-09-08 | KNF | Theo de Raadt |
1997-07-19 | Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer | Niklas Hallqvist |
1996-11-29 | note 1024 limit on text+data. | Michael Shalayeff |
1996-11-28 | Actually draw the hanging. Remove some statics. Fix a bug in | Niklas Hallqvist |
1996-10-21 | random is stock | Theo de Raadt |
1996-08-29 | rnd -> random | Theo de Raadt |
1996-06-17 | set default level to 5, misc cleanup. | Michael Shalayeff |
1996-05-31 | -Wall and -Wstrict-prototypes cleanup | Niklas Hallqvist |
1996-05-10 | fix symtab skip loop (s,p,q,). | Michael Shalayeff |
1996-05-10 | do dynamic symtab allocattion. | Michael Shalayeff |
1996-05-07 | show symtab name when no less than 3 of them. | Michael Shalayeff |
1996-05-05 | add advanced hang analyzer. | Michael Shalayeff |