index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ddb
/
db_hangman.c
Age
Commit message (
Expand
)
Author
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