Age | Commit message (Expand) | Author |
2009-11-14 | athn(4), a driver for Atheros 802.11a/g/n devices. | Damien Bergamini |
2009-11-13 | Remove an unnecessary assignment. From NetBSD via Brad. | Stuart Henderson |
2009-11-13 | Added mapping for failure flags for read/write mode (not yet used). | Jordan Hargrave |
2009-11-13 | do not need to pad up the uhub allocation anymore, from miod | Theo de Raadt |
2009-11-13 | Initialize uninititialized variable. | Jordan Hargrave |
2009-11-13 | sizeof -> nitems, found by parfait; ok dlg | Theo de Raadt |
2009-11-12 | Avoid using the trick of malloc'ing more than a struct to grow the array | Theo de Raadt |
2009-11-12 | memory leak found by parfait in an ioctl path, ok damien jsg | Theo de Raadt |
2009-11-12 | Use the number of products in the terminating condition when iterating | Jonathan Gray |
2009-11-12 | revert midlayer back to it was before i put my big rewrite in. this is | David Gwynne |
2009-11-11 | fix memory leak found by parfait | Jacob Meuser |
2009-11-11 | fixup of locking issues with sdmmc, which were causing | Jasper Lievisse Adriaanse |
2009-11-11 | memory leaks found by parfait; ok oga | Theo de Raadt |
2009-11-11 | Pass the structure by reference. pointed out and ok by miod@ | Federico G. Schwindt |
2009-11-10 | Use buffered fwrite(3) to build the udl Huffman table, | Marco Pfatschbacher |
2009-11-10 | backout the backout marco did of my code because of the NO_CCB breakage. | David Gwynne |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-09 | Link state change interrupt was not generated due to a missing bit in | David Gwynne |
2009-11-09 | sync | Stuart Henderson |
2009-11-09 | - remove wrongly-sorted duplicate entries | Stuart Henderson |
2009-11-08 | regen | Damien Bergamini |
2009-11-08 | - remove non-production pci ids for 6050 3x3 | Damien Bergamini |
2009-11-07 | Blink leds on the DEC 3000 models (three different led types). | Miod Vallat |
2009-11-07 | Change sgi system identification from a single system type list, to a smaller | Miod Vallat |
2009-11-06 | cosmetic. claudio@ ok | Federico G. Schwindt |
2009-11-05 | Add a new PCIOCGETROMLEN ioctl, to give users of PCIOGETROM a chance to | Mark Kettenis |
2009-11-05 | sort pci_matchid's, from Brad. | Stuart Henderson |
2009-11-05 | bump copyrights | Marco Peereboom |
2009-11-05 | Make compile on 32 bit as well. | Marco Peereboom |
2009-11-05 | The big diff dlg committed to the midlayer breaks NO_CCB and | Marco Peereboom |
2009-11-05 | BUS_DMA_NOCACHE is defined on all archs that include this driver | Jacob Meuser |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-11-04 | regen | Damien Bergamini |
2009-11-04 | the hybrid 6000 series (using both internal and external power amplifiers) | Damien Bergamini |
2009-11-03 | s/TX_IQ_PERD/TX_IQ_PERIODIC/ | Damien Bergamini |
2009-11-03 | use BUS_DMA_{READ,WRITE} hints when mapping mbufs for Rx/Tx even | Damien Bergamini |
2009-11-03 | setting of WEP keys is defered until interface is brought up, | Damien Bergamini |
2009-11-03 | gpio quirk for Dell Precision M4400. from Geoff Sanders. thanks! | Jacob Meuser |
2009-11-03 | don't take playback blocksize constraints into account when rounding | Jacob Meuser |
2009-11-03 | don't claim to support full-duplex if the device doesn't support both | Jacob Meuser |
2009-11-03 | provide a get_default_params method. tries aucat(1) defaults first | Jacob Meuser |
2009-11-03 | rewrite supported audio parameter matching code | Jacob Meuser |
2009-11-03 | Simplify and remove debug cruft from interrupt handler. Original diff from | Marco Peereboom |
2009-11-02 | Don't write bogus values to reply_fifo_host_signalling_addr. This register | Marco Peereboom |
2009-11-02 | s/hz/Hz/ on multiples of the SI unit hertz other than MHz. | Igor Sobrado |
2009-11-02 | Remove unused member(s) of `struct acpi_softc'. | Mark Kettenis |
2009-11-02 | Add support for ``M-Audio Revolution 5.1'' cards, based on envy24HT. | Alexandre Ratchov |
2009-11-02 | correct signature. no change as function is if 0'd. | Federico G. Schwindt |
2009-11-01 | Move IS[12]BYTEMSG and ISEXTMSG defines to a common place. | Federico G. Schwindt |
2009-11-01 | Call selwakeup()/KNOTE() even if the queue has emptied completely. | Nicholas Marriott |