aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* While I was investigating CID 1194192 related with a resource leak on mrp memoryMarcelo Araujo2018-06-131-7/+10
* pmc: remove trailing whitespaceEitan Adler2018-06-131-1/+1
* Use "$@" instead of $* to cope with parameters that have spaces inWarner Losh2018-06-131-1/+1
* When this code was introduced at r300829 the author forgot to addMarcelo Araujo2018-06-131-0/+28
* style(9) remove unnecessary blank tabs.Marcelo Araujo2018-06-132-5/+5
* Add SPDX tags to bhyve(8).Marcelo Araujo2018-06-1330-0/+60
* cpucontrol:Sean Bruno2018-06-121-4/+14
* pmc gcc fixupsRyan Libby2018-06-112-5/+5
* More style(9) fixes, space vs tab.Marcelo Araujo2018-06-111-3/+3
* style(9): Fix tabs after #define.Pedro F. Giffuni2018-06-111-41/+41
* - Add bhyve virtio-scsi storage backend support.Marcelo Araujo2018-06-116-3/+919
* Remove old, dead compat code.Warner Losh2018-06-101-18/+2
* pmc: mark some dead functions as suchEitan Adler2018-06-095-8/+10
* pmc: fix logic in skipping riscvMatt Macy2018-06-091-1/+1
* pmc: don't build on riscv where there's no kmod supportMatt Macy2018-06-091-1/+1
* Add new functionality and syntax to cron(1) to allow to run jobs at aGleb Smirnoff2018-06-075-14/+88
* pmc: convert native to jsonl and track TSC value of samplesMatt Macy2018-06-075-18/+40
* Add partition scheme for mpc85xx devicesJustin Hibbits2018-06-071-3/+8
* gpioctl.8: Fix man page sectionRomain Tartière2018-06-061-2/+2
* hwpmc: add summary command and further metadata extensionsMatt Macy2018-06-067-15/+234
* hwpmc: log name->pid, name->tid mappingsMatt Macy2018-06-054-37/+123
* cxgbetool: Disallow negative values for numeric parameters.Navdeep Parhar2018-06-041-23/+28
* pmc stat: add debug option for intermediate stateMatt Macy2018-06-041-24/+36
* pmc stat: fix offset of specified counterMatt Macy2018-06-041-1/+2
* Set kernelname in bootconfig to the kernel fileJustin Hibbits2018-06-041-1/+1
* pmc filter: avoid spurious gcc uninitialized warningMatt Macy2018-06-041-1/+1
* pmc: add filter commandMatt Macy2018-06-044-1/+273
* hwpmc: support sampling both kernel and user stacks when interrupted in kernelMatt Macy2018-06-043-17/+21
* service(1): Improve manual pageEitan Adler2018-06-011-24/+39
* pmc: add list-events commandMatt Macy2018-06-014-2/+134
* libpmc: allow substring for list and add function for printing event detailsMatt Macy2018-06-011-1/+1
* Re-apply r190640.Hans Petter Selasky2018-05-311-1/+0
* pmc stat: fix format strings for 32-bitMatt Macy2018-05-302-11/+9
* devinfo_init() returns an errno, but doesn't set errno, so the errorWarner Losh2018-05-301-2/+5
* pmc: don't break build with format issuesMatt Macy2018-05-301-0/+1
* pmc: silence scan-build warningsMatt Macy2018-05-291-10/+7
* pmc: Add new sub-command structured "pmc" utilityMatt Macy2018-05-296-0/+826
* Simplify macros EFPRINTF and EFFLUSH. [0]Marcelo Araujo2018-05-291-36/+5
* sysrc(8): Test variable names for invalid charactersDevin Teske2018-05-281-0/+12
* Buildfix for GCC after r334277.Hans Petter Selasky2018-05-281-0/+2
* MFV r333789: libpcap 1.9.0 (pre-release)Hans Petter Selasky2018-05-281-0/+1
* bhyve: guarantee NUL terminationEric van Gyzen2018-05-281-1/+1
* bhyve: fix small memory leak in virtio consoleEric van Gyzen2018-05-281-1/+1
* tcpdrop: ensure NUL termination of a stringEric van Gyzen2018-05-281-3/+3
* pmcstat: suppress uninitialized warning of eventMatt Macy2018-05-271-0/+1
* pmc(3)/hwpmc(4): update supported Intel processors to rely fully on theMatt Macy2018-05-263-29/+62
* Revert r334242 "pmc(3)/hwpmc(4): update supported Intel processors to rely fu...Matt Macy2018-05-263-62/+29
* pmc(3)/hwpmc(4): update supported Intel processors to rely fully on theMatt Macy2018-05-263-29/+62
* We don't need check if str is NULL as free(3) will handle NULLMarcelo Araujo2018-05-251-2/+1
* After a long discussion about assert(3), we gonna use a HardenedBSDMarcelo Araujo2018-05-251-2/+5