]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/top/utils.c
MFV r337027:
[FreeBSD/FreeBSD.git] / usr.bin / top / utils.c
2018-08-01 Alexander MotinMFV r337027:
2018-08-01 Alexander MotinMFV r337022:
2018-07-31 Alexander MotinMFV r337020:9443 panic when scrub a v10 pool
2018-07-31 Alexander MotinMFV r337014:
2018-07-31 Alexander MotinMFV r336991, r337001:
2018-07-31 Alexander MotinMFV r336960: 9256 zfs send space estimation off by...
2018-07-31 Alexander MotinMFV r336958: 9337 zfs get all is slow due to uncached...
2018-07-31 Alexander MotinMFV r336955: 9236 nuke spa_dbgmsg
2018-07-31 Alexander MotinMFV r336952: 9192 explicitly pass good_writes to vdev_u...
2018-07-31 Alexander MotinMFV r336950: 9290 device removal reduces redundancy...
2018-07-31 Alexander MotinMFV r336948: 9112 Improve allocation performance on...
2018-07-30 Alexander MotinMFV r336946: 9238 ZFS Spacemap Encoding V2
2018-07-30 Alexander MotinMFV r336944: 9286 want refreservation=auto
2018-07-30 Alexander MotinMFV r336942: 9189 Add debug to vdev_label_read_config...
2018-07-29 Martin MatuskaMFV r336851:
2018-07-28 Conrad MeyerMFV r336800: libarchive: Cherry-pick upstream 2c8c83b9
2018-07-25 Eitan Adlertop(1): increase number of columns for memory
2018-07-23 Andriy GaponMFV CK@r336629: Import CK as of commit 1c1f9901c2dea7a8...
2018-07-19 Cy SchubertMFV r336490:
2018-07-19 Cy SchubertMFV: r336486
2018-07-19 Cy SchubertMFV: r336485
2018-07-11 Cy SchubertMFV r324714:
2018-07-10 Daichi GOTOtop(1): rollback r335836
2018-07-03 Ruslan BukinFix build: utf8strvisx() does signed data comparisons...
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-22 Eitan Adlertop(1): reimplement header formatting as sbuf
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
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-12 Eitan Adlertop(1): remove trailing whitespace
2018-06-12 Eitan Adlertop(1): style and related
2018-06-11 Eitan Adlertop(1): handle 0 in "digits" functions
2018-06-09 Eitan Adlertop(1): correctly reset per-cpu counters
2018-06-08 Eitan Adlertop(1): fix several style & const related issues
2018-06-04 Jung-uk KimMFV: r334448
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): partial revert of r334517
2018-06-03 Eitan Adlertop(1): misc minor improvements
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): const poison
2018-06-02 Eitan Adlertop(1): Use uid_t for uid rather than 'int'
2018-06-02 Eitan Adlertop(1): ansify, style(9). and nits
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-21 Eitan Adlertop(1): add myself as a MAINTAIENR
2018-05-21 Eitan Adlertop(1): fix several more warnings
2018-05-20 Eitan AdlerMFV: file 5.33
2018-05-20 Eitan Adlertop(1): Quiesce several warnings
2018-05-20 Eitan Adlertop(1): remove use of 'register' keyword
2018-05-19 Eitan Adlertop(1): unconditionally assume we are running on FreeBSD
2018-05-19 Eitan Adlertop(1): assume that we're building on FreeBSD
2018-05-19 Eitan Adlertop(1): Migrate top to usr.bin