summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Only set mode when the incoming ioctl is IOC_VOID, until we have betterdelphij2005-06-101-1/+3
* mark stations authorized during recv processing instead of doing itsam2005-06-102-8/+7
* Correct grammar error in commentcsjp2005-06-101-1/+1
* move AID implementation defines from the protocol definitions tosam2005-06-102-6/+10
* accept diassoc frame in ASSOC statesam2005-06-101-0/+1
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-1011-149/+124
* Restore preemption of idle threads.ups2005-06-101-3/+1
* pull some debug msgs up so they're seen more oftensam2005-06-101-11/+10
* kick the state machine when we receive failure notice from an ap (whensam2005-06-101-4/+13
* discard open auth requests in adhoc modesam2005-06-101-11/+4
* reject open auth requests when shared key auth is configuredsam2005-06-101-0/+13
* add ieee80211_send_error to encapsulate an idiomsam2005-06-101-18/+38
* o always check if ic_set_tim is !NULL before using itsam2005-06-101-3/+8
* mark state for protection only when operating in 11gsam2005-06-101-2/+4
* don't reject station based on the PRIVACY bit in the capabilities;sam2005-06-101-6/+2
* correct checks for rate set compatibilitysam2005-06-101-8/+6
* record tstamp from beacons received in station mode when associated;sam2005-06-101-0/+3
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.thompsa2005-06-105-19/+94
* Fix the long standing problem with poor transferrates on Intel ICHH typesos2005-06-091-2/+3
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-0911-153/+318
* Import a mostly rewritten and extended version of acpi_ibm:markus2005-06-091-330/+724
* Drat! Committed from the wrong branch. Restore HEAD to its previous goodness.scottl2005-06-091-504/+966
* Back out 1.68.2.26. It was a mis-guided change that was already backed outscottl2005-06-091-966/+504
* MFP4:jkoshy2005-06-0939-2002/+4462
* Lots of whitespace cleanup.ups2005-06-092-25/+13
* Re-arrange some variables in kinfo_proc, and add more spare room. Thisgad2005-06-091-36/+51
* Fix the register offset for the ATAPI count register thats used tosos2005-06-091-2/+2
* Whitespace cleanupups2005-06-091-2/+2
* Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfspjd2005-06-095-24/+143
* Use tabs instead of spaces to indent, per style(9)imp2005-06-091-21/+20
* Remove process information leak from inside a jail, whenpjd2005-06-091-0/+3
* Fix some race conditions for pinned threads that may cause them to runups2005-06-092-65/+138
* Add IPI support for preempting a thread on another CPU.ups2005-06-096-2/+40
* Fix a mis-merge. Remove a redundant call to tcp_sackhole_insertps2005-06-091-1/+0
* Avoid code duplication in serval places by introducing universalpjd2005-06-095-220/+139
* Add a quirk for my pen-drive.pjd2005-06-091-0/+8
* Use tabs, not spaces.cognet2005-06-091-6/+6
* Fix for a crash in tcp_sack_option() caused by hitting the limit onps2005-06-091-0/+5
* Add ata stuff.cognet2005-06-091-1/+10
* Use the presence of ctlr->dmainit instead of r_res1 to find out when tosos2005-06-091-1/+1
* - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32cognet2005-06-097-68/+73
* When returing an RTM_GET message through the routing socket fillharti2005-06-091-0/+2
* Refer to the mbuf header length field via the official method.ru2005-06-091-8/+8
* Simplify the code a bit after the bzero().imp2005-06-091-12/+3
* Don't build PORTS_MODULES if NO_MODULES is definedimp2005-06-091-1/+1
* - My sub-par public school education has been exposed. s/sentinal/sentinel/jeff2005-06-091-4/+4
* Change station mode beacon timer setup to insure the calculatedsam2005-06-091-6/+49
* o collect dtim period+count from beacons in station mode so driverssam2005-06-093-3/+21
* Remove the previous parsing-logic for arguments on the '#!'-line of shellgad2005-06-091-128/+2
* My abstracting out the MAC reading code to fix pccard broke pci. Addimp2005-06-081-0/+1
OpenPOWER on IntegriCloud