Age | Commit message (Expand) | Author |
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-08-01 | Small cleanup of the fpu switching code; don't rely on the fact the HFP_REGS | Mark Kettenis |
2010-08-01 | ANSIfy | Mark Kettenis |
2010-07-31 | remove references to ``opl'', since it doesn't exist any longer | Alexandre Ratchov |
2010-07-31 | Ignore the PSL_VEC bit in the sigcontext and always copy the bit out from | Mark Kettenis |
2010-07-31 | Factorization of the bluetooth and usb hid input driver logic, to reduce code | Miod Vallat |
2010-07-31 | remove the ``midisyn'' framework and anything using it, i.e., the opl | Alexandre Ratchov |
2010-07-30 | When converting a floating value to an integer, properly raise the "invalid" | Mark Kettenis |
2010-07-30 | Remove unused header file. | Miod Vallat |
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-28 | Add a dummy kqueue filter similar to seltrue and use it for anything | Nicholas Marriott |
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 |