]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/top/utils.c
Copy libevent sources to contrib
[FreeBSD/FreeBSD.git] / usr.bin / top / utils.c
2018-10-09 emasteCopy libevent sources to contrib
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-09-20 baptImport mandoc 1.14.4
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-08-23 manudts: Import DTS for arm64
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-08 eadlerfile: update to 5.34
2018-07-31 mavMFV r336991, r337001:
2018-07-29 mmMFV r336851:
2018-07-25 eadlertop(1): increase number of columns for memory
2018-07-11 cyMFV r324714:
2018-07-10 daichitop(1): rollback r335836
2018-07-03 brFix build: utf8strvisx() does signed data comparisons...
2018-07-01 daichitop(1) - support UTF-8 display
2018-06-22 eadlertop(1): reimplement header formatting as sbuf
2018-06-14 manudts: Update our copy to Linux 4.17
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-12 eadlertop(1): remove trailing whitespace
2018-06-12 eadlertop(1): style and related
2018-06-11 eadlertop(1): handle 0 in "digits" functions
2018-06-09 eadlertop(1): correctly reset per-cpu counters
2018-06-08 eadlertop(1): fix several style & const related issues
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): partial revert of r334517
2018-06-03 eadlertop(1): misc minor improvements
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
2018-06-02 eadlertop(1): const poison
2018-06-02 eadlertop(1): Use uid_t for uid rather than 'int'
2018-06-02 eadlertop(1): ansify, style(9). and nits
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-23 philImport libxo-0.9.0:
2018-05-21 eadlertop(1): add myself as a MAINTAIENR
2018-05-21 eadlertop(1): fix several more warnings
2018-05-20 eadlerMFV: file 5.33
2018-05-20 eadlertop(1): Quiesce several warnings
2018-05-20 eadlertop(1): remove use of 'register' keyword
2018-05-19 eadlertop(1): unconditionally assume we are running on FreeBSD
2018-05-19 eadlertop(1): assume that we're building on FreeBSD
2018-05-19 eadlertop(1): Migrate top to usr.bin