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