summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* panic() with reasonable message instead of returning zero frequency causingmav2012-10-101-1/+2
* There are SCSI conditions that are not an errors. In those cases cderror()mav2012-10-101-10/+9
* Add a driver ioctl to clear a port's MAC statistics.np2012-10-102-0/+11
* Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect ismelifaro2012-10-104-6/+48
* Really handle xpt_compile_path() error in xpt_bus_register() instead ofmav2012-10-101-2/+5
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-1010-49/+0
* Add support for locate LED.jimharris2012-10-103-15/+42
* Add checks for ata_sata_scr_read() return statuses. It is mostly to silencemav2012-10-101-3/+5
* Add an "i2c" subcommand to cxgbetool. You can use this to readnp2012-10-101-0/+58
* MFi386 r241356alc2012-10-101-0/+9
* Add a driver ioctl to read a byte from any device on a port's i2c bus.np2012-10-104-0/+69
* There is no need to report the same error twice.np2012-10-101-9/+1
OpenPOWER on IntegriCloud