Go to file
Karel Zak 5184d93630 agetty: don't ignore netlink on select()
agetty uses NETLINK_ROUTE to be notified about network interface
changes. Unfortunately, the code that monitor the netlink FD does not
increment number of the monitored file descriptors when call
select(2), so the netlink notifications are invisible for agetty.

Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1278906
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-11-24 17:44:38 +01:00
Documentation docs: update v2.27-ReleaseNotes 2015-09-07 09:53:37 +02:00
bash-completion bash-completion: fstrim: use mountpoint, not device 2015-11-13 09:52:14 +01:00
config build-sys: inform gtk-doc about __ul_attribute__ 2013-03-15 14:58:08 +01:00
disk-utils fsck: retire stat(3) when access(3) does better job 2015-11-09 09:56:14 +01:00
include include: remove now useless linux_reboot.h. 2015-11-19 12:07:41 +01:00
lib losetup: support list direct io 2015-11-19 11:27:36 +01:00
libblkid blkid: don't mark zfs as RAID 2015-11-18 11:55:35 +01:00
libfdisk libfdisk: Detect out-of-space when adding new primary partition 2015-10-09 13:07:41 +02:00
libmount libmount: follow docs with parse-error callback return code 2015-10-15 12:12:11 +02:00
libsmartcols build-sys: add --disable-assert 2015-08-04 13:40:44 +02:00
libuuid tests: make test_uuid_parser to read files 2015-10-18 19:12:30 +01:00
login-utils chfn: improve formatting and wording of the manpage 2015-11-09 10:03:58 +01:00
m4 build-sys: allow autoconf < 2.64 to be used 2015-09-02 18:41:52 -07:00
misc-utils logger: sort the options in the manpage alphabetically 2015-11-09 10:03:58 +01:00
po po: merge changes 2015-09-07 09:47:51 +02:00
schedutils chrt: slice up the usage text and normalize its layout 2015-06-15 15:06:36 +02:00
sys-utils ctrlaltdel: use reboot() provided by libc, assuming it is 1-adic. 2015-11-19 12:07:04 +01:00
term-utils agetty: don't ignore netlink on select() 2015-11-24 17:44:38 +01:00
tests tests: update ZFS test 2015-11-19 19:08:00 +01:00
text-utils hexdump: fix a typo and tweak some wordings in the manpage 2015-11-09 10:03:58 +01:00
tools tools: stop checkmans.sh validating libtool builds 2015-08-07 21:34: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-09-07 09:50:08 +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 Revert "build-sys: remove static builds from make-check" 2015-03-06 14:23:57 +01:00
NEWS build-sys: release++ (v2.27) 2015-09-07 09:55:19 +02: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: allow gettext 0.17 to be used 2015-09-02 18:42:24 -07:00
configure.ac ctrlaltdel: use reboot() provided by libc, assuming it is 1-adic. 2015-11-19 12:07:04 +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:

      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>