Age | Commit message (Expand) | Author |
2007-06-05 | bounds_check_with_label() checks for i/o outside of the partition and | Kenneth R Westerback |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-04 | disable a part of the label validation because some Sun systems | Theo de Raadt |
2007-06-04 | Enable channel switching. | Marcus Glocker |
2007-06-04 | bluetooth isn't really useful yet, but at least give it a chance to compile | Chris Kuethe |
2007-06-04 | perhaps it made art's head hurt because it is wrong. triggers NULL | Theo de Raadt |
2007-06-04 | Ten lines of backtrace should be better on 25-line screens, so that the panic | Miod Vallat |
2007-06-04 | If it's cold at panic time, attempt to show a small backtrace, there are too | Miod Vallat |
2007-06-04 | Bring presto's readdisklabel() usage into line with other uses. i.e. | Kenneth R Westerback |
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 |