]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
hwpmc: support sampling both kernel and user stacks when interrupted in kernel
[FreeBSD/FreeBSD.git] / usr.bin /
2018-06-03 eadlertop(1): another pass of cleanup
2018-06-03 eadlertop(1): top warnings and cleanup
2018-06-03 pstefindent(1): new option -lpl
2018-06-03 pstefindent(1): revert introduction of -lpl
2018-06-03 pstefindent(1): new option -lpl (always line up to parenthesis)
2018-06-03 pstefindent(1): manual page corretions
2018-06-03 pstefindent(1): if an identifier can be either a typedef...
2018-06-03 pstefindent(1): if the token is a "[" then neither of the...
2018-06-03 pstefindent(1): don't add a space after a label
2018-06-03 pstefindent(1): ignore null characters from input
2018-06-03 pstefindent(1): don't overflow di_stack[]
2018-06-03 pstefindent(1): improve CHECK_SIZE_ macros
2018-06-03 pstefindent(1): remove troff output support
2018-06-03 pstefindent(1): avoid resetting last_bl to a bogus value...
2018-06-03 pstefindent(1): the check for buffer overflow has to be...
2018-06-03 pstefindent(1): use errx() instead of abort()
2018-06-03 pstefindent(1): limit character classification functions...
2018-06-03 pstefindent(1): recognize more type names
2018-06-03 pstefindent(1): don't format function declarations as variables
2018-06-03 pstefindent(1): remove is_procname.
2018-06-03 pstefindent(1): disjoint parser state from lexi()
2018-06-03 pstefindent(1): improve handling of boxed comments indentation
2018-06-03 pstefindent(1): improve predictability of lexi()
2018-06-03 pstefindent(1): improve handling of comments and newlines...
2018-06-03 eadlertop(1): restore size for kern.cp_times
2018-06-03 pstefindent(1): remove undocumented and rather useless optio...
2018-06-03 eadlertop(1): Only use NO_WERROR for base gcc
2018-06-03 eadlertop(1): partial revert of r334517
2018-06-03 eadlertop(1): remove chdir to /
2018-06-03 eadlertop(1): use greater warnings
2018-06-03 eadlertop(1): misc minor improvements
2018-06-02 eadlertop(1): Fix two speeling errors I introduced
2018-06-02 eadlertop(1): chdir to / as init; remove unneeded comment
2018-06-02 eadlertop(1): cleanup memory allocation and warnings
2018-06-02 jhibbitsIncluded VSX registers in powerpc core dumps
2018-06-02 noveltop: add -p option and p command to only show a single...
2018-06-02 eadlerUse stpcpy instead of home grown solution
2018-06-02 eadlertop(1): remove wrapper around putchar
2018-06-02 eadlertop(1): const poison part 2
2018-06-02 eadlertop(1): const poison
2018-06-02 eadlertop(1): clean up a bit
2018-06-02 eadlertop(1): help scan-build along a bit
2018-06-02 eadlertop(1): Use uid_t for uid rather than 'int'
2018-06-02 eadlertop(1): Remove now-invalid NOTE
2018-06-02 eadlertop(1): avoid casting malloc
2018-06-02 eadlertop(1): Use standard boolean rather than homegrown...
2018-06-02 eadlertop(1): remove two unneeded headers
2018-06-02 eadlertop(1): ansify, style(9). and nits
2018-06-01 cemat.man: Bump .Dd missed in r334502
2018-06-01 cemUpdate other man pages to match leap second reality
2018-06-01 cemtouch.1: Update to conform to POSIX 2004
2018-06-01 pstefindent(1): improve an error message
2018-06-01 pstefindent(1): restore working -pcs
2018-06-01 pstefindent(1): don't add unneeded space to function pointer...
2018-06-01 pstefindent(1): don't indent typedef declarations as object...
2018-06-01 pstefindent(1): consider tab characters when forcing a newli...
2018-06-01 pstefindent(1): identifiers inside parentheses are not decla...
2018-06-01 eadlertop(1): Display of TID when using 'H' flag
2018-05-30 emasteelfdump: chase ABI tag note name change from r232832
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-28 vangyzenlogger: fix memory leak and use-after-free
2018-05-25 eadlerrctl: correct use of "vmem" instead of "vmemoryuse"
2018-05-24 bdreweryFix exit code for mismatches after r333013.
2018-05-23 luporlAdding myself to committers-src.dot and calendar.freebsd
2018-05-23 brdSwitch calendar installs to use FILES and SYMLINKS...
2018-05-23 eadlercut: Fix out of boundary write on illegal list argument
2018-05-23 wollmanWhoops, forgot to add this file in r334070.
2018-05-23 wollmanMove unsigned limits to a separate table/recognizer...
2018-05-23 philImport libxo-0.9.0:
2018-05-22 fabientAdd a SPD cache to speed up lookups.
2018-05-22 eadlertop(1): increase size of 'status' buffer
2018-05-22 eadlertop(1): unbreak build with gcc7; fix varargs
2018-05-21 eadlertop(1): fix build
2018-05-21 eadlertop(1): clean up some "const" related warnings
2018-05-21 eadlertop(1): modernize a bit; reduce warnings
2018-05-21 eadlerAdd missing va_end
2018-05-21 eadlerRevert r333969 which contained one too many changes
2018-05-21 eadlertop(1): modernize a bit; reduce warnings
2018-05-21 eadlertop(1): add myself as a MAINTAIENR
2018-05-21 eadlertop(1): remove prime.c
2018-05-21 eadlertop(1): fix MIPS
2018-05-21 eadlertop(1): further unconditionally assume we're on FreeBSD
2018-05-21 eadlertop(1): clean up in prep for const poisoning
2018-05-21 eadlertop(1): further unconditionally assume we're on FreeBSD
2018-05-21 eadlertop(1): build with WARNS=3
2018-05-21 eadlertop(1): fix several more warnings
2018-05-21 eadlertop(1): fix build on arches where size_t != ull
2018-05-21 eadlertop(1): pull function declarations and externs into...
2018-05-21 eadlertop(1): fix "variable without declaration" warning
2018-05-21 eadlertop(1): clean much of WARNS=3 issues
2018-05-21 eadlertop(1): build with WARN=2
2018-05-21 eadlertop(1): add getrusage to SEE also
2018-05-20 eadlertop(1): Remove now-unused variable
2018-05-20 eadlertop(1): pull configuration directly into header files
2018-05-20 eadlertop(1): set max username length based on system constant
2018-05-20 eadlertop(1): unconditionally assume we are on FreeBSD (more...
2018-05-20 eadlerRetry revert
2018-05-20 eadlerrevert r333928
2018-05-20 eadlertop(1): Make lack of "percent" information explicit
2018-05-20 eadlertop(1): remove 'xs' and 'xh' source files
next