]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/top
Fix Machine Check Exception on Page Size Change.
[FreeBSD/FreeBSD.git] / usr.bin / top /
2018-07-01 Eitan Adlertop(1): permit infinite length for command
2018-07-01 Daichi GOTOtop(1) - support UTF-8 display
2018-06-29 Jung-uk KimMFV: r335802
2018-06-29 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-06-27 Daichi GOTOtop(1): increased the maximum length of command shown...
2018-06-24 Eitan Adlertop(1): increase field with width for W/CPU column
2018-06-23 Eitan Adlertop(1): Restructure printing of process states
2018-06-23 Eitan Adlertop(1): Convert process listing to sbuf too
2018-06-23 Eitan Adlertop(1): Use basename instead of a homegrown alternative
2018-06-23 Eitan Adlertop(1): show CPU state breakdown on first run
2018-06-22 Eitan Adlertop(1): increase warnings
2018-06-22 Eitan Adlertop(1): garbage collect
2018-06-22 Eitan Adlertop(1): increase size of 'C' column
2018-06-22 Eitan Adlertop(1): remove special handling of load > 5
2018-06-22 Eitan Adlertop(1): reimplement header formatting as sbuf
2018-06-22 Eitan Adlertop(1): behave as documented for -t
2018-06-19 Eitan Adlertop(1): fix top -mio
2018-06-19 Alan Somerstop(1): Fix Coverity warning
2018-06-19 Eitan Adlertop(1): correct assertion
2018-06-19 Eitan Adlertop(1): correct header in UP mode
2018-06-18 Eitan Adlertop(1): use more modern signal code
2018-06-14 Eitan Adlertop(1): remove myself from top.1
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
2018-06-14 Allan JudeFix top(1) support for displaying ZFS Compressed ARC...
2018-06-13 Eitan Adlertop(1): remove unneeded logic
2018-06-13 Eitan Adlertop(1): style(9)
2018-06-13 Eitan Adlertop(1): add myself to authors
2018-06-13 Eitan Adlertop(1): shift from atoi to non-deprecated function
2018-06-13 Eitan Adlertop(1): replace homegrown itoa with sprintf
2018-06-13 Eitan Adlertop(1): format_time, format_k, etc.
2018-06-13 Eitan Adlertop(1): format help more nicely
2018-06-13 Eitan Adlertop(1): several small bugfixes and nits
2018-06-12 Eitan Adlertop(1): remove trailing whitespace
2018-06-12 Eitan Adlertop(1): style and related
2018-06-12 Eitan Adlertop(1): move command mapping to commands.c
2018-06-11 Eitan Adlertop(1): handle 0 in "digits" functions
2018-06-10 Eitan Adlertop(1): use modern interfaces for nice and related
2018-06-10 Eitan Adlertop(1): add command aliases; correct dumb support
2018-06-10 Eitan Adlertop(1): use sys_signame instead of hard coding signals
2018-06-10 Eitan Adlertop(1): bring some structure to commands
2018-06-10 Eitan Adlertop(1): use correct word when displaying threads
2018-06-10 Eitan Adlertop(1): filter fewer warnings; clean up
2018-06-10 Eitan Adlertop(1): permit sending signal with any case
2018-06-10 Eitan Adlertop(1): permit sub-second delay times
2018-06-09 Eitan Adlertop(1): correctly reset per-cpu counters
2018-06-09 Eitan Adlertop(1): handle specific pids better
2018-06-09 Eitan Adlertop(1): implement additional missing long options
2018-06-09 Eitan Adlertop(1): initial pass to freebsdize the man page
2018-06-09 Eitan Adlertop(1): Implement long options
2018-06-09 Eitan Adlertop(1): allow starting with -T flag
2018-06-09 Eitan Adlertop(1): correct header, align it.
2018-06-09 Eitan Adlertop(1): actually make change for tid vs pid
2018-06-09 Eitan Adlertop(1): use a different command to toggle tid vs pid
2018-06-08 Eitan Adlertop(1): remove some unneeded indirection
2018-06-08 Eitan Adlertop(1): fix several style & const related issues
2018-06-06 Eitan Adlertop(1): fix err again
2018-06-06 Eitan Adlertop(1): make error message happy
2018-06-04 Jung-uk KimMFV: r334448
2018-06-04 Eitan Adlertop(1): some nitpicks
2018-06-04 Eitan Adlertop(1): include what you use
2018-06-04 Eitan Adlertop(1): Prefer memcpy over bcopy
2018-06-04 Eitan Adlertop(1): Use strsep instead of homegrown alternative
2018-06-03 Eitan Adlertop(1): another pass of cleanup
2018-06-03 Eitan Adlertop(1): top warnings and cleanup
2018-06-03 Eitan Adlertop(1): restore size for kern.cp_times
2018-06-03 Eitan Adlertop(1): Only use NO_WERROR for base gcc
2018-06-03 Eitan Adlertop(1): partial revert of r334517
2018-06-03 Eitan Adlertop(1): remove chdir to /
2018-06-03 Eitan Adlertop(1): use greater warnings
2018-06-03 Eitan Adlertop(1): misc minor improvements
2018-06-02 Eitan Adlertop(1): Fix two speeling errors I introduced
2018-06-02 Eitan Adlertop(1): chdir to / as init; remove unneeded comment
2018-06-02 Eitan Adlertop(1): cleanup memory allocation and warnings
2018-06-02 Roman Bogorodskiytop: add -p option and p command to only show a single...
2018-06-02 Eitan AdlerUse stpcpy instead of home grown solution
2018-06-02 Eitan Adlertop(1): remove wrapper around putchar
2018-06-02 Eitan Adlertop(1): const poison part 2
2018-06-02 Eitan Adlertop(1): const poison
2018-06-02 Eitan Adlertop(1): clean up a bit
2018-06-02 Eitan Adlertop(1): help scan-build along a bit
2018-06-02 Eitan Adlertop(1): Use uid_t for uid rather than 'int'
2018-06-02 Eitan Adlertop(1): Remove now-invalid NOTE
2018-06-02 Eitan Adlertop(1): avoid casting malloc
2018-06-02 Eitan Adlertop(1): Use standard boolean rather than homegrown...
2018-06-02 Eitan Adlertop(1): remove two unneeded headers
2018-06-02 Eitan Adlertop(1): ansify, style(9). and nits
2018-06-01 Eitan Adlertop(1): Display of TID when using 'H' flag
2018-05-29 Slava ShwartsmanMFV r333668:
2018-05-28 Hans Petter SelaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-24 Olivier HouchardImport CK as of commit 0f017230ccc86929f56bf44ef2dca93d...
2018-05-23 Phil ShaferImport libxo-0.9.0:
2018-05-22 Eitan Adlertop(1): increase size of 'status' buffer
2018-05-22 Eitan Adlertop(1): unbreak build with gcc7; fix varargs
2018-05-21 Eitan Adlertop(1): fix build
2018-05-21 Eitan Adlertop(1): clean up some "const" related warnings
2018-05-21 Eitan Adlertop(1): modernize a bit; reduce warnings
2018-05-21 Eitan AdlerAdd missing va_end
2018-05-21 Eitan AdlerRevert r333969 which contained one too many changes
2018-05-21 Eitan Adlertop(1): modernize a bit; reduce warnings
2018-05-21 Eitan Adlertop(1): add myself as a MAINTAIENR
next