aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* nda(4): Remove unnecessary union and avoid Clang -Wsizeof-array-divwarningBrooks Davis2019-10-241-9/+7
* frag6: prevent overwriting initial fragoff=0 packet meta-data.Bjoern A. Zeeb2019-10-241-1/+6
* Use THREAD_CAN_SLEEP() macro to check if thread can sleep. There is noGleb Smirnoff2019-10-242-2/+2
* After the unlink() of one name of a file with multiple links, aKirk McKusick2019-10-241-0/+2
* frag6: handling of overlapping fragments to conform to RFC 8200Bjoern A. Zeeb2019-10-241-0/+6
* Ensure that the flags indicating IPv4/IPv6 are not changed by failingMichael Tuexen2019-10-243-11/+95
* frag6: export another counter read-only by sysctlBjoern A. Zeeb2019-10-241-0/+4
* frag6: fix counter leak in error case and optimise codeBjoern A. Zeeb2019-10-241-3/+5
* frag6.c: do not leak packet queue entry in error caseBjoern A. Zeeb2019-10-241-2/+20
* Soft updates needs to keep an on-disk linked list of inodes thatKirk McKusick2019-10-241-7/+22
* Add a tunable to set the pgcache zone's maxcacheAndrew Gallatin2019-10-241-2/+4
* Use a counter with a random base for explicit IVs in GCM.John Baldwin2019-10-241-19/+28
* frag6: leave a note about upper layer header checks TBDBjoern A. Zeeb2019-10-241-1/+12
* frag6: check global limits before hash and lockBjoern A. Zeeb2019-10-241-10/+11
* Store a handle for the event handler. This will be used when unloading theMichael Tuexen2019-10-242-2/+3
* frag6: small improvementsBjoern A. Zeeb2019-10-241-6/+5
* frag6: remove IP6_REASS_MBUF macroBjoern A. Zeeb2019-10-241-16/+11
* Fix a small bug in bbr when running under a VM. Basically whatRandall Stewart2019-10-241-3/+9
* powerpc/booke: Simplify the MPC85XX PCIe root complex driverJustin Hibbits2019-10-242-140/+15
* iflib: call ether_ifdetach and netmap_detach before stopEric Joyner2019-10-231-8/+24
* frag6: add "big picture"Bjoern A. Zeeb2019-10-231-5/+22
* frag6: replace KAME hand-rolled queues with queue(9) TAILQsBjoern A. Zeeb2019-10-232-170/+94
* Modify release_page() to handle a missing fault page.Mark Johnston2019-10-231-5/+7
* frag6: whitespace changesBjoern A. Zeeb2019-10-231-6/+5
* arm64: enable options NUMA in GENERICEd Maste2019-10-231-0/+1
* amd64 pmap: per-domain pv chunk listMateusz Guzik2019-10-231-57/+121
* amd64: Add CFI directives for libc syscall stubsConrad Meyer2019-10-231-4/+15
* Check for bogus_page in vnode_pager_generic_getpages_done().Mark Johnston2019-10-231-0/+2
* Verify identity after checking for WAITFAIL in vm_page_busy_acquire().Mark Johnston2019-10-231-1/+3
* Add missing M_NOWAIT flagRyan Stone2019-10-231-2/+5
* Set OBJ_NOSPLIT on the ksyms(4) VM object.Mark Johnston2019-10-231-1/+4
* Prevent a panic when a driver provides bogus debugnet parametersConrad Meyer2019-10-231-0/+9
* Fix atomic_*cmpset32 on riscv64 with clang.John Baldwin2019-10-231-2/+2
* Fix undefined behavior.Konstantin Belousov2019-10-231-4/+8
* vn_printf(): Decode VI_TEXT_REF.Konstantin Belousov2019-10-231-1/+3
* Stop enabling interrupts when reentering kdb on arm64Andrew Turner2019-10-231-1/+2
* regulator: Add a regnode_set_constraint functionEmmanuel Vadot2019-10-232-0/+70
* axp81x: Use the default regnode_init methodEmmanuel Vadot2019-10-231-7/+0
* regulator: Add a regnode_method_initEmmanuel Vadot2019-10-231-0/+9
* Assert that vm_fault_lock_vnode() returns locked saved vnode.Konstantin Belousov2019-10-231-1/+3
* tuntap(4): Fix NOINET build after r353741Kyle Evans2019-10-231-2/+4
* powerpc/booke: Fix Book-E boot post-minidumpJustin Hibbits2019-10-231-0/+4
* amd64 pmap: conditionalize per-superpage locks on NUMAMateusz Guzik2019-10-221-4/+4
* amd64 pmap: fixup invlgen lookup for fictitious mappingsMateusz Guzik2019-10-221-1/+9
* pseudofs: hashed vncacheMateusz Guzik2019-10-222-50/+77
* arm: correct kernelstack allocation sizeKyle Evans2019-10-221-2/+2
* Split Chelsio send tags into a generic base tag and a ratelimit tag.John Baldwin2019-10-225-48/+167
* Always allocate the atid table during attach.John Baldwin2019-10-224-23/+17
* [PPC] Avoid underflows in NUMA domainsLeandro Lupori2019-10-222-2/+2
* Allow epoch tracker to use the very last byte of the stack. Not sureGleb Smirnoff2019-10-221-1/+1