summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Enable balanced arc pruningMatt Macy2018-08-111-1/+121
* cxgbe(4): Move all control queues to the adapter.Navdeep Parhar2018-08-1110-77/+72
* buildworld fix: private appears to have special meaning on FreeBSD - revert t...Matt Macy2018-08-111-4/+4
* Limit the amount of dnode metadata in the ARCMatt Macy2018-08-114-30/+255
* Eliminate a redundant assignment.Alan Cox2018-08-111-1/+0
* pf: Take the IF_ADDR_RLOCK() when iterating over the group listKristof Provost2018-08-111-3/+8
* pf: Fix 'set skip on' for groupsKristof Provost2018-08-111-4/+14
* cxgbe(4): Create two variants of service_iq, one for queues withNavdeep Parhar2018-08-114-143/+250
* ZFS/MFV: Use cached feature info in spa_add_feature_stats()Matt Macy2018-08-104-13/+60
* Fix misspellings of transmitter/transmittedDevin Teske2018-08-104-6/+6
* Walk back r337554 while discussion continuesConrad Meyer2018-08-104-9/+1
* subr_prf: remove think-o that had returned to local patchKyle Evans2018-08-101-2/+1
* boot tagging: minor fixesKyle Evans2018-08-101-2/+6
* Bring in timespce_get form NetBSD.Warner Losh2018-08-101-1/+1
* ath: Minor style cleanupsKyle Evans2018-08-101-4/+4
* ieee8021_node: fix whitespace issuesKyle Evans2018-08-101-9/+9
* net80211: Drain ageq before cleaning it up.Kyle Evans2018-08-101-0/+1
* bwi(4): Set ic->ic_softc before bwi_getradiocaps to avoid bad derefKyle Evans2018-08-101-1/+3
* Remove unneeded ipsec-related includes.Andrey V. Elsukov2018-08-101-5/+0
* Performance optimization of AVL tree comparator functionsMatt Macy2018-08-1018-197/+102
* powerpc: Add lwsync and ptesync 'sync' opcode variants to ddb disassemblerJustin Hibbits2018-08-101-1/+3
* Correct a comment. Should have been detected by ipf_nat_in() notCy Schubert2018-08-101-1/+1
* Identify the return value (rval) that led to the IPv4 NAT failureCy Schubert2018-08-101-6/+22
* Rename head from -CURRENT to -ALPHA1 as part of theGlen Barber2018-08-101-1/+1
* cam(4): Add an xpt-neutral flag indicating a valid panic CCBConrad Meyer2018-08-094-1/+9
* cxgbe(4): Add a sysctl to control the tx credit reclaim mechanism forNavdeep Parhar2018-08-091-2/+8
* cam_ccb.h: Remove redundant declarations of static inline functionsConrad Meyer2018-08-091-42/+0
* cxgbe(4): Set fl_pktshift to 0 by default.Navdeep Parhar2018-08-091-3/+3
* subr_prf: style(9) the sizeofKyle Evans2018-08-091-1/+1
* Account for the lowmem handlers in the inactive queue scan target.Mark Johnston2018-08-091-8/+19
* subr_prf: Use "sizeof current_boot_tag" insteadKyle Evans2018-08-091-1/+1
* BOOT_TAG: Make a config(5) option, expose as sysctl and loader tunableKyle Evans2018-08-094-4/+29
* msgbuf: Light detailing (const'ify and bool'itize)Kyle Evans2018-08-093-4/+4
* cxgbe(4): Display pkt-size and burst-size in traffic class parameters.Navdeep Parhar2018-08-091-0/+4
* cxgbe(4): Add support for high priority filters on T6+. They have theirNavdeep Parhar2018-08-096-68/+243
* [ppc] Fix kernel panic when using BOOTP_NFSROOTLeandro Lupori2018-08-093-0/+28
* Import CK as of commit 08813496570879fbcc2adcdd9ddc0a054361bfde, mostlyOlivier Houchard2018-08-093-20/+32
* Implement missing atomic_fcmpset_XXX() support for i386.Hans Petter Selasky2018-08-091-0/+51
* add an option for ddb ps command to print process argumentsAndriy Gapon2018-08-091-6/+33
* Use atomic_fcmpset_XXX() instead of atomic_cmpset_XXX() when possibleHans Petter Selasky2018-08-094-33/+23
* epoch_block_wait: don't check TD_RUNNINGMatt Macy2018-08-091-12/+26
* kern: Add a BOOT_TAG marker at the beginning of boot dmesgKyle Evans2018-08-092-0/+4
* powerpc64/powernv: re-read RTC after pollingBreno Leitao2018-08-081-6/+5
* Assorted fixes to handling of LayoutRecall callbacks, mostly error handling.Rick Macklem2018-08-081-43/+51
* Use host byte order when comparing mss values.Andrey V. Elsukov2018-08-081-1/+1
* Add support for pmap_enter(..., psind=1) to the armv6 pmap. In other words,Alan Cox2018-08-083-66/+152
* Implement uma_small_alloc(), uma_small_free().Ruslan Bukin2018-08-082-6/+30
* msdosfs: fixes for Undefined Behavior.Pedro F. Giffuni2018-08-081-5/+5
* Fix a small bug in rack where it willRandall Stewart2018-08-081-7/+4
* Split the dir_index and dir_nlink features.Fedor Uporov2018-08-082-23/+13