summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2004-12-08Have kthread_create_deferred() act immediately once kthread_run_deferred_queue()Miod Vallat
has been invoked; forgotten part of the ``create init earlier'' changes. From NetBSD as well. ok deraadt@ dlg@
2004-12-08use ETHER_MAX_LENBrad Smith
2004-12-08use ETHER_MAX_LENBrad Smith
2004-12-08Falcom Twist-USB GSM/GPRS modem.Jonathan Gray
From David Coppa <caff at openbeer dot it> with tweaks from me.
2004-12-08regenJonathan Gray
2004-12-08Falcom Twist-USB GSM/GPRS modem.Jonathan Gray
From David Coppa <caff at openbeer dot it> with tweaks from me.
2004-12-08Enable jumbo frames on Yukon varients of sk(4).Kenneth R Westerback
ok mcbride@.
2004-12-07Convert carp(4) to behave more like a regular interface, much in the sameRyan Thomas McBride
style as vlan(4). carp interfaces no longer require the physical interface to be on the same subnet as the carp interface, or even that the physical interface has an adress at all, so CARP can now be used on /30 networks. ok deraadt@ henning@
2004-12-07KNFRyan Thomas McBride
2004-12-07KNFRyan Thomas McBride
2004-12-07regenJonathan Gray
2004-12-07Add some Belkin RTL8180 devices, one from NetBSD.Jonathan Gray
2004-12-07re-commit mcbride@'s 'flush global', this time without the breakage inDaniel Hartmeier
pfvar.h. builds kernel and userland.
2004-12-07tree does not compile, spotted by dlg (not obvious how to fix)Theo de Raadt
---- Change the default for 'overload <table> flush' to flush only states from the offending source created by the rule. 'flush global' flushes all states originating from the offending source. ABI change, requires kernel and pfctl to be in sync. ok deraadt@ henning@ dhartmei@
2004-12-07Remove uneeded bpfdesc.h include.Jonathan Gray
ok mcbride@
2004-12-07Cleanup. Rename some defines, add wp_lite_set_te1_cfg()Ryan Thomas McBride
(used to change LBO and T1/E1 clock configurations) ok deraadt@
2004-12-07backout missed by tedu:Theo de Raadt
prev softdep merge could lead to inode wait deadlock for unknown reasons. revert.
2004-12-07ohci and ehci at cardbus support from netbsdDavid Gwynne
this relies on a fix to kthreads that is not yet committed, so it wont be enabled for now. my boss said it was ok to commit this while im at work. ok deraadt@ drahn@.
2004-12-07Change the default for 'overload <table> flush' to flush only states from theRyan Thomas McBride
offending source created by the rule. 'flush global' flushes all states originating from the offending source. ABI change, requires kernel and pfctl to be in sync. ok deraadt@ henning@ dhartmei@
2004-12-07prev softdep merge could lead to inode wait deadlock for unknown reasons.Ted Unangst
revert.
2004-12-07* add a missing vput() if VOP_SETATTR() fails.Patrick Latifi
ok tedu pedro millert
2004-12-07Don't link to ac97 specs from individual drivers.Jonathan Gray
ok mickey@
2004-12-07remove old and unused NetBSD specific cruft.Brad Smith
2004-12-07Remove the PCI-ISA bridge callback mechanism; it's no longer needed.Brad Smith
From NetBSD ok deraadt@ miod@
2004-12-06set granularity for data segment used for struct cpu_info to bytes.Hans-Joerg Hoexer
ok mickey deraadt tedu niklas
2004-12-06support max-src-conn-rate with synproxy, ok mcbride@Daniel Hartmeier
2004-12-06emu(4) works; tybollt@solace.mh.seTheo de Raadt
2004-12-06add mbuf linearization code when the number of fragments exceeds what isDamien Bergamini
supported by the hardware
2004-12-06use raw device; wbx@openbsd.deTheo de Raadt
2004-12-06Use uvm_grow() to account for stack growth, rather than home-grown codeMiod Vallat
or nothing. Inspired by a similar recent change in NetBSD.
2004-12-06remove iwi_fix_channel() by setting IEEE80211_C_SCANALL capability flagDamien Bergamini
2004-12-06indentDamien Bergamini
2004-12-06Use config_defer().Brad Smith
From NetBSD ok miod@
2004-12-06regenMichael Shalayeff
2004-12-06o2micro cardbus from HP nc4000 from Russell McGregor <rdmcgregor@gmail.com>Michael Shalayeff
2004-12-06tell net80211 that we can get probes/beacons on any channel during a scan.David Gwynne
this lets us get rid of an ugly hack that was needed to work around the default net80211 behaviour of dropping these packets when not on the current channel.
2004-12-06add a flag that lets a wireless card indicate it can receive probe responsesDavid Gwynne
or beacons on any channel during a scan. ok damien@ "come on" deraadt@
2004-12-06some mice have more than 7 buttons, so raise the limit in the driver.David Gwynne
fix submitted by Wolfgang S. Rupprecht in pr4015
2004-12-06Check a NULL dereference before it could happen.Marco Pfatschbacher
ok mcbride@
2004-12-06At PFSYNC_ACT_CLR:Marco Pfatschbacher
Also purge states with an empty ifname. ok mcbride@
2004-12-06dont try and detect if the external firmware is already loaded by changingDavid Gwynne
the channel on atu devices with intersil radios. it seems to crash the firmware. from daan vreeken, tested by mitja muzenic
2004-12-06also consider NFS_PORT to be a reserved port, as in 1.18 or something likeTheo de Raadt
that.
2004-12-06ipsec udpencap check was done after baddynamicports ports checks (thoseTheo de Raadt
tables only map from 512 to 1023 using bitmaps, sorry); ok hshoexer
2004-12-05fix printf's in ipw_dma_alloc()Damien Bergamini
2004-12-05add IEEE80211_C_SHPREAMBLE capability flag and reorder interrupt handlersDamien Bergamini
2004-12-05update net80211 AP list after scanningDamien Bergamini
2004-12-05mostly cosmetic changesDamien Bergamini
2004-12-05Clean Tx/Rx rings allocation and management.Damien Bergamini
2004-12-05wait longer for master initializationDamien Bergamini
2004-12-05do a scan for networks when net80211 thinks we should rather than doing itDavid Gwynne
only when we bring the interface up.