aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* prevent a panic when the netdev/ifp is not set in attachLuigi Rizzo2014-06-061-1/+2
* Restore comments accidentally removed.Warner Losh2014-06-066-6/+6
* - Fix the keyfile being cleared prematurely after r259428Brad Davis2014-06-061-1/+1
* Use mtx_lock_spin/mtx_unlock_spin primitives on spin lockAndrey Zonov2014-06-062-8/+8
* Avoid using hard-coded SoC's register address in mptramp code for Armada XPZbigniew Bodek2014-06-052-4/+16
* Fix broken SMP startup on Armada XP after r265694Zbigniew Bodek2014-06-052-3/+4
* whitespace change: remove trailing whitespaceLuigi Rizzo2014-06-057-18/+18
* - Verify that we don't load more data into a FIFO than it isHans Petter Selasky2014-06-052-32/+33
* Need to check the transfer cache field in the device done functionHans Petter Selasky2014-06-051-1/+1
* Try to fix DWC OTG regression issues with full and low speed devices:Hans Petter Selasky2014-06-052-228/+290
* The code that combines adjacent ranges for BIO_DELETEs to optimizeWarner Losh2014-06-052-18/+5
* Update vt(4) "Terminus BSD Console" fontEd Maste2014-06-051-220/+307
* Use ENOBUFS instead of ENOMEM in error situations related to m_uiotombuf().Michael Tuexen2014-06-051-4/+4
* Convert functions to the new-style format.Davide Italiano2014-06-051-20/+6
* Remove D-Link DWA140 rev D1 by accident.Kevin Lo2014-06-051-0/+1
* cxgbe(4): Properly account for the freelist buffers used when returningNavdeep Parhar2014-06-051-1/+8
* Remove extra copy of old email address.Ed Maste2014-06-041-2/+1
* Update vt(4) console font author's email addressEd Maste2014-06-041-1/+1
* More RSU fixes:Hans Petter Selasky2014-06-041-4/+11
* make sure ifp->if_transmit returns 0 if a buffer is enqueued.Luigi Rizzo2014-06-041-2/+1
* For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of theKonstantin Belousov2014-06-043-2/+19
* Allow shared locking for the tmpfs vnodes.Konstantin Belousov2014-06-041-0/+2
* - Add support for SG_GET_SG_TABLESIZE IOCTL to report that we don't supportAlexander Motin2014-06-042-1/+16
* The external USB HUB in the RPI-B rejects control endpoint trafficHans Petter Selasky2014-06-041-3/+12
* Fixes for the RSU driver:Hans Petter Selasky2014-06-042-85/+53
* - Naively fix build by partially reverting r267029 to still useBryan Drewery2014-06-041-0/+4
* don't check fs_flags for _FLAGS_UPDATED as it is stored in fs_old_flags..John-Mark Gurney2014-06-031-2/+2
* Don't leak Giant.Xin LI2014-06-031-1/+3
* Replace gethrtime() with cpu_ticks(), as source of random for the taskqueueAlexander Motin2014-06-031-1/+1
* FreeBSD, historically, has always used 8-bit addresses for i2c devicesLuiz Otavio O Souza2014-06-034-4/+4
* Remove the unnecessary i2c slave address assignment.Luiz Otavio O Souza2014-06-031-9/+1
* Fix case when vt(4) started w/o driver assigned.Aleksandr Rybalko2014-06-032-46/+46
* Fix build UDP-Lite with VIMAGE enabled when building with gcc.Kevin Lo2014-06-031-0/+1
* handle longer commands so that lines don't overflow... people who addedJohn-Mark Gurney2014-06-021-2/+2
* Add missing Ivy Bridge and Haswell events.George V. Neville-Neil2014-06-021-0/+3
* Overhaul CAM SG driver IOCTL interfaces.Alexander Motin2014-06-025-119/+290
* Convert bxe(4) to use the driver API.Marcel Moolenaar2014-06-024-197/+202
* Convert em(4) to use the driver API.Marcel Moolenaar2014-06-024-447/+373
* Convert fxp(4) to use the driver API.Marcel Moolenaar2014-06-022-183/+176
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-0219-59/+842
* Change type of the DMA address so that on PAE platforms we get canHans Petter Selasky2014-06-021-2/+2
* enable sound modules on arm.. This is necessary to get the uaudioJohn-Mark Gurney2014-06-021-0/+1
* Configure the analog input 7 which, on BBB, is connected to the 3V3B railLuiz Otavio O Souza2014-06-023-2/+5
* DNOLD_IS_ECN introduced by r266941 is not required.Hiren Panchasara2014-06-011-3/+0
* Split the virtio.h header file into multiple filesBryan Venteicher2014-06-016-54/+125
* Add ident value. This fixes universe build.Ruslan Bukin2014-06-012-0/+2
* Add basic support for isochronous transfers in host mode to theHans Petter Selasky2014-06-012-11/+260
* Fix i2c communication interface to be compatible withRuslan Bukin2014-06-012-3/+10
* Rename exynos uart driver filenames.Ruslan Bukin2014-06-013-2/+2
* Add support for Exynos 5420 Octa - 8-coreRuslan Bukin2014-06-0113-232/+497