Age | Commit message (Expand) | Author |
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-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-05 | timeout_add -> timeout_add_sec | Bret Lambert |
2010-07-04 | restrict srmmu handling to just sun4m | Theo de Raadt |
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 | Pretend that softintr_establish() actually works. | Joel Sing |
2010-07-02 | When we steal memory, return the VA for the memory that we have stolen and | Joel Sing |
2010-07-02 | delete sunos files | Ted Unangst |
2010-07-02 | remove support for compat_sunos (and m68k4k). ok deraadt guenther | Ted Unangst |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-02 | remove unused pciaddr_search function. | Jonathan Gray |
2010-07-02 | usefull -> useful; | Jason McIntyre |
2010-07-02 | Add a comment to explain why the sync is necessary in the while loop. | Joel Sing |
2010-07-02 | Apparently volatile does not mean what it is supposed to mean... avoid a | Joel Sing |
2010-07-02 | gremlin crept in by accident | Miod Vallat |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
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-02 | Implement FPU shootdowns for hppa multiprocessor kernels. There are still | Joel Sing |
2010-07-01 | When a process' FPU context is evicted or restored record which CPU the | Joel Sing |
2010-07-01 | Make our trapframe squeeky clean in setregs(). Avoid leaking registers into | Mark Kettenis |
2010-07-01 | Add more support bits for ARMv7, including frame for VIPT (pmap_prefer). | Dale Rahn |
2010-07-01 | CPU id is not enough to tell 3430 from 3530 so change the printed name. | Dale Rahn |
2010-07-01 | Synch instead of flush FPU state on APs before suspending. | Mike Larkin |
2010-07-01 | Ensure that IPIs have priority and are run first to avoid deadlock. This | Joel Sing |
2010-07-01 | Typo in comment. | 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 | - don't do curupte checks if the current miss address is user space | Jasper Lievisse Adriaanse |
2010-07-01 | Backout recent AML changes, breaks on R210 and others | Jordan Hargrave |
2010-07-01 | Create a struct to store FP state and include a pointer to the CPU that | Joel Sing |
2010-07-01 | Provide uvm constraints. | Joel Sing |
2010-07-01 | Provide safepri. | Joel Sing |
2010-07-01 | Fix incorrect function prototype. | Joel Sing |
2010-07-01 | Add missing function prototypes. | Joel Sing |
2010-07-01 | Provide mtsp() via cpufunc.h. | Joel Sing |
2010-07-01 | Pull in atomic.h and intr.h. | Joel Sing |
2010-07-01 | Add missing function prototypes and fix order of includes. | Joel Sing |
2010-07-01 | Shuffle function prototypes, add missing include and add missing | Joel Sing |
2010-07-01 | Add stubs for soft interrupts. | Joel Sing |
2010-07-01 | Include atomic.h via lock.h like other architectures do. | Joel Sing |
2010-07-01 | Partially sync atomic.h with hppa so that we get real atomic ops and some | Joel Sing |
2010-07-01 | mark acpi_savecpu with the gcc returns_twice attribute as suggested | Jonathan Gray |