| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 288 | -3770/+4415 |
* | validate the bssid for non-data frames too when operating in | sam | 2005-06-10 | 1 | -2/+2 |
* | Make ichsmb(4) child device handling properly. | takawata | 2005-06-10 | 3 | -8/+31 |
* | o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires | sam | 2005-06-10 | 7 | -67/+41 |
* | Add missing {} in last commit. | mlaier | 2005-06-10 | 1 | -1/+2 |
* | Remove the last use of pmap_initialized. | cognet | 2005-06-10 | 1 | -4/+1 |
* | - Remove redundant parenthesis in M_CHECK macro. | glebius | 2005-06-10 | 1 | -13/+8 |
* | Modify send_pkt() to return the generated packet and have the caller | green | 2005-06-10 | 1 | -8/+32 |
* | - Only create the led(4) interface, if setting the thinklight is possible | markus | 2005-06-10 | 1 | -9/+14 |
* | Make the default RB_AUGMENT() produce a 'do {} while (0)' instead | harti | 2005-06-10 | 1 | -1/+1 |
* | Identify the Intel ICH4 EHCI controller. | benno | 2005-06-10 | 1 | -0/+5 |
* | Attach ng_tcpmss to the build. | glebius | 2005-06-10 | 5 | -0/+10 |
* | Add ng_tcpmss node, which alters MSS options of TCP packets. Useful to | glebius | 2005-06-10 | 2 | -0/+525 |
* | Enable SATA hotplug support. | sos | 2005-06-10 | 1 | -0/+4 |
* | Only set mode when the incoming ioctl is IOC_VOID, until we have better | delphij | 2005-06-10 | 1 | -1/+3 |
* | mark stations authorized during recv processing instead of doing it | sam | 2005-06-10 | 2 | -8/+7 |
* | Correct grammar error in comment | csjp | 2005-06-10 | 1 | -1/+1 |
* | move AID implementation defines from the protocol definitions to | sam | 2005-06-10 | 2 | -6/+10 |
* | accept diassoc frame in ASSOC state | sam | 2005-06-10 | 1 | -0/+1 |
* | Introduce a procedure, pmap_page_init(), that initializes the | alc | 2005-06-10 | 11 | -149/+124 |
* | Restore preemption of idle threads. | ups | 2005-06-10 | 1 | -3/+1 |
* | pull some debug msgs up so they're seen more often | sam | 2005-06-10 | 1 | -11/+10 |
* | kick the state machine when we receive failure notice from an ap (when | sam | 2005-06-10 | 1 | -4/+13 |
* | discard open auth requests in adhoc mode | sam | 2005-06-10 | 1 | -11/+4 |
* | reject open auth requests when shared key auth is configured | sam | 2005-06-10 | 1 | -0/+13 |
* | add ieee80211_send_error to encapsulate an idiom | sam | 2005-06-10 | 1 | -18/+38 |
* | o always check if ic_set_tim is !NULL before using it | sam | 2005-06-10 | 1 | -3/+8 |
* | mark state for protection only when operating in 11g | sam | 2005-06-10 | 1 | -2/+4 |
* | don't reject station based on the PRIVACY bit in the capabilities; | sam | 2005-06-10 | 1 | -6/+2 |
* | correct checks for rate set compatibility | sam | 2005-06-10 | 1 | -8/+6 |
* | record tstamp from beacons received in station mode when associated; | sam | 2005-06-10 | 1 | -0/+3 |
* | Add dummynet(4) support to if_bridge, this code is largely based on bridge.c. | thompsa | 2005-06-10 | 5 | -19/+94 |
* | Fix the long standing problem with poor transferrates on Intel ICHH type | sos | 2005-06-09 | 1 | -2/+3 |
* | Allow EVFILT_VNODE events to work on every filesystem type, not just | ssouhlal | 2005-06-09 | 11 | -153/+318 |
* | Import a mostly rewritten and extended version of acpi_ibm: | markus | 2005-06-09 | 1 | -330/+724 |
* | Drat! Committed from the wrong branch. Restore HEAD to its previous goodness. | scottl | 2005-06-09 | 1 | -504/+966 |
* | Back out 1.68.2.26. It was a mis-guided change that was already backed out | scottl | 2005-06-09 | 1 | -966/+504 |
* | MFP4: | jkoshy | 2005-06-09 | 39 | -2002/+4462 |
* | Lots of whitespace cleanup. | ups | 2005-06-09 | 2 | -25/+13 |
* | Re-arrange some variables in kinfo_proc, and add more spare room. This | gad | 2005-06-09 | 1 | -36/+51 |
* | Fix the register offset for the ATAPI count register thats used to | sos | 2005-06-09 | 1 | -2/+2 |
* | Whitespace cleanup | ups | 2005-06-09 | 1 | -2/+2 |
* | Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfs | pjd | 2005-06-09 | 5 | -24/+143 |
* | Use tabs instead of spaces to indent, per style(9) | imp | 2005-06-09 | 1 | -21/+20 |
* | Remove process information leak from inside a jail, when | pjd | 2005-06-09 | 1 | -0/+3 |
* | Fix some race conditions for pinned threads that may cause them to run | ups | 2005-06-09 | 2 | -65/+138 |
* | Add IPI support for preempting a thread on another CPU. | ups | 2005-06-09 | 6 | -2/+40 |
* | Fix a mis-merge. Remove a redundant call to tcp_sackhole_insert | ps | 2005-06-09 | 1 | -1/+0 |
* | Avoid code duplication in serval places by introducing universal | pjd | 2005-06-09 | 5 | -220/+139 |
* | Add a quirk for my pen-drive. | pjd | 2005-06-09 | 1 | -0/+8 |