1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
numatop (1.0.4-3) unstable; urgency=medium
[ Jin Yao ]
* New features:
- Add SKX support
- Add a feature to show per-Node memory controller bandwidth
- Add a feature to show per-Node QPI bandwidth
- Use libnuma API to create memory on a specified node
[ Colin Ian King ]
* Fixes and code clean up
- Refresh makefile hardening patch
- Minor build warning fixes
- Don't compare a double with 0.0
- Make countval_sum a static function
- Make llrec_add a static function
- Make bufdesc_cut a static function
- Put g_precise, g_ncpus and g_sortkey into numatop.h
- Put g_scr_height and g_scr_width into reg.h
- Remove duplicate declaration of dump_ctl
- Fix some discarded 'const' qualifiers on pointer target type
- Initialise nprocs to zero to avoid printing garbage nprocs value
- Do not print garbage latency if lat_data_get fails to get latency
- common/os: fix null pointer dereference on nrec
-- Colin King <colin.king@canonical.com> Fri, 9 Dec 2016 11:51:15 +0000
numatop (1.0.4-2) unstable; urgency=medium
* debian/control: update Standards-Version to 3.9.8
-- Colin King <colin.king@canonical.com> Wed, 5 Oct 2016 20:45:18 +0100
numatop (1.0.4-1) unstable; urgency=medium
* Sync with upstream 1.0.4 release
* Remove patches that are now in 1.0.4 release
* Refresh hardening patch for Makefile
-- Colin King <colin.king@canonical.com> Sun, 20 Dec 2015 12:53:00 +0000
numatop (1.0.3-2) unstable; urgency=medium
* Fix sign comparison issue comparing g_run_secs and diff_ms
* Add sanity checking to reg_init() errors
* remove null pointer check on nrec, it is always non-NULL
* Initialize naccess_total to zero
* common/os: pfwrapper: make loop index a uint64_t type
* common/os: map: tidy up gcc warning, make i an unsigned int
* Only process pipe read if read was successful
* tty colors are broken without using use_default_colors()
* mgen: calibrate_cpuinfo: ensure we do not overflow buffer unit
* calibrate_cpuinfo: ensure we do not overflow buffer unit
-- Colin King <colin.king@canonical.com> Mon, 28 Sep 2015 21:57:00 +0100
numatop (1.0.3-1) unstable; urgency=low
* Upload to Debian (Closes: #705653)
* Sync with upstream 1.0.3
* Apply fixes since 1.0.3
-- Colin King <colin.king@ubuntu.com> Wed, 26 Aug 2015 09:46:00 +0100
numatop (1.0.2-1) unstable; urgency=low
* Initial packaging
-- Colin King <colin.king@ubuntu.com> Mon, 24 Mar 2014 12:05:23 +0000
|