aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* poll: Unify userspace pollfd pointer nameConrad Meyer2018-10-261-13/+11
* Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-265-36/+52
* Add statistics for TRIM comandsWarner Losh2018-10-263-6/+60
* Redo r339563: Remove joy(4) driver.Warner Losh2018-10-266-400/+0
* Put a workaround in for command timeout malfunctioningWarner Losh2018-10-262-1/+22
* o Add pmap lock around pmap_fault_fixup() to ensure other thread will notRuslan Bukin2018-10-261-4/+15
* Remove #warning since it breaks libsysdecodeWarner Losh2018-10-261-2/+0
* Bump to 1300002 for sys/joystick.h removal reversion.Warner Losh2018-10-262-2/+1
* Add warning to sys/joystick.h announcing its planned demise.Warner Losh2018-10-261-0/+2
* Revert r339563.Warner Losh2018-10-268-0/+453
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-2635-175/+248
* cxgbe(4): Add a knob to split the rx queues for a netmap enabledNavdeep Parhar2018-10-251-8/+66
* Implement O_BENEATH and AT_BENEATH.Konstantin Belousov2018-10-2511-58/+72
* Remove a dead store.Mark Johnston2018-10-251-1/+1
* Update comment for AMI00[12]0 override.Warner Losh2018-10-251-4/+4
* Add FALLTHROUGH comments to appease Coverity.Mark Johnston2018-10-252-8/+10
* Bump __FreeBSD_version following the OpenSSL shared library versionGlen Barber2018-10-251-1/+1