summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.jkoshy2005-06-101-1/+1
* Delete a file that was meant to be renamed while repo-copying it butmarius2005-06-101-180/+0
* Add a comment to the effect that fictitious pages do not require thealc2005-06-101-0/+4
* Defer ip_output of pfsync updates to an independent callout thread insteadmlaier2005-06-102-7/+30
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-10288-3770/+4415
* validate the bssid for non-data frames too when operating insam2005-06-101-2/+2
* Make ichsmb(4) child device handling properly.takawata2005-06-103-8/+31
* o fix wpa w/ wme: don't strip the QoS header on recv as tkip requiressam2005-06-107-67/+41
* Add missing {} in last commit.mlaier2005-06-101-1/+2
* Remove the last use of pmap_initialized.cognet2005-06-101-4/+1
* - Remove redundant parenthesis in M_CHECK macro.glebius2005-06-101-13/+8
* Modify send_pkt() to return the generated packet and have the callergreen2005-06-101-8/+32
* - Only create the led(4) interface, if setting the thinklight is possiblemarkus2005-06-101-9/+14
* Make the default RB_AUGMENT() produce a 'do {} while (0)' insteadharti2005-06-101-1/+1
* Identify the Intel ICH4 EHCI controller.benno2005-06-101-0/+5
* Attach ng_tcpmss to the build.glebius2005-06-105-0/+10
* Add ng_tcpmss node, which alters MSS options of TCP packets. Useful toglebius2005-06-102-0/+525
* Enable SATA hotplug support.sos2005-06-101-0/+4
* 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
OpenPOWER on IntegriCloud