summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Style(9) improvements.stas2009-06-031-271/+220
* - Sync our copies of ext2fs Linux headers to current Linux versions.stas2009-06-035-67/+75
* Add vm_lowmem event handler for dirhash. This will cause dirhashes to besnb2009-06-032-26/+109
* Where if not in examples we should follow style(9)?pjd2009-06-032-34/+30
* lchflags(2) takes int, not u_long like chflags(2) and fchflags(2).pjd2009-06-031-1/+1
* Correct comment.pjd2009-06-031-1/+1
* By default, label all network interfaces as biba/equal on attach. Thisrwatson2009-06-031-1/+1
* Use ISO C99 style inline semantics in msun.ed2009-06-036-15/+30
* calls callout_drain(9) to un-schedule a scan timer to prevent a pageweongyo2009-06-031-0/+1
* Mark MAC Framework sx and rm locks as NOWITNESS to suppress warnings thatrwatson2009-06-021-2/+2
* Add support for the experimental nfs subsystem to the scripts inrmacklem2009-06-026-11/+75
* improve raw xmit failure handlingsam2009-06-021-17/+21
* count frag tx failures as an ifnet errorsam2009-06-021-0/+1
* fix commentsam2009-06-021-1/+1
* restart tdma beacons after vap destroysam2009-06-021-4/+10
* remove another vestige of the null if_softc on detach hacksam2009-06-021-16/+6
* fix typosam2009-06-021-1/+1
* fix setting of ni_txratesam2009-06-021-25/+1
* partially fix mode setting; this no longer returns an error but stillsam2009-06-021-1/+1
* Place the fifo and ref counting variables on the stack to prevent races.thompsa2009-06-022-101/+98
* move if_detach to the top of ieee80211_ifdetach to close various racessam2009-06-021-2/+3
* move ifq_detach from if_detach to if_free; this permits callers tosam2009-06-021-3/+1
* Remove MAC kernel config files and add "options MAC" to GENERIC, with therwatson2009-06-0214-196/+7
* Initialize iov and iovlen before use.pjd2009-06-021-0/+2
* Add internal 'mac_policy_count' counter to the MAC Framework, which is arwatson2009-06-0213-85/+83
* - Use volatile for signal variables.lulf2009-06-021-2/+2
* Reorgansise the logic for tranversing the pipe list.thompsa2009-06-021-9/+9
* Fix compile after the removal of bsd_udev.thompsa2009-06-021-1/+1
* Fix multithread issue where the is_uref variable was not set and clearedthompsa2009-06-021-8/+23
* Staticize ukbd_detach and fix indentation.thompsa2009-06-021-2/+2
* Re-enable WARNS=6 after my universe test.delphij2009-06-021-0/+1
* Add libusb20_tr_get_length to get the transfer length.thompsa2009-06-023-4/+39
* Remove hack used to deal with ifnet teardown now that if_detach and thesam2009-06-023-42/+8
* Buf-ring fixes for mxgegallatin2009-06-022-27/+8
* In bwi_newstate, only zero the bssid when we stop a STA. And onlyimp2009-06-021-6/+20
* Remove unneeded include.rwatson2009-06-021-2/+0
* Remove window(1) from the base system.ed2009-06-02105-16640/+7
* Handle lock recursion differenty by always checking against LO_RECURSABLEattilio2009-06-025-20/+23
* Include <machine/stdarg.h> for va_*(). I'm not sure how this compiledjhb2009-06-021-0/+1
* Add support for the four PUC serial interfaces found on IBM SurePOS 300rwatson2009-06-021-0/+11
* Correct a boundary case error in the management of a page's dirty bits byalc2009-06-022-14/+33
* Rather than using both -prune (which requires directory-first tree traversal)brian2009-06-021-4/+4
* - Use an acquire barrier to increment f_count in fget_unlocked andjeff2009-06-021-2/+6
* Add 88E8071, 88E8072 to the supported hardware list. While I'm hereyongari2009-06-021-2/+6
* Add Yukon Extreme device ids, 88E8071 and 88E8072.yongari2009-06-022-3/+9
* Add Rx checksum offloading support for Yukon FE+ and Yukon Extreme.yongari2009-06-022-8/+67
* Catch up with the times: "mozilla" -> "firefox".jkoshy2009-06-021-2/+2
* Add frame parser capability of Yukon FE+ and Yukon Extreme. Withyongari2009-06-022-13/+47
* Add preliminary Yukon Extreme support and register definitions.yongari2009-06-022-34/+198
* Fix monitor mode vaps to work as intended:sam2009-06-027-23/+89
OpenPOWER on IntegriCloud