]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/top
Merge ^/head r337286 through r337585.
[FreeBSD/FreeBSD.git] / usr.bin / top /
2018-08-10 dimMerge ^/head r337286 through r337585.
2018-08-08 eadlertop(1): hide THR column in separate-thread mode.
2018-08-08 eadlerfile: update to 5.34
2018-08-02 emasteMerge vendor lld/docs directory from r337145
2018-08-02 dimMerge libc++ trunk r338150 (just before the 7.0.0 branc...
2018-08-02 dimMerge clang trunk r338150 (just before the 7.0.0 branch...
2018-08-02 dimMerge llvm trunk r338150 (just before the 7.0.0 branch...
2018-08-02 dimMerge compiler-rt trunk r338150, and resolve conflicts.
2018-08-02 dimMerge libc++ trunk r338150, and resolve conflicts.
2018-07-31 mavMFV r336991, r337001:
2018-07-31 dimMerge lldb trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lld trunk r338150, and resolve conflicts.
2018-07-31 dimMerge clang trunk r338150, and resolve conflicts.
2018-07-30 dimMerge llvm trunk r338150, and resolve conflicts.
2018-07-29 mmMFV r336851:
2018-07-27 daichitop(1): fix a buffer overflow copying states to display...
2018-07-27 daichitop(1): fixed the empty output problem in non-interacti...
2018-07-26 daichitop(1): forgot in r336160
2018-07-25 eadlertop(1): increase number of columns for memory
2018-07-11 cyMFV r324714:
2018-07-10 markjFix thread state summary line display after r334918.
2018-07-10 daichitop(1): rollback r335836
2018-07-10 daichitop(1): Fix the prompt bug and core dump problem in...
2018-07-06 sbrunor336028 changed next_msg to a char * from char [] of...
2018-07-06 daichiChanged to eliminate the upper limit of command length...
2018-07-04 kibtop: do not fall to the thread name if kernel cache...
2018-07-03 brFix build: utf8strvisx() does signed data comparisons...
2018-07-03 cyWhen toggling the display using the "m" command to...
2018-07-01 eadlertop(1): permit infinite length for command
2018-07-01 daichitop(1) - support UTF-8 display
2018-06-27 daichitop(1): increased the maximum length of command shown...
2018-06-24 eadlertop(1): increase field with width for W/CPU column
2018-06-23 eadlertop(1): Restructure printing of process states
2018-06-23 eadlertop(1): Convert process listing to sbuf too
2018-06-23 eadlertop(1): Use basename instead of a homegrown alternative
2018-06-23 eadlertop(1): show CPU state breakdown on first run
2018-06-22 eadlertop(1): increase warnings
2018-06-22 eadlertop(1): garbage collect
2018-06-22 eadlertop(1): increase size of 'C' column
2018-06-22 eadlertop(1): remove special handling of load > 5
2018-06-22 eadlertop(1): reimplement header formatting as sbuf
2018-06-22 eadlertop(1): behave as documented for -t
2018-06-19 eadlertop(1): fix top -mio
2018-06-19 asomerstop(1): Fix Coverity warning
2018-06-19 eadlertop(1): correct assertion
2018-06-19 eadlertop(1): correct header in UP mode
2018-06-18 eadlertop(1): use more modern signal code
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 eadlertop(1): several small bugfixes and nits
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 eadlertop(1): handle 0 in "digits" functions
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 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 eadlertop(1): allow starting with -T flag
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 eadlertop(1): remove some unneeded indirection
2018-06-08 eadlertop(1): fix several style & const related issues
2018-06-06 eadlertop(1): fix err again
2018-06-06 eadlertop(1): make error message happy
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 eadlertop(1): restore size for kern.cp_times
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 noveltop: add -p option and p command to only show a single...
2018-06-02 eadlerUse stpcpy instead of home grown solution
next