summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-16Sync with i386 acpi stuff. Remains disabled of course.Marco Peereboom
2005-12-16as.info files on all architectures nowTheo de Raadt
2005-12-16build old info files; ok espieTheo de Raadt
2005-12-16Make amd64 powerdown logic identical to i386.Marco Peereboom
ok jordan@ deraadt@
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
these functions. ok kettenis@
2005-12-16Return EINVAL in process_sstep() as this is not implemented on arm yet;Miod Vallat
ok kettenis@
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
ok deraadt@ jordan@
2005-12-16syncTheo de Raadt
2005-12-16Fix typo. Spotted by hannah at schlund dot de.Mark Kettenis
2005-12-16rm kerberosIV remnantTodd T. Fries
ok millert@
2005-12-16Remove test for kbd_reset. Prompted deraadt@, ok jordan@Marco Peereboom
2005-12-16Power down machine from acpi.Marco Peereboom
Help deraadt, ok jordan@
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
ok miod@
2005-12-16signpost the protocol sections;Jason McIntyre
2005-12-16make the description of -c a little nicer;Jason McIntyre
2005-12-16Cleaned up common power management register i/oJordan Hargrave
Added enter sleep state ioctl Hooked power button interrupt ok marco@
2005-12-16simplify a sentence;Jason McIntyre
2005-12-16move the option descriptions up the page: start of a restructure;Jason McIntyre
ok markus deraadt
2005-12-16syncTheo de Raadt
2005-12-16libresolv.a is no longer neededTheo de Raadt
2005-12-16move the section on updating bootblocks into the man bodyJason McIntyre
of the page;
2005-12-16Fix unsigned < 0 check in ext2fs_readdir(), okay krw@Pedro Martelletto
2005-12-16boolshitMichael Shalayeff
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-16clarify sentence; cannot reuse a stream socket after even trying to do a ↵Theo de Raadt
connect; spotted by tedu
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
and causes a real pain with _KERNEL that we wish to avoid for sys/user.h so clone a label_t thingy here
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
1. Sun v20z rebooted dunring autoconf. This was due to reading a byte and discarding it at an inapropriate time. 2. The Sun is so fast that it could exhaust the busy counter. This has been replaced with a timeout/tsleep mechanism that is more predictable. As a bonus we no longer busy wait in ipmi which should improve overall throughput. ok beck@ jordan@ dlg@
2005-12-16Add a regression test for lint catching division by zero.Chad Loder
2005-12-16Make div by zero a non-fatal messageChad Loder
2005-12-16Limp along with integral 0 instead of UQUAD_MAX when there is a divisionChad Loder
by zero. This avoids bogus integer overflow errors in div by zero situations.
2005-12-16zaurus cannot fit -g on standard drive, total bummerTheo de Raadt
2005-12-16Call checkdbz with the correct operand, so that div by zero checks actuallyChad Loder
work, instead of resulting in an exception. Problem noticed by aaron.
2005-12-16remove unused code to use IO space.Brad Smith
2005-12-16Moved DSDT AML parsing into parent ACPI driverJordan Hargrave
ok marco@
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
by lint. While there fix incorrect uses of sizeof(mydevname) instead of sizeof(devname). And actually print the constructed devname, using the format suggested by brad@. ok brad@
2005-12-15Fix error printf()s.Kenneth R Westerback
ok brad@