summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ahci(4) and siis(4) are ready to process the unmapped i/o requestskib2013-03-192-2/+2
* UFS support of the unmapped i/o for the user data buffers.kib2013-03-195-35/+62
* Commit the removal of a whitespace to record the proper commit messagekib2013-03-191-1/+1
* Support unmapped i/o for the md(4).kib2013-03-196-15/+39
* Support unmapped i/o for the md(4).kib2013-03-191-40/+204
* The geom_part provider supports unmapped bio iff the underlyingkib2013-03-191-0/+1
* A flag for the geom disk driver to indicate that it accepts thekib2013-03-192-1/+20
* Do not remap usermode pages into KVA for physio.kib2013-03-196-13/+23
* Do not map the swap i/o pbufs if the geom provider for the swapkib2013-03-192-13/+34
* Pass unmapped buffers for page in requests if the filesystem indicated supportkib2013-03-191-6/+30
* A flag for the filesystem to indicate to the upper levels that it acceptskib2013-03-191-0/+1
* Add a helper function vfs_bio_bzero_buf() to zero the portion of thekib2013-03-192-0/+27
* Return "start" and "end" to u_long world. Because rman handle addresses asray2013-03-191-4/+3
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-1923-315/+955
* iwn(4) doesn't support adhoc mode.glebius2013-03-191-3/+2
* Add a convenience macro bread_gb() to wrap a call tokib2013-03-191-1/+4
* Cast "start" to u_long. Temporary fix to unbreak tinderbox.ray2013-03-191-2/+2
* Assert that a ccb passed to cam_periph_mapmem() for XPT_SCSI_IO andkib2013-03-191-0/+4
* Fix remainder calculation when biosize is not a power of 2emaste2013-03-192-6/+6
* Add new USB ID.hselasky2013-03-192-0/+4
* Remove obsolete objformat information.joel2013-03-191-27/+1
* Plug memory leak in dsl_check_snap_cb()mm2013-03-191-1/+2
* mdoc: remove superfluous paragraph macro.joel2013-03-191-1/+0
* Separate the locking macros that are used in the packet flow pathae2013-03-192-7/+9
* Fix style and comments.ae2013-03-192-12/+19
* There are actually two different cases when mlock(2) returnsglebius2013-03-191-2/+7
* Fix typo in previous commit: Exit if */dev/dumpdev* does not exist, not ifcperciva2013-03-191-1/+1
* If dumpdev is AUTO but no dump device has been set -- i.e., there is no swapcperciva2013-03-191-0/+3
* Fix the powerpc64 build. MACHINE_CPUARCH is common for powerpc/powerpc64,jhibbits2013-03-191-1/+1
* Don't hesitate to ask parent to setup IRQ finally.ray2013-03-181-3/+0
* Add bhyve to examples.neel2013-03-183-0/+183
* Allow simplebus to attach to another simplebus.ray2013-03-181-0/+2
* Hide "no default resources for" warning under bootverbose. It's ok to useray2013-03-181-2/+3
* Allow simplebus to attach in less strict way, when "simple-bus" listed on notray2013-03-181-2/+2
* List TrackPoint device before generic model.jkim2013-03-181-1/+1
* Add preliminary support for IBM/Lenovo TrackPoint.jkim2013-03-184-4/+281
* Simplify the assignment of memory to virtual machines by requiring a singleneel2013-03-1812-170/+181
* Reduce stack usage.pjd2013-03-181-3/+5
* Correct the definition for Exar XR17V258IV: we must use a config_functionrstone2013-03-181-0/+1
* Tweak some comments.jhb2013-03-181-4/+4
* Partially revert r195702. Deferring stops is now implemented via a set ofjhb2013-03-188-28/+11
* o Switch to use physical addresses in rman for FDT.ray2013-03-184-11/+16
* do_vfp_vmrs and do_vfp_vmsr should not return anything.andrew2013-03-181-11/+7
* Keep the default AuthorizedKeysFile setting. Although authorized_keys2des2013-03-181-2/+1
* Add support for the vmsr and vmrs instructions. This supports the systemandrew2013-03-181-0/+66
* Some ARM vmov similar to 'vmov.f32 s1, s2' will incorrectly have the secondandrew2013-03-181-4/+4
* Add new USB ID.hselasky2013-03-182-0/+2
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,jhibbits2013-03-1811-65/+1457
* r119712 introduced SIS_TYPE_83816 but it was not actually set inyongari2013-03-182-3/+2
* Print out the current fifo queue depth correctly - not just the maxadrian2013-03-181-1/+2
OpenPOWER on IntegriCloud