aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Merge ^/head r352537 through r352586.Dimitry Andric2019-09-2117-50/+128
|\
| * kern.elf{32,64}.pie_base sysctl: enforce page alignment.Konstantin Belousov2019-09-211-2/+18
| * In case a translation fault on the kernel address space occurs fromAlan Cox2019-09-211-15/+25
| * lockprof: use CPUFOREACH and drop always false lp_cpu NULL checksMateusz Guzik2019-09-211-10/+5
| * Make non-ASLR pie base tunable.Konstantin Belousov2019-09-211-2/+7
| * amd64 pmap: Fix formats for 64bit addresses in ddb and sysctl output.Konstantin Belousov2019-09-211-6/+6
| * Allocate callout wheel from the respective memory domain.Alexander Motin2019-09-211-2/+4
| * msdosfs: do not deget unlinked denodesKyle Evans2019-09-201-3/+4
| * Add quirk for XHCI(4) controllers to support USB control transfersHans Petter Selasky2019-09-203-2/+35
| * Increase the maximum user-space buffer size from 256kBytes to 32MBytes forHans Petter Selasky2019-09-201-1/+1
| * The maximum TD size is 31 and not 15.Hans Petter Selasky2019-09-201-1/+1
| * remove redundant "ktls" in KTLS thr nameAndrew Gallatin2019-09-201-1/+1
| * elf_common: add ELF note namesEd Maste2019-09-201-0/+6
| * Fix the handling of invalid parameters in ASCONF chunks.Michael Tuexen2019-09-201-0/+1
| * Improve ioat(4) NUMA-awareness.Alexander Motin2019-09-192-5/+14
| * vfs: group fields used for per-cpu ops in one cachelineMateusz Guzik2019-09-192-2/+2
* | Merge ^/head r352436 through r352536.Dimitry Andric2019-09-1921-110/+960
|\|
| * When the RACK stack computes the space for user data in a TCP segment,Michael Tuexen2019-09-191-10/+25
| * When processing an incoming IPv6 packet over the loopback interface whichMichael Tuexen2019-09-191-4/+6
| * fix dsl_scan_ds_clone_swapped logicAndriy Gapon2019-09-191-31/+69
| * vt: fix problems with trying to switch to a closed VTAndriy Gapon2019-09-191-3/+25
| * sys/vm/vm_glue.c: Incorrect function name in panic stringAllan Jude2019-09-191-2/+2
| * Fix typo, setting hidden flag instead of reparse.Alexander Motin2019-09-181-1/+1
| * Add support for BERI statcounters.Ruslan Bukin2019-09-185-2/+717
| * sysctl: use names instead of magic numbers.Konstantin Belousov2019-09-182-29/+45
| * Add SIOCGIFDOWNREASON.Konstantin Belousov2019-09-173-0/+13
| * Further refine r352393, only call vnode_pager_setsize() outside theKonstantin Belousov2019-09-171-19/+22
| * Return EISDIR when directory is opened with O_CREAT without O_DIRECTORY.Konstantin Belousov2019-09-171-0/+4
| * The VFS-level clustering code collects together sequential blocksKirk McKusick2019-09-171-2/+20
| * vfs: apply r352437 to the fast path as wellMateusz Guzik2019-09-171-3/+5
| * Only allow a SCTP-AUTH shared key to be updated by the applicationMichael Tuexen2019-09-171-1/+1
| * vfs: fix braino resulting in NULL pointer deref in r352424Mateusz Guzik2019-09-171-3/+5
* | Merge ^/head r352319 through r352435.Dimitry Andric2019-09-1738-211/+1519
|\|
| * mips: move support for temporary mappings above KSEG0 to per-CPU dataJason A. Harmening2019-09-172-120/+91
| * Remove dead code from vm_map_unlink_entry made dead by r351476, and alsoDoug Moore2019-09-171-11/+1
| * RISC-V: Support EARLY_AP_STARTUPMitchell Horne2019-09-163-0/+27
| * vfs: convert struct mount counters to per-cpuMateusz Guzik2019-09-168-46/+204
| * vfs: manage mnt_writeopcount with atomicsMateusz Guzik2019-09-162-14/+52
| * vfs: manage mnt_lockref with atomicsMateusz Guzik2019-09-161-4/+27
| * vfs: manage mnt_ref with atomicsMateusz Guzik2019-09-168-15/+187
| * Fix an off-by-one error from r351961Alan Somers2019-09-161-1/+1
| * Assert that the refcount value is not VPRC_BLOCKED in vm_page_drop().Mark Johnston2019-09-161-1/+5
| * Fix a race in vm_page_dequeue_deferred_free() after r352110.Mark Johnston2019-09-162-9/+12
| * Fix a page leak in vm_page_reclaim_run().Mark Johnston2019-09-161-4/+11
| * Fix a couple of nits in r352110.Mark Johnston2019-09-161-2/+0
| * Revert r352406, which contained changes I didn't intend to commit.Mark Johnston2019-09-1623-806/+859
| * Fix a couple of nits in r352110.Mark Johnston2019-09-1623-859/+806
| * fusefs: fix some minor issues with fuse_vnode_setparentAlan Somers2019-09-162-2/+3
| * nfscl_loadattrcache: fix rest of the cases to not callKonstantin Belousov2019-09-161-5/+6
| * Don't write to memory outside of the allocated array for SACK blocks.Michael Tuexen2019-09-161-1/+1