]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2012-03-20  Karel Zakfsck: tiny coding style fix
2012-03-20  Karel Zakfsck: use gettimeofday() for real elapsed time statistic
2012-03-20  Frank Mayharfsck: Add a -r option to report memory and runtime...
2012-03-20  Karel Zakfsck: move to disk-utils directory
2012-03-20  Karel Zakfsck: coding stype fixes (calloc, err, ...)
2012-03-20  Karel Zakfsck: don't try to call fsck for undefined fs type
2012-03-20  Karel Zakfsck: fix coding style
2012-03-20  Karel Zakfsck: remove unnecessary fsck.h
2012-03-20  Karel Zakfsck: use libmount to check for mounted filesystems
2012-03-20  Karel Zaklibmount: improve mnt_tables_is_mounted
2012-03-20  Karel Zakfsck: remove string_copy()
2012-03-20  Karel Zakfsck: replace fsprobe with libmount utils
2012-03-20  Karel Zakfsck: use libmount for filesystem list
2012-03-20  Karel Zakfsck: don't duplicate exit code macros
2012-03-20  Karel Zakinclude/exitcodes: clean up names, add _EX_ suffix
2012-03-20  Karel Zakinclude/exitcodes: add FSCK_DESTRUCT alias
2012-03-20  Karel Zakfsck: cosmetic changes in coding style
2012-03-20  Karel Zakfdisk: don't print confusing warning on non-partitioned...
2012-03-20  Karel Zakmisc: clenaup SIZE columns in lsblk and findmnt
2012-03-20  Karel Zakfindmnt: improve --df output
2012-03-20  Karel Zaklibmount: add configfs to pseudofs list
2012-03-20  Karel Zaklib/tt: work more sensitive with large columns
2012-03-20  Karel Zakfindmnt: use xasprintf()
2012-03-20  Dave Reisnerinclude/ttyutils.h: add include guards
2012-03-20  Dave Reisnerfindmnt: add -D, --df option to imitate df(1)
2012-03-20  Dave Reisnertunelp: remove old, now unneeded header
2012-03-20  Dave Reisnerfindmnt: add FS size, avail, used, and use% columns
2012-03-20  Dave Reisnercheckxalloc: nudge regex, fix newfound instances
2012-03-20  Bill Pembertonfindmnt: add -P, --pairs to the man page
2012-03-20  Karel Zaksetsid: cleanup usage()
2012-03-20  Harald Hoyersetsid: add option "-c" to set the controlling terminal
2012-03-20  Sebastian Andrzej... build-sys: make the crosscompile path for scanf_cv_allo...
2012-03-20  Karel Zakmount: (new) add missing xalloc.h
2012-03-18  Sami Kerolafileutils: differentiate xmkstemp and xfmkstemp
2012-03-18  Sami Kerolalslocks: use xasprintf for safe allocation
2012-03-18  Sami Kerolatools: add asprintf to checkxalloc script
2012-03-18  Sami Kerolabuild-sys: fix chkdupexe regression
2012-03-18  Sami Kerolaxalloc: use xasprintf in all files
2012-03-18  Sami Kerolainclude: add asprintf wrapper
2012-03-18  Sami Keroladocs: TODO removal, ldattach usage is done
2012-03-18  Sami Kerolapathnames: clean up various user database paths
2012-03-18  Sami Kerolavipw: use xmkstemp() and lckpwdf()
2012-03-18  Sami Kerolasetpwnam: use xmkstemp() and lckpwdf()
2012-03-18  Sami Kerolawall: use xmkstemp for temporary file
2012-03-18  Sami Kerolalib: add fileutils function collection
2012-03-18  Sami Kerolachsh: use pathnames.h for paths
2012-03-18  Sami Kerolachfn: use pathnames.h for paths
2012-03-18  Sami Keroladocs: TODO removal, rpmatch task is done
2012-03-18  Sami Kerolavipw: use rpmatch to yes/no question
2012-03-18  Sami Kerolamesg: use rpmatch to yes/no question
2012-03-18  Sami Kerolasfdisk: use rpmatch to yes/no question
2012-03-18  Sami Keroladocs: TODO removal, login-utils error printing
2012-03-18  Sami Keroladocs: add deprecation comments
2012-03-13  Dave Reisnerlogin: add USER to initial environment
2012-03-13  Dave Reisnerlsblk: RQ-SIZE is part of the --topology output (man...
2012-03-13  Daniel Drakelosetup: Fix setting of sizelimit on new loop devices
2012-03-12  Karel Zakbuild-sys: add --diable-sulogin (enabled by default)
2012-03-12  Karel Zakbuild-sys: note sulogin in configure help
2012-03-12  Karel Zaksulogin: share vc initialization with agetty
2012-03-12  Karel Zakagetty: move vc initialization to ttyutils.h
2012-03-12  Karel Zaksulogin: add note about port to util-linux to the man...
2012-03-12  Karel Zaksulogin: fix selinux build
2012-03-12  Karel Zaksulogin: parse timeout more carefully
2012-03-12  Karel Zaksulogin: initialize nls stuff
2012-03-12  Karel Zaksulogin: check chdir and getcwd return values [-Wunused...
2012-03-12  Karel Zaksulogin: add long options
2012-03-12  Karel Zaksulogin: use EXIT_*
2012-03-12  Karel Zaksulogin: use err.h stuff
2012-03-12  Karel Zaksulogin: replace perror() with warx()
2012-03-12  Karel Zaksulogin: cleanup comments
2012-03-12  Dave Reisnersulogin: add i18n strings
2012-03-12  Dave Reisnersulogin: use a more standard usage output
2012-03-12  Dave Reisnersulogin: header/include cleanup
2012-03-12  Dave Reisnersulogin: use pathnames.h for file locations
2012-03-12  Dave Reisnersulogin: get rid of calls to /bin/sash
2012-03-12  Dave Reisnersulogin: use size_t for iterator to avoid cast
2012-03-12  Dave Reisnersulogin: remove USE_ONELINE and SANE_TIO defines
2012-03-12  Dave Reisnersulogin: remove CHECK_{DES,MD5} defines
2012-03-12  Dave Reisnersulogin: replace older signal() with sigaction()
2012-03-12  Dave Reisnersulogin: whitespace fixes
2012-03-12  Dave Reisnersulogin.8: refactor manpage
2012-03-12  Dave Reisnersulogin: initial import from sysvinit
2012-03-12  Dave Reisnerfstab.5: fix misspelling of deprecated
2012-03-09  Karel Zaklibmount: fix "already mounted" detection on systems...
2012-03-08  Milan Brozlsblk: add --version switch
2012-03-08  Milan Brozwipefs: Fix mismatch if more -o options used.
2012-03-08  Dave Reisnerlibmount: avoid infinite loop in child fs iteration
2012-03-08  Karel Zaklsblk: escape unsafe chars in parsable output
2012-03-08  Karel Zakscript: play well with csh when invoked from within...
2012-03-07  Christian Wiesefdisk: fix to build for IA32
2012-03-07  Karel Zaklsblk: use readlink_at from at.c
2012-03-07  Peter Rajnohalsblk: add inverse tree support (-s)
2012-03-07  Karel Zaklsblk: remove (dm-N) from NAME for raw/pair output...
2012-03-07  Karel Zaklibmount: cleanup flags usage
2012-03-06  Davidlohr Buesolslocks: add TYPE column
2012-03-06  Karel Zaktests: add lslocks to build-sys tests
2012-03-06  Karel Zaklogin: minor spelling fixes
2012-03-06  Elan Ruusamäelogin: minor spelling fixes
2012-03-06  Karel Zaklibblkid: fix sysfs context usage
2012-03-05  Karel Zaklogin: fix LOGIN_CHOWN_VCS code
next