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_ctf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sick of the CMU, let's make this KNF
deraadt
2020-10-15
1
-6
/
+6
*
Default to 0 arguments if no symbol has been found in the CTF section.
mpi
2019-11-12
1
-2
/
+2
*
db_addr_t -> vaddr_t
mpi
2019-11-07
1
-3
/
+3
*
Pass the correct size to free(9) in the error path of db_ctf_decompress().
bluhm
2018-08-31
1
-2
/
+2
*
Do not truncate 64bit integers when pretty-printing types.
mpi
2018-01-09
1
-2
/
+16
*
Remove forward declaration hack now that ctfconv(1) merge them correctly.
mpi
2017-11-01
1
-8
/
+1
*
return a missing return (was left out of previous)
jasper
2017-10-13
1
-1
/
+2
*
- use db_printf()
jasper
2017-10-13
1
-2
/
+7
*
missing prototype for db_ctf_pprint
jasper
2017-10-11
1
-1
/
+2
*
Skip forward declarations until ctfconv(1) properly merge them with
mpi
2017-09-12
1
-1
/
+8
*
If you use sys/param.h, you don't need sys/types.h
deraadt
2017-09-08
1
-3
/
+2
*
use sizeof(variable) instead of sizeof(type) to shorten some code
dlg
2017-09-06
1
-2
/
+2
*
when pretty printing a pointer, display its value instead of address.
dlg
2017-09-06
1
-2
/
+6
*
replace the DDB_STRUCT backend for "show struct" with ctf code.
dlg
2017-09-06
1
-1
/
+89
*
db_ctf_pprintf() doesn't actually support formatting, so s/f$//
uwe
2017-08-14
1
-6
/
+6
*
Restore "print" in ddb; add "pp[rint]" for pretty-printing
uwe
2017-08-14
1
-2
/
+2
*
Fall back using db_print_cmd() if no CTF data has been found.
mpi
2017-08-11
1
-8
/
+7
*
Improve pretty printing of pointers.
mpi
2017-08-11
1
-7
/
+39
*
Remove debugging leftovers, document functions, bump copyright.
mpi
2017-08-11
1
-27
/
+11
*
With a CTF kernel, DDB's print command will now pretty-print symbols.
mpi
2017-08-10
1
-35
/
+300
*
Kill db_sym_t.
mpi
2017-05-30
1
-2
/
+2
*
Pass the symbol instead of its name when looking for CTF infos.
mpi
2017-05-29
1
-10
/
+10
*
If a function is not found in the CTF data, do not assume it takes no
mpi
2017-05-28
1
-3
/
+3
*
Merge two functions to lookup ELF sections by name.
mpi
2017-05-28
1
-27
/
+2
*
Spring cleanup:
mpi
2017-05-27
1
-151
/
+61
*
Use C99 types.
mpi
2017-05-09
1
-13
/
+13
*
- inline db_ctf_nsyms() into it's only caller. the value remains cached and
jasper
2016-09-18
1
-39
/
+31
*
rename ddb/db_ctf.h to sys/ctf.h which is the expected location for the public
jasper
2016-09-17
1
-2
/
+2
*
move the .SUNW_ctf section name definition to exec_elf.h and document it in elf(5)
jasper
2016-09-17
1
-3
/
+1
*
teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64
jasper
2016-09-16
1
-0
/
+385