Go to file
Karel Zak e9ce5ccc90 col: getwchar() errors shouldn't be hidden
The col truncates output when multibyte errors is detected, but the problem is
not reported to stderr and return code is still same like for successful exit.
This stupid behaviour is fixed by this patch.

Signed-off-by: Karel Zak <kzak@redhat.com>
2007-01-30 13:52:48 +01:00
config build-sys: remove DEFAULT_INCLUDES workaround 2007-01-04 14:39:17 +01:00
disk-utils raw: move the raw command to /sbin 2007-01-26 20:01:39 +01:00
example.files raw: add file with udev rule example 2007-01-26 20:06:38 +01:00
fdisk build-sys: add missing files 2007-01-04 11:57:07 +01:00
getopt build-sys: add missing files 2007-01-04 11:57:07 +01:00
hwclock build-sys: add missing files 2007-01-04 11:57:07 +01:00
include build-sys: fix ifdef ENABLE_WIDECHAR usage 2007-01-30 13:49:50 +01:00
lib build-sys: remove generated autotools stuff from git 2007-01-03 22:20:44 +01:00
licenses Imported from util-linux-2.9v tarball. 2006-12-07 00:25:39 +01:00
login-utils execl() should be use NULL not 0 2007-01-04 14:39:44 +01:00
misc-utils build-sys: fix ifdef ENABLE_WIDECHAR usage 2007-01-30 13:49:50 +01:00
mount build-sys: remove DEFAULT_INCLUDES workaround 2007-01-04 14:39:17 +01:00
partx build-sys: add missing files 2007-01-04 11:57:07 +01:00
po po: rename mount/mntent.c to mount/mount_mntent.c 2007-01-04 15:02:25 +01:00
schedutils schedutils: add support for SCHED_BATCH 2007-01-16 15:24:13 +01:00
sys-utils ipcs: max total shared memory in kbytes instead pages 2007-01-04 14:46:25 +01:00
tests col: getwchar() errors shouldn't be hidden 2007-01-30 13:52:48 +01:00
text-utils col: getwchar() errors shouldn't be hidden 2007-01-30 13:52:48 +01:00
.gitignore build-sys: remove generated autotools stuff from git 2007-01-03 22:20:44 +01:00
AUTHORS build-sys: rename to -ng, change maintainer name 2007-01-04 13:44:06 +01:00
COPYING Imported from util-linux-2.13-pre1 tarball. 2006-12-07 00:26:54 +01:00
INSTALL Imported from util-linux-2.13-pre1 tarball. 2006-12-07 00:26:54 +01:00
Makefile.am tests: add basic infrastructure for regression tests 2007-01-04 14:23:48 +01:00
NEWS build-sys: rename to -ng, change maintainer name 2007-01-04 13:44:06 +01:00
README build-sys: rename to -ng, change maintainer name 2007-01-04 13:44:06 +01:00
README.devel build-sys: rename to -ng, change maintainer name 2007-01-04 13:44:06 +01:00
aclocal.m4 Imported from util-linux-2.13-pre2 tarball. 2006-12-07 00:26:58 +01:00
autogen.sh build-sys: remove generated autotools stuff from git 2007-01-03 22:20:44 +01:00
config.h.in build-sys: remove generated autotools stuff from git 2007-01-03 22:20:44 +01:00
configure.ac tests: add simple helper that returns info about system 2007-01-04 14:53:19 +01:00

README

                          utils-linux-ng
           (fork of util-linux, based on version 2.13-pre7)

         util-linux is a random collection of Linux utilities


MAILING LIST:

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


NEUTRALITY:

      The stuff in util-linux-ng should be rather distribution-neutral.
      No RPMs/DEBs/... are provided - get yours from your distributor.


DEPRECATED:

      The utils marked as deprecated will be removed in a future version of the
      util-linux-ng. Please, prepare your distribution for this change.

      * boot-time stuff

        The stuff in login-utils defines initial boot-time stuff, things that
        are done in different ways by different distributions.  If you install
        it, your machine may not boot anymore, or you may be unable to login.

      <TODO>


VERSION SCHEMA:

      Standard releases:

          <major>.<minor>.<maint>

             major = fatal and deep changes
             minor = typical release with new fetures
             maint = maintenance releases; bug fixes only
       
      Development releases:

         <major>.<minor><suffix>

             suffix = "devel" or "rc<N>"