summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-10-30Bunch of cleanup. Kill some dead variables and some stupid code.Owain Ainsworth
2008-10-30Fix building with !INET6 kernels.Brad Smith
2008-10-30Fix bug that when there are no volumes but there are hot spares it wouldMarco Peereboom
2008-10-30Use msleep() in the reaper to make it not lose events. Based on discussionTheo de Raadt
2008-10-30Arpresolve could loose few packets during resolving an ethernetJoerg Goltermann
2008-10-30From Jeremy Morse via NetBSD:Marcus Glocker
2008-10-30ugh, typo fix, committed previous from the wrong treeTodd T. Fries
2008-10-30patches for macppc to remove more EINVAL returns in the audio codeTodd T. Fries
2008-10-30for devices that do not allow independent setting of recording andJacob Meuser
2008-10-29add a flag to know is this is Audigy 2 ValueJacob Meuser
2008-10-29support for Audigy 2 Value based on patch from Dennis SuhoninJacob Meuser
2008-10-29Add initial bio support; only volume status is handled.Brad Smith
2008-10-29Bring pd structure up to dateMarco Peereboom
2008-10-29come on -- this was not even test compiledTheo de Raadt
2008-10-29- Add a workaround field to the softc struct.Brad Smith
2008-10-29dlg says "well, that is embarassing"Theo de Raadt
2008-10-29native default parameters for i2s devices instead of 8kHzJacob Meuser
2008-10-28make DRM_INFO() a bit less gross, though getting all the grossness out at onc...Theo de Raadt
2008-10-28Do not keep retrying to send advertisements if there isMarco Pfatschbacher
2008-10-28Always skip "urpf-failed" test for IPv6 link local addresses.Marco Pfatschbacher
2008-10-28#if NVLAN > 0 in one more spot.Brad Smith
2008-10-28Fix output when reporting on multivolume disk groups.Marco Peereboom
2008-10-28Add the MacBookPro4,1 to the list of systems with GPIO quirks andBrad Smith
2008-10-28Do not leave pmap_cache_state pointing to freed memory if it was theDale Rahn
2008-10-28add support for multiple pflow(4) interfacesJoerg Goltermann
2008-10-28#include sensorsMarco Peereboom
2008-10-28Shut splassert upMarco Peereboom
2008-10-28Be nicer waking up.Marco Peereboom
2008-10-28Major overhaul of bio.Marco Peereboom
2008-10-28Pointer sizeof oopsMarco Peereboom
2008-10-28Add beginings of bio. Disabled for now.Marco Peereboom
2008-10-28Remove return at the end of a void function.Brad Smith
2008-10-28In trunk_media_status() mark the interface as active if any ports areBrad Smith
2008-10-28In trunk_lb_start() port % count will never be greater thanBrad Smith
2008-10-28Feed IPv6 flow label to hash calculation.Brad Smith
2008-10-28Show the ACTIVE flag in ifconfig for the single interface that isBrad Smith
2008-10-28Implement a workaround for stupid hw when using VLAN stripping. FramesBrad Smith
2008-10-28Remove #if NVLAN.Brad Smith
2008-10-28Some tweaks for the usage of NVLAN > 0 checks in the code.Brad Smith
2008-10-28Fix up some of the code for VLAN tagging/stripping and checksum offloadBrad Smith
2008-10-28Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-28Don't need NVLAN > 0 checks around this code.Brad Smith
2008-10-28Re-add support TX VLAN tag insertion and RX VLAN tag stripping.Brad Smith
2008-10-28SiS 7012 uses different multichannel control bits (data from linux).Jacob Meuser
2008-10-28regenBrad Smith
2008-10-28More MCP79 Host bridge PCI ids.Brad Smith
2008-10-28regenBrad Smith
2008-10-28Correct MCP79 SMBus PCI id and add missing MCP79 PCI ids.Brad Smith
2008-10-28Added mpls_output() used to output mpls packets originating from local host.Michele Marchetto
2008-10-28Try to use ACPI a little bit harder. Skip it only if ncpu < 2 and theTheo de Raadt