Age | Commit message (Expand) | Author |
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 | recording/full-duplex support | Jacob Meuser |
2010-07-26 | simplify the mixer(4) code and interface. document the interface. | Jacob Meuser |
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-24 | Switch hppa64 to timecounters. | Mark Kettenis |
2010-07-24 | Convert PCI addresses to proper 64-bit physical addresses. | Mark Kettenis |
2010-07-24 | Make pmap_extract() work for large pages. | Mark Kettenis |
2010-07-24 | move to 4.8-beta | Theo de Raadt |
2010-07-24 | Fix PTE_PAGE(). | Mark Kettenis |
2010-07-24 | One the -> On the | Miod Vallat |
2010-07-24 | leftover from revert of long ago | Jacob Meuser |
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 | 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-20 | opration -> operation | Miod Vallat |
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-18 | Repair Gdium support. | Miod Vallat |
2010-07-17 | Correct value of DBL_MIN and DBL_MAX to match <sys/limits.h> | Miod Vallat |
2010-07-16 | We never create or destroy pmaps from interrupt context, so wrapping the | Mark Kettenis |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-14 | oops; Fred Crowson | Theo de Raadt |
2010-07-11 | typo | Miod Vallat |
2010-07-10 | Add a bootstrap loader, this allow u-boot to auto-boot from the media | Dale Rahn |
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 |