Go to file
Ruediger Meier 22edf0a639 Revert "tests: use stdbuf when stderr and stdout is randomly ordered"
stdbuf does not seem to work reliable. Failed on travis/OSX

This reverts commit 398b3148be.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
2017-06-01 11:24:00 +02:00
Documentation docs: update v2.30-ReleaseNotes 2017-05-23 12:19:21 +02:00
bash-completion partx: add --list-types option 2017-05-02 23:22:04 +01:00
config build-sys: inform gtk-doc about __ul_attribute__ 2013-03-15 14:58:08 +01:00
disk-utils cfdisk: fix compiler warning 2017-05-31 10:58:17 +02:00
include lib/colors: Fix bug where help text was not being translated. 2017-05-28 13:30:45 +08:00
lib misc: fix some warnings 2017-06-01 10:28:18 +02:00
libblkid build-sys: fix library order when linking 2017-06-01 03:16:48 +02:00
libfdisk build-sys: fix library order when linking 2017-06-01 03:16:48 +02:00
libmount build-sys: fix library order when linking 2017-06-01 03:16:48 +02:00
libsmartcols build-sys: fix library order when linking 2017-06-01 03:16:48 +02:00
libuuid build-sys: fix library order when linking 2017-06-01 03:16:48 +02:00
login-utils misc: fix some warnings 2017-06-01 10:28:18 +02:00
m4 build-sys: prefer ncurses-config rather than pkg-config 2017-05-31 10:54:21 +02:00
misc-utils misc: fix some warnings 2017-06-01 10:28:18 +02:00
po po: merge changes 2017-05-23 11:45:07 +02:00
schedutils misc: add static keyword to where needed [smatch scan] 2017-02-20 12:58:49 +01:00
sys-utils misc: fix some warnings 2017-06-01 10:28:18 +02:00
term-utils build-sys: ncurses headers cleanup 2017-05-31 11:01:46 +02:00
tests Revert "tests: use stdbuf when stderr and stdout is randomly ordered" 2017-06-01 11:24:00 +02:00
text-utils build-sys: ncurses headers cleanup 2017-05-31 11:01:46 +02:00
tools build-sys: fix --disable-all-programs --enable-schedutils 2017-02-20 14:17:37 +01:00
.editorconfig add .editorconfig 2016-01-25 00:12:14 +01:00
.gitignore tailf: remove deprecated utility 2017-04-02 16:51:00 +01:00
.travis-functions.sh Revert "tests: use stdbuf when stderr and stdout is randomly ordered" 2017-06-01 11:24:00 +02:00
.travis.yml travis: add OSX build 2016-03-13 21:51:18 +01:00
AUTHORS docs: update AUTHORS file 2017-05-23 11:47:17 +02: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 build-sys: add tools/Makemodule.am 2016-05-25 15:59:15 +02:00
NEWS build-sys: release++ (v2.30-rc2) 2017-05-23 12:20:27 +02:00
README docs: add note about branches to README 2017-02-24 14:19:04 +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: add parse-date.y 2017-03-04 11:01:56 -05:00
configure.ac build-sys: ncurses headers cleanup 2017-05-31 11:01:46 +02:00
util-linux.doap docs: replace FTP by HTTPS in kernel.org URLs 2016-12-19 11:22:26 +01: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:

      https://www.kernel.org/pub/linux/utils/util-linux/


BUG REPORTING:

      E-MAIL: util-linux@vger.kernel.org
      Web:    https://github.com/karelzak/util-linux/issues

      Note that upstream community has no resources to provide support for end
      users with distribution specific issues. It's strongly recommended to 
      report bugs to the distribution (downstream) maintainers by distribution
      bug tracking systems. 

SOURCE CODE:

      See also Documentation/howto-contribute.txt
               Documentation/source-code-management.txt

      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

      Note that GitHub repository may contain temporary development branches too.

      The kernel.org repository contains master (current development) and stable/*
      (maintenance) branches only. All master or stable/* changes are always pushed
      to the both repositories in the same time.


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>