Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-16 | Sync with i386 acpi stuff. Remains disabled of course. | Marco Peereboom | |
2005-12-16 | as.info files on all architectures now | Theo de Raadt | |
2005-12-16 | build old info files; ok espie | Theo de Raadt | |
2005-12-16 | Make amd64 powerdown logic identical to i386. | Marco Peereboom | |
ok jordan@ deraadt@ | |||
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 | |
these functions. ok kettenis@ | |||
2005-12-16 | Return EINVAL in process_sstep() as this is not implemented on arm yet; | Miod Vallat | |
ok kettenis@ | |||
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 | |
ok deraadt@ jordan@ | |||
2005-12-16 | sync | Theo de Raadt | |
2005-12-16 | Fix typo. Spotted by hannah at schlund dot de. | Mark Kettenis | |
2005-12-16 | rm kerberosIV remnant | Todd T. Fries | |
ok millert@ | |||
2005-12-16 | Remove test for kbd_reset. Prompted deraadt@, ok jordan@ | Marco Peereboom | |
2005-12-16 | Power down machine from acpi. | Marco Peereboom | |
Help deraadt, ok jordan@ | |||
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 | |
ok miod@ | |||
2005-12-16 | signpost the protocol sections; | Jason McIntyre | |
2005-12-16 | make the description of -c a little nicer; | Jason McIntyre | |
2005-12-16 | Cleaned up common power management register i/o | Jordan Hargrave | |
Added enter sleep state ioctl Hooked power button interrupt ok marco@ | |||
2005-12-16 | simplify a sentence; | Jason McIntyre | |
2005-12-16 | move the option descriptions up the page: start of a restructure; | Jason McIntyre | |
ok markus deraadt | |||
2005-12-16 | sync | Theo de Raadt | |
2005-12-16 | libresolv.a is no longer needed | Theo de Raadt | |
2005-12-16 | move the section on updating bootblocks into the man body | Jason McIntyre | |
of the page; | |||
2005-12-16 | Fix unsigned < 0 check in ext2fs_readdir(), okay krw@ | Pedro Martelletto | |
2005-12-16 | boolshit | Michael Shalayeff | |
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 | clarify sentence; cannot reuse a stream socket after even trying to do a ↵ | Theo de Raadt | |
connect; spotted by tedu | |||
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 | |
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-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 | |
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-16 | Add a regression test for lint catching division by zero. | Chad Loder | |
2005-12-16 | Make div by zero a non-fatal message | Chad Loder | |
2005-12-16 | Limp along with integral 0 instead of UQUAD_MAX when there is a division | Chad Loder | |
by zero. This avoids bogus integer overflow errors in div by zero situations. | |||
2005-12-16 | zaurus cannot fit -g on standard drive, total bummer | Theo de Raadt | |
2005-12-16 | Call checkdbz with the correct operand, so that div by zero checks actually | Chad Loder | |
work, instead of resulting in an exception. Problem noticed by aaron. | |||
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 | |
ok marco@ | |||
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 | |
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-15 | Fix error printf()s. | Kenneth R Westerback | |
ok brad@ |