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
/
arch
/
powerpc
/
ddb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race
visa
2019-03-23
1
-16
/
+16
*
Do not panic from ddb(4) when a lock requirement isn't fulfilled.
mpi
2018-03-20
1
-4
/
+1
*
add support for printing function arguments when displaying a trace
jasper
2017-10-18
1
-4
/
+20
*
Kill db_sym_t.
mpi
2017-05-30
1
-2
/
+2
*
Rename Debugger() into db_enter().
mpi
2017-04-30
1
-3
/
+3
*
Rename pfind(9) into tfind(9) to reflect that it deals with threads.
mpi
2017-01-24
1
-2
/
+2
*
take it one step further and bring the message inline with arm/sparc64
jasper
2016-09-10
1
-2
/
+2
*
don't hardcode the filename in an error message; use the function name instead
jasper
2016-09-09
1
-2
/
+2
*
DDB_REGS -> ddb_regs
mpi
2016-03-06
1
-5
/
+5
*
One ddb interface is enough for ppc.
mpi
2016-03-05
1
-0
/
+339
*
Define db_reg_t like the other archs by typedef'ing "struct trapframe".
mpi
2016-03-05
1
-42
/
+42
*
DDB_REGS -> ddb_regs in db_regs[], no reason to be different.
mpi
2016-03-02
1
-39
/
+39
*
Rewrite the PowerPC stack dump routine to delimit the trap & interrupt
mpi
2014-09-06
1
-50
/
+98
*
use nitems() instead of handrolling something identical
jasper
2014-07-13
1
-2
/
+2
*
remove a duplicate break statement
jsg
2014-04-26
1
-2
/
+1
*
Make certain the output buffer is zeroed before starting processing.
drahn
2007-10-21
1
-1
/
+2
*
Switch db_expr_t from int to long, per consistency with all other arches.
miod
2003-12-21
1
-3
/
+3
*
Housecleaning, no binary change.
drahn
2003-10-15
3
-17
/
+18
*
'found' variable was not used correctly, simplify the logic.
drahn
2003-05-09
1
-6
/
+3
*
sprintf() removal for ppc disassembler. ok millert@
drahn
2003-05-09
1
-87
/
+130
*
'branch absolute linking' instruction is 'bla', not 'bal'.
drahn
2003-05-08
1
-3
/
+3
*
KNF
drahn
2003-05-08
1
-91
/
+91
*
Change extract_field() arguments, eliminates the nasty '31 -' all over the
drahn
2003-05-08
1
-44
/
+43
*
Put newline on end of disasm so that x /i <addr>,<cnt> works correctly.
drahn
2003-05-08
1
-2
/
+2
*
Improve disassmbly of powerpc branch instructions, print the conditional
drahn
2003-03-27
1
-24
/
+71
*
Remove an unnecessary structure copy from useage of setfault(), call
drahn
2003-02-26
2
-5
/
+5
*
Fix the mask and sign extension for bl instruction which branch backwards.
drahn
2003-02-20
1
-9
/
+9
*
move ddb_regs decl from .h to .c to avoid common
jason
2003-02-12
1
-1
/
+3
*
backout premature
deraadt
2002-09-15
2
-86
/
+86
*
KNF
deraadt
2002-09-15
2
-86
/
+86
*
KNF
drahn
2002-06-09
1
-6
/
+5
*
One ddb to rule them all.
miod
2002-06-08
3
-0
/
+1359