summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a simple multicast socket regression test set:rwatson2005-07-222-0/+471
| | | | | | | | | | | | | - Test that the basic socket options have the right defaults, that we can change them, read them back, etc. - Add and remove some multicast addresses. - Send a loopback multicast address and make sure it arrives intact. There's more that could be done here, but it's a start. MFC after: 3 days
* Use the current BST/BIF ioctls, not the deprecated ones.njl2005-07-221-2/+2
| | | | MFC after: 2 days
* mention getaddrinfo(3) ABI breakage on 64 bit arch.ume2005-07-221-0/+7
|
* Remove padding for ABI compatibility of ai_addrlen memberume2005-07-222-22/+0
| | | | | from struct addrinfo. This change break ABI compatibility on 64 bit arch.
* simplify ic_newassoc callbacksam2005-07-223-7/+6
| | | | MFC after: 3 days
* simplify ieee80211_ibss_merge apisam2005-07-223-3/+4
| | | | MFC after: 3 days
* add stats we know we'll need soon and some spare fields for future expansionsam2005-07-221-0/+8
| | | | MFC after: 3 days
* simplify tim callback apisam2005-07-224-12/+11
| | | | MFC after: 3 days
* don't include 802.3 header in min frame length calculation as it maysam2005-07-221-1/+1
| | | | | | | | not be present for a frag; fixes problem with small (fragmented) frames being dropped Obtained from: Atheros MFC after: 3 days
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-228-15/+15
| | | | MFC after: 3 days
* simplifiy ieee80211_send_nulldata apisam2005-07-224-4/+5
| | | | MFC after: 3 days
* simplify rate set api's by removing ic parameter (implicit in node reference)sam2005-07-224-13/+16
| | | | MFC after: 3 days
* reject association requests with a wpa/rsn ie when wpa/rsn is notsam2005-07-221-8/+15
| | | | | | | | configured on the ap; previously we either ignored the ie or (possibly) failed an assertion Obtained from: Atheros MFC after: 3 days
* Bump the shared library version number of all libraries that have notkensmith2005-07-2253-53/+53
| | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
* 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
| | | | | | | tx fragmentation threshold o fix bounds checking on IEEE80211_IOC_RTSTHRESHOLD MFC after: 3 days
* o add IEEE80211_FRAG_DEFAULTsam2005-07-223-8/+15
| | | | o move default settings for RTS and frag thresholds to ieee80211_var.h
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-2211-17/+22
| | | | it instead of -1
* add flags missed in last mergesam2005-07-221-0/+2
|
* Diff reduction against p4:sam2005-07-222-5/+87
| | | | | | | | | o add ic_flags_ext for eventual extention of ic_flags o define/reserve flag+capabilities bits for superg, bg scan, and roaming support o refactor debug msg macros MFC after: 3 days
* 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
| | | | | | PR: kern/83833 Submitted by: Eygene A. Ryabinkin MFC after: 3 days
* Use "FreeBSD/i386" over "FreeBSD/ia32" to avoid any confusion.ceri2005-07-221-1/+1
|
* Require that DESTDIR be set before running "make distribution".ru2005-07-221-0/+4
|
* Correct some spelling and grammatical errors.ceri2005-07-221-7/+7
|
* Fix ndisgen(8) for amd64jkim2005-07-221-72/+116
| | | | | | | | | | | | | | | - file(1) does not recognize UTF-16 encoded .INF file: netbc564.inf: MPEG ADTS, layer I, v1, 96 kBits, 32 kHz, Stereo Use egrep(1) to match two strings, i. e., `Signature' and `Class=Net'. - Fix linking failure. Generate a temporary Makefile to emluate official kernel module build process. - Some minor typo/style fixes. Reviewed by: obrien
* send a response when an auth request is denied due to an acl;sam2005-07-221-0/+5
| | | | | might be better to silently ignore the frame but this way we give stations a chance of figuring out what's wrong
* remove excess whitespacesam2005-07-221-6/+6
|
* use IF_HANDOFF when bridging frames internally so if_start getssam2005-07-221-8/+3
| | | | | | called; fixes communication between associated sta's MFC after: 3 days
* Fix $FreeBSD$.obrien2005-07-221-1/+2
|
* This depends on syslogd due to logger(1).obrien2005-07-221-1/+1
|
* Embellish the dependency lists - this script depends having awk(1),obrien2005-07-221-0/+2
| | | | | and it needs syslogd due to using logger(1). Have it run as early as possible to save battery power for laptop users.
* Minor comment re-alignment.obrien2005-07-221-4/+4
|
* Fix two small grammar mistakes.rodrigc2005-07-221-2/+2
| | | | Approved by: das (mentor)
* - Fix spelling of 'multiplexer'markus2005-07-211-6/+6
| | | | | | | - Grammar fixes Approved by: simon MFC after: 3 days
* - Reword a sentencemarkus2005-07-211-7/+7
| | | | | | | | - Grammar fixes - s/CAVEAT/CAVEATS/ Approved by: simon MFC after: 3 days
* Remove the NFS client rslock. The rslock was used to serializeps2005-07-213-114/+2
| | | | | | | | | | | writers that want to extend the file. It was also used to serialize readers that might want to read the last block of the file (with a writer extending the file). Now that we support vnode locking for NFS, the rslock is unnecessary. Writers grab the exclusive vnode lock before writing and readers grab the shared (or in some cases the exclusive) lock. Submitted by: Mohan Srinivasan
* Like on i386, bypass lock prefix for atomic ops on !SMP kernels.peter2005-07-211-0/+27
|
* Fix cut-n-paste error, introduced in rev. 1.103.glebius2005-07-211-1/+1
|
* Allocate one of the spare ifnet integer fields to hold if_drv_flags,rwatson2005-07-211-1/+1
| | | | | | | | | | which in the future will hold IFF_OACTIVE and IFF_RUNNING, and have its access synchronized by the device driver rather than the protocol stack. This will avoid potential races in the management of flags in if_flags. Discussed with: various (scottl, jhb, ...) MFC after: 1 week
* MFi386: add vpd driver (vital product data.. model & serial numbers etc)peter2005-07-212-1/+4
|
* Add the ed driver for lint building. The PCI instances are still useful.peter2005-07-212-6/+11
| | | | | In theory, there are no isa slots on any amd64/em64t systems, but it doesn't hurt to keep these tiny fragments compiling.
* Actually create the double fault stack page for AP cpus so that we have apeter2005-07-211-1/+6
| | | | | chance of getting a working double fault instead of converting it to an instant triple fault reset.
* Catch up with netgraph.h rev. 1.57 and fix build.glebius2005-07-211-0/+1
|
* Remove duplicate initialization of mpo_create_stub pointer.rwatson2005-07-211-1/+0
| | | | | | PR: 83779 Submitted by: Wojciech A. Koszek <dunstan at freebsd dot czest dot pl> MFC after: 3 days
* - Use the PCIR_BAR() macro rather than hardcoding rids.jhb2005-07-212-16/+8
| | | | | - Use pci_enable_busmaster() rather than fiddling with the PCI command register directly.
OpenPOWER on IntegriCloud