]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin
Revert r335263, since it can cause crashes in unusual circumstances.
[FreeBSD/FreeBSD.git] / usr.bin /
2018-06-16 eadlerunits: fix some nits
2018-06-16 kibRework ofed build.
2018-06-15 emasteldd: reference readelf instead of objdump in warning...
2018-06-15 kevansbsdgrep(1): Remove redundant initialization; unconditio...
2018-06-14 eadlertop(1): remove myself from top.1
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-14 allanjudeFix top(1) support for displaying ZFS Compressed ARC...
2018-06-13 eadlertop(1): remove unneeded logic
2018-06-13 eadlertop(1): style(9)
2018-06-13 eadlertop(1): add myself to authors
2018-06-13 eadlertop(1): shift from atoi to non-deprecated function
2018-06-13 eadlertop(1): replace homegrown itoa with sprintf
2018-06-13 eadlertop(1): format_time, format_k, etc.
2018-06-13 eadlertop(1): format help more nicely
2018-06-13 eadlervmstat(1): various nits
2018-06-13 eadlertop(1): several small bugfixes and nits
2018-06-12 baptFix memory leak
2018-06-12 baptCorrectly test return value of pipe(2)
2018-06-12 eadlertop(1): remove trailing whitespace
2018-06-12 eadlertop(1): style and related
2018-06-12 eadlertop(1): move command mapping to commands.c
2018-06-11 pstefindent(1): rename -nsac/-sac ("space after cast") to...
2018-06-11 eadlertop(1): handle 0 in "digits" functions
2018-06-10 pstefindent(1): group global option variables into an option...
2018-06-10 eadlertop(1): use modern interfaces for nice and related
2018-06-10 eadlertop(1): add command aliases; correct dumb support
2018-06-10 eadlertop(1): use sys_signame instead of hard coding signals
2018-06-10 eadlertop(1): bring some structure to commands
2018-06-10 eadlertop(1): use correct word when displaying threads
2018-06-10 eadlertop(1): filter fewer warnings; clean up
2018-06-10 eadlertop(1): permit sending signal with any case
2018-06-10 dexterAdd myself to calendar.freebsd
2018-06-10 eadlertop(1): permit sub-second delay times
2018-06-09 eadlertop(1): correctly reset per-cpu counters
2018-06-09 eadlertop(1): handle specific pids better
2018-06-09 eadlertop(1): implement additional missing long options
2018-06-09 eadlertop(1): initial pass to freebsdize the man page
2018-06-09 eadlertop(1): Implement long options
2018-06-09 baptdiff: Import fixes from OpenBSD
2018-06-09 ygyAdd myself to the calendar
2018-06-09 baptIsolate the pr(1) related code in its own source files
2018-06-09 eadlertop(1): allow starting with -T flag
2018-06-09 kevansbsdgrep(1): Some more int -> bool conversions and name...
2018-06-09 eadlerncal: correct history section
2018-06-09 eadlertop(1): correct header, align it.
2018-06-09 eadlertop(1): actually make change for tid vs pid
2018-06-09 eadlertop(1): use a different command to toggle tid vs pid
2018-06-08 kevansbsdgrep(1): Evict character sequence that moved in
2018-06-08 eadlertop(1): remove some unneeded indirection
2018-06-08 eadlertop(1): fix several style & const related issues
2018-06-08 kevansbsdgrep(1): Slooowly peel away the chunky onion
2018-06-07 kevansbsdgrep(1): Don't initialize fts_flags twice
2018-06-07 kevansbsdgrep(1): whoops, garbage collect the now write-only...
2018-06-07 kevansbsdgrep(1): Do some less dirty things with return types
2018-06-06 baptRemove NLS support from BSD grep
2018-06-06 eadlertop(1): fix err again
2018-06-06 eadlertop(1): make error message happy
2018-06-04 pstefindent(1): fix buildworld after r334632
2018-06-04 pstefindent(1): add --version option
2018-06-04 pstefindent(1): remove the STACKSIZE macro and all of its use
2018-06-04 pstefindent(1): remove static const char copyright[]
2018-06-04 pstefindent(1): replace BSD bcopy() with C memmove()
2018-06-04 eadlertop(1): some nitpicks
2018-06-04 eadlertop(1): include what you use
2018-06-04 eadlertop(1): Prefer memcpy over bcopy
2018-06-04 eadlertop(1): Use strsep instead of homegrown alternative
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
next