Age | Commit message (Expand) | Author |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | pchbactivate should return result of config_activate_children | Theo de Raadt |
2010-08-30 | delete PROCFS we will never support | Theo de Raadt |
2010-08-19 | Add "memory" clobber to lidt inline asm, to prevent the GCC optimizer from | Mark Kettenis |
2010-08-11 | Disable the RTC the periodic interrupt. Leaving it enabled causes the | Mark Kettenis |
2010-08-11 | crank version | Theo de Raadt |
2010-08-11 | De-inline CHS_rw. Somehow the merger of two monster __asm __inline statements | Theo de Raadt |
2010-08-10 | add a description for bsd.sp where appropriate; while here, write | Igor Sobrado |
2010-08-10 | Someone went nuts with spaces and tabs. No binary change. | Marco Peereboom |
2010-08-08 | Accept "ACPI 4" or such, bug in laptop or spec? -- Thinkpad SL510 | Theo de Raadt |
2010-08-08 | Restore the APIC ID to what we set it to at boot (some machines come up | Theo de Raadt |
2010-08-08 | Reenable acpiasus(4). The bogus code is actually dead code, and jsing@'s | Mark Kettenis |
2010-08-08 | Disable acpiasus(4); it violates the rule that only the acpi thread is allowed | Mark Kettenis |
2010-08-07 | On resume, re-activate the host RNG on the host bridges that need it. | Theo de Raadt |
2010-08-05 | new i386/amd64 machdep.lidsuspend sysctl which decides whether a lid | Theo de Raadt |
2010-08-04 | Disable bce(4) because it can only access 1GB of memory and developers | Theo de Raadt |
2010-08-02 | Add System Enclosure or Chassis structure. | Marco Peereboom |
2010-08-02 | enable owctr | Theo de Raadt |
2010-07-31 | remove the ``midisyn'' framework and anything using it, i.e., the opl | Alexandre Ratchov |
2010-07-29 | Don't forget to register the i8254-based timecounter if we use the i8254 | Mark Kettenis |
2010-07-29 | Zero out the firmware waking vector on successful resume from ACPI sleep. | Mike Larkin |
2010-07-27 | delete a #if 0 chunk which was used for early development and will never | Theo de Raadt |
2010-07-27 | acpiasus for amd64 too, Henri Kemppainen | Theo de Raadt |
2010-07-26 | Add support for Sony ACPI hotkeys via a new driver: acpisony(4). | Paul Irofti |
2010-07-25 | in the clock drivers, seperate the soft-state and hard-state which was | Theo de Raadt |
2010-07-23 | Change the strategy for using the FPU in the kernel. The kernel FPU state | Mark Kettenis |
2010-07-23 | Don't leak the contents of the FPU and SSE registers between processes. | Mark Kettenis |
2010-07-23 | Omit more IPI code from non-MP kernels. Found using --gc-sections. | Matthew Dempsky |
2010-07-22 | Fixes for AES CTR mode from mikeb: | Thordur I. Bjornsson |
2010-07-22 | remove unused variable | Theo de Raadt |
2010-07-21 | Disable the heuristics for legacy free systems if pckbc flags are set to 1 | Miod Vallat |
2010-07-21 | Fix more cdev initializations which were using enodev for poll; ok kettenis | Theo de Raadt |
2010-07-21 | Make sure that the FPU IPIs shoot down the right FPU context and not the FPU | Mark Kettenis |
2010-07-09 | un-terminated string found when comparing to i386 boot code. These | Theo de Raadt |
2010-07-08 | Add mapping for ACPI device to PCI bdf (match autoconf tree) | Jordan Hargrave |
2010-07-08 | use config_activate_children to get down to the isa bus activation code | Theo de Raadt |
2010-07-08 | better op buf handling. Instead of mallocing a new buffer for every | Thordur I. Bjornsson |
2010-07-06 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-06 | get rid of ridiculous differences between the i386 and amd64 versions | Theo de Raadt |
2010-07-05 | Rework somewhat for safety, so that we only interpret the values of | Jonathan Gray |
2010-07-05 | remove a debugging panic, as pointed out by mike; | Thordur I. Bjornsson |
2010-07-05 | cope with the recent changes to m_copyback(); | Thordur I. Bjornsson |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-03 | Intel 3400 Thermal Sensor driver, found on some new Intel machines. | Mike Larkin |
2010-07-02 | usefull -> useful; | Jason McIntyre |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-07-02 | Add ability to limit memory presented to kernel with | Tobias Weingartner |
2010-07-01 | Make our trapframe squeeky clean in setregs(). Avoid leaking registers into | Mark Kettenis |
2010-07-01 | Synch instead of flush FPU state on APs before suspending. | Mike Larkin |
2010-07-01 | Typo in comment. | Mike Larkin |