Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-01 | Fix NULL dereference in aml_name.c (acpidump) | Mike Larkin | |
ok jordan@ | |||
2008-09-10 | Proper format string modifiers and missing includes to get correct prototypes | Miod Vallat | |
on 64-bit systems. | |||
2007-11-26 | Decode CreateQWordFiled(). | Mark Kettenis | |
ok marco@ | |||
2007-11-25 | more existant -> existent, from Martynas Venckus; | Jason McIntyre | |
pfctl changes: ok henning ssh changes: ok deraadt | |||
2007-10-08 | attribute packed -> __packed | Gilles Chehade | |
OK millert | |||
2006-10-31 | Remove dead code; len is always >= 1. | Todd C. Miller | |
Convert a strncpy() to strlcpy() since it is followed by strlcat(). OK marco@ mk@ | |||
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
ok marco | |||
2005-06-12 | strcat -> strlcat | Nikolay Sturm | |
ok tdeval | |||
2005-06-07 | strlcpy cleanup; cloder ok | Theo de Raadt | |
2005-06-04 | Clean up gcc-isms. OK tholo | Chad Loder | |
2005-06-03 | Don't use __LINE__ to prevent binary changing when nothing really | Alexander Yurchenko | |
changes. ok tholo@ | |||
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert | |
ACPI tables into kernel memory and attach ACPI and HPET timers currently. In order to test this code, enabling the devices in GENERIC as well as the ACPI_ENABLE option is needed. This code does not do any thermal control yet, so this should be done with care depending on the platform. In the tree so more people can contribute to making this more fully featured. Ok niklas@ grange@ tedu@ |