Go to file
Sami Kerola ba64bbd224 ldattach: add default case to switches
The warnings bellow are about impossible case, so makign abort() as
default seems correct.

ldattach.c:305:2: warning: switch missing default case [-Wswitch-default]
ldattach.c:313:2: warning: switch missing default case [-Wswitch-default]
ldattach.c:321:2: warning: switch missing default case [-Wswitch-default]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-11-02 19:26:15 +01:00
Documentation docs: update TODO 2011-10-11 16:41:34 +02:00
config build-sys: add smatch data 2011-09-13 11:10:18 +02:00
disk-utils misc: use %m in format string instead of %s and strerror(errno) 2011-09-27 15:46:07 +02:00
fdisk fdisk: don't shorten long path to disk device 2011-10-12 10:25:01 +02:00
fsck docs: fix return value table in fsck.8 2011-10-03 20:05:52 +02:00
getopt docs: use .LGPL extension for file with GNU Lesser License 2011-08-31 11:12:17 +02:00
hwclock misc: use %m in format string instead of %s and strerror(errno) 2011-09-27 15:46:07 +02:00
include lib,strutils: add default value to parse_range() 2011-10-17 11:06:48 +02:00
lib lib,strutils: add default value to parse_range() 2011-10-17 11:06:48 +02:00
libblkid misc: use %m in format string instead of %s and strerror(errno) 2011-09-27 15:46:07 +02:00
libmount libmount: unable to umount nfs shares using the force option 2011-10-17 13:27:21 +02:00
libuuid libuuid: add limits.h include for OPEN_MAX 2011-09-07 07:45:52 +02:00
login-utils docs: align vipw.8 with howto-man-page.txt 2011-10-03 20:06:33 +02:00
m4 build-sys: use AC_LANG_SOURCE to suppress warnings 2011-03-08 13:37:09 +01:00
man/ru build-sys: don't install ru/ddate.1 if ddate disabled 2011-08-30 09:46:10 +02:00
misc-utils blkid: print ID_PART_ENTRY_* for small devices 2011-10-21 00:37:06 +02:00
mount mount: remounting tmpfs read-write hangs (selinux) 2011-10-17 18:58:03 +02:00
partx lib,strutils: add default value to parse_range() 2011-10-17 11:06:48 +02:00
po po: merge changes 2011-08-29 12:23:30 +02:00
schedutils Merge branch 'chcpu' of git://git.kernel.org/pub/scm/linux/kernel/git/heiko/util-linux 2011-08-31 11:49:27 +02:00
sys-utils ldattach: add default case to switches 2011-11-02 19:26:15 +01:00
term-utils docs: align wall.1 with howto-man-page.txt 2011-10-03 20:51:39 +02:00
tests lscpu: add s390 kvm test case 2011-10-11 11:36:06 +02:00
text-utils docs: align hexdump.1 with howto-man-page.txt 2011-10-03 20:51:40 +02:00
tools build-sys: add err and errx to smatch no_return_funcs 2011-09-13 11:15:43 +02:00
.gitignore build-sys: use AUTOMAKE_OPTIONS = gnu 2011-05-26 15:04:01 +02:00
AUTHORS Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetit 2011-08-31 11:04:15 +02:00
COPYING Imported from util-linux-2.13-pre1 tarball. 2006-12-07 00:26:54 +01:00
ChangeLog build-sys: use AUTOMAKE_OPTIONS = gnu 2011-05-26 15:04:01 +02:00
Makefile.am build-sys: use --enable-most-builds for distcheck 2011-09-12 14:12:43 +02:00
NEWS Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetit 2011-08-31 11:04:15 +02:00
README docs: new file Documentation/howto-contribute.txt 2011-08-23 21:34:20 +02:00
README.licensing rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
autogen.sh build-sys: enhance error message for missing libtoolize 2011-10-10 13:56:53 +02:00
configure.ac build-sys: check scanf %ms modifier 2011-10-10 14:42:40 +02:00

README

                                  util-linux

              util-linux is a random collection of Linux utilities

     Note that in years 2006-2010 this project used the name "util-linux-ng".

WEB PAGE:

     http://kernel.org/~kzak/util-linux/


MAILING LIST:

      E-MAIL: util-linux@vger.kernel.org
      URL:    http://vger.kernel.org/vger-lists.html#util-linux


DOWNLOAD:

      ftp://ftp.kernel.org/pub/linux/utils/util-linux/


SOURCE CODE:

      Web interface:
          http://git.kernel.org/?p=utils/util-linux/util-linux.git
      Checkout:
          git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git util-linux


NLS (PO TRANSLATIONS):

      PO files are maintained by:
          http://translationproject.org/domain/util-linux-ng.html


VERSION SCHEMA:

      Standard releases:

          <major>.<minor>[.<maint>[.<bugfix>]]

             major = fatal and deep changes
             minor = typical release with new features
             maint = maintenance releases; bug fixes only
             bugfix = unplanned releases for critical/security bugs

      Development releases:

         <major>.<minor>-rc<N>