public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] pull: renice changes
@ 2014-09-06 11:24 Sami Kerola
  2014-09-06 11:24 ` [PATCH 1/6] renice: reorder functions to avoid need of function prototype Sami Kerola
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Sami Kerola @ 2014-09-06 11:24 UTC (permalink / raw)
  To: util-linux; +Cc: kerolasa

Hello,

The renice(1) code looked a bit dated, so I decided to change it a bit
which resulted few more changes than I thought.  The --priority <arg>
change makes the command line interface a bit less awkward, and the
numeric uid argument parsing is a bug fix.  Rest of the changes are clean
ups.


The following changes since commit 3c2e64b0ca73b90b80365842e95abb2858217e60:

  lsblk: add notes about udev to the man page (2014-09-05 10:02:45 +0200)

are available in the git repository at:

  git://github.com/kerolasa/lelux-utiliteetit.git renice

for you to fetch changes up to 13f618783fb0b8e19d2edef31074454fc4ad5a68:

  rename: add getpriority() message lookup table (2014-09-06 12:07:10 +0100)

----------------------------------------------------------------

Sami Kerola (6):
  renice: reorder functions to avoid need of function prototype
  rename: use usage and version print out macros
  renice: disallow --priority <arg> without pid argument
  renice: avoid having same lines of code twice
  renice: fix numeric uid argument parsing
  rename: add getpriority() message lookup table

 sys-utils/renice.c | 107 +++++++++++++++++++++++++++--------------------------
 1 file changed, 54 insertions(+), 53 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2014-09-22 12:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-06 11:24 [PATCH 0/6] pull: renice changes Sami Kerola
2014-09-06 11:24 ` [PATCH 1/6] renice: reorder functions to avoid need of function prototype Sami Kerola
2014-09-06 11:24 ` [PATCH 2/6] rename: use usage and version print out macros Sami Kerola
2014-09-06 11:24 ` [PATCH 3/6] renice: disallow --priority <arg> without pid argument Sami Kerola
2014-09-06 11:24 ` [PATCH 4/6] renice: avoid having same lines of code twice Sami Kerola
2014-09-12  7:35   ` Karel Zak
2014-09-16 20:13     ` Sami Kerola
2014-09-06 11:24 ` [PATCH 5/6] renice: fix numeric uid argument parsing Sami Kerola
2014-09-12  8:03   ` Karel Zak
2014-09-16 20:17     ` Sami Kerola
2014-09-06 11:24 ` [PATCH 6/6] rename: add getpriority() message lookup table Sami Kerola
2014-09-16 20:21 ` [PATCH 0/6] pull: renice changes Sami Kerola
2014-09-17  7:57   ` Benno Schulenberg
2014-09-17 10:06     ` Sami Kerola
2014-09-22 12:48 ` Karel Zak

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