Age | Commit message (Expand) | Author |
2007-06-04 | Forgot this in my last committ. | Marc Balmer |
2007-06-04 | Last part of FreeBSD/NetBSD sepcific code removal. | Marc Balmer |
2007-06-04 | do not shuffle dev 4 under the carpet; make svnd work again; uncookie | Otto Moerbeek |
2007-06-04 | Use 166.67 and 266.67 for bus_clock and not 166.66 and 266.66, | Jonathan Gray |
2007-06-04 | use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up during | Marco Peereboom |
2007-06-03 | sync | Damien Miller |
2007-06-03 | Add WCH/QinHeng CH341 serial/parallel | Damien Miller |
2007-06-03 | if the 915gm didn't work on i386, it's worrisome here too. remove it. | Ted Unangst |
2007-06-03 | put raidc inside ifdef CRYPTO, since it won't work without it | Ted Unangst |
2007-06-03 | shuffle the raid 1 specific functions to be all together and closer | Ted Unangst |
2007-06-03 | Implement transmission of ACL and SCO packets | Uwe Stuehler |
2007-06-03 | Make RX path work on big endian, too. | Marcus Glocker |
2007-06-03 | delete two extra lines which are not needed because that is how strings | Theo de Raadt |
2007-06-03 | backout rev 1.91 and 1.92, it causes proceses to hang on low mem | Otto Moerbeek |
2007-06-03 | virtual device drivers tend not to need machine/bus.h. also important | Theo de Raadt |
2007-06-03 | The firmware converts every 802.11 RX data frame into a 802.3 frame, | Marcus Glocker |
2007-06-03 | Dummy <machine/bus.h> for softraid to compile. | Miod Vallat |
2007-06-03 | Add a check for Intel Core processors with Scalable Bus Speed of 200 MHz. | Jonathan Gray |
2007-06-03 | During autoassemble get the actual raid level instead of always 1. | Marco Peereboom |
2007-06-02 | Add support for ICH8M IDE. | Jonathan Gray |
2007-06-02 | Match on ICH8M. | Jonathan Gray |
2007-06-02 | oops, why did i delete this. bizzare | Theo de Raadt |
2007-06-02 | regen | Jonathan Gray |
2007-06-02 | Add some devices found on an Intel 965GM/ICH8M laptop. | Jonathan Gray |
2007-06-02 | Initialize pkthdr.rcvif. | Artur Grabowski |
2007-06-02 | little fixes to get hotkeys working again. from alexey vatchenko | Ted Unangst |
2007-06-02 | Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than just | Kenneth R Westerback |
2007-06-02 | convert all daddr_t types to either daddr64_t or uint32_t or other such | Theo de Raadt |
2007-06-02 | Enable softraid so that people can start testing it. | Marco Peereboom |
2007-06-02 | Disable crypto until we figure out proper key management and other stuff | Marco Peereboom |
2007-06-02 | stand/ofdev.h | Theo de Raadt |
2007-06-02 | Fix collision by not adding data length but blocks instead. | Marco Peereboom |
2007-06-02 | split up large CMD53 reads and writes | Uwe Stuehler |
2007-06-02 | Set a flag in hci_usrreq() to allow priviledged operations | Uwe Stuehler |
2007-06-02 | no need to extern nextvnodeid here. | Thordur I. Bjornsson |
2007-06-02 | ufs1_daddr_t is no more, okay deraadt@ | Pedro Martelletto |
2007-06-02 | retry reading HCI packets a few times before giving up | Uwe Stuehler |
2007-06-02 | pf_set_rt_ifp accesses state key data, so must be called later | Henning Brauer |
2007-06-02 | do the daddr_t -> daddr64_t or int32_t dance here as well | Theo de Raadt |
2007-06-02 | Add optional metadata element. This will be needed in the future for | Marco Peereboom |
2007-06-02 | daddr64_t (in comments) | Theo de Raadt |
2007-06-02 | ufs1_daddr_t cleanup, okay thib@ deraadt@ | Pedro Martelletto |
2007-06-02 | daddr_t -> daddr64_t for specfs. convert some variables | Thordur I. Bjornsson |
2007-06-02 | Redo the sense mechanism to become autosense instead of request sense. | Marco Peereboom |
2007-06-01 | more vop argument "ap = v" comment removal; ok pedro | Theo de Raadt |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-06-01 | Add RX path and enable monitor mode. | Marcus Glocker |
2007-06-01 | Uninline bio_doread(), okay art@ | Pedro Martelletto |
2007-06-01 | remove strings from sensor.desc which are now present in sysctl variable name... | Constantine A. Murenin |
2007-06-01 | remove ofw devices which we don't use; that way of mixing devices is crazy | Theo de Raadt |