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
/
dev
/
acpi
/
acpidebug.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use <stdint.h> types.
kettenis
2018-06-29
1
-3
/
+3
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Add db_vprintf(), and then use it in ACPI's db_disprint() instead of
guenther
2013-12-12
1
-5
/
+2
*
format string cleanup
deraadt
2013-11-18
1
-2
/
+2
*
spacing and indents that are driving me crazy
deraadt
2010-07-21
1
-6
/
+6
*
Add mapping for ACPI device to PCI bdf (match autoconf tree)
jordan
2010-07-08
1
-5
/
+4
*
Backout recent AML changes, breaks on R210 and others
jordan
2010-07-01
1
-4
/
+5
*
Change ACPI namespace to use SIMPLEQ macros
jordan
2010-06-27
1
-5
/
+4
*
Added error handler for missing AML nameref; fixes PR6103
jordan
2009-05-30
1
-6
/
+3
*
Removed old AML disassembler code
jordan
2008-06-12
1
-237
/
+16
*
KNF
marco
2008-06-06
1
-2
/
+2
*
Shrink acpi some more for floppies and while here re-enable acpi on the
marco
2008-06-06
1
-1
/
+3
*
Re-enable new parser. Lots of testing by various folks. Fits all media
marco
2008-06-01
1
-11
/
+43
*
back out jordans new parser.
dlg
2008-05-16
1
-43
/
+11
*
Adding new ACPI Parser code
jordan
2008-05-14
1
-11
/
+43
*
spacing
deraadt
2007-11-12
1
-8
/
+7
*
Added support for calling _OSI method
jordan
2007-02-06
1
-6
/
+6
*
even more knf love
deraadt
2006-12-21
1
-4
/
+4
*
more knf
deraadt
2006-12-21
1
-45
/
+53
*
Unused global variable.
miod
2006-11-29
1
-4
/
+1
*
Added stack trace to aml_die+acpidebug
jordan
2006-10-24
1
-3
/
+27
*
Fixed AML debugger code to use new interface
jordan
2006-10-19
1
-286
/
+218
*
Massive ACPI changes
jordan
2006-10-12
1
-15
/
+20
*
Disassembler now pretty prints AML code (like acpidump)
jordan
2006-03-21
1
-94
/
+153
*
Used common aml_opname for debugger
jordan
2006-03-09
1
-39
/
+4
*
One more KNF nit.
marco
2006-03-09
1
-8
/
+8
*
Pretty.
marco
2006-03-09
1
-15
/
+14
*
Create separate function to parse name + scope. Should shave some bytes of
marco
2006-03-09
1
-41
/
+20
*
Add showval to ddb interface. Now we can pretty much debug anything AML
marco
2006-03-08
1
-5
/
+190
*
Add "disasm" code for ddb. With this one can disassemble AML code from DDB.
marco
2006-03-07
1
-6
/
+321
*
Hook acpi to ddb since we need to be able to do some live debugging.
marco
2006-03-05
1
-0
/
+91