summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-12-22rewrite promiscuous mode and multicast handling; from BradChristian Weisgerber
2009-12-22Revert last commit, I should have checked with damien@ first.Stuart Henderson
2009-12-22Sort pci ids, from Brad.Stuart Henderson
2009-12-22treat the front headphone jack more like a built-in speaker. make it'sJacob Meuser
2009-12-21typo in comment; Holger MikolonStuart Henderson
2009-12-21Add uthum(4) to arches I could test it. ok deraadt@.Matthieu Herrb
2009-12-21Cleanup promiscuous mode and multicast handling. From Brad.Mark Kettenis
2009-12-21Some cleaning for the rl(4) driver:Christian Weisgerber
2009-12-20When using ptrace(), death of the traced process should always sendPhilip Guenthe
2009-12-20svr4_sys_waitsys() was seemingly implemented by copying sys_wait4()Philip Guenthe
2009-12-20compile in utrhTheo de Raadt
2009-12-19fix tsleep parameterYojiro Uo
2009-12-19Re-introduce the remaining bits of thib@'s Aug 2006 VOP_CLOSE()Kenneth R Westerback
2009-12-18More device id ordering, from BradStuart Henderson
2009-12-18Add lofn(4) and ubsec(4) crypto devices. From Brad.Joel Sing
2009-12-18More Ethernet drivers - sf(4), cas(4), vge(4) and ciphy(4) for use byJoel Sing
2009-12-18regenYojiro Uo
2009-12-18add utrh(4): USBRH temperature / humidity sensor driverYojiro Uo
2009-12-17Initialize ccb_xs to NULL when taking a ccb off the free list. ThisKenneth R Westerback
2009-12-17if anyone vref()s a VNON vnode, panic. This should not happen.Owain Ainsworth
2009-12-17This fixes a case where we could panic on a null deref with a bad vnodeBob Beck
2009-12-17Add support for Huawei E161.Marco Pfatschbacher
2009-12-17syncMarco Pfatschbacher
2009-12-17Add Huawei E161.Marco Pfatschbacher
2009-12-17fix softc structure to fit as uhid sub device.Yojiro Uo
2009-12-17Device id ordering, from BradStuart Henderson
2009-12-17syncStuart Henderson
2009-12-17- correct the PCI ids for the BCM5717 and BCM5718 chipsetsStuart Henderson
2009-12-16Support OpenRD JTAGKey, expect spip the jtag interface port.Theo de Raadt
2009-12-16syncTheo de Raadt
2009-12-16OpenRD JTAGKey; Tobias UlmerTheo de Raadt
2009-12-16zap two more handrolled equivalents of nitems().Jasper Lievisse Adriaanse
2009-12-16- use nitems() inside a descriptive macro nameJasper Lievisse Adriaanse
2009-12-16nothing needs to see cd_softc except the driver, so move it into cd.cDavid Gwynne
2009-12-16spelling; from Jacob MeuserTheo de Raadt
2009-12-15don't make mixer items for vendor widgets. we don't know what they do.Jacob Meuser
2009-12-15Correct define.Federico G. Schwindt
2009-12-15mono ouputs shouldn't be candidates for exclusive inclusion in theJacob Meuser
2009-12-15- instead of rolling a macro that is functional equivalent to nitems(),Jasper Lievisse Adriaanse
2009-12-15Add vsw(4).Mark Kettenis
2009-12-15back out previous fix, apparently neither art or i can fix anything right on ...Bob Beck
2009-12-15This fixes a case where we could panic on a null deref with a bad vnodeBob Beck
2009-12-15Make sillyrename not so damn silly. The kindergarten algorithm here forBob Beck
2009-12-15Allow auto assemble flag to be toggled for disciplines that support it.Joel Sing
2009-12-15Ensure that the interface is valid before trying to access its flags.Joel Sing
2009-12-15Ansify function declarations.Joel Sing
2009-12-15Factor out discipline specific create/assemble code.Joel Sing
2009-12-15Explicitly lock the vnode when deleting a volume. This avoids a potentialJoel Sing
2009-12-15Ensure that the interface is not null before trying to access its flags.Joel Sing
2009-12-15fix some buffer sizes.Edd Barrett