aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sfxge(4): add TLV format buffer manipulation functions for V3 licensingAndrew Rybchenko2016-05-112-0/+428
* hyperv/hn: Extract RSS hash value and type.Sepherosa Ziehau2016-05-114-19/+93
* Don't mark the initial portal registers as fully mapped.Justin Hibbits2016-05-111-1/+0
* Use DEVMETHOD_END instead of its value to indicate end of methods tableOleksandr Tymoshenko2016-05-113-3/+3
* Use GPIO pin management API in gpiobacklightOleksandr Tymoshenko2016-05-111-68/+29
* Rename siba -> siba_s5, to specifically reference that it's for theAdrian Chadd2016-05-102-6/+5
* Change the default installation directory for modules to /boot/modules.John Baldwin2016-05-102-4/+8
* Allow orm(4) to be disabled from probing/attaching by a hints entry:Bjoern A. Zeeb2016-05-101-0/+3
* Move vm_domain_rr_selectdomain() under #ifdef VM_NUMA_ALLOC.John Baldwin2016-05-101-4/+2
* Make libcrypto.so position independent on i386.Jung-uk Kim2016-05-1046-33345/+66749
* Fix DTrace test ATF wrapper generation.Mark Johnston2016-05-101-1/+1
* netipsec: Fix minor style nitConrad Meyer2016-05-101-1/+1
* sdiff(1): Fix potential NULL deref in cleanup pathConrad Meyer2016-05-101-1/+2
* Pass device tree node as a part of gpio_pin_get_by_ofw_XXX APIOleksandr Tymoshenko2016-05-103-36/+29
* When PLATFORM_SMP is enabled, check if tunable hw.ncpu is set and validEmmanuel Vadot2016-05-101-0/+8
* Update the example growfs(8) manual page to include information on howEdward Tomasz Napierala2016-05-101-9/+8
* Ensure waiting loops terminate during cold boot. This fixes boot withHans Petter Selasky2016-05-101-0/+4
* Merge a20_mp_start_ap and a31_mp_start_ap into one function.Emmanuel Vadot2016-05-103-43/+27
* Implement ioremap_wt() and use that in the MEMREMAP_WT case for i386Hans Petter Selasky2016-05-101-1/+3
* sed.1: Correction for the case insensitive case.Pedro F. Giffuni2016-05-101-2/+2
* aic7xxx: minor spelling fixes.Pedro F. Giffuni2016-05-1014-63/+63
* Fix kernel LINT build after r299363.Hans Petter Selasky2016-05-101-1/+1
* Allow sleepable allocations in enclosure daemon threads.Alexander Motin2016-05-102-33/+15
* Add a missing section to a cross-reference.John Baldwin2016-05-101-2/+3
* Add "camcontrol reprobe" subcommand, and implement it for da(4).Edward Tomasz Napierala2016-05-105-4/+76
* Push the logic to talk with the MSI/MSI-X interrupt controller to the FDTAndrew Turner2016-05-102-11/+76
* Remove NULL checks after M_WAITOK allocations from mpr(4).Edward Tomasz Napierala2016-05-101-38/+13
* siba depends on bhndbus; add the device to the kernel config.Bjoern A. Zeeb2016-05-101-0/+1
* Remove NULL checks after M_WAITOK allocations from mps(4).Edward Tomasz Napierala2016-05-101-38/+13
* bsdinstall/zfsboot: Do not mirror swap when swapsize is 0Allan Jude2016-05-101-1/+1
* Capitalize "LDAP" in the description field of the _ypldap entry.Benedict Reuschling2016-05-101-1/+1
* Add more LinuxKPI I/O functions.Hans Petter Selasky2016-05-101-1/+77
* Use function macros when possible to avoid stray substitutions.Hans Petter Selasky2016-05-101-17/+17
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-2/+2
* Add missing semicolon and properly wrap macro argument.Hans Petter Selasky2016-05-101-12/+12
* Allow the argument for the cpu_to_xxxp() and xxx_to_cpup() macros toHans Petter Selasky2016-05-101-12/+12
* Directly set the NONBLOCK flags when creating the socketBaptiste Daroussin2016-05-101-8/+1
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-5/+5
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-105-10/+10
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-107-22/+22
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-108-32/+32
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-4/+4
* Remove misc NULL checks after M_WAITOK allocations.Edward Tomasz Napierala2016-05-105-11/+0
* Remove NULL check after M_WAITOK allocations from mfi(4).Edward Tomasz Napierala2016-05-101-8/+0
* Remove NULL checks after M_WAITOK allocations from firewire.Edward Tomasz Napierala2016-05-105-22/+0
* Add locking annotations to amd64 struct md_page members.Konstantin Belousov2016-05-101-2/+6
* Refactor the root mount hold code and add the wait to etc/rc.d/fsck.Edward Tomasz Napierala2016-05-103-28/+48
* Fix previous commit to report proper error code.Alexander Motin2016-05-101-6/+28
* Validate XCOPY range offsets and lengths.Alexander Motin2016-05-101-3/+11
* More XCOPY parameters validation.Alexander Motin2016-05-101-5/+55