aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Integrate zstd into the kernelConrad Meyer2018-01-089-0/+124
* Use <stand.h> instead of <inttypes.h> and <stdio.h> in boot code.John Baldwin2018-01-081-2/+1
* Fix printf missing format variables warnings.John Baldwin2018-01-081-2/+2
* Define __dmadat after #include'ing ufsread.c.John Baldwin2018-01-081-3/+2
* Sort and remove unneeded includes.Mark Johnston2018-01-082-19/+12
* Revert r327697:Pedro F. Giffuni2018-01-081-3/+3
* Release the queue lock before restarting the worker loop.Mark Johnston2018-01-081-1/+3
* malloc(9): drop the __result_use_check attribute for the kernel allocator.Pedro F. Giffuni2018-01-081-2/+2
* Fix uninitialized crp_retw_id when using asynchronous crypto driversFabien Thomas2018-01-081-1/+2
* Only install the new pagetable pointer into ttbr0_el1 when it differs fromAndrew Turner2018-01-081-11/+14
* Move some of the common thread switching code into C. This will help withAndrew Turner2018-01-083-51/+50
* Document the DNS Casper service.Mariusz Zaborski2018-01-082-0/+215
* geli: optimize testsAlan Somers2018-01-083-17/+32
* Use mallocarray(9) in CloudABI kernel code where possible.Ed Schouten2018-01-072-4/+4
* geli: convert remaining TAP tests to ATFAlan Somers2018-01-0710-166/+206
* Fix typo from r327666Alan Somers2018-01-071-1/+1
* Add missing file to gpiobus moduleJustin Hibbits2018-01-071-0/+4
* Use EVENTHANDLER_DIRECT_INVOKE for [un]mount events, for better performance.Ian Lepore2018-01-071-2/+6
* Use EVENTHANDLER_DIRECT_INVOKE() for device events, for better performance.Ian Lepore2018-01-071-5/+12
* vchiq: Use mallocarray() to provide kcalloc()Kristof Provost2018-01-071-1/+2
* linuxkpi: Implement kcalloc() based on mallocarray()Kristof Provost2018-01-071-1/+7
* pf: Avoid integer overflow issues by using mallocarray() iso. malloc()Kristof Provost2018-01-071-18/+108
* Introduce mallocarray() in the kernelKristof Provost2018-01-073-0/+39
* stddef.h is not used by cat.c, remove the include.Xin LI2018-01-071-1/+0
* ldconfig(8): clarify language for filesEitan Adler2018-01-071-2/+4
* aw_sid(4): Add support for Allwinner H3Kyle Evans2018-01-072-1/+33
* aw_sid: Add method for reading keys via prctl registersKyle Evans2018-01-071-1/+47
* geli: fix parallel execution of testsAlan Somers2018-01-073-42/+38
* Fix bogus pass for syscon_generic introduced in r327621Kyle Evans2018-01-071-1/+6
* geli: convert most tests from TAP to ATFAlan Somers2018-01-0726-1413/+1138
* arm64: Remove old clock driver for Allwinner 64bit SoCEmmanuel Vadot2018-01-061-21/+15
* Document kern.smp.disabled tunable.Konstantin Belousov2018-01-061-1/+6
* morse(6): update documentationEitan Adler2018-01-061-3/+3
* Move syscon_generic to attach much laterKyle Evans2018-01-061-1/+1
* The source strings are from the password database which guaranteesWarner Losh2018-01-061-2/+2
* Sanity check sysconf return value to ensure it's positive before weWarner Losh2018-01-061-3/+7
* Sanity check media size and sector counts to ensure that we don'tWarner Losh2018-01-061-2/+7
* Unbreak build after r327614Li-Wen Hsu2018-01-061-1/+1
* morse(6): minor nitsEitan Adler2018-01-061-2/+4
* morse(6): implement support for decoding morse codeEitan Adler2018-01-062-33/+119
* Invent new #defines for the biospci_{read,write}_config function toWarner Losh2018-01-064-5/+12
* There's no need / benefit from deleting the variable before we set it.Warner Losh2018-01-061-1/+0
* Fix usage strings. -d and -p were removed before this was committed toWarner Losh2018-01-061-3/+3
* Fix a header inclusion missed in the previous commit.Jung-uk Kim2018-01-062-5/+5
* Handle misconfigured/nonexistent pcidev for comconsole instead of BTX panic.Sean Bruno2018-01-051-0/+10
* Merge ACPICA 20180105.Jung-uk Kim2018-01-05348-617/+800
|\
| * Import ACPICA 20180105.vendor/acpica/20180105Jung-uk Kim2018-01-05424-717/+897
| * Revert r327599. I missed a new file.Jung-uk Kim2018-01-05423-486/+717
| * Import ACPICA 20180105.Jung-uk Kim2018-01-05423-717/+486
* | Remove LINK_MAX.John Baldwin2018-01-051-1/+0