Go to file
Sami Kerola 3bb74a3ada mkfs.minix: remove unuseful code
Checks about inodes vs block sizes does not add much robustness.  Both
values are derived at compilation time from struct minix_inode size, and
they form full definition circle.

Bad block check for none-block devices should not be supressed, user
requested it so let him have it.

Check for st_rdev == 0x0300 || st_rdev == 0x0340 was unreachable.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2015-07-30 11:39:13 +02:00
Documentation reset: deprecate the script, and remove reset.033c 2015-06-29 12:06:22 +02:00
bash-completion mkfs.minix: introduce long options to the command 2015-07-30 11:39:12 +02:00
config build-sys: inform gtk-doc about __ul_attribute__ 2013-03-15 14:58:08 +01:00
disk-utils mkfs.minix: remove unuseful code 2015-07-30 11:39:13 +02:00
include libsmartcols: don't link with tinfo 2015-07-24 12:57:46 +02:00
lib build-sys: fix test_colors build 2015-07-24 14:33:25 +02:00
libblkid libblkid/whereis: simplify some conditions [cppcheck] 2015-06-25 12:08:50 +02:00
libfdisk libfdisk: result of operation is garbage or undefined [clang analyze] 2015-07-29 14:04:17 +02:00
libmount libmount: make mnt_get_filesystems() more robust [clang analyze] 2015-07-30 09:28:19 +02:00
libsmartcols libsmartcols: make child-parent reference more robust [clang analyze] 2015-07-29 14:44:27 +02:00
libuuid libuuid: return correct value for uuid_generate_time_safe 2015-06-18 12:12:16 +02:00
login-utils lslogins: remove duplicate [make checkincludes] 2015-07-29 12:57:22 +02:00
m4 build-sys: avoid icc warnings "ignoring unknown option" 2015-01-20 15:37:52 +01:00
misc-utils mcookie: fix -f usage [clang analyze] 2015-07-29 14:59:56 +02:00
po po: update fr.po (from translationproject.org) 2015-07-29 13:42:01 +02:00
schedutils chrt: slice up the usage text and normalize its layout 2015-06-15 15:06:36 +02:00
sys-utils lsipc: cleanup {user,group}name usage 2015-07-30 09:18:33 +02:00
term-utils script: improve SIG{TERM,QUIT,KILL} sensitivity 2015-07-28 10:36:29 +02:00
tests tasts: add logger octet counting test 2015-07-29 10:41:50 +02:00
text-utils tailf: deprecated 2015-03-16 14:26:47 +01:00
tools tools: add libfdisk docs to kernel.org release generator 2015-02-19 13:43:42 +01:00
.gitignore lsipc: new command to list IPC facilities 2015-07-20 11:48:09 +02:00
.travis-functions.sh travis: install socat >= 1.7.2 2015-04-13 14:49:01 +02:00
.travis.yml Revert "travise: try to add coverity_scan" 2015-05-06 16:43:35 +02:00
AUTHORS docs: update AUTHORS file 2015-02-19 13:07:55 +01:00
COPYING docs: corrections to FSF license files, and postal address 2012-02-24 14:13:35 +01:00
ChangeLog build-sys: use AUTOMAKE_OPTIONS = gnu 2011-05-26 15:04:01 +02:00
Makefile.am Revert "build-sys: remove static builds from make-check" 2015-03-06 14:23:57 +01:00
NEWS build-sys: release++ (v2.26) 2015-02-19 13:11:24 +01:00
README docs: update links to http://git.kernel.org/ web repository views 2013-11-12 11:47:57 +01:00
README.licensing COPYING: fix grammar of referring phrase, and indicate location better 2013-10-08 15:38:39 +02:00
autogen.sh build-sys: make autogen.sh more robust 2015-06-29 12:03:43 +02:00
configure.ac build-sys: add --disable-cal 2015-07-27 11:49:29 +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".

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/cgit/utils/util-linux/util-linux.git
          https://github.com/karelzak/util-linux
      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.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>