Age | Commit message (Expand) | Author |
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 | another pair of files which relied on mbuf.h for pool.h; should be the last, | Bret Lambert |
2010-07-31 | Sync | Kenneth R Westerback |
2010-07-31 | Add NVIDIA 0x07e1 == GeForce 7100, now that new driver will support | Kenneth R Westerback |
2010-07-31 | add support for M-audio Audiophile 192k | Alexandre Ratchov |
2010-07-31 | regen | Miod Vallat |
2010-07-31 | Support extra F-keys (up to F24) on HID keyboards. | Miod Vallat |
2010-07-31 | Factorization of the bluetooth and usb hid input driver logic, to reduce code | Miod Vallat |
2010-07-31 | The code referencing urndis_watchdog() is #if 0'd out, but the actual | Michael Knudsen |
2010-07-31 | add SA3_XXX macros removed by mistake with opl, but used by ym mixer | Alexandre Ratchov |
2010-07-31 | unbreak ym.c, opl3sa3reg.h doesn't exist any longer | Alexandre Ratchov |
2010-07-31 | Break some really long lines. | Michael Knudsen |
2010-07-31 | remove the ``midisyn'' framework and anything using it, i.e., the opl | Alexandre Ratchov |
2010-07-31 | fix typo preventing compilation with AUDIO_DEBUG | Alexandre Ratchov |
2010-07-31 | check for audio stream and control interface descriptors in the | Jacob Meuser |
2010-07-30 | When converting a floating value to an integer, properly raise the "invalid" | Mark Kettenis |
2010-07-30 | Don't reset pms/pmsi devices when attempting to set the mode. Makes nicm@'s, | Kenneth R Westerback |
2010-07-30 | The device table entry for HD3470 was incorrectly using a logical or | Jonathan Gray |
2010-07-30 | Remove unused header file. | Miod Vallat |
2010-07-29 | Don't set sc_ec until after the EC registers are mapped, but before we | Mark Kettenis |
2010-07-29 | sort pool.h into the list of includes alphabetically | Bret Lambert |
2010-07-29 | #include <sys/pool.h> directly, instead of relying on mbuf.h to inlcude it | Bret Lambert |
2010-07-29 | Don't forget to register the i8254-based timecounter if we use the i8254 | Mark Kettenis |
2010-07-29 | Add some more devices. -moj | Mats O Jansson |
2010-07-29 | sync | Mats O Jansson |
2010-07-29 | Add some more displaylink devices. -moj | Mats O Jansson |
2010-07-29 | flag if an error during attach caused us to detach our resources, and | Jacob Meuser |
2010-07-29 | Zero out the firmware waking vector on successful resume from ACPI sleep. | Mike Larkin |
2010-07-28 | DVD_INVALIDATE_AGID is a 'no payload' operation, so don't set | Kenneth R Westerback |
2010-07-28 | Add a dummy kqueue filter similar to seltrue and use it for anything | Nicholas Marriott |
2010-07-28 | Suspending drivers need to do as little as possible in here, so when the | Theo de Raadt |
2010-07-28 | Make legacy xxpower() functions call xxstop() on suspend, and simplify their | Theo de Raadt |
2010-07-28 | the default pciide chip needs no additional register restores; tested by jcs ... | Theo de Raadt |
2010-07-28 | more #ifdef needed for the case of not pegging on a non-MP kernel | Theo de Raadt |
2010-07-28 | remove stub code for rw locks we will never need; ok kettenis marco | Theo de Raadt |
2010-07-28 | It's pretty pointless to peg ourselves to the primary CPU if that's the | Mark Kettenis |
2010-07-28 | suspend save/restore for SIS3112; tested by mlarkin | Theo de Raadt |
2010-07-28 | Make all gasio failures look and behave the same. | Marco Peereboom |
2010-07-28 | Delay a little longer on suspend before giving up. Fixes machines that | Mike Larkin |
2010-07-28 | pfsync_bulk_fail was mucking around with pfsync_softc and sending packets | David Gwynne |
2010-07-28 | No need to bzero() malloc'd memory if we used M_ZERO. | Kenneth R Westerback |
2010-07-27 | remove an ancient XXX | Theo de Raadt |
2010-07-27 | remove XXX; EC can now be attached early when needed; ok jordan | Theo de Raadt |
2010-07-27 | more brackets feels good | Theo de Raadt |
2010-07-27 | XXX annotate a block in acpi_enter_sleep_state() that is pretty worrying | Theo de Raadt |
2010-07-27 | do not match a 2nd EC if something horrible happens; ok marco | Theo de Raadt |
2010-07-27 | ca_activate handler for suspend/resume. untested -- if someone tests | Theo de Raadt |
2010-07-27 | Spaces vs tab | Marco Peereboom |