Age | Commit message (Expand) | Author |
2007-06-06 | remove ifdef'd out ipx-in-ip registration | Henning Brauer |
2007-06-06 | Don't promote MNT_WAIT to MNT_NOWAIT when syncing the device vnode of a | Pedro Martelletto |
2007-06-06 | remove never used #ifdef IPX_NOTYET code | Henning Brauer |
2007-06-06 | do not include ipx headers (were not needed in the first place) | Henning Brauer |
2007-06-06 | Shrink dmesg output. Tweaked version of a diff from tedu@ | Jonathan Gray |
2007-06-05 | Remove the comment "Static function protoypes". Static is gone in USB. | Marc Balmer |
2007-06-05 | Major wpi(4) update: | Damien Bergamini |
2007-06-05 | Use phys_map, not kernel_map in v{,un}mapbuf. ok mickey | Miod Vallat |
2007-06-05 | Shuffle calculation of physical block so that bounds checking is not off by | Marco Peereboom |
2007-06-05 | Remove the "Static" function declaration. It is defined to be | Marc Balmer |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-05 | Switch to rwlock(9) | Jonathan Gray |
2007-06-05 | IPX is about to go away, remove commented out IPX options in GENERIC and | Henning Brauer |
2007-06-05 | consistently use one variable instead of deriving it repeatedly | Todd T. Fries |
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 |