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
/
games
/
hangman
/
ksyms.c
Age
Commit message (
Expand
)
Author
2021-12-24
Filter out all symbols starting with a double underbar. In particular,
Theo Buehler
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2017-10-27
Use <elf.h> instead of <elf_abi.h>
Martin Pieuchot
2016-01-08
add missing 'void'
tb
2015-12-31
Include only needed header files per each source file
mestre
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
By popular demand, allow any ELF file to be passed to -d as a word list, in
Miod Vallat
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
2008-04-01
Add a -k option to use the kernel symbols as the words file.
Miod Vallat