Age | Commit message (Expand) | Author |
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-08-02 | correct header file stuff; pointed out by tedu | Theo de Raadt |
2010-08-02 | needs explicit proc.h; Nathanael Rensen | Theo de Raadt |
2010-07-31 | remove the ``midisyn'' framework and anything using it, i.e., the opl | Alexandre Ratchov |
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-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 | AMD amd64 errara are not on the i386 install media, since there is often | 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 | 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-20 | also use bufq_quiesce() when suspending, and bufq_restart() when resuming, | Theo de Raadt |
2010-07-20 | typo; martin.pelikan@gmail.com | Theo de Raadt |
2010-07-14 | oops; Fred Crowson | Theo de Raadt |
2010-07-10 | and cdboot must be linked with -N still, too. even more curious | Theo de Raadt |
2010-07-10 | actually, pxeboot must remain linked with -N | Theo de Raadt |
2010-07-10 | link bootblocks with -Z instead of -N, to ensure that the file offset and | Theo de Raadt |
2010-07-09 | We need to preserve %eax, %ecx and %edx since GCC 4.x might use these | Mark Kettenis |
2010-07-09 | gcc4 is a bloated pig, so a few things must fall off the floppy | 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-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 | bsdos was removed | Theo de Raadt |
2010-07-05 | Rework somewhat for safety, so that we only interpret the values of | Jonathan Gray |
2010-07-05 | remove compat_bsdos support | Ted Unangst |
2010-07-03 | Make the kernel responsible for saving the FPU state before running | Mark Kettenis |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-03 | Omit some silly USB devices from RAMDISK kernels. | Matthew Dempsky |
2010-07-03 | Intel 3400 Thermal Sensor driver, found on some new Intel machines. | Mike Larkin |
2010-07-02 | remove unused pciaddr_search function. | Jonathan Gray |
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 | initialize values to something sensible. | Ted Unangst |
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 | I accidentally whacked something important. Sorry. | Ted Unangst |
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst |
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave |
2010-07-01 | mark acpi_savecpu with the gcc returns_twice attribute as suggested | Jonathan Gray |
2010-07-01 | Add a look-up table for machines that have special vga cards. This table will | Paul Irofti |