summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* include netinet6/scope6_var.h.ume2005-07-251-0/+1
* scope cleanup. with this changeume2005-07-2534-1239/+1419
* Connect GZERO to the build.pjd2005-07-254-1/+5
* Cast to uintptr_t when the compiler complains. This unbreaks ULEdelphij2005-07-251-2/+4
* Add a very simple and small GEOM class - ZERO.pjd2005-07-252-0/+121
* We check that all the member interfaces have the same MTU on attach to thethompsa2005-07-251-0/+8
* Rename UMA_MAX_NAME to UTH_MAX_NAME, since it's a maximum in therwatson2005-07-252-5/+14
* Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).marius2005-07-243-35/+118
* - Wrap the handler and associated code for collecting completed RXmarius2005-07-241-31/+23
* Add back ed(4) in amd64 GENERIC. It now works nicely and since thosemux2005-07-241-2/+1
* Introduce new sysctl variable: net.bpf.stats. This sysctl variable cancsjp2005-07-242-14/+117
* o fix setup of sc_diversity; the hal does not give us reliablesam2005-07-242-12/+15
* Rewrite the acpi_battery interface to allow for other battery typesnjl2005-07-236-532/+461
* Fix missing '=' in structure initialization.obrien2005-07-231-1/+1
* Temporary restore a part of rev 1.6.imura2005-07-231-4/+2
* Oops, bump __FreeBSD_version to mark shared library version bump.kensmith2005-07-231-1/+1
* o move ath_sysctlattach down so variables it depends on are setupsam2005-07-231-6/+6
* Misc spelling and/or English fixes in comments.keramida2005-07-231-12/+12
* the AREF flag is only meaningful in ap mode; adhoc neighbors nowsam2005-07-231-1/+2
* o move inactivity-related debug msgs under IEEE80211_MSG_INACTsam2005-07-221-8/+12
* Make code match comment: make the smallest unit of page allocationgrehan2005-07-221-3/+5
* Standardize __FBSDID identifiers.njl2005-07-2211-22/+33
* split xmit of probe request frame out into a separate routine thatsam2005-07-224-50/+96
* split 802.11 frame xmit setup code into ieee80211_send_setupsam2005-07-221-36/+72
* simplify ic_newassoc callbacksam2005-07-223-7/+6
* simplify ieee80211_ibss_merge apisam2005-07-223-3/+4
* add stats we know we'll need soon and some spare fields for future expansionsam2005-07-221-0/+8
* simplify tim callback apisam2005-07-224-12/+11
* don't include 802.3 header in min frame length calculation as it maysam2005-07-221-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-228-15/+15
* simplifiy ieee80211_send_nulldata apisam2005-07-224-4/+5
* simplify rate set api's by removing ic parameter (implicit in node reference)sam2005-07-224-13/+16
* reject association requests with a wpa/rsn ie when wpa/rsn is notsam2005-07-221-8/+15
* missed one in last commit; add device name to discard msgssam2005-07-221-1/+1
* include device name in discard msgssam2005-07-221-2/+4
* add diag msgs for frames discarded because the direction field is wrongsam2005-07-221-0/+8
* split data frame delivery out to a new function ieee80211_deliver_datasam2005-07-221-38/+56
* o add IEEE80211_IOC_FRAGTHRESHOLD for getting+setting thesam2005-07-222-2/+16
* o add IEEE80211_FRAG_DEFAULTsam2005-07-223-8/+15
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-2211-17/+22
* add flags missed in last mergesam2005-07-221-0/+2
* Diff reduction against p4:sam2005-07-222-5/+87
* Fallout from the previous revision: lnc isn't quite ready for amd64 yet.ru2005-07-221-1/+2
* Fix build (including both asm.h and asmacros.h is evil).ru2005-07-221-2/+0
* Don't drop frames if interface is in promiscuous mode.ru2005-07-221-1/+2
* send a response when an auth request is denied due to an acl;sam2005-07-221-0/+5
* remove excess whitespacesam2005-07-221-6/+6
* use IF_HANDOFF when bridging frames internally so if_start getssam2005-07-221-8/+3
* Fix $FreeBSD$.obrien2005-07-221-1/+2
* Remove the NFS client rslock. The rslock was used to serializeps2005-07-213-114/+2
OpenPOWER on IntegriCloud