summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add two new options to the nfssvc(2) syscall that allowrmacklem2012-10-144-2/+47
* Push the actual TX processing into the ath taskqueue, rather than havingadrian2012-10-143-15/+36
* Break the RX processing up into smaller chunks of 128 frames each.adrian2012-10-141-0/+22
* Add a KPI to allow to reserve some amount of space in the numvnodeskib2012-10-144-24/+77
* Implement modem control in u3g. Tested on Option GTM382W, Huawei E220,n_hibma2012-10-141-4/+173
* Grammar fixes.kib2012-10-141-3/+3
* Add support for the extrememory Snippyeadler2012-10-142-0/+3
* Add support for Feiya Elango USB MicroSDeadler2012-10-142-0/+2
* Add support for the Buffalo RUF2 flash drive.eadler2012-10-142-0/+4
* MFamd64: add machdep.uprintf_signal.kib2012-10-141-0/+19
* Print the %rip value for uprintf_signal.kib2012-10-141-1/+3
* Replace the XXX comment with the proper description.kib2012-10-141-1/+3
* Fix a miss from r241344: in ip_mloopback() we need to go toglebius2012-10-141-3/+3
* Fix defines in r241245. We actually don't define FreeBSD.glebius2012-10-141-2/+2
* mdoc: avoid nested displays.joel2012-10-141-32/+35
* mdoc: don't nest displays. The markup here isn't adding anything anyway.joel2012-10-141-2/+2
* Bump .Ddeadler2012-10-141-1/+1
* Don't document the PORTSSUPFILE variable. Even though this still works,eadler2012-10-141-8/+0
* Minor mdoc improvements. Also remove unnecessary csup reference.joel2012-10-141-4/+3
* pciereg_cfg*: use assembly to access the mem-mapped cfg spaceavg2012-10-142-12/+39
* Remove cvs/cvsup reference.joel2012-10-141-5/+1
* acpi_thermal: when _ACx is tripped, all _ALi i>= x should be onavg2012-10-141-6/+11
* 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
OpenPOWER on IntegriCloud