summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix an off-by-one error in the input validation of the SCTP_RESET_STREAMSMichael Tuexen2019-02-051-2/+2
* arm, acpi: increase size of memory region arraysJayachandran C.2019-02-051-0/+6
* powerpc: Don't idle with the wait instruction on bookeJustin Hibbits2019-02-051-5/+0
* extattr_list_vp: Narrow locked section somewhatConrad Meyer2019-02-051-8/+7
* extattr_list_vp: Only take shared vnode lockConrad Meyer2019-02-051-1/+1
* Fix deterministic builds by sorting input to fts in jeventsMatt Macy2019-02-051-2/+93
* Update CPUID bits definitions and CPU identification based on changesKonstantin Belousov2019-02-042-0/+12
* Regularize the Netflix copyrightWarner Losh2019-02-0470-100/+63
* Fixes for very early use of the pthread_mutex_* and libthr malloc.Konstantin Belousov2019-02-042-0/+7
* o As illustrated by e. g. figure 7-14 of the Intel 82599 10 GbEMarius Strobl2019-02-041-93/+123
* s/Maximal/Maximum/ in sysctl description.Alexander Motin2019-02-041-1/+1
* Avoid the DNS lookup for "localhost"Enji Cooper2019-02-041-4/+13
* release: arm64: pine64-lts: Use the newly created u-boot-pine64-lts portEmmanuel Vadot2019-02-041-2/+2
* release: arm64: rpi3: Install the RPI3B+ DTB fileEmmanuel Vadot2019-02-041-1/+1
* Use NLDT to get number of LDTs on i386Dimitry Andric2019-02-041-1/+1
* Only enable trace-cmp on Clang and modern GCC.Andrew Turner2019-02-042-1/+6
* Add missed tunables/sysctls for some new vdev variables.Alexander Motin2019-02-041-5/+14
* powerpc64: Add a trap stack areaLeandro Lupori2019-02-044-4/+18
* Add missing SCTP_EOR entry.Michael Tuexen2019-02-041-1/+1
* Remove two more #ifdefs missed in r343701.Cy Schubert2019-02-041-6/+2
* Add support for the authinfo mapGregory Neil Shapiro2019-02-041-3/+3
* Check element type before setting LEDs.Alexander Motin2019-02-041-15/+18
* Use switch instead of chained if/else to improve readability.Alexander Motin2019-02-041-10/+12
* Do not call PHOLD() while owning the allproc_lock sx.Konstantin Belousov2019-02-031-1/+1
* i386: Do not ever store to other-CPU counter64 slot.Konstantin Belousov2019-02-031-4/+23
* Allow vm_page_free_prep() to dequeue pages without the page lock.Mark Johnston2019-02-032-6/+37
* Fix a race in vm_page_dequeue_deferred().Mark Johnston2019-02-031-9/+4
* Enable COVERAGE and KCOV by default on arm64 and amd64.Andrew Turner2019-02-032-4/+4
* Teach pfil_ioctl() about VIMAGE.Gleb Smirnoff2019-02-031-2/+6
* Reduce log spam from rpc.statdDoug Rabson2019-02-031-3/+7
* new_kmem_alloc(9) is a Solaris/illumos malloc(9). FreeBSD and NetBSDCy Schubert2019-02-031-1/+1
* Kernel module shim sources have no business being in the userlandCy Schubert2019-02-0312-3050/+0
* Remove a reference to HP-UX in a comment.Cy Schubert2019-02-031-1/+1
* Remove a redundant ip_compat.h, originally merged from upstream.Cy Schubert2019-02-031-126/+0
* ipfilter #ifdef cleanup.Cy Schubert2019-02-0354-1250/+126
* ifconfig(8): actually, non-11n rates should be divided by 2...Andriy Voskoboinyk2019-02-031-4/+12
* net80211(4): do not setup Tx parameters for unsupported modes.Andriy Voskoboinyk2019-02-032-0/+6
* ifconfig(8): display management / multicast wlan(4) rates properlyAndriy Voskoboinyk2019-02-031-4/+15
* net80211(4): fix rate check when 'roaming' ifconfig(8) option is set to 'auto'Andriy Voskoboinyk2019-02-031-1/+0
* net80211(4): do not setup roaming parameters for unsupported modes.Andriy Voskoboinyk2019-02-032-1/+12
* ifconfig(8): interpret VHT rates correctly for 'list roam / txparam' optionsAndriy Voskoboinyk2019-02-031-2/+8
* netmap: upgrade sync-kloop supportVincenzo Maffione2019-02-024-105/+347
* Fix interrupt index configuratoin when using MSI interrupts.Patrick Kelsey2019-02-021-9/+11
* Drop unused M_80211_COM malloc(9) type.Andriy Voskoboinyk2019-02-021-2/+0
* Do not acquire IEEE80211_LOCK twice in cac_timeout(); reuseAndriy Voskoboinyk2019-02-021-2/+1
* sys/dev/wtap: Check return value from malloc(..., M_NOWAIT) andAndriy Voskoboinyk2019-02-021-1/+3
* run(4): fix allocated memory type for ieee80211_node(4).Andriy Voskoboinyk2019-02-021-1/+2
* run(4): revert previous commit; there were no compiler warningAndriy Voskoboinyk2019-02-021-8/+1
* run(4): fix allocated memory type and -Wincompatible-pointer-typesAndriy Voskoboinyk2019-02-021-1/+8
* Return PFIL_CONSUMED if packet was consumed. While here gather allGleb Smirnoff2019-02-021-20/+24