summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-12-17Don't include cdefs.h when we are included from locore.sTodd C. Miller
2005-12-17unfortunately with PROCFS, that is not true yetTheo de Raadt
2005-12-17regenJonathan Gray
2005-12-17Add 3Com 3CRWE62092B and SanDisk ConnectPlus.Jonathan Gray
2005-12-17Make sure we match the correct driver for newer macppc systems.Mark Kettenis
2005-12-16Sync with i386 acpi stuff. Remains disabled of course.Marco Peereboom
2005-12-16Make amd64 powerdown logic identical to i386.Marco Peereboom
2005-12-16Add delay before powering down on acpi. Give the sync some extra time.Marco Peereboom
2005-12-16Missing splx in setfault() error path.Miod Vallat
2005-12-16Compile out process_sstep() as we don't define PT_STEP, thus nothing usesMiod Vallat
2005-12-16Return EINVAL in process_sstep() as this is not implemented on arm yet;Miod Vallat
2005-12-16Typo and use correct header file.Marco Peereboom
2005-12-16KNFMarco Peereboom
2005-12-16Forgot to check a flag to powerdown via acpi.Marco Peereboom
2005-12-16Remove test for kbd_reset. Prompted deraadt@, ok jordan@Marco Peereboom
2005-12-16Power down machine from acpi.Marco Peereboom
2005-12-16Added hooks for powerdown/power button pressJordan Hargrave
2005-12-16Flush fpu state before reading/modifying the state in the pcb.Mark Kettenis
2005-12-16Cleaned up common power management register i/oJordan Hargrave
2005-12-16move the section on updating bootblocks into the man bodyJason McIntyre
2005-12-16Fix unsigned < 0 check in ext2fs_readdir(), okay krw@Pedro Martelletto
2005-12-16a little quieterBrad Smith
2005-12-16Fix unsigned < 0 check in ufs_readdir(), okay krw@Pedro Martelletto
2005-12-16Add new unified header file for devices. Suggested deraadt@Marco Peereboom
2005-12-16Use new unified header.Marco Peereboom
2005-12-16Remove .h files and replace them with a single one. Suggested deraadt@Marco Peereboom
2005-12-16Remove autoconf chatterMarco Peereboom
2005-12-16re-enable ipmiTheo de Raadt
2005-12-16do not use a label_t in the pcb. label_t may not exist in all contexts,Theo de Raadt
2005-12-16Lose dsdt since it was moved inside acpi.cMarco Peereboom
2005-12-16fix error printf's.Brad Smith
2005-12-16Fix 2 issues reported by beck.Marco Peereboom
2005-12-16remove unused code to use IO space.Brad Smith
2005-12-16Moved DSDT AML parsing into parent ACPI driverJordan Hargrave
2005-12-15merge printing of the revision and the interrupt string into one printf.Brad Smith
2005-12-15If i is unsigned then i can wrap in 'for(...; i >= 0; i--)'. SpottedKenneth R Westerback
2005-12-15Fix error printf()s.Kenneth R Westerback
2005-12-15Use _SYS_CDEFS_H_ not _CDEFS_H_ for duplicate header supression.Todd C. Miller
2005-12-15tweaks;Jason McIntyre
2005-12-15A sanity check for an unsigned variable being < 0 after a subtractionKenneth R Westerback
2005-12-15Protect va_copy with __ISO_C_VISIBLE as intended.Todd C. Miller
2005-12-15A sanity check for an unsigned variable being < 0 after a subtractionKenneth R Westerback
2005-12-15shrink a littleDavid Gwynne
2005-12-15dont use the esm sensor tables to store format strings.David Gwynne
2005-12-15split esms psu sensor into 6 kernel sensors. you can easily see if theDavid Gwynne
2005-12-15__BSD_VISIBLE is not compared against a dateTheo de Raadt
2005-12-15document horrific bootblock upgrade "procedure"Theo de Raadt
2005-12-15Missing break and initializations found by lint.Kenneth R Westerback
2005-12-14make va_arg() map to nothing; ok millertTheo de Raadt
2005-12-14We aren't likely to need to keep track of crypted/decrypted ringJonathan Gray