aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* subr_epoch.c fix unused variable warningsMatt Macy2018-05-191-4/+2
* Fix a manual copy from the original diff for r333825Justin Hibbits2018-05-191-1/+1
* Add yet another option for gathering available memoryJustin Hibbits2018-05-191-0/+10
* Add some Hypervisor interrupt definitionsJustin Hibbits2018-05-191-0/+7
* pidctrl Actually use the variables that we assign to as seatbelts to prevent ...Matt Macy2018-05-191-6/+6
* fix gcc8 unused variable and set but not used variable in unix socketsMatt Macy2018-05-191-6/+15
* Merge bmake-20180512Simon J. Gerraty2018-05-1917-98/+306
|\
| * Import bmake-20180512vendor/NetBSD/bmake/20180512Simon J. Gerraty2018-05-1816-97/+305
* | Silence non-actionable warnings in vendor codeMatt Macy2018-05-196-8/+15
* | Annotate td_pre_epoch_prio in struct threadMatt Macy2018-05-181-1/+1
* | lockmgr: avoid atomic on unlock in the slow pathMateusz Guzik2018-05-181-4/+6
* | Stop claiming the device-side USB serial interfaces talk Hayes AT.Edward Tomasz Napierala2018-05-183-3/+3
* | ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-18145-340/+373
* | Be more robust against garbage input on a TOE TLS TX socket.John Baldwin2018-05-181-7/+19
* | epoch(9): allocate net epochs earlier in bootMatt Macy2018-05-181-2/+10
* | epoch(9): assert that epoch is allocated post-configureMatt Macy2018-05-181-1/+7
* | epoch: move epoch variables to read mostly sectionMatt Macy2018-05-181-2/+2
* | Use NULL for SYSINIT's last arg, which is a pointer typeEd Maste2018-05-1815-19/+21
* | amd64 GENERIC: correct whitespace on smartpqi entryEd Maste2018-05-181-1/+1
* | Use sysrc(8) in the documentation rather than echoing things to rc.confNathan Whitehorn2018-05-181-2/+2
* | Fix math error in the computation of the free space after the last partitionNathan Whitehorn2018-05-181-1/+1
* | epoch(9): Make epochs non-preemptible by defaultMatt Macy2018-05-189-71/+85