aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use pmap_invalidate_all rather than invalidating 512 level 2 entries inAndrew Turner2018-10-311-4/+9
* Remove function prototypes for functions removed in r339943.Andrew Turner2018-10-311-4/+0
* Fix some style(9) issues in the arm64 pmap_mapbios/unmapbios. Split linesAndrew Turner2018-10-311-8/+15
* Remove the unused arm64_cpu driver.Andrew Turner2018-10-311-74/+0
* Merge cases with upper block.Marcelo Araujo2018-10-311-4/+0
* Revert r336984.Mark Johnston2018-10-301-3/+2
* Fix mips build after r339931.Bjoern A. Zeeb2018-10-301-8/+12
* As a follow-up to r339930 and various reports implement logging in caseBjoern A. Zeeb2018-10-302-4/+34
* With more excessive use of modules, more kernel parts working withBjoern A. Zeeb2018-10-301-1/+1
* Initial implementation of draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-10-304-0/+65
* Add malloc_domainset(9) and _domainset variants to other allocator KPIs.Mark Johnston2018-10-3015-128/+162
* Only invoke 'ls' if the local modules directory exists.John Baldwin2018-10-301-1/+1
* Fix some problems that manifest when NUMA domain 0 is empty.Mark Johnston2018-10-306-45/+56
* Implement the dump_stack() function in the LinuxKPI.Hans Petter Selasky2018-10-303-1/+20
* Implement __KERNEL_DIV_ROUND_UP() function macro in the LinuxKPI.Hans Petter Selasky2018-10-301-0/+1
* Introduce an EXPERIMENTAL option for both src.conf(5) and the kernel.Bjoern A. Zeeb2018-10-301-0/+1
* Always stop the scheduler when entering kdbEric van Gyzen2018-10-301-6/+6
* Bump the number of fans supported from 8 to 12.Michael Tuexen2018-10-301-3/+3
* Emulate machine check related MSR_EXTFEATURES to allow guest OSes toMarcelo Araujo2018-10-301-0/+5
* Allow changing lagg(4) MTU.Marcelo Araujo2018-10-301-8/+59
* powerpc/mpc85xx: Reset the PCIe bus on attachJustin Hibbits2018-10-301-1/+12
* Permit local kernel modules to be built as part of a kernel build.John Baldwin2018-10-301-4/+24
* Have gconcat advertise delete support if one of its disks does.Mark Johnston2018-10-302-0/+36
* Make battery emptying rate available as sysctl variable.John Baldwin2018-10-301-0/+5
* amd64: Use ifuncs to select suitable implementation of set_pcb_flags().Konstantin Belousov2018-10-291-4/+10
* Style.Konstantin Belousov2018-10-291-10/+16
* Clarify explanation of VFCF_SBDRY.Konstantin Belousov2018-10-291-1/+2
* cxgbe/iw_cxgbe: Install the socket upcall before calling soconnect toNavdeep Parhar2018-10-291-5/+7
* Add support for "plain" (non-HMAC) SHA digests.John Baldwin2018-10-291-21/+95
* Expose some netdump configuration parameters through sysctl.Mark Johnston2018-10-291-12/+12
* Implement dma_pool_zalloc() in the LinuxKPI.Hans Petter Selasky2018-10-291-0/+7
* Drain grouptaskqueue of the gtask before detaching it.Stephen Hurd2018-10-292-3/+58
* pf: Make ':0' ignore link-local v6 addresses tooKristof Provost2018-10-281-1/+2
* Provide basic descriptions for VMX exit reason (from "Intel 64 and IA-32Yuri Pankov2018-10-271-0/+8
* evdev: disable evdev if it is invoked from KDB or panic contextVladimir Kondratyev2018-10-273-0/+62
* evdev: Use console lock as evdev lock for all supported keyboard drivers.Vladimir Kondratyev2018-10-274-4/+9
* Use M_WAITOK in init_hwpmc().Mark Johnston2018-10-271-3/+2
* Eliminate typically pointless calls to vm_fault_prefault() on soft, copy-Alan Cox2018-10-271-0/+10
* Extend stripeoffset and stripesize of GEOMs from u_int to off_tEugene Grosbein2018-10-2711-35/+37
* random(4): Match enabled sources mask to build optionsConrad Meyer2018-10-272-6/+22
* ipfw: implement ngtee/netgraph actions for layer-2 frames.Eugene Grosbein2018-10-271-5/+19
* Prevent ip_input() from panicing due to unprotected access to INADDR_HASH.Eugene Grosbein2018-10-271-3/+4
* Prevent multicast code from panicing due to unprotected access to INADDR_HASH.Eugene Grosbein2018-10-271-5/+15
* Prevent stf(4) from panicing due to unprotected access to INADDR_HASH.Eugene Grosbein2018-10-271-0/+3
* Restore backward compatibility for "attach" verb.Xin LI2018-10-271-12/+17
* Add initial descriptions for SCTP related MIB variable.Michael Tuexen2018-10-261-20/+20
* Fortuna: Add failpoints to simulate initial seeding conditionsConrad Meyer2018-10-261-0/+21
* fortuna: Drop global lock to zero stack variablesConrad Meyer2018-10-261-31/+34
* Fortuna: fix a correctness issue in reseed (fortuna_pre_read)Conrad Meyer2018-10-261-1/+1
* rijndael (AES): Avoid leaking sensitive data on kernel stackConrad Meyer2018-10-261-11/+20