public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] [pull] smatch scan, and manual tooling
@ 2013-04-08 19:32 Sami Kerola
  2013-04-08 19:32 ` [PATCH 01/14] setarch: clean up usage() Sami Kerola
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Sami Kerola @ 2013-04-08 19:32 UTC (permalink / raw)
  To: util-linux; +Cc: kerolasa

Hi Karel and others,

Yet another set of small fixes, which hopefully can be considered to be
taken to upstream before release.  There are couple patches that was
discussed earlier [0001 & 0003], and some few which Karel outsourced to
me [0008, 0012].  The rest of these patches are reactions to static
analyser, or test tools.


The following changes since commit 0540ea544d4b459bc148d29645225190b76ca8b7:

  libblkid: clean up DBG() (2013-04-08 18:22:13 +0200)

are available in the git repository at:

  git://github.com/kerolasa/lelux-utiliteetit.git 2013wk14

for you to fetch changes up to f4fe2ca9aba1d98e5bb9f7b52dfdefebef0a66d6:

  docs: add fsck.cramfs manual page (2013-04-08 20:20:27 +0100)

----------------------------------------------------------------
Sami Kerola (14):
      setarch: clean up usage()
      bash-completion: setarch: use correct list for architectures
      bash-completion: swapon: add options and fix argument
      various: fix variable and function declarations [smatch scan]
      various: fix shadow declarations [smatch scan]
      libmount, col: remove redundant null checks [smatch scan]
      libblkid: number of functions should not be declared extern [smatch scan]
      tools: add checks to manual page test script
      docs: mount.8: make propagation flags adjustable [checkmans.sh]
      docs: col.1: fix manual page name section [checkmans.sh]
      docs: remove repeated words [checkmans.sh]
      tools: make checkmans.sh to find missing manuals
      docs: add mkfs.cramfs manual page
      docs: add fsck.cramfs manual page

 bash-completion/setarch       |   9 +--
 bash-completion/swapon        |  19 ++++--
 disk-utils/Makemodule.am      |   2 +
 disk-utils/elvtune.8          |   2 +-
 disk-utils/fsck.cramfs.8      |  57 ++++++++++++++++++
 disk-utils/fsck.minix.c       |   3 +-
 disk-utils/mkfs.cramfs.8      |  90 ++++++++++++++++++++++++++++
 fdisks/fdiskdoslabel.c        |  38 ++++++------
 fdisks/sfdisk.c               |   8 +--
 lib/mbsalign.c                |   4 +-
 libblkid/src/dev.c            |  10 ++--
 libblkid/src/devname.c        |   6 +-
 libblkid/src/tag.c            |  10 ++--
 libfdisk/src/alignment.c      |   5 +-
 libmount/src/context_umount.c |   6 +-
 libmount/src/tab.c            |   8 +--
 libuuid/man/uuid_generate.3   |   2 +-
 misc-utils/findmnt.c          |   6 +-
 sys-utils/cytune.8            |   2 +-
 sys-utils/mount.8             |   9 ++-
 sys-utils/setarch.c           |  44 +++++++-------
 term-utils/wall.c             |  10 ++--
 text-utils/col.1              |   2 +-
 text-utils/col.c              |   7 +--
 text-utils/rev.c              |  12 ++--
 text-utils/tailf.c            |  10 ++--
 tools/checkmans.sh            | 134 ++++++++++++++++++++++++++++++++++--------
 27 files changed, 379 insertions(+), 136 deletions(-)
 create mode 100644 disk-utils/fsck.cramfs.8
 create mode 100644 disk-utils/mkfs.cramfs.8


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

end of thread, other threads:[~2013-04-09 10:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 19:32 [PATCH 00/14] [pull] smatch scan, and manual tooling Sami Kerola
2013-04-08 19:32 ` [PATCH 01/14] setarch: clean up usage() Sami Kerola
2013-04-08 19:32 ` [PATCH 02/14] bash-completion: setarch: use correct list for architectures Sami Kerola
2013-04-08 19:32 ` [PATCH 03/14] bash-completion: swapon: add options and fix argument Sami Kerola
2013-04-08 19:32 ` [PATCH 04/14] various: fix variable and function declarations [smatch scan] Sami Kerola
2013-04-08 19:32 ` [PATCH 05/14] various: fix shadow " Sami Kerola
2013-04-08 19:32 ` [PATCH 06/14] libmount, col: remove redundant null checks " Sami Kerola
2013-04-08 19:32 ` [PATCH 07/14] libblkid: number of functions should not be declared extern " Sami Kerola
2013-04-08 19:32 ` [PATCH 08/14] tools: add checks to manual page test script Sami Kerola
2013-04-08 19:32 ` [PATCH 09/14] docs: mount.8: make propagation flags adjustable [checkmans.sh] Sami Kerola
2013-04-08 19:32 ` [PATCH 10/14] docs: col.1: fix manual page name section [checkmans.sh] Sami Kerola
2013-04-08 19:32 ` [PATCH 11/14] docs: remove repeated words [checkmans.sh] Sami Kerola
2013-04-08 19:32 ` [PATCH 12/14] tools: make checkmans.sh to find missing manuals Sami Kerola
2013-04-08 19:32 ` [PATCH 13/14] docs: add mkfs.cramfs manual page Sami Kerola
2013-04-08 19:32 ` [PATCH 14/14] docs: add fsck.cramfs " Sami Kerola
2013-04-09 10:30 ` [PATCH 00/14] [pull] smatch scan, and manual tooling Karel Zak

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