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_examine.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
If the kernel panics due to SMEP or SMAP, print correct stack trace
bluhm
2020-01-09
1
-3
/
+5
*
db_addr_t -> vaddr_t
mpi
2019-11-07
1
-11
/
+11
*
Substitute boolean_t/TRUE/FALSE by int/1/0.
mpi
2019-11-06
1
-16
/
+15
*
Printing hex values with right adjustment makes it easier to compare
bluhm
2019-01-09
1
-2
/
+2
*
Add the examine /m format, "display in unsigned hex with character
naddy
2016-10-18
1
-2
/
+39
*
per trending style, add continue to empty loops.
tedu
2016-06-07
1
-2
/
+2
*
Do not expose private functions.
mpi
2016-04-19
1
-1
/
+4
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
These do not need the extremely poorly named uvm/uvm_extern.h (which
deraadt
2014-07-08
1
-3
/
+2
*
When multiple display modifiers are specified on a ddb examine command, do
miod
2011-11-07
1
-25
/
+41
*
Fix `print $registername' on 64 bit platforms.
miod
2009-11-21
1
-5
/
+5
*
temporary ddb buffers need to be a bit larger on 64 bit systems to cope with
miod
2007-11-05
1
-3
/
+3
*
A few %n/%r/%z format strings were missed, convert these to db_format().
miod
2007-09-13
1
-3
/
+8
*
Use db_format() instead of ddb-specific format specifiers; no functional
miod
2007-09-01
1
-3
/
+6
*
Disable x/q functionnality on 32bit platforms, because the examination code
miod
2007-03-15
1
-1
/
+3
*
ansi/deregister. No binary change.
jsg
2006-03-13
1
-29
/
+8
*
kill unbounded string op. deraadt ok
itojun
2004-04-25
1
-8
/
+26
*
Add a an argument to db_printsym that specifies the printf function
art
2002-05-16
1
-4
/
+4
*
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
miod
2001-11-06
1
-2
/
+2
*
Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer
niklas
1997-07-19
1
-1
/
+3
*
Do not wrap lines so often, much prettier x output
niklas
1997-07-07
1
-3
/
+3
*
64 bit fixes
niklas
1997-07-06
1
-17
/
+20
*
Make compile on OpenBSD/alpha. MD stuff is still missing though.
niklas
1996-08-04
1
-5
/
+6
*
partial sync with netbsd 960418, more to come
deraadt
1996-04-21
1
-2
/
+3
*
Debbuger changed towards the latest Mach.
mickey
1996-03-11
1
-5
/
+5
*
netbsd-current import & 'boot' cmd addition.
mickey
1996-02-20
1
-9
/
+19
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+327