index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ddb
/
db_elf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sick of the CMU, let's make this KNF
deraadt
2020-10-15
1
-2
/
+2
*
Stop requiring that .strtab has long alignment.
gkoehler
2020-05-26
1
-3
/
+2
*
db_addr_t -> vaddr_t
mpi
2019-11-07
1
-3
/
+2
*
If you use sys/param.h, you don't need sys/types.h
deraadt
2017-09-08
1
-3
/
+2
*
With a CTF kernel, DDB's print command will now pretty-print symbols.
mpi
2017-08-10
1
-5
/
+5
*
Kill db_sym_t.
mpi
2017-05-30
1
-7
/
+7
*
Merge two functions to lookup ELF sections by name.
mpi
2017-05-28
1
-8
/
+7
*
Use ELF_ST_{BIND,TYPE} instead of ELFDEFNNAME(ST_{BIND,TYPE})
guenther
2017-02-08
1
-7
/
+7
*
teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64
jasper
2016-09-16
1
-16
/
+3
*
Collapse db_dwarf.h into db_sym.h
mpi
2016-04-20
1
-2
/
+1
*
boolean_t/FALSE/TRUE -> int/0/1
mpi
2016-03-07
1
-10
/
+10
*
Merge db_elf_sym_values() into db_symbol_values().
mpi
2016-03-06
1
-3
/
+7
*
Make db_value_of_name() call db_elf_sym_lookup() in order to kill
mpi
2016-03-01
1
-5
/
+18
*
DB_SYM_NULL -> NULL.
mpi
2016-03-01
1
-5
/
+5
*
Remove the "symbol table" argument of the functions dealing with
mpi
2016-02-27
1
-20
/
+50
*
Removes the abstraction layer to support multiple executable binaries.
mpi
2016-01-27
1
-44
/
+5
*
Do not mix variable declaration and logic.
mpi
2016-01-25
1
-4
/
+3
*
Kill trailing whitespaces. No object change.
mpi
2016-01-25
1
-5
/
+5
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
ddb: add support for DWARF line number decoding
matthew
2014-10-09
1
-7
/
+48
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
DDB supports ELF symbols are all archs, and it's always the same as the
guenther
2014-03-16
1
-10
/
+1
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
Use db_printf instead of printf, to prevent problems with locking
kettenis
2007-10-06
1
-4
/
+4
*
ansi/deregister. No binary change.
jsg
2006-03-13
1
-38
/
+18
*
When searching for the symbol table and string table we were looking
art
2003-06-01
1
-1
/
+25
*
Final __P removal plus some cosmetic fixups
millert
2002-03-14
1
-4
/
+4
*
First round of __P removal in sys
millert
2002-03-14
1
-14
/
+14
*
Print a reason for failing to init the symbol table.
art
2001-08-19
1
-6
/
+15
*
$OpenBSD$
niklas
2001-03-15
1
-0
/
+1
*
new symbol handling in ddb for ELF, there is still a problem with hangman on alpha though..
niklas
2001-02-10
1
-0
/
+415