aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bring over some initial power save management support, reset pathAdrian Chadd2014-04-3012-73/+787
* Ignore writes to microcode update MSR. This MSR is accessed by RHEL7 guest.Neel Natu2014-04-302-0/+5
* Only track the power state variable if the power state is changed,Adrian Chadd2014-04-301-4/+9
* * Only update ah_powerMode if we're setting the chip sleep state.Adrian Chadd2014-04-304-12/+27
* Make this declaration into a proper function prototype.Ian Lepore2014-04-291-1/+1
* Update comment.Marius Strobl2014-04-291-1/+1
* Given that as of r258002 the last external user is gone, make sched_lockMarius Strobl2014-04-291-1/+1
* Be consistent with the whitespace in the rest of these files.Ryan Stone2014-04-292-4/+4
* Partially revert r265019 - allocating 512 bytes on stackAlexander V. Chernikov2014-04-291-19/+8
* Move rt_setmetrics() from rtsock.c to route.c.Alexander V. Chernikov2014-04-293-16/+25
* Fix two cases of recursive acquisitions of the vm object lock, onlyKonstantin Belousov2014-04-291-1/+1
* Some Linux guests will implement a 'halt' by disabling the APIC and executingNeel Natu2014-04-293-87/+32
* For the VM_PHYSSEG_DENSE case, checking the requested range to fallKonstantin Belousov2014-04-291-1/+3
* Add SMP support for Zedboard.Ian Lepore2014-04-294-0/+103
* Bump WITNESS_PENDLIST by MAXCPU to account for thePeter Grehan2014-04-291-1/+1
* Merge from CheriBSD:Brooks Davis2014-04-291-2/+11
* Fix "netstat -gW" behavior broken in r259638.Alexander V. Chernikov2014-04-291-11/+13
* citrus: Avoid invalid code points.Pedro F. Giffuni2014-04-291-0/+8
* Add regression test for PR kern/189088.Alan Somers2014-04-291-0/+54
* NLS is used by the build system.Warner Losh2014-04-291-1/+1
* Fix a panic when removing an IP address from an interface, if the same addressAlan Somers2014-04-292-3/+47
* Do not use senderr() in rtrequest1_fib_change().Alexander V. Chernikov2014-04-291-5/+2
* Merge r133175 from upstream:Marius Strobl2014-04-291-1/+1
* After r264897 restore the ability to add bootoptions from FDT forBjoern A. Zeeb2014-04-291-1/+50
* Add standard SYNOPSIS wording, fix typos, contractions and new sentence -> ne...Christian Brueffer2014-04-291-5/+18
* Fix formatting of the -a option in usage() to be consistent.Scott Long2014-04-291-1/+1
* Document the -a option that was added in r262424.Scott Long2014-04-291-1/+17
* Remove redundant includeBryan Drewery2014-04-291-1/+0
* Add dependency for libm to libstdc++. This fixes high -j value buildsWarner Losh2014-04-281-0/+1
* Allow a virtual machine to be forcibly reset or powered off. This is doneNeel Natu2014-04-289-33/+94
* Remove note about hw.bus.devctl_disable removal, restoredGlen Barber2014-04-281-4/+0
* Revert r263754, re-adding support for hw.bus.devctl_disable. BreakingBrooks Davis2014-04-281-3/+37
* Set the new floating point exception mask correctlyAndrew Turner2014-04-281-1/+1
* Implement legacy interrupts for the AHCI device emulationPeter Grehan2014-04-281-2/+34
* Turn off various fancy instruction sets, as well as deduplicate some options.Nathan Whitehorn2014-04-281-1/+2
* Add a C libary and a Python module that implements an API similarMarcel Moolenaar2014-04-289-0/+672
* Add proto(4): A driver for prototyping and diagnostics.Marcel Moolenaar2014-04-288-0/+745
* Reduce number of opens by REOM RAID during provider taste.Alexander Motin2014-04-287-20/+25
* Drop explicit unsigned from FD_SETSIZE constantEd Maste2014-04-281-1/+1
* Fix ZIO reordering done by vdev_queue_io causing panics when zio_vdev_io_startSteven Hartland2014-04-282-23/+47
* bsd-family-tree: Fix dateEitan Adler2014-04-281-1/+1
* Move common device tree informations to separate dtsi files for A10 and A20 SoC.Ganbold Tsagaankhuu2014-04-284-172/+282
* Don't use multiprocessing-extensions instruction on processors that don'tIan Lepore2014-04-281-0/+4
* Move duplicated code to print l2 cache config into the common code.Ian Lepore2014-04-274-68/+45
* Note that the AR9380 and later hardware supports MYBEACON.Adrian Chadd2014-04-271-0/+4
* Note that the AR5416 and later hardware supports the MYBEACON RX filter.Adrian Chadd2014-04-271-0/+5
* * Add a new capability which returns whether the hardware supportsAdrian Chadd2014-04-273-1/+6
* Program the AR_TSFOOR_THRESHOLD register with a default lifted fromAdrian Chadd2014-04-271-0/+26
* Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!Adrian Chadd2014-04-271-2/+2
* Do a read-after-write to ensure the interrupt register update is flushedAdrian Chadd2014-04-271-0/+3