summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* acpi_wmi: move wmi_info_list into scavg2012-10-141-21/+25
* Add explicit check for not set time inside cam_periph_freeze_after_event().mav2012-10-141-0/+3
* Remove trailing whitespace.joel2012-10-141-8/+8
* Minor mdoc and language fixes.joel2012-10-141-11/+11
* Since the introduction of the new advanced boot menu (r222417), options likedteske2012-10-143-0/+113
* getopt_long() returns an int. Use the return value accordingly.attilio2012-10-141-1/+1
* Rename s/DEBUG()/FS_DEBUG() and s/DEBUG2G()/FS_DEBUG2G() in order toattilio2012-10-148-84/+84
* Correct an error in pmap_pv_reclaim(). It can legitimately encounteralc2012-10-141-2/+2
* Import a FreeBSD port of the FUSE Linux module.attilio2012-10-1328-0/+9093
* Move vm_page_requeue() to the only file that uses it.alc2012-10-133-34/+32
* * Update the comment that explains the choice of values in thekargl2012-10-131-6/+7
* - Fix typogabor2012-10-131-1/+1
* - Regen after GNU sort removalgabor2012-10-131-4/+1
* - Remove WITH_GNU_SORT supportgabor2012-10-131-1/+0
* Eliminate the conditional for releasing the page queues lock inalc2012-10-133-7/+1
* - Remove GNU sort and the WITH_GNU_SORT knobgabor2012-10-1373-21390/+6
* 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
OpenPOWER on IntegriCloud