index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
acpidump
Age
Commit message (
Expand
)
Author
2010-08-08
tweak previous; specifically, -o is no longer optional;
Jason McIntyre
2010-08-05
die aml parser die
Marco Peereboom
2010-08-05
kill kill kill the aml parser, kill kill kill it until it is dead
Marco Peereboom
2009-08-07
pull aml/aml_parse.h; otherwise it would take aml_parse_objectlist
Martynas Venckus
2009-06-01
Fix NULL dereference in aml_name.c (acpidump)
Mike Larkin
2008-10-30
move the list of options to the right place on the manual page;
Igor Sobrado
2008-09-10
Proper format string modifiers and missing includes to get correct prototypes
Miod Vallat
2008-06-06
Fix a bunch of goo by creating a more generic fucntion to handle it.
Marco Peereboom
2008-06-06
Fix alignment on some machines where crc cehck failed.
Marco Peereboom
2008-06-04
Don't disassemble the AML if the -o option is specified. That way at least
Mark Kettenis
2007-12-07
implement a few more opcodes from acpi 3.0 and fix output in some cases.
Federico G. Schwindt
2007-12-02
Fixes acpidump on DL145 systems; method defined within another method
Jordan Hargrave
2007-11-26
Decode CreateQWordFiled().
Mark Kettenis
2007-11-25
more existant -> existent, from Martynas Venckus;
Jason McIntyre
2007-10-19
missing break; spotted by robert, marco did not read the diff well enough or ...
Theo de Raadt
2007-10-17
remove "unused variable" warnings
Charles Longeau
2007-10-17
fix getopt handling; ok marco
Theo de Raadt
2007-10-08
attribute packed -> __packed
Gilles Chehade
2007-09-22
avoid case ranges; ok millert@
Otto Moerbeek
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-04-03
Don't get upset about short sized input files.
Jonathan Gray
2007-02-23
tweaks;
Jason McIntyre
2007-02-22
Added new prefix dump option for obtaining all ACPI files
Jordan Hargrave
2007-02-22
Added changes to dump all tables not just DSDT
Jordan Hargrave
2007-01-05
mmap returns MAP_FAILED on error, not -1 or NULL; from xsa@
Otto Moerbeek
2006-12-19
no more acpid.8;
Jason McIntyre
2006-10-31
Remove dead code; len is always >= 1.
Todd C. Miller
2006-02-06
typos from alexey dobriyan;
Jason McIntyre
2005-11-09
instead of rolling our own page macros, use the ones provided by uvm
Martin Reindl
2005-07-21
remove trailing newlines from err(3) calls; millert@ and matthieu@ ok.
Federico G. Schwindt
2005-06-12
strcat -> strlcat
Nikolay Sturm
2005-06-07
strlcpy cleanup; cloder ok
Theo de Raadt
2005-06-04
Clean up gcc-isms. OK tholo
Chad Loder
2005-06-03
various tweaks;
Jason McIntyre
2005-06-03
Don't use __LINE__ to prevent binary changing when nothing really
Alexander Yurchenko
2005-06-03
i386 and amd64 only
Theo de Raadt
2005-06-02
Start on a basic ACPI framework -- does not do much more than read out the
Thorsten Lockert