summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't exclude XPT SIM from locking in xpt_create_path_unlocked().mav2012-10-131-9/+4
* Use xpt_create_path_unlocked() for initial debug path compilation becausemav2012-10-131-6/+1
* Extend SIM lock coverage during the bus registration process.mav2012-10-131-8/+7
* Make a command for pkg_info changeable like pkg_version inume2012-10-131-1/+1
* Fix XPT_DEBUG paths operations locking:mav2012-10-131-8/+16
* XPT_DEV_MATCH is probably the only xpt_action() method that is calledmav2012-10-132-3/+15
* Cleanup documentation: cloning route support has been removed in r186119.melifaro2012-10-132-26/+0
* Add forgotten documentation for new NGM_NETFLOW_V9INFO message.melifaro2012-10-131-0/+3
* Fix the non-TDMA build.adrian2012-10-131-3/+2
* SVN r240684 broke the ability of the dot module to map include dependencies.dteske2012-10-131-46/+66
* Replace all uses of the vm page queues lock by a new R/W lock.alc2012-10-123-61/+80
* Some 3G modems return the wrong signature in echo packets and make itn_hibma2012-10-121-1/+2
* Fix build with PAE enabled. I doubt any code uses CAM_SCATTER_VALID ormav2012-10-121-2/+4
* Temporary fix for kern/172364.np2012-10-121-1/+1
* Use global knob in the TP_PARA_REG3 register to disable congestionnp2012-10-122-4/+6
* Add locking to adv(4) driver and mark it MPSAFE.jhb2012-10-127-172/+207
* Fix type in last commit.glebius2012-10-121-1/+1
* Get SIM lock in several places while calling CAM functions.mav2012-10-121-5/+13
* Protect xpt_getattr() calls with the SIM lock and assert that.mav2012-10-124-15/+19
* Use CLOCK_UPTIME to get the uptime.emaste2012-10-121-1/+1
* Be more explicit on how "intact" incoming packets in raw sockets are.glebius2012-10-121-2/+6
* Revert fixup of ip_len from r241480. Now stack isn't yetglebius2012-10-121-1/+0
* In ip_stripoptions():glebius2012-10-124-9/+6
* Remove whitespace.joel2012-10-122-4/+3
* Since the moduledata structure member priv is a void pointer, usingkevlo2012-10-121-1/+1
* Virtio SCSI drivergrehan2012-10-1110-1/+2878
* Patch from Bryan to fix a virtqueue issue:grehan2012-10-111-4/+3
* Make local function static.emaste2012-10-111-1/+1
* Fix tiypo.ray2012-10-111-1/+1
* Point freebsd.org cluster machines to mx1 for their smarthost.peter2012-10-111-1/+1
* Use separate malloc buckets for CAM devices, CCBs and paths. This willmav2012-10-111-12/+15
* Don't duplicate path/ccb allocation code, use existing functions.mav2012-10-113-39/+15
* Exclude potential circular symlink when creating src tarball.emaste2012-10-111-1/+1
* Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specificmelifaro2012-10-113-0/+56
* Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements.mav2012-10-111-2/+3
* Fix my last commit. Only call strunvis after properly checking the argument isstefanf2012-10-111-5/+7
* Decode the first two fstab fields with strunvis(3). This allows having spacesstefanf2012-10-112-1/+15
* Apply some style. Checked with md5.stefanf2012-10-111-25/+26
* Add APE firmware support and improve firmware handshake procedure.yongari2012-10-112-48/+627
* For 5717C/5719C/5720C and 57765 PHYs, do not perform any specialyongari2012-10-111-0/+9
* Rework controller reset procedure. Previously driver savedyongari2012-10-112-34/+24
* Count number of times each queue pair's interrupt handler is invoked.jimharris2012-10-103-0/+95
* Put the nvme_qpair mutex on its own cacheline.jimharris2012-10-101-3/+8
* - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it ismav2012-10-101-57/+3
* Add man pages for nvme(4) and nvd(4).jimharris2012-10-103-0/+270
* Pull in r164132 from upstream llvm trunk:dim2012-10-1014-52/+73
* Pull in r163710 from upstream llvm trunk:dim2012-10-102-0/+2
* NULL-ify last previously used pointer instead of last possible pointer.mav2012-10-101-3/+3
* Add a "clearstats" subcommand to cxgbetool that lets you clear thenp2012-10-101-0/+25
* Upgrade to 9.8.3-P4:delphij2012-10-103-34/+40
OpenPOWER on IntegriCloud