From: Sami Kerola <kerolasa@iki.fi>
To: util-linux@vger.kernel.org
Cc: kerolasa@iki.fi
Subject: [00/14]: pull: ipcs resubmission, bug fixes, minix todo, etc
Date: Sun, 16 Dec 2012 10:43:48 +0000 [thread overview]
Message-ID: <1355654642-22106-1-git-send-email-kerolasa@iki.fi> (raw)
Hello Karel && all,
This review / pull request is partial resubmission. The ipc stuff was
sent to list earlier, but it got to be modified after initial review so
here comes the modified version.
In these patches there are two documentation bug fixes (0001, 0005), and
one code bug fix (0013). There is also one policy change (0008), which
makes tunelp not to be part of default build. My feeling is that the
utility is not much in use. Please correct if I am wrong, and drop the
patch.
Minix changes aimed to remove a TODO item. I did not remove the task
yet, just in case someone wants to double check the code for that there
are no remaining variables using not-optimal types.
That was the week that was.
The following changes since commit 7cdfc45f99c04797aa0838310dae4e7bf95f6c9d:
docs: fix typo (2012-12-14 16:12:47 +0100)
are available in the git repository at:
git://github.com/kerolasa/lelux-utiliteetit.git 2012wk50
for you to fetch changes up to fa72dc4d91085705647b285e1b319ffc3bbe2daf:
docs: fsck(8), mkfs(8): update manual references (2012-12-16 10:25:46 +0000)
----------------------------------------------------------------
Sami Kerola (14):
docs: swapon.8 option name fix
ipcs: assist debugging
ipcs: add --human readable size conversion option
ipcs: add --bytes size output option
isosize: fix usage() -h option print out
isosize: inform if file does not look like iso file system
more: remove unnecessary variable
tunelp: deprecation: remove command from default build
minix: change types in header file
minix: use off_t, size_t, etc appropriate types
minix: replace magic constants with macro names
docs: add missing exit value to fsck.minix(8)
lib/ismounted: detect loopback mounts
docs: fsck(8), mkfs(8): update manual references
Documentation/deprecated.txt | 4 ++
configure.ac | 10 ++++
disk-utils/fsck.8 | 16 ++-----
disk-utils/fsck.minix.8 | 6 +--
disk-utils/fsck.minix.c | 26 +++++-----
disk-utils/isosize.c | 31 ++++++++----
disk-utils/minix_programs.h | 40 ++++++++--------
disk-utils/mkfs.8 | 10 ++--
disk-utils/mkfs.minix.c | 12 ++---
lib/Makemodule.am | 1 +
lib/ismounted.c | 8 +++-
sys-utils/Makemodule.am | 2 +
sys-utils/ipcs.1 | 6 +++
sys-utils/ipcs.c | 112 +++++++++++++++++++++++++++----------------
sys-utils/ipcutils.c | 40 ++++++++++++++++
sys-utils/ipcutils.h | 9 ++++
sys-utils/swapon.8 | 2 +-
text-utils/more.c | 4 +-
18 files changed, 222 insertions(+), 117 deletions(-)
next reply other threads:[~2012-12-16 10:44 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-16 10:43 Sami Kerola [this message]
2012-12-16 10:43 ` [PATCH 01/14] docs: swapon.8 option name fix Sami Kerola
2012-12-16 10:43 ` [PATCH 02/14] ipcs: assist debugging Sami Kerola
2012-12-16 10:43 ` [PATCH 03/14] ipcs: add --human readable size conversion option Sami Kerola
2012-12-16 10:43 ` [PATCH 04/14] ipcs: add --bytes size output option Sami Kerola
2012-12-16 10:43 ` [PATCH 05/14] isosize: fix usage() -h option print out Sami Kerola
2012-12-16 10:43 ` [PATCH 06/14] isosize: inform if file does not look like iso file system Sami Kerola
2012-12-16 10:43 ` [PATCH 07/14] more: remove unnecessary variable Sami Kerola
2012-12-16 10:43 ` [PATCH 08/14] tunelp: deprecation: remove command from default build Sami Kerola
2012-12-16 10:43 ` [PATCH 09/14] minix: change types in header file Sami Kerola
2012-12-16 10:43 ` [PATCH 10/14] minix: use off_t, size_t, etc appropriate types Sami Kerola
2012-12-16 10:43 ` [PATCH 11/14] minix: replace magic constants with macro names Sami Kerola
2012-12-16 10:44 ` [PATCH 12/14] docs: add missing exit value to fsck.minix(8) Sami Kerola
2012-12-16 10:44 ` [PATCH 13/14] lib/ismounted: detect loopback mounts Sami Kerola
2012-12-19 13:38 ` Karel Zak
2012-12-16 10:44 ` [PATCH 14/14] docs: fsck(8), mkfs(8): update manual references Sami Kerola
2012-12-19 13:54 ` Karel Zak
2012-12-19 14:29 ` [00/14]: pull: ipcs resubmission, bug fixes, minix todo, etc Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1355654642-22106-1-git-send-email-kerolasa@iki.fi \
--to=kerolasa@iki.fi \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox