Age | Commit message (Expand) | Author |
2007-07-31 | don't duplicate .numt in .desc; 'In this driver, whatever you want' deraadt@ | Constantine A. Murenin |
2007-07-31 | change sensor type: if .value can only ever be 0 or 1, .type should be indicator | Constantine A. Murenin |
2007-07-31 | remove magic numbers: use PCAGPIO_NPINS instead (no binary change); ok deraadt@ | Constantine A. Murenin |
2007-07-31 | Our audio layer doesn't know anything about mixer names like | Deanna Phillips |
2007-07-31 | In the mixer to device level conversions, round down to the nearest | Deanna Phillips |
2007-07-31 | Start to improve TX/RX path; don't accept further packets from TX queue | Marcus Glocker |
2007-07-31 | Simplify TX path. | Marcus Glocker |
2007-07-31 | always ignore attempts to set the record or play port to 0. | Jacob Meuser |
2007-07-30 | After two weeks of fumbling arround in the association FW command, i found | Marcus Glocker |
2007-07-30 | sync | Todd T. Fries |
2007-07-30 | AXIM pda and V360 phone, ok mk@ | Todd T. Fries |
2007-07-29 | regen | Chris Kuethe |
2007-07-29 | add a bunch of new nvidia devices | Chris Kuethe |
2007-07-28 | regen | Jasper Lievisse Adriaanse |
2007-07-28 | add biometric coprocessor | Jasper Lievisse Adriaanse |
2007-07-27 | Missing $OpenBSD$ tag. | Xavier Santolaria |
2007-07-27 | Commiting for xsa@ who dosent want to for some reason. He has KNFed and | Gordon Willem Klok |
2007-07-27 | Correct the length of the usb_string_descriptor_t and fix a possible | Marc Balmer |
2007-07-27 | Add ids for two Conexant codecs; not sure they're official | Ian Darwin |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-07-25 | Add a missing splx() and while there update the printf() to match the format | Claudio Jeker |
2007-07-25 | define and use CDCE_DEBUG and DPRINTF/DPRINTFN to be less noisy on the | Marc Balmer |
2007-07-24 | hardware WEP in the TX path. | Damien Bergamini |
2007-07-23 | This shouldn't be needs-count -- especially because it breaks config. | Michael Knudsen |
2007-07-23 | bthub needs-count | Michael Knudsen |
2007-07-23 | This improves cdce(4) and makes some devices work that previously did not | Marc Balmer |
2007-07-23 | Some style/knf nits. | Michael Knudsen |
2007-07-23 | Add glue for a control device for bthub(4). Will be used to configure | Michael Knudsen |
2007-07-23 | STAC7661: | Deanna Phillips |
2007-07-23 | Fix a typo in a comment: VAIO SE -> VAIO SZ. | Deanna Phillips |
2007-07-23 | STAC7661: rename "inputs.mic" to "record.volume". This is what the | Deanna Phillips |
2007-07-23 | STAC7661: | Deanna Phillips |
2007-07-23 | We will never make a mixer item out of the pin control operation, so | Deanna Phillips |
2007-07-22 | clear the IFF_ALLMULTI flag when the interface goes down. | David Gwynne |
2007-07-22 | the softc variable is sc, not sp. | David Gwynne |
2007-07-21 | no need to say in two ways "a set of usb devices went away"; ok by a few | Theo de Raadt |
2007-07-20 | Don't show debug output when an interrupt is not for us. | Marc Balmer |
2007-07-18 | - when traversing mixer fields in the attach routine and connecting | Jacob Meuser |
2007-07-18 | unbreak build. | Damien Bergamini |
2007-07-18 | move the processing of the pause attribute to the end of audiosetinfo(), | Jacob Meuser |
2007-07-18 | convert code under #if 0 to the new ieee80211_key structure. | Damien Bergamini |
2007-07-18 | replace the ieee80211_wepkey structure with a more generic ieee80211_key | Damien Bergamini |
2007-07-17 | Add missing '};' to end struct declaration. Compiles again. | Kenneth R Westerback |
2007-07-17 | more places where the difference between the hardware sample size | Jacob Meuser |
2007-07-17 | ident/ansify/de-register | Jasper Lievisse Adriaanse |
2007-07-17 | - the data in the read buffer, that was put there by the hardware, | Jacob Meuser |
2007-07-17 | when looping through an array and advancing your pointer to the array | Jacob Meuser |
2007-07-16 | The logic determining the value of rl_eewidth for the 9346 and 9356 | Todd C. Miller |
2007-07-15 | Delay switching to the real serial console until we attach the serial device. | Mark Kettenis |
2007-07-14 | - ANSI function declarations | Jacob Meuser |