]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/top/commands.c
Merge OpenSSL 1.1.1a.
[FreeBSD/FreeBSD.git] / usr.bin / top / commands.c
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-10-25 mmMFV r339640,339641,339644:
2018-10-20 baptUpdate libdialog to 1.3-20180621
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-09-24 emasteCopy libevent sources to contrib
2018-09-20 baptImport mandoc 1.14.4
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
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-08 eadlerfile: update to 5.34
2018-07-31 mavMFV r336991, r337001:
2018-07-29 mmMFV r336851:
2018-07-11 cyMFV r324714:
2018-06-22 eadlertop(1): reimplement header formatting as sbuf
2018-06-19 asomerstop(1): Fix Coverity warning
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-13 eadlertop(1): format help more nicely
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-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): permit sending signal with any case
2018-06-09 eadlertop(1): use a different command to toggle tid vs pid
2018-06-04 eadlertop(1): some nitpicks
2018-06-04 eadlertop(1): include what you use
2018-06-03 eadlertop(1): misc minor improvements
2018-06-02 noveltop: add -p option and p command to only show a single...
2018-06-02 eadlertop(1): Use standard boolean rather than homegrown...
2018-06-02 eadlertop(1): remove two unneeded headers
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-22 eadlertop(1): unbreak build with gcc7; fix varargs
2018-05-21 eadlertop(1): clean up some "const" related warnings
2018-05-21 eadlerRevert r333969 which contained one too many changes
2018-05-21 eadlertop(1): modernize a bit; reduce warnings
2018-05-21 eadlertop(1): clean up in prep for const poisoning
2018-05-21 eadlertop(1): further unconditionally assume we're on FreeBSD
2018-05-21 eadlertop(1): fix several more warnings
2018-05-21 eadlertop(1): pull function declarations and externs into...
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): unconditionally provide 'FreeBSD' as a version
2018-05-19 eadlertop(1): assume that we're building on FreeBSD
2018-05-19 eadlertop(1): Migrate top to usr.bin