public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] cytune modernization
@ 2014-05-04 15:49 Sami Kerola
  2014-05-04 15:49 ` [PATCH 01/15] cytune: rename threshold and timeout variables Sami Kerola
                   ` (15 more replies)
  0 siblings, 16 replies; 21+ messages in thread
From: Sami Kerola @ 2014-05-04 15:49 UTC (permalink / raw)
  To: util-linux; +Cc: kerolasa

Hello all,

Couple days ago Benno Schulenberg mentioned email with subject 'cytune:
misnamed long options' usage() being a bit misleading that I concurred
with note that the cytune could probably be improved various ways.  This
patch set proposes the improvements I had in mind.

Please notice that I do not have hardware to test the cytune command, so
testing after the changes did not happen.  All I can say I tried to be
careful not to break program logic, and hopefully that will work.

p.s. The cytune and column changes are also available in the git
repository at:

  git://github.com/kerolasa/lelux-utiliteetit.git 2014wk17

Sami Kerola (15):
  cytune: rename threshold and timeout variables
  cytune: remove unnecessary variables
  cytune: be consistent with interval data type
  cytune: use single loop for setting and getting ioctl() calls
  cytune: kernel still does not have send_count in cyclades_monitor
    structure
  cytune: prefer sigaction(), and remove unnecessary abstractions
  cytune: add cyg_get_mon() to avoid duplicate code
  cytune: add structure to hold run time configuration
  cytune: pull signal handling and statistic priting apart
  cytune: remove unnecessary type casts
  cytune: deprecate undescriptive options
  cytune: add filename to struct cyclades_control
  cytune: add noreturn function attributes
  cytune: use matching type in struct cyclades_control with kernel
  cytune: update copyright

 sys-utils/cytune.8 |  10 +-
 sys-utils/cytune.c | 468 ++++++++++++++++++++++++-----------------------------
 2 files changed, 213 insertions(+), 265 deletions(-)

-- 
1.9.2


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-05-07  8:12 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-04 15:49 [PATCH 00/15] cytune modernization Sami Kerola
2014-05-04 15:49 ` [PATCH 01/15] cytune: rename threshold and timeout variables Sami Kerola
2014-05-05  8:34   ` Benno Schulenberg
2014-05-04 15:49 ` [PATCH 02/15] cytune: remove unnecessary variables Sami Kerola
2014-05-05  8:29   ` Benno Schulenberg
2014-05-04 15:49 ` [PATCH 03/15] cytune: be consistent with interval data type Sami Kerola
2014-05-04 15:49 ` [PATCH 04/15] cytune: use single loop for setting and getting ioctl() calls Sami Kerola
2014-05-05  8:24   ` Benno Schulenberg
2014-05-04 15:49 ` [PATCH 05/15] cytune: kernel still does not have send_count in cyclades_monitor structure Sami Kerola
2014-05-04 15:49 ` [PATCH 06/15] cytune: prefer sigaction(), and remove unnecessary abstractions Sami Kerola
2014-05-04 15:49 ` [PATCH 07/15] cytune: add cyg_get_mon() to avoid duplicate code Sami Kerola
2014-05-04 15:49 ` [PATCH 08/15] cytune: add structure to hold run time configuration Sami Kerola
2014-05-04 15:49 ` [PATCH 09/15] cytune: pull signal handling and statistic priting apart Sami Kerola
2014-05-04 15:49 ` [PATCH 10/15] cytune: remove unnecessary type casts Sami Kerola
2014-05-04 15:49 ` [PATCH 11/15] cytune: deprecate undescriptive options Sami Kerola
2014-05-04 15:49 ` [PATCH 12/15] cytune: add filename to struct cyclades_control Sami Kerola
2014-05-04 15:49 ` [PATCH 13/15] cytune: add noreturn function attributes Sami Kerola
2014-05-04 15:49 ` [PATCH 14/15] cytune: use matching type in struct cyclades_control with kernel Sami Kerola
2014-05-04 15:49 ` [PATCH 15/15] cytune: update copyright Sami Kerola
2014-05-07  7:10 ` [PATCH 00/15] cytune modernization Karel Zak
2014-05-07  8:12   ` Sami Kerola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox