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