summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-1326-21/+229
* Fix some OID names and minor style as per feedback from various people.scottl2007-03-131-16/+11
* Add another CPUID for AMD CPUs and fix style(9) while I am here.jkim2007-03-124-196/+198
* Fix a typo.jhb2007-03-121-1/+1
* - Use m_gethdr(), m_get(), and m_clget() instead of the macros injhb2007-03-121-20/+5
* Fix writes on siiprb type chips.sos2007-03-121-2/+6
* In uipc_close(), we no longer always free the unpcb, as the last referencerwatson2007-03-121-1/+2
* Emit load and unload messages under bootverbose.yar2007-03-121-0/+11
* Fix some minor issues in the internal vlan lists:yar2007-03-121-20/+6
* Add a pn_destroy field to pfs_node. This field points to a destructordes2007-03-125-67/+89
* Add MAC, RX, and TX stats reporting via sysctl.scottl2007-03-121-10/+147
* Fix support for the VIA8237A SATA part.sos2007-03-121-1/+1
* Forced commit to note that the previous CVS comment ismjacob2007-03-121-1/+1
* Add back in MODULE_DEPEND() lines that were lost in the rev 13 update.scottl2007-03-121-0/+2
* Fix compilation issues found in RELENG_4 port and merge themjacob2007-03-124-11/+27
* allow net80211 to fillin rate setssam2007-03-115-87/+3
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-115-40/+35
* Fix analog CD connectivity. HP decided to screw pinconfig settings inariff2007-03-111-0/+6
* my(4) doesn't need miibus(4).brueffer2007-03-112-6/+1
* Update to reflect correct usage:sam2007-03-111-18/+16
* change ieee80211_fix_rate to take a rate set instead of usingsam2007-03-114-7/+8
* expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, and IEEE80211_DISCARD_MACsam2007-03-112-33/+34
* improve debug msg for ie's that are too shortsam2007-03-111-1/+2
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationssam2007-03-115-10/+11
* split check for rate set mismatch on assoc req away from checksam2007-03-111-10/+21
* disallow re-associate with a slot time mismatchsam2007-03-111-8/+27
* move __inline before type to appease gcc 4.xsam2007-03-111-5/+5
* white space diff reductionsam2007-03-111-1/+1
* add IEEE80211_KEY_UNDEFINED and use it instead of local defssam2007-03-113-7/+10
* discard deauth+disassoc frames that are not destined for us; thesesam2007-03-111-0/+10
* change ieee80211_mhz2ieee to use the PSB mapping when the frequencysam2007-03-111-2/+4
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-118-15/+85
* feedback from RELENG_5 portmjacob2007-03-112-0/+8
* Completely eliminate "avail_start". It serves no useful purpose.alc2007-03-101-18/+14
* Add new ST201 PCI id.yongari2007-03-102-2/+4
* Fix some stupid copyright mistakes that have been there for quite some time.mjacob2007-03-1013-255/+255
* oops committed the wrong patch.julian2007-03-101-6/+10
* Use sx_sleep() in the main loop of the accounting kthread.jhb2007-03-091-3/+2
* Allow threads to atomically release rw and sx locks while waiting for anjhb2007-03-096-33/+50
* Add support for the Silicon Image SiI 3124 and SiI 3132.sos2007-03-092-17/+353
* ng_apply_item should be void. It is called from the interrupt source orjulian2007-03-091-14/+85
* Change the passing of callbacks to a struct in case this needs to be extended...thompsa2007-03-093-6/+14
* More SATA phy/reset cleanup and simplification.sos2007-03-091-194/+78
* Add two new function pointers 'lc_lock' and 'lc_unlock' to lock classes.jhb2007-03-095-3/+134
* Use C99-style struct member initialization for lock classes.jhb2007-03-091-3/+3
* Use C99-style struct member initialization for lock classes.jhb2007-03-093-12/+12
* Defer calling lapic_init() until we've completed the 'MPTable: <...>'jhb2007-03-092-4/+8
* Bump __FreeBSD_version for ncurses wide character supportrafan2007-03-091-1/+1
* Fix long standing multi playback/recording issues, caused byariff2007-03-091-42/+134
* Minor simplification.pjd2007-03-091-3/+1
OpenPOWER on IntegriCloud