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_sym.c
Age
Commit message (
Expand
)
Author
2017-05-30
Kill db_sym_t.
Martin Pieuchot
2017-05-27
Make ddb print again filename and linenumber if a bsd.gdb was loaded.
Claudio Jeker
2016-03-07
boolean_t/FALSE/TRUE -> int/0/1
Martin Pieuchot
2016-03-06
Merge db_elf_sym_values() into db_symbol_values().
Martin Pieuchot
2016-03-01
Make db_value_of_name() call db_elf_sym_lookup() in order to kill
Martin Pieuchot
2016-03-01
DB_SYM_NULL -> NULL.
Martin Pieuchot
2016-02-28
Remove leftovers from mutliple symbol tables support.
Martin Pieuchot
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-02-12
Kill db_symbol_is_ambiguous(). There's no ambiguous symbol since LKMs
Martin Pieuchot
2016-01-27
Removes the abstraction layer to support multiple executable binaries.
Martin Pieuchot
2016-01-27
Remove unused db_sifting().
Martin Pieuchot
2016-01-25
Kill "#if 0" version of ddb_init().
Martin Pieuchot
2016-01-25
Kill trailing whitespaces. No object change.
Martin Pieuchot
2015-12-23
assign pointers NULL rather than 0
mmcc
2015-08-12
Use a linker script when building i386 kernels to allow section padding on
Mike Larkin
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-21
Prevent writing to the kernel area via the direct map. We do this by padding
Mike Larkin
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-03-16
DDB supports ELF symbols are all archs, and it's always the same as the
Philip Guenther
2013-10-17
Remove support for a.out and ecoff. We only do elf now.
Theo de Raadt
2006-03-13
ansi/deregister. No binary change.
Jonathan Gray
2005-09-29
char end[] vs long end, bad; pr 4288
Theo de Raadt
2005-04-19
Do not bother looking for symbols if either esym is zero or the computed
Miod Vallat
2004-08-09
mips/sgi uses same symbol table style setup as sparc64
Per Fogelstrom
2002-05-16
Add a an argument to db_printsym that specifies the printf function
Artur Grabowski
2002-05-14
Use db_format in db_printsym (we'll want to be able to use printf in it soon).
Artur Grabowski
2002-05-13
minor knf.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-08-19
Needed a simple cast after a sparc64 change.
Mike Frantzen
2001-08-19
Ugly hack to make symbols work on sparc64.
Artur Grabowski
2001-02-10
new symbol handling in ddb for ELF, there is still a problem with hangman on ...
Niklas Hallqvist
1997-07-19
Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer
Niklas Hallqvist
1997-07-06
64 bit fixes
Niklas Hallqvist
1997-05-29
futher support for kernfs......
Michael Shalayeff
1997-02-07
wrong private name
Michael Shalayeff
1997-02-07
necessary support for kernfs.
Michael Shalayeff
1996-08-23
signedness pedanetery
Niklas Hallqvist
1996-08-16
record real symtab end.
Michael Shalayeff
1996-08-16
add symtab list public iterator.
Michael Shalayeff
1996-08-13
Kludge to make DDB reverse symbol lookup work again.
Niklas Hallqvist
1996-08-04
Make compile on OpenBSD/alpha. MD stuff is still missing though.
Niklas Hallqvist
1996-05-31
-Wall and -Wstrict-prototypes cleanup
Niklas Hallqvist
1996-05-20
remove unused #defines.
Michael Shalayeff
1996-05-10
do dynamic symtab allocattion.
Michael Shalayeff
1996-05-05
add advanced hang analyzer.
Michael Shalayeff
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-30
Added: sysctl access to the ddb variables.
Michael Shalayeff
1996-03-11
Debbuger changed towards the latest Mach.
Michael Shalayeff
1996-02-20
netbsd-current import & 'boot' cmd addition.
Michael Shalayeff
[next]