aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix flags used when compiling kern_kcov.c and subr_coverage.c.Michael Tuexen2019-02-111-2/+2
* Add sensors support for AXP803/AXP813. Sensor values such asGanbold Tsagaankhuu2019-02-111-1/+267
* Fix off-by-one error in BERI virtio driverOleksandr Tymoshenko2019-02-111-2/+2
* Place pf_altq_get_nth_active() under the ALTQ ifdefPatrick Kelsey2019-02-111-1/+1
* Reduce the time it takes the kernel to install a new PF config containing a l...Patrick Kelsey2019-02-1111-159/+331
* net80211(4): hide casts for 'i_seq' field offset calculation insideAndriy Voskoboinyk2019-02-1011-75/+41
* libnv: fix memory leaksMariusz Zaborski2019-02-101-0/+1
* libnv: fix memory leaksMariusz Zaborski2019-02-103-4/+21
* Prevent overflow for usertime/systime in caclru1Conrad Meyer2019-02-101-4/+13
* As struct cryptop is wrapped in #ifdef _KERNEL, userland doesn'tMarius Strobl2019-02-101-1/+1
* powerpc: Clamp MAXCPU for MPC85XXSPE kernel to 2Justin Hibbits2019-02-101-0/+1
* Performance improvements for octe(4):Nathan Whitehorn2019-02-103-19/+14
* cxgbe(4): Ignore unused interrupts.Navdeep Parhar2019-02-101-0/+1
* struct xswdev on amd64 requires compat32 shims after ino64.Konstantin Belousov2019-02-101-2/+28
* Fix bug introduced by r343962.Michal Meloun2019-02-101-2/+2
* Implement Address Space Layout Randomization (ASLR)Konstantin Belousov2019-02-1015-17/+347
* Don't allocate same clock twice..Michal Meloun2019-02-101-7/+0
* Properly handle alignment requests bigger that page size.Michal Meloun2019-02-101-3/+14
* Fix a locking issue when reporing outbount messages.Michael Tuexen2019-02-101-1/+1
* Fix a locking issue in the IPPROTO_SCTP level SCTP_PEER_ADDR_THLDS socketMichael Tuexen2019-02-101-0/+3
* Fix a locking bug in the IPPROTO_SCTP level SCTP_EVENT socket option.Michael Tuexen2019-02-101-0/+4
* Enable necessary bits when activating interrupts. This allowsGanbold Tsagaankhuu2019-02-101-6/+144
* Fix locking for IPPROTO_SCTP level SCTP_DEFAULT_PRINFO socket option.Michael Tuexen2019-02-101-0/+3
* arm64: Fix compile when removing SOC_ROCKCHIP_* optionsEmmanuel Vadot2019-02-102-14/+19
* Revert r343713 temporarilyConrad Meyer2019-02-102-4/+4
* powerpc: Fix AIM buildJustin Hibbits2019-02-091-0/+4
* powerpc: Split out the e500mc idling from rest of Book-EJustin Hibbits2019-02-091-13/+16
* ddb: Print the thread's pcb in 'show thread'Justin Hibbits2019-02-091-0/+1
* - Remove the redundant device disabled hint handling; ever sinceMarius Strobl2019-02-092-55/+50
* i386: honor kern.elf32.read_exec for ommap(2) and break(2), as alreadyKonstantin Belousov2019-02-092-6/+2
* Normalize the declaration of i386_read_exec variable.Konstantin Belousov2019-02-094-4/+9
* Remove remnants of byte order manipulation, back when FreeBSD stackGleb Smirnoff2019-02-091-3/+0
* cxgbe(4): Delay the panic due to a fatal error by 30s.Navdeep Parhar2019-02-091-4/+18
* Ensure that when using the TCP CDG congestion control and setting theMichael Tuexen2019-02-081-1/+5
* Fix em(4) interrupt routingPatrick Kelsey2019-02-081-3/+3
* Fix the spelling of cov_unregister_pc.Andrew Turner2019-02-081-4/+4
* pms(4) should use bus_get_dma_tag() to get parent tag.Tycho Nightingale2019-02-081-1/+1
* Un null_vptocnp(), cache vp->v_mount and use it for null_nodeget() call.Konstantin Belousov2019-02-081-1/+7
* Before using VTONULL(), check that the covered vnode belongs to nullfs.Konstantin Belousov2019-02-081-4/+7
* Some style for nullfs_mount(). Also use bool type for isvnunlocked.Konstantin Belousov2019-02-081-5/+10
* Allow some nesting of ng_iface(4) interfaces and add a configuration knob.Gleb Smirnoff2019-02-081-1/+10
* Fix renameat(2) for CAPABILITIES kernels.Konstantin Belousov2019-02-083-2/+13
* do_execve(): lock vnode when needed.Konstantin Belousov2019-02-081-1/+3
* cxgbev(4): Initialize debug_flags from the environment like in the PF driver.Navdeep Parhar2019-02-081-0/+1
* Add missing data barriers after storeing a new valid pagetable entry.Andrew Turner2019-02-071-0/+3
* Add a missing data barrier to the start of arm64_tlb_flushID.Andrew Turner2019-02-071-0/+1
* arm64: dtb: allwinner: Add the new pine64-lts dtb file to the buildEmmanuel Vadot2019-02-071-0/+1
* [ppc64] fix /dev/kmemLeandro Lupori2019-02-071-3/+5
* netmap: revert netmap_attach_ext() to pre-r343772Vincenzo Maffione2019-02-071-2/+1
* cxgbe(4): Auto-dump the CIM block's logic analyzer on a TIMER0 interrupt.Navdeep Parhar2019-02-073-68/+79