Age | Commit message (Expand) | Author |
2010-07-10 | sun4e (i.e. SPARCengine 1e) support. This platform is a mix between sun4 and | Miod Vallat |
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-10 | Eliminate two of the remaining three instances of drivers passing | Matthew Dempsky |
2010-07-09 | We need to preserve %eax, %ecx and %edx since GCC 4.x might use these | Mark Kettenis |
2010-07-09 | un-terminated string found when comparing to i386 boot code. These | Theo de Raadt |
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-08 | better op buf handling. Instead of mallocing a new buffer for every | Thordur I. Bjornsson |
2010-07-07 | Use atomic operations to increment clock interrupt counter. | Mark Kettenis |
2010-07-07 | Implement atomic_add_ulong. | Mark Kettenis |
2010-07-07 | Don't grab the kernel lock for clock interrupts. Prevents deadlocks when | Mark Kettenis |
2010-07-06 | sun4e support in the bootblocks, derived from a diff from jason@ 7 years ago. | Miod Vallat |
2010-07-06 | Having common ienab_bic() and ienab_bis() entry points for sun4/4c and sun4m | Miod Vallat |
2010-07-06 | Remove unused CPUARCH_xxx and CPUCLS_xxx defines, as well as all the unused | Miod Vallat |
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-06 | Kill an unused variable | Philip Guenthe |
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 |