aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* ctfconvert: silence useless enum has too many values warningMatt Macy2018-05-191-2/+0
* 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
* getnextevent: put variable only used by KTR under ifdef KTRMatt Macy2018-05-191-1/+5
* simplify control flow so that gcc knows we never pass save to curthread_pflag...Matt Macy2018-05-191-2/+2
* tty: conditionally assign to ret value only used by MPASS statementMatt Macy2018-05-192-2/+6
* powerpc64: Add OPAL definitionsJustin Hibbits2018-05-192-2/+16
* remove unused locked variable in lockmgr_unlock_fast_pathMatt Macy2018-05-191-4/+0
* signotify: don't create a stack local that isn't used on non-debug buildsMatt Macy2018-05-191-4/+1
* sysv_msg initialize saved_msgszMatt Macy2018-05-191-1/+1
* remove unused variableMatt Macy2018-05-191-3/+0
* fix uninitialized variable warning in reader locksMatt Macy2018-05-192-4/+4
* add DBGSET macro to conditionally assign to a variable depending on INVARIANTSMatt Macy2018-05-191-0/+2
* fix uninitialized variable warningMatt Macy2018-05-192-0/+2
* sys_process.c fix set but not used warningMatt Macy2018-05-191-2/+1