summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add device ID for the Chicony USB 2.0 HD UVC Webcamgjb2014-08-051-0/+1
* Cache the imx6 SoC type in a static var so that it only has to be figuredian2014-08-051-5/+14
* Add an arm option, ARM_DEVICE_MULTIPASS, used to opt-in to multi-passian2014-08-052-0/+6
* Attach arm generic interrupt and timer drivers in the middle ofian2014-08-054-4/+8
* - Implement fast interrupt handler to save CPU usage.hselasky2014-08-054-85/+127
* Integrate lib/libnv into the build/kyuangie2014-08-0510-35/+25
* Add handler for read-back of USB audio volume levels.hselasky2014-08-051-0/+10
* Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffersnwhitehorn2014-08-052-0/+221
* Similar to r269506, fix LIBDIR to not duplicate TESTSDIRngie2014-08-051-2/+2
* Remove unnecessary .PATH directivengie2014-08-051-2/+0
* Set the pl310 L2 cache driver to attach during the middle of BUS_PASS_CPU.ian2014-08-052-27/+52
* Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so thatian2014-08-052-2/+2
* Define names that drivers can use to adjust their position relative toian2014-08-051-0/+6
* Set ofwbus and simplebus to attach during BUS_PASS_BUS.ian2014-08-052-3/+6
* Reimplement WRITE USING TOKEN with Block Zero token using WRITE SAME.mav2014-08-053-27/+128
* - Ensure code which only applies to the control endpoint is not runhselasky2014-08-051-27/+31
* Honour WITH and WITHOUT_INET6_SUPPORT.cy2014-08-052-0/+12
* Add support for Huawei E3272 modems which are supported by the CDCn_hibma2014-08-052-1/+63
* Provide -o vers= support for mount_nfs.bz2014-08-052-1/+55
* don't OR integer error values together as this does not make sense.n_hibma2014-08-051-1/+2
* Revert the logic change from r269540. If the opt_inet6.h file is emptybz2014-08-051-1/+1
* vm_phys: improve robustness of fictitious rangesroyger2014-08-051-17/+103
* Return USB_ERR_INVAL if the eject method is not known.n_hibma2014-08-051-2/+3
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-0524-974/+475
* Add a second Huawei SCSI eject command as USB mode switch config filesn_hibma2014-08-055-1/+18
* Reset the error value in the softc before starting a BBB transfer.n_hibma2014-08-051-0/+1
* Add ID for Novatel MC990D to u3g.n_hibma2014-08-052-0/+2
* Remove unused defines.n_hibma2014-08-054-14/+5
* Add new USB phone descriptor template for USB device side mode.hselasky2014-08-057-4/+431
* Fix for deadlock in USB device side mode.hselasky2014-08-051-6/+13
* Rename driver name a bit to avoid unit number confusion in dmesg.hselasky2014-08-052-4/+4
* - Implement fast interrupt handler to save CPU usage.hselasky2014-08-053-100/+143
* Ensure we catch USB transfers which complete right away.hselasky2014-08-051-4/+1
* Check gethostname(2) return code - but even if it succeeds it may notpeter2014-08-051-2/+5
* Revert r269523:pfg2014-08-051-1/+1
* MFV r269542:delphij2014-08-051-1/+2
* Merge from CheriBSD:brooks2014-08-0410-167/+254
* Move most of the 15 variations on generating opt_inet.h andimp2014-08-0469-674/+47
* Include the kernel options after bsd.init.mk so that when we'reimp2014-08-041-2/+3
* Remove unnecessary inclusions of bsd.own.mk.imp2014-08-0416-31/+0
* cxgbe(4): Do not run any sleepable code in the SIOCSIFFLAGS handler whennp2014-08-041-5/+25
* Integrate lib/libmp into the build/kyuangie2014-08-046-28/+24
* Add support for multi-threading of soft updates.mckusick2014-08-043-110/+252
* fix misordering...jmg2014-08-041-3/+3
* add xrefs for the other functions...jmg2014-08-041-1/+5
* Bring in the latest standard defines for imx6 clocks referenced in dts files.ian2014-08-042-1/+258
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-0412-14/+97
* Add a comment for easier code understanding.hiren2014-08-041-0/+5
* Return 0 for the PPID of threads in process 0, as process 0 doesn't have amarkj2014-08-041-1/+4
* Preserve the errno value of an ioctl before calling free(3). Previously,markj2014-08-043-11/+14
OpenPOWER on IntegriCloud