summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not call vnode_pager_setsize() while a NFS node mutex iskib2013-03-211-1/+9
* Add new USB ID.hselasky2013-03-211-0/+1
* Set WARNS=3 so this actually compiles.neel2013-03-201-0/+2
* In bufwrite(), a dirty buffer is moved to the clean queue before thekib2013-03-201-2/+7
* When the journaled FFS volume is suspended due to the journal spacekib2013-03-201-1/+2
* When renaming a directory from one parent directory to another,mckusick2013-03-203-17/+54
* Integrate Efika MX project back to home.ray2013-03-2035-0/+8732
* Fix spelling.hselasky2013-03-201-1/+2
* Remove unused variable.melifaro2013-03-201-2/+1
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-207-4/+283
* Fix the logic inversion in the r248512.kib2013-03-201-1/+1
* Pull in r177252 from upstream clang trunk:andrew2013-03-201-0/+1
* Fix the EDMA CABQ handling - for now, the CABQ takes a descriptor chainadrian2013-03-201-0/+3
* For RTL8211B or later PHYs, enable crossover detection andyongari2013-03-202-1/+21
* Add VNET wrappers around the rest of the ieee80211 rtsock messages.adrian2013-03-201-0/+10
* Add simple example.joel2013-03-191-1/+6
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.jilles2013-03-199-27/+95
* Break out the RX completion path into "FIFO check / refill" andadrian2013-03-194-54/+153
* Add more TODO items.adrian2013-03-191-1/+8
* Now that the tx map field is correctly populated for both edma andadrian2013-03-191-7/+4
* Add a comment about why aout support is still here: We need it forimp2013-03-191-0/+7
* 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
OpenPOWER on IntegriCloud