aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Avoid writing to the frame buffer in early boot on PowerPC if the CPU'sNathan Whitehorn2018-05-191-5/+13
* Style.Konstantin Belousov2018-05-191-2/+2
* Fix PCID+PTI pmap operations on Xen/HVM.Konstantin Belousov2018-05-191-2/+53
* Fix IBRS handling around MWAIT.Konstantin Belousov2018-05-191-2/+2
* Enable kernel dump features in GENERIC for most platforms.Mark Johnston2018-05-196-0/+36
* ufs: remove cgbno variable where unusedMatt Macy2018-05-192-15/+1
* net: fix uninitialized variable warningMatt Macy2018-05-192-3/+3
* muge(4): chase r333813 if_addr_lock rwlock to epoch + mutexEd Maste2018-05-191-2/+3
* disable printing value of SKEIN_LOOP during standard out,Matt Macy2018-05-191-1/+1
* bhnd nvram map: don't write "variable records written" to standard out by def...Matt Macy2018-05-191-3/+7
* Restore the all rights reserved language. Put it on each of the priorWarner Losh2018-05-191-2/+2
* mp_ring: fix i386Matt Macy2018-05-191-1/+2
* Fix whitespace; no functional changes.Edward Tomasz Napierala2018-05-193-5/+5
* Add #defines for vendor/product USB IDs. No functional changes.Edward Tomasz Napierala2018-05-1911-22/+44
* Remove duplicate cap_no_rights from r333874Ed Maste2018-05-191-1/+0
* Permit "(", ")", ":", and "/" in USB string descriptors.Edward Tomasz Napierala2018-05-191-1/+5
* Unbreak BeagleBone Black boot by collapsing 29 SYSINITs in to 1Matt Macy2018-05-191-30/+65
* intr unbreak KTR/LINT buildMatt Macy2018-05-191-2/+2
* pmap: silence warningsMatt Macy2018-05-191-1/+2
* netmap and iflib drivers, silence unused var warningsMatt Macy2018-05-195-11/+4
* netinet silence warningsMatt Macy2018-05-1910-39/+35
* tcp sysctl fix may be uninitializedMatt Macy2018-05-191-3/+3
* tcp fastopen: fix may be uninitializedMatt Macy2018-05-191-1/+2
* AF_UNIX: switch to annotations to avoid warningsMatt Macy2018-05-191-11/+3
* netmap: compare e1 with e2, not with itselfMatt Macy2018-05-191-1/+1
* net: fix set but not usedMatt Macy2018-05-196-19/+12
* capsicum: propagate const correctnessMatt Macy2018-05-193-10/+10
* back out DBGSET macroMatt Macy2018-05-191-2/+0
* intr: eliminate / annotate unused stack localsMatt Macy2018-05-191-6/+6
* sendfile: annotate unused value and ensure that npages is actually initializedMatt Macy2018-05-191-1/+2
* umtx: don't call umtxq_getchain unless the value is neededMatt Macy2018-05-191-18/+10
* cpuset: revert and annotate insteadMatt Macy2018-05-191-5/+3
* conf: revert last change and annotate unused var insteadMatt Macy2018-05-191-13/+8
* kevent: annotate unused stack localMatt Macy2018-05-191-4/+2
* lockf: annotate LOCKF_DEBUG only varMatt Macy2018-05-191-1/+2
* capsicum: annotate variable only used by debugMatt Macy2018-05-191-4/+4
* turnstile / sleepqueue: annotate variables only used by debug buildsMatt Macy2018-05-192-5/+5
* vfs: annotate variables only used by debug builds as __unusedMatt Macy2018-05-193-9/+7
* Add SPR_HSRR0/SPR_HSRR1 definitionsJustin Hibbits2018-05-191-0/+2
* tty: use __unused annotation instead to silence warningsMatt Macy2018-05-192-8/+4
* epoch: avoid warning when INVARIANTS is not enabledMatt Macy2018-05-191-1/+1
* disable set but not used on code that can't be changedMatt Macy2018-05-194-0/+4
* malloc: avoid possibly returning stack garbage if MALLOC_DEBUG is definedMatt Macy2018-05-191-0/+2
* Add hypervisor trap handling, using HSRR0/HSRR1Justin Hibbits2018-05-193-0/+28
* cpuset_thread0: avoid unused assignment on non debug buildMatt Macy2018-05-191-3/+5
* make_dev: avoid unused assignments on non debug buildsMatt Macy2018-05-191-5/+10
* mqueue: avoid unused variablesMatt Macy2018-05-191-3/+3
* physio: avoid uninitialized variablesMatt Macy2018-05-191-1/+3
* cache_lookup remove unused variable and initialize usedMatt Macy2018-05-191-2/+4
* filt_timerdetach: only assign to old if we're going to check it inMatt Macy2018-05-191-1/+3