summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Trailing whitespace cleanup along with 80 column enforcemnt.sbruno2013-04-034-1682/+1803
* Fix typo (devicde -> device).jimharris2013-04-031-1/+1
* Check for SS_NBIO in the socket state field rather than socket bufferjhb2013-04-031-2/+2
* Fix locking problem in ctl_maintenance_in() - one cannot use M_WAITOK or calltrasz2013-04-031-10/+9
* The code in clear_remove() and clear_inodedeps() skips one entrymckusick2013-04-031-4/+4
* IFP4 change 222074.brooks2013-04-031-0/+7
* Since ATA_CAM mode has no implemented support for serializing access to themav2013-04-032-6/+22
* Tell bmake to use the FreeBSD preferred makefile preference list.sjg2013-04-031-0/+3
* Add some more ATA_CAM ifdefs.mav2013-04-032-7/+15
* Add xpt_release_ccb()'s missed at r248872. That made `shutdown -p` stuckmav2013-04-032-0/+3
* spa_open_common: fix argument to zvol_create_minorsavg2013-04-031-1/+1
* Add missing ifdef's for reduced feature compilations.hselasky2013-04-031-0/+4
* Fix possible pool hold leak in dmu_send_impl()mm2013-04-031-3/+3
* drm and i915: Left-shift iic_msg.slave at creation timedumbbell2013-04-034-20/+14
* Add new USB ID.hselasky2013-04-032-0/+2
* Replace the remaining uses of vm_radix_node_page() by vm_radix_isleaf() andalc2013-04-031-65/+67
* Comment out the VIMAGE since we need to build both LINTS tokevlo2013-04-031-2/+2
* Replace access to /dev/random with the kernel pseudo-random numberdelphij2013-04-024-55/+32
* sh: Write as much into the heredoc pipe as possible, to avoid forking.jilles2013-04-021-5/+13
* Update to bmake-20130330sjg2013-04-0232-336/+778
|\
| * Tag bmake-20130330sjg2013-04-01184-0/+65366
| * Import bmake-20130330sjg2013-04-0129-330/+771
* | Do not declare that preloaded md(4) supports unmapped bio requests, itkib2013-04-021-1/+9
* | Fix sending virtual scatter/gather lists from the CTL CAM frontendken2013-04-021-1/+5
* | Don't directly dereference userland pointer; instead use kernel pointertrasz2013-04-021-4/+4
* | Add support for XPT_CONT_TARGET_IO CCBs in _bus_dmamap_load_ccb().ken2013-04-021-4/+17
* | - Remove extra $FreeBSD$glebius2013-04-021-2/+3
* | Remove obsolete references to sysinstall.eadler2013-04-022-15/+1
* | Fix comment formatting.trasz2013-04-021-4/+4
* | Merge upstream patch to silence spurious "no such identity file" warnings.des2013-04-024-14/+29
* | Silence printf format warnings.des2013-04-021-5/+10
* | Remove unused code.trasz2013-04-021-30/+0
* | Fix dates in manual pages modified in 249009.trasz2013-04-022-2/+2
* | Make it possible to build CTL as a module.trasz2013-04-0211-32/+255
* | Fix panic in the error path caused by recursive acquisition of XPT topologytrasz2013-04-021-1/+1
* | Do not check against uninitialized rc and comment out vendor codemm2013-04-021-2/+5
* | Mark a couple of places where I think the dmamap isn't being unmappedadrian2013-04-021-0/+2
* | Some TX dmamap cleanups.adrian2013-04-021-1/+23
* | Add a missing unmap; if we're freeing this mbuf then we mustadrian2013-04-021-0/+1
* | Add VIMAGE to NOTES.kevlo2013-04-021-0/+4
* | Regen.mdf2013-04-0211-15/+15
* | Fix return type of extattr_set_* and fix rmextattr(8) utility.mdf2013-04-027-42/+49
* | Fix a typo.yongari2013-04-021-1/+1
* | Added ATA Pass-Through support to CAMsmh2013-04-022-1/+76
* | Follow up to r247960 and rr247960 by also amending ctfmerge. For thedim2013-04-011-2/+5
* | Ensure that we only call the busdma unmap/flush routines once, whenadrian2013-04-013-22/+39
* | wordexp(): Remove wrong IFS usage.jilles2013-04-012-4/+20
* | Remove an un-needed comment.adrian2013-04-011-6/+0
* | Use ATH_MAX_SCATTER rather than ATH_TXDESC.adrian2013-04-012-5/+5
* | Only unmap the RX mbuf DMA map if there's a buffer here.adrian2013-04-011-3/+5
OpenPOWER on IntegriCloud