summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpidump/aml
AgeCommit message (Expand)AuthorFilesLines
2010-08-05die aml parser diemarco19-5960/+0
2009-06-01Fix NULL dereference in aml_name.c (acpidump)mlarkin1-2/+4
2008-09-10Proper format string modifiers and missing includes to get correct prototypesmiod2-19/+19
2007-11-26Decode CreateQWordFiled().kettenis1-5/+7
2007-11-25more existant -> existent, from Martynas Venckus;jmc1-3/+3
2007-10-08attribute packed -> __packedgilles1-5/+5
2006-10-31Remove dead code; len is always >= 1.millert1-12/+8
2006-02-06typos from alexey dobriyan;jmc3-11/+11
2005-06-12strcat -> strlcatsturm1-3/+3
2005-06-07strlcpy cleanup; cloder okderaadt2-9/+10
2005-06-04Clean up gcc-isms. OK tholocloder2-9/+80
2005-06-03Don't use __LINE__ to prevent binary changing when nothing reallygrange1-2/+4
2005-06-02Start on a basic ACPI framework -- does not do much more than read out thetholo19-0/+5886