Age | Commit message (Expand) | Author |
2009-01-10 | When switching from emulation mode to mapped mode (i.e. X starts), it is not | Miod Vallat |
2009-01-10 | Tweak the way we include the iommu code a bit. | Mark Kettenis |
2009-01-10 | Split off LDC support code into its own file. | Mark Kettenis |
2009-01-10 | - remove unused variable | Kevin Lo |
2009-01-10 | Add multicast support. Doesn't handle multicast ranges yet, but inet6 seems | Mark Kettenis |
2009-01-10 | Don't try to cast an lvalue which is forbidden and something pcc, lint, | Jonathan Gray |
2009-01-09 | Implement command timeouts. With some helpful tips from miod@, thanks. | Alexander Yurchenko |
2009-01-09 | keep b_proc set to the proccess, | Thordur I. Bjornsson |
2009-01-09 | Make sure we move an interrupt vector to the "lowest" priority level if | Mark Kettenis |
2009-01-09 | Explain that any check pattern will work. | Jonathan Gray |
2009-01-09 | Add support for SDHC cards on SDHC capable host controllers. | Jonathan Gray |
2009-01-09 | fix egress group matching for IPv6; ok claudio@ | David Krause |
2009-01-08 | Fix sockaddr_mpls structure. | Michele Marchetto |
2009-01-07 | Set IFF_OACTIVE when we run out of resources transmitting packets. | Mark Kettenis |
2009-01-07 | Enable urlphy in addition to url. | Jonathan Gray |
2009-01-07 | Fix typo. | Mark Kettenis |
2009-01-07 | Fix an occurance of __attribute which should have been __attribute__ | Jonathan Gray |
2009-01-07 | Match on Linksys WUSB600N. | Jonathan Gray |
2009-01-07 | regen | Jonathan Gray |
2009-01-07 | Linksys WUSB600N | Jonathan Gray |
2009-01-07 | Add Dell Latitude E6500 to mute quirk. This makes my shiny E6500 play some | Marco Peereboom |
2009-01-07 | The E asm constraint refers to an immediate floating operand | Jonathan Gray |
2009-01-07 | declare bwi_modtype enum before it is used in function prototypes. | Jonathan Gray |
2009-01-07 | Don't attempt to use gcc __builtin_abs, abs is not used | Jonathan Gray |
2009-01-06 | - add and enable ipgphy(4) everywhere there's a stge(4) entry. | Jasper Lievisse Adriaanse |
2009-01-06 | Properly report link state and don't abuse IFF_RUNNING. | Mark Kettenis |
2009-01-06 | regen | Gilles Chehade |
2009-01-06 | add nvidia 9300 ge graphic cards | Gilles Chehade |
2009-01-06 | Always check rs_malloc() returns. Also add M_ZERO and M_CANFAIL | Thordur I. Bjornsson |
2009-01-06 | Change the way way rn_mklists work (especially the RNF_NORMAL ones). | Claudio Jeker |
2009-01-06 | Send broadcast and multicast traffic not only out on all bridge interfaces but | Claudio Jeker |
2009-01-06 | - fix reading from E-FUSE ROM (some RT3070 adapters have an E-FUSE ROM | Damien Bergamini |
2009-01-05 | Restrict FIFO depth to 1 byte on m4k/m5k/m8k/m9k. Hopefully this prevents | Mark Kettenis |
2009-01-05 | Hide many debug printfs behind DPRINTF, and remove most others. Remove some | Mark Kettenis |
2009-01-05 | - add $OpenBSD$ where needed and add missing '$' in s3c24x0reg.h's tag | Jasper Lievisse Adriaanse |
2009-01-05 | regen | Matthieu Herrb |
2009-01-05 | Add nVidia GeForce 9600 GT, from Greg Jones. | Matthieu Herrb |
2009-01-05 | - do TX radiotap later in run_tx() such that the duration field is | Damien Bergamini |
2009-01-05 | allow sense capable pins to mute the speaker by disabling the output | Jacob Meuser |
2009-01-05 | expand the _dir controls for output pins to also be able to select | Jacob Meuser |
2009-01-05 | - a little simplification | Jacob Meuser |
2009-01-05 | explicitly check if azalia_codec_find_defdac didn't find a dac instead of | Jacob Meuser |
2009-01-05 | remove now unused macros | Jacob Meuser |
2009-01-05 | no longer needed codec specific code | Jacob Meuser |
2009-01-05 | if the high bit is set in a connection list entry, it means the entry | Jacob Meuser |
2009-01-05 | use AUDIO_MIXER_SET instead of AUDIO_MIXER_ENUM to display mixers | Jacob Meuser |
2009-01-05 | The FAT32 fsinxtfree field is advisory in nature and we don't use | Kenneth R Westerback |
2009-01-04 | try to get better default outputs.master.slaves by not including | Jacob Meuser |
2009-01-04 | some mixers don't use input amp muting to "select" their sources. | Jacob Meuser |
2009-01-04 | Back from coma. Fix dmesg printfs. | Alexander Yurchenko |