aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix up pointer issues with lib/libkvmEnji Cooper2016-04-2210-35/+52
* Optionally return the output capabilities list from _OSC.John Baldwin2016-04-224-13/+28
* Add ATF tests for usr.sbin/extattrAlan Somers2016-04-224-0/+303
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.Pedro F. Giffuni2016-04-227-9/+8
* [bhnd] use correct bus deallocation methodAdrian Chadd2016-04-221-1/+1
* [bhnd] Update bhndb format strings to match long -> rman_res_t size change.Adrian Chadd2016-04-221-2/+2
* [bhnd] Add a common bhnd_pci driver shared by both bhnd_pcib and bhnd_pci_hostbAdrian Chadd2016-04-2215-1519/+1290
* Fix more pc98 build issues re: bcache changeAllan Jude2016-04-221-2/+2
* Clear the DDR memory. This should be done by bootloaders,Ruslan Bukin2016-04-222-0/+12
* Add memory barriers (fence instructions) so the data wrotten by hardwareRuslan Bukin2016-04-221-3/+7
* Correct the event queue initialization.Ruslan Bukin2016-04-221-7/+8
* lahf/sahf are supported on some amd64 processorsAndriy Gapon2016-04-221-1/+1
* MFV r298471: 6052 decouple lzc_create() from the implementation detailsAndriy Gapon2016-04-224-7/+18
|\
| * 6052 decouple lzc_create() from the implementation detailsAndriy Gapon2016-04-224-7/+18
* | Use `sizeof(*uuser)` instead of `sizeof(struct usm_user)` for consistency withEnji Cooper2016-04-221-1/+1
* | Add FEATURE knob for testing for UFS extended attribute kernel supportEnji Cooper2016-04-221-0/+2
* | Return `ret` in op_ifentry(..) to mute a -Wunused-but-set-variable warningEnji Cooper2016-04-221-1/+1
* | Fix for printf() compile warning when fast_reg.length is 64-bit.Hans Petter Selasky2016-04-221-1/+1
* | Fix duplicate TLB entries issue during section promotion/demotion.Svatopluk Kraus2016-04-221-25/+185
* | Add KASSERT() and set error code in dead code case to help static codeHans Petter Selasky2016-04-221-0/+2
* | Add missing set of the current VNET when inputting IP packets in IPoIB.Hans Petter Selasky2016-04-221-2/+7
* | Don't use atomic operations for page table entries and handle accessSvatopluk Kraus2016-04-222-78/+52
* | Add four functions which check a virtual address for stage 1 privilegedSvatopluk Kraus2016-04-221-1/+49
* | Use MIN()/MAX() macros from sys/param.h.Marcelo Araujo2016-04-222-3/+3
* | Use roundup2() macro from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* | Don't try to free `string` (stack allocated char[])Enji Cooper2016-04-221-2/+1
* | Don't use `entry` after free in the "already in lists" caseEnji Cooper2016-04-221-0/+1
* | Simplify always evaluated branch (`e != NULL`)Enji Cooper2016-04-221-4/+2
* | hyperv/et: Make Hyper-V event timer a device.Sepherosa Ziehau2016-04-223-35/+67
* | Don't leak `string` in parse_define(..) when a macro has been foundEnji Cooper2016-04-221-1/+2
* | Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* | hyperv: Update copyright to 2016 for the files Microsoft changed in 2016Sepherosa Ziehau2016-04-2223-23/+23
* | Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* | Use MIN() macro from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* | Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* | Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* | Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* | kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-211-5/+5
* | DRY on buffer sizes. Update to r298420.Alan Somers2016-04-211-1/+2
* | Pull r266775 from upstream clang trunk (by Douglas Katzman):Dimitry Andric2016-04-211-0/+6
* | Revert r298147 (temporary workaround for LLVM PR 26999) in preparationDimitry Andric2016-04-211-1/+1
* | urtwn: optimize rate lookup in the urtwn_ra_init()Andriy Voskoboinyk2016-04-212-43/+41
* | Yet more redundant parenthesis from r298431.Pedro F. Giffuni2016-04-215-7/+6
* | Completely disable fmaxmin_test (follow up to r297952)Enji Cooper2016-04-211-3/+9
* | sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-2164-134/+127
* | Redundant parenthesis from r298431.Pedro F. Giffuni2016-04-211-1/+2
* | sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-2135-90/+70
* | Use proper type of tag in bcm2835_mbox_fb_initOleksandr Tymoshenko2016-04-211-1/+1
* | Adjust the fdc worker thread startup to work when APs are started earlier.John Baldwin2016-04-216-11/+28
* | Queue the CPU-probing task after all acpi_cpu devices are attached.John Baldwin2016-04-211-3/+10