Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-08 | Have 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-08 | use ETHER_MAX_LEN | Brad Smith | |
2004-12-08 | use ETHER_MAX_LEN | Brad Smith | |
2004-12-08 | Falcom Twist-USB GSM/GPRS modem. | Jonathan Gray | |
From David Coppa <caff at openbeer dot it> with tweaks from me. | |||
2004-12-08 | regen | Jonathan Gray | |
2004-12-08 | Falcom Twist-USB GSM/GPRS modem. | Jonathan Gray | |
From David Coppa <caff at openbeer dot it> with tweaks from me. | |||
2004-12-08 | Enable jumbo frames on Yukon varients of sk(4). | Kenneth R Westerback | |
ok mcbride@. | |||
2004-12-07 | Convert carp(4) to behave more like a regular interface, much in the same | Ryan 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-07 | KNF | Ryan Thomas McBride | |
2004-12-07 | KNF | Ryan Thomas McBride | |
2004-12-07 | regen | Jonathan Gray | |
2004-12-07 | Add some Belkin RTL8180 devices, one from NetBSD. | Jonathan Gray | |
2004-12-07 | re-commit mcbride@'s 'flush global', this time without the breakage in | Daniel Hartmeier | |
pfvar.h. builds kernel and userland. | |||
2004-12-07 | tree 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-07 | Remove uneeded bpfdesc.h include. | Jonathan Gray | |
ok mcbride@ | |||
2004-12-07 | Cleanup. 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-07 | backout missed by tedu: | Theo de Raadt | |
prev softdep merge could lead to inode wait deadlock for unknown reasons. revert. | |||
2004-12-07 | ohci and ehci at cardbus support from netbsd | David 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-07 | Change the default for 'overload <table> flush' to flush only states from the | Ryan 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-07 | prev 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-07 | Don't link to ac97 specs from individual drivers. | Jonathan Gray | |
ok mickey@ | |||
2004-12-07 | remove old and unused NetBSD specific cruft. | Brad Smith | |
2004-12-07 | Remove the PCI-ISA bridge callback mechanism; it's no longer needed. | Brad Smith | |
From NetBSD ok deraadt@ miod@ | |||
2004-12-06 | set granularity for data segment used for struct cpu_info to bytes. | Hans-Joerg Hoexer | |
ok mickey deraadt tedu niklas | |||
2004-12-06 | support max-src-conn-rate with synproxy, ok mcbride@ | Daniel Hartmeier | |
2004-12-06 | emu(4) works; tybollt@solace.mh.se | Theo de Raadt | |
2004-12-06 | add mbuf linearization code when the number of fragments exceeds what is | Damien Bergamini | |
supported by the hardware | |||
2004-12-06 | use raw device; wbx@openbsd.de | Theo de Raadt | |
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat | |
or nothing. Inspired by a similar recent change in NetBSD. | |||
2004-12-06 | remove iwi_fix_channel() by setting IEEE80211_C_SCANALL capability flag | Damien Bergamini | |
2004-12-06 | indent | Damien Bergamini | |
2004-12-06 | Use config_defer(). | Brad Smith | |
From NetBSD ok miod@ | |||
2004-12-06 | regen | Michael Shalayeff | |
2004-12-06 | o2micro cardbus from HP nc4000 from Russell McGregor <rdmcgregor@gmail.com> | Michael Shalayeff | |
2004-12-06 | tell 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-06 | add a flag that lets a wireless card indicate it can receive probe responses | David Gwynne | |
or beacons on any channel during a scan. ok damien@ "come on" deraadt@ | |||
2004-12-06 | some 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-06 | Check a NULL dereference before it could happen. | Marco Pfatschbacher | |
ok mcbride@ | |||
2004-12-06 | At PFSYNC_ACT_CLR: | Marco Pfatschbacher | |
Also purge states with an empty ifname. ok mcbride@ | |||
2004-12-06 | dont try and detect if the external firmware is already loaded by changing | David Gwynne | |
the channel on atu devices with intersil radios. it seems to crash the firmware. from daan vreeken, tested by mitja muzenic | |||
2004-12-06 | also consider NFS_PORT to be a reserved port, as in 1.18 or something like | Theo de Raadt | |
that. | |||
2004-12-06 | ipsec udpencap check was done after baddynamicports ports checks (those | Theo de Raadt | |
tables only map from 512 to 1023 using bitmaps, sorry); ok hshoexer | |||
2004-12-05 | fix printf's in ipw_dma_alloc() | Damien Bergamini | |
2004-12-05 | add IEEE80211_C_SHPREAMBLE capability flag and reorder interrupt handlers | Damien Bergamini | |
2004-12-05 | update net80211 AP list after scanning | Damien Bergamini | |
2004-12-05 | mostly cosmetic changes | Damien Bergamini | |
2004-12-05 | Clean Tx/Rx rings allocation and management. | Damien Bergamini | |
2004-12-05 | wait longer for master initialization | Damien Bergamini | |
2004-12-05 | do a scan for networks when net80211 thinks we should rather than doing it | David Gwynne | |
only when we bring the interface up. |