Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2004-12-05 | IPv6 packets can contain headers (like options) before the TCP/UDP/ICMP6 | Daniel Hartmeier | |
header. pf finds the first TCP/UDP/ICMP6 header to filter by traversing the header chain. In the case where headers are skipped, the protocol checksum verification used the wrong length (included the skipped headers), leading to incorrectly mismatching checksums. Such IPv6 packets with headers were silently dropped. Reported by Bernhard Schmidt. ok mcbride@ | |||
2004-12-05 | after attaching an overload table, set its active flag. otherwise, the | Daniel Hartmeier | |
table is not visible/accessible when the rule is the only reference (you don't HAVE to reference the table elsewhere). | |||
2004-12-05 | net80211 in the watchdog | David Gwynne | |
2004-12-05 | less then -> less than | Jonathan Gray | |
2004-12-05 | rather then -> rather than | Jonathan Gray | |
2004-12-05 | clean up init of the tx xfers | David Gwynne | |
2004-12-05 | unbreak builds without ATU_DEBUG set. | David Gwynne | |
thanks to jsg@ for pointing that out | |||
2004-12-05 | clean up some more of the old state machine | David Gwynne | |
2004-12-05 | shrink atu_ioctl to only have the useful bits. inet6 seems a bit happier as a | David Gwynne | |
side effect | |||
2004-12-05 | rely on net80211 for media status/changes. reset the device as needed | David Gwynne | |
from daan vreeken | |||
2004-12-05 | remove the dependance on code from wi | David Gwynne | |
2004-12-04 | remove code that is now unused because of the move to net80211 and the | David Gwynne | |
rx/tx cleanup | |||
2004-12-04 | clean up the tx path | David Gwynne | |
2004-12-04 | - reorder interrupt handlers | Damien Bergamini | |
- don't request ack's for multicast frames - fix short preamble support - clear nic memory on reset - fix ioctl SIOCGTABLE0 | |||
2004-12-04 | minor cleaning | Damien Bergamini | |
2004-12-04 | fix shared authentication | Damien Bergamini | |
2004-12-04 | Clean DMA allocation of Tx and Rx rings | Damien Bergamini | |
2004-12-04 | use C comments. | Markus Friedl | |
2004-12-04 | clean up the rx path | David Gwynne | |
2004-12-04 | disable the state machine in atu in favour of the net80211 framework. lots of | David Gwynne | |
cleanup to follow. partly from daan vreeken, partly from me | |||
2004-12-04 | Add kernel code to keep track of tcp connections which have completed | Ryan Thomas McBride | |
the 3-way handshake. Allow limits on both total connections and connection rate, put offenders in a table which can be used in the ruleset, and optionally kill existing states. Rate tracking code from dhartmei@. Adds a second pool for table entries using the default allocator, which allows entries to be added at splsoftnet(). ok deraadt@ dhartmei@ | |||
2004-12-04 | add /etc/dhcpd.conf to FILES; | Jason McIntyre | |
2004-12-03 | do not use one struct timeout for the if congestion stuff, but embed | Henning Brauer | |
a struct timeout to struct ifqueue so that each one has its own - it is a per-queue thing. from chris pascoe | |||
2004-12-03 | URL of data sheet has changed. | Jonathan Gray | |
2004-12-03 | Don't need to set ifp->if_mtu as ether_ifattach does this for us. | Jonathan Gray | |
2004-12-03 | Always attach intvid even if the monitor sense code seems wrong; this is | Miod Vallat | |
the case with non-Apple monitors connected with video adaptors. | |||
2004-12-03 | Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavours | Miod Vallat | |
compiled in, but one disabled, and use config -e to swap them and build the other kernels; saves valuable compile time. Add ramdisks into the build (at release time). Since we are moving to a bsd.rd installation, it is not necessary to put kernels in .tgz files anymore, so don't bother, and adjust installation script sets information accordingly. | |||
2004-12-03 | zlib-1.21 here too | Damien Miller | |