Age | Commit message (Expand) | Author |
2010-08-03 | Use the proper flag for re-enabling certain hardware events (power btn, | Mike Larkin |
2010-08-03 | Disable hardware VLAN stripping/insertion on 8257[56] for now. While | Jonathan Gray |
2010-08-03 | Correct use of logical and where binary and was intended. | Jonathan Gray |
2010-08-03 | Save/restore BLC_HIST_CTL as well at suspend/resume time; which allows | Theo de Raadt |
2010-08-03 | matthew did not commit the diff he passed around for us to inspect... | Theo de Raadt |
2010-08-03 | If an asynchronous request invalidates a buf, then we might remove it | Matthew Dempsky |
2010-08-02 | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and | Miod Vallat |
2010-08-02 | Don't refer to xs->cmd, even via a pointer to xs->cmd, after xs has | Kenneth R Westerback |
2010-08-02 | Make MHZ_TO_PLL safer to use by adding parenthesis. Fixes a potential issue | Mark Kettenis |
2010-08-02 | Fix knote handling for exiting processes: when triggering a NOTE_EXIT | Philip Guenthe |
2010-08-02 | There is no reason to call the start function upon resume; the network stack | Mark Kettenis |
2010-08-02 | There is no reason to call the start function upon resume; the network stack | Mark Kettenis |
2010-08-02 | The EC GPE is always edge. edge interrupts have their STS bit reset | Theo de Raadt |
2010-08-02 | Add System Enclosure or Chassis structure. | Marco Peereboom |
2010-08-02 | enable owctr | Theo de Raadt |
2010-08-02 | Quirk for USB_PRODUCT_MICROSOFT_WLINTELLIMOUSE turns out not to be | Miod Vallat |
2010-08-02 | jmicron code was writing to the wrong register; ok jsg | Theo de Raadt |
2010-08-02 | Prevent illegal struct casting by moving AF_INET/AF_INET6 address | Matthew Dempsky |
2010-08-02 | Save/restore more registers at suspend/resume for those chips which look | 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-02 | spellin | Theo de Raadt |
2010-08-02 | Fix readlink(2) on FFS and ext2 filesystems to consistently return | Matthew Dempsky |
2010-08-01 | Change COM_IBUFSIZE 8K to 16K because 8K is not enough for CDMA1X card | YASUOKA Masahiko |
2010-08-01 | Be more generous when parsing the report descriptor: | Miod Vallat |
2010-08-01 | Read status register after all writes to the pcf8584 controller. Alegedly | Mark Kettenis |
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 | 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 |