]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/top
pwd: mark usage as dead
[FreeBSD/FreeBSD.git] / usr.bin / top /
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
2018-05-21 Eitan Adlertop(1): remove prime.c
2018-05-21 Eitan Adlertop(1): fix MIPS
2018-05-21 Eitan Adlertop(1): further unconditionally assume we're on FreeBSD
2018-05-21 Eitan Adlertop(1): clean up in prep for const poisoning
2018-05-21 Eitan Adlertop(1): further unconditionally assume we're on FreeBSD
2018-05-21 Eitan Adlertop(1): build with WARNS=3
2018-05-21 Eitan Adlertop(1): fix several more warnings
2018-05-21 Eitan Adlertop(1): fix build on arches where size_t != ull
2018-05-21 Eitan Adlertop(1): pull function declarations and externs into...
2018-05-21 Eitan Adlertop(1): fix "variable without declaration" warning
2018-05-21 Eitan Adlertop(1): clean much of WARNS=3 issues
2018-05-21 Eitan Adlertop(1): build with WARN=2
2018-05-21 Eitan Adlertop(1): add getrusage to SEE also
2018-05-20 Eitan Adlertop(1): Remove now-unused variable
2018-05-20 Eitan Adlertop(1): pull configuration directly into header files
2018-05-20 Eitan Adlertop(1): set max username length based on system constant
2018-05-20 Eitan Adlertop(1): unconditionally assume we are on FreeBSD (more...
2018-05-20 Eitan AdlerRetry revert
2018-05-20 Eitan Adlerrevert r333928
2018-05-20 Eitan Adlertop(1): Make lack of "percent" information explicit
2018-05-20 Eitan Adlertop(1): remove 'xs' and 'xh' source files
next