summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Provide vnode in memory map info for files on tmpfsvangyzen2015-06-027-18/+49
* Simplify hang detection by stealing the techniques used in ixl(4) andsbruno2015-06-022-50/+49
* Fix for control endpoint handling in the DWC OTG driver. The datahselasky2015-06-021-56/+52
* Add a missing wakeup when releasing ownership of the SPI hardware.ian2015-06-021-13/+12
* Catch up to the SRIOV API changes in r283670.jhb2015-06-012-3/+4
* Clear p_stops upon PROCFS_CTL_DETACH, similar to r283889.delphij2015-06-011-0/+1
* Clear p_stops when doing PT_DETACH.delphij2015-06-011-0/+1
* Remove __ARM_EABI__ from sys/arm/arm, building for oabi is unsupported.andrew2015-06-013-17/+0
* Clear the C bit of the saved program state register when also clearing theandrew2015-06-011-3/+5
* Delta D2489 - Add SRIOV support to the Intel 10G driver.jfv2015-06-017-180/+1382
* Revert last commit, to remove added skeleton tree.jfv2015-06-017-1384/+184
* Delta D2489 - Add SRIOV support to the Intel 10G driver.jfv2015-06-017-184/+1384
* Add USB MIDI template for USB device side mode.hselasky2015-06-016-1/+248
* Remove unneeded NULL checks in amd64's trap_fatal().dim2015-06-011-8/+2
* cxgbe: no need to display the per-lane GT/s rating of the pcie link.np2015-06-011-19/+3
* cxgbe: set minimum burst size when fetching freelist buffers to 128B.np2015-06-011-1/+1
* Set the return value correctly on copy failure in copystr.andrew2015-05-311-0/+1
* Remove unused variable.kib2015-05-311-2/+0
* We only support the ARM EABI in head, remove the check on __ARM_EABI__.andrew2015-05-313-11/+1
* Add more __aeabi_memcpy functions, later versions of clang generate callsandrew2015-05-311-0/+4
* Document vm_page_alloc_contig()'s support for the VM_ALLOC_NODUMP option.alc2015-05-301-0/+1
* Remove the broken-txfifo setting for Allwinnner SoCs.loos2015-05-302-2/+0
* Actually check the DTS node value to enable the uart quirks.loos2015-05-301-4/+4
* ig4 - Intel fourth gen integrated I2C SMBus driver.grembo2015-05-307-1/+1887
* Do not set d_fwsectors nor d_fwheads. Primarily because the valuesmarcel2015-05-291-24/+1
* Make the NFS server use shared vnode locks for a few casesrmacklem2015-05-291-5/+12
* When delivering a signal with default disposition to the thread,kib2015-05-291-3/+6
* Use device_printf() instead of if_printf(). No functional changes.glebius2015-05-295-80/+94
* Kill EoL whitespace.maxim2015-05-291-1/+1
* arm64 added to CSCOPE_ARCHDIR.maxim2015-05-291-1/+1
* Remove several write-only variables, all reported by the gcc 4.9kib2015-05-2916-76/+16
* Move RTM announces into generic code to be independent from Layer2 code.ae2015-05-292-3/+2
* Explicitely enable queued invalidation completion interrupt when thekib2015-05-291-0/+2
* Remove printf() noise...tuexen2015-05-291-2/+0
* The linux_common module only for 64bit Linuxulators.dchagin2015-05-291-1/+1
* Move linux64 and linux_common to it's right place and make them notdchagin2015-05-291-2/+2
* sfxge: do not use DEBUG_FLAGS to enable extra debug checksarybchik2015-05-292-2/+3
* acpi_ibm: add per-model default events mask.rpaulo2015-05-291-2/+55
* Revert r102953brooks2015-05-281-2/+0
* Create a separate kobj interface for leaf-driver PCI IOV methods.jhb2015-05-2810-48/+119
* Provide VOP_GETPAGES_ASYNC() for extfs.pfg2015-05-281-0/+1
* Report the MTU consistently as specified intuexen2015-05-281-25/+74
* Take source and destination address into account when determiningtuexen2015-05-281-14/+18
* Retire SCTP_DONT_DO_PRIVADDR_SCOPE which was never defined.tuexen2015-05-282-12/+0
* Fix a bug where messages would not be sent in SHUTDOWN_RECEIVED state.tuexen2015-05-282-5/+10
* The wrong commit message was given with r283632. This is the correct message.slm2015-05-2823-474/+768
* The wrong commit message was given with r283632. To get the correct commitslm2015-05-2823-768/+474
* Use macros for overhead in a consistent way. No functional change.tuexen2015-05-281-14/+17
* Fix non-deterministic delays when accessing a vcpu that was in "running" orneel2015-05-286-34/+132
* Some more debug info cleanup.tuexen2015-05-281-10/+20
OpenPOWER on IntegriCloud