diff options
Diffstat (limited to 'Documentation/releases')
22 files changed, 15712 insertions, 0 deletions
diff --git a/Documentation/releases/v2.13-ReleaseNotes b/Documentation/releases/v2.13-ReleaseNotes new file mode 100644 index 0000000..3a9e6ef --- /dev/null +++ b/Documentation/releases/v2.13-ReleaseNotes @@ -0,0 +1,460 @@ + +Util-linux-ng 2.13 Release Notes (28-Aug-2007) +=============================================== + +Release highlights: +------------------ + + mount(8) doesn't include NFS client code anymore. Don't forget to + install nfs-utils 1.1.0 or newer with /sbin/[u]mount.{nfs,nfs4}. + + mount(8) doesn't include filesystem detection code anymore. You + have to compile --with-fsprobe={blkid,volume_id}, and libblkid + (e2fsprogs) or libvolume_id (udev >= v110) is required. + + mount(8) supports new relatime, context, fscontext, and defcontext + mount options. + + losetup(8) supports command line option "-a" to list all used loop + devices, '-s' to print a device name if "-f" and a file argument + are present, and "-r" to create a read-only loop device. + + fdisk(8) Sun label support has been improved. fdisk(8) is also able + to warn about detected GPT (fdisk doesn't support GPT). + + taskset(1) is independent on hardcoded NR_CPUS. chrt(1) supports + SCHED_BATCH scheduling policy. + + The package build system is now based on autotools. The build system + supports separate CFLAGS and LDFLAGS for suid programs (SUID_CFLAGS, + SUID_LDFLAGS). For more details see the README file + + hwclock(8) supports command line option --rtc=<path> and /dev/rtc0 + device. --systohc functionality has been improved, and it doesn't cause + a 500ms inaccuracy each time it is used. + + Audit system support (--with-audit) has been added to hwclock(8) and + login(1). + + SELinux support (--with-selinux) has been added to mkswap(8) and + mount(8). + + setarch(8) upstream has been merged with util-linux-ng. + + rtcwake(8) command has been added to util-linux-ng. + + arch(1) is deprecated in favor of "uname -m" or arch(1) from coreutils + (>= 6.9+). The util-linux-ng package doesn't build arch by default, + you have to use the option --enable-arch. + + +Fixed security issues: +--------------------- + + CVE-2007-0822 - mount(8) allows local users to trigger a NULL + dereference and an application crash + CVE-2006-7108 - login(1) omits PAM account validation when auth is + skipped + + +Changelog: +--------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.13/ + + +agetty: + - 8 bit characters on the Linux console lead to input corruption [Samuel Thibault] + - add 'O' escape code to display domain name [Karel Zak] + - check gethostname() return value [Karel Zak] + - fix short malloc in initstring handling [LaMont Jones] +blockdev: + - add BLKFRAGET/BLKFRASET ioctls [Karel Zak] + - cleanup usage() and update man page [Karel Zak] + - fix "blockdev --getsz" for large devices [Karel Zak] + - use LU and LLU for BLKGETSIZE and BLKGETSIZE64 [Karel Zak] +build-sys: + - add ${AC,AP,AM,AH}_OPTS to autogen.sh [Karel Zak] + - add AC_GNU_SOURCE [Karel Zak] + - add Automake option dist-bzip2 [Stepan Kasal] + - add --disable-makeinstall-chown [Karel Zak] + - add missing files [Karel Zak] + - add SUID_CFLAGS [Karel Zak] + - add SUID_LDFLAGS [Stepan Kasal] + - add support for audit [Karel Zak] + - add warning when libuuid is not found [Karel Zak] + - amend .gitignore [Stepan Kasal] + - call automake after autoconf [Stepan Kasal] + - cleanup architecture conditionals [Karel Zak] + - cleanup sys-utils/ rdev symlinks [Karel Zak] + - configure.am selinux support cleanup [Karel Zak] + - declare SUID_CFLAGS and SUID_LDFLAGS as precious [Stepan Kasal] + - do not build convenience libraries in lib/ [Stepan Kasal] + - do not kick off AM_CFLAGS by SUID_CFLAGS [Stepan Kasal] + - do not play with DEFS, use AM_CPPFLAGS [Stepan Kasal] + - do not set with_foo twice [Stepan Kasal] + - do not use internal Autoconf variables [Stepan Kasal] + - do not use wildcards in EXTRA_DIST [Stepan Kasal] + - factor out common parts from mount/Makefile.am [Stepan Kasal] + - fix directories in EXTRA_DIST [Karel Zak] + - fix HAVE_NCURSES [Karel Zak] + - fix ifdef ENABLE_WIDECHAR usage [Karel Zak] + - fix linking when ncurses is built with --with-termlib=tinfo [Arkadiusz Miśkiewicz] + - fix README filenames and add missing files to EXTRA_DISTs [Karel Zak] + - fix the example configure call in README [Stepan Kasal] + - fix the final message of autogen.sh [Stepan Kasal] + - in configure.ac, change "po" -> "$srcdir/po" [Stepan Kasal] + - in the clean targets use "find ... | xargs rm -f" [Stepan Kasal] + - let configure instantiate the misc-utils/*.pl scripts [Stepan Kasal] + - make the getopt example directory relative to datadir [Stepan Kasal] + - merge adjacent AC_CONFIG_HEADERS and AC_CONFIG_FUNCS calls [Stepan Kasal] + - minor fixes in configure.in [Karel Zak] + - missing header when NLS is disabled [Gabriel Barazer] + - mount/Makefile.am tiny cleanup II [Stepan Kasal] + - mount/Makefile.am tiny cleanup [Stepan Kasal] + - move -D flags to *_CPPFLAGS [Stepan Kasal] + - move the optimization flags to AM_CFLAGS [Stepan Kasal] + - --prefix defaults to /usr [Stepan Kasal] + - release++ [Karel Zak] + - remove aclocal.m4 from SCM [Karel Zak] + - remove AC_PROG_RANLIB [Stepan Kasal] + - remove asm/page.h test [Karel Zak] + - remove config.h.in from VCS [Stepan Kasal] + - remove config/include-Makefile.am from EXTRA_DIST [Stepan Kasal] + - remove DEFAULT_INCLUDES workaround [Karel Zak] + - remove -fomit-frame-pointer [Karel Zak] + - remove generated autotools stuff from git [Karel Zak] + - remove libtool [Karel Zak] + - remove "make mrproper", git-clean is good enough [Karel Zak] + - remove po/Makevars.template from EXTRA_DIST [Stepan Kasal] + - remove swapargs.h, move the tests to main configure.ac [Stepan Kasal] + - rename to -ng, change maintainer name [Karel Zak] + - replace AC_TRY_* by AC_*_IFELSE [Stepan Kasal] + - s/AC_HELP_STRING/AS_HELP_STRING/ [Stepan Kasal] + - set DISTCHECK_CONFIGURE_FLAGS in top-level makefile [Stepan Kasal] + - simplify "clean" in tests/Makefile.am [Stepan Kasal] + - update po/POTFILES.in [Stepan Kasal] + - use dist_example_DATA [Stepan Kasal] + - use dist_noinst_DATA to work around the bug with dist_man_MANS [Stepan Kasal] + - use dist_noinst_HEADERS in include/Makefile.am [Stepan Kasal] + - use dist_usrbinexec_SCRIPTS in misc-utils/Makefile.am [Stepan Kasal] +cal: + - add test code [Karel Zak] + - fix a segfault and -3m highlighting [Karel Zak] + - ifdef cleanup, non-curses/tempcap code fixes [Karel Zak] + - widechar code cleanup [Karel Zak] +cfdisk: + - build-sys defines HAVE_RPMATCH, not HAVE_rpmatch [Karel Zak] + - fix stupid typo in GPT checker call [Karel Zak] +chsh: + - don't use empty shell field in /etc/passwd [Karel Zak] + - remove tailing wihit-spaces and use PATH_BSHELL [Karel Zak] +col: + - getwchar() errors shouldn't be hidden [Karel Zak] +cytune: + - make the oneliner more specific the cyclades hw in question [Justin B Rye] + - remove linux/tty.h inclusion [Karel Zak] +ddate: + - fix compiler warnings [Karel Zak] +disk-utils: + - fix libuuid usage in mkswap [Matthias Koenig] + - let mkfs tools open with O_EXCL [Matthias Koenig] +docs: + - add DEPRECATED to EXTRA_DIST [Karel Zak] + - add note about http //translationproject.org [Karel Zak] + - add rdev(8) between deprecated utils [Karel Zak] + - add README.licensing [Karel Zak] + - add release notes [Karel Zak] + - add the DEPRECATED file [Karel Zak] + - clean up TODO file and add a new resuest for 2.14 [Karel Zak] + - fix authorship of 8-bit cleanup agetty patch [Karel Zak] + - fix BSD licence name in README.licensing [Karel Zak] + - fix info about devel/master branchs [Karel Zak] + - fix URL and typos in README.devel [Karel Zak] + - remove deprecated section from README [Karel Zak] + - update release notes [Karel Zak] +fdisk: + - Makefile.am refactoring [Karel Zak] + - add GPT detection code [Karel Zak] + - add MAC label detection [Karel Zak] + - add support for udev persistent device names [Matthias Koenig] + - check returns in fdisk from partition changes [Mike Frysinger] + - cleanup full disk detection code [Karel Zak] + - cleanup partname.c [Karel Zak] + - do not complain about regular files [H. Peter Anvin] + - fix "differ in signedness" compiler warnings [Karel Zak] + - fix "type qualifiers ignored on function return type" [Karel Zak] + - many significant improvements and fixes to Sun label handling [David Miller] + - move duplicate stuff from fdisk*label.h to fdisk.h [Karel Zak] + - use unsigned long long instead int for sectors [Karel Zak] + - when generating a DOS disk label, give it an ID [H. Peter Anvin] +getopt: + - remove old unused files [Karel Zak] +hexdump: + - don't use memset with zero length [Karel Zak] +hwclock: + - add --rtc=<path> option and support for /dev/rtc0 [Karel Zak] + - add support for audit system [Karel Zak] + - fix --systohc sets clock 0.5 seconds slow [Karel Zak] + - make ggc happy and check return values from fgets, read and write [Karel Zak] + - remove tailing white-spaces and clean up clock.h [Karel Zak] +ionice: + - clean up error handling [Matthias Koenig] + - cleanup usage for idle class [Matthias Koenig] + - fix ionice build on sparc [David Miller] + - prefer SYS_ioprio_{set,get} from glibc to hardcoded version [Karel Zak] +ipcs: + - add new tests for ipcs limits [Karel Zak] + - add regression test for output headers [Karel Zak] + - fix typo in Semaphore headers [Karel Zak] + - max total shared memory in kbytes instead pages [Karel Zak] +logger: + - use snprintf instead of sprintf in logger.c [LaMont Jones] +login: + - add audit support [Karel Zak] + - add IPv6 support [Karel Zak] + - add regression test for IP address checking code [Karel Zak] + - attempt to run if it has no read/write access to its terminal [Jason Vas Dias] + - close PAM session after failed pam_setcred [Steve Grubb] + - improve work with signals [Karel Zak] + - keep syslog useful for end of PAM session. [Karel Zak] + - login's timeout can fail [Jason Vas Dias] + - omits PAM account validation when auth is skipped (CVE-2006-7108) [Karel Zak] + - remove triiling white-spaces [Karel Zak] + - replace /usr/spool/mail with /var/spool/main in man page [Karel Zak] + - update 32bit utmp correctly on 64bit system [Karel Zak] +lomount.c: + - don't use mlockall if CRYPT_NONE [Masatake YAMATO] +look: + - fix problem with !isalnum() words [Karel Zak] + - man page clarification [Pádraig Brady] + - remove tailing white-spaces [Karel Zak] +losetup: + - add -a option to list all used loop devices [Karel Zak] + - add a new option -s [Karel Zak] + - add long options and fix man page [Karel Zak] + - add support read-only loops [Karel Zak] + - add to man page info about deprecated cryptoloop [Karel Zak] +man pages: + - add "AVAILABILITY" section [Karel Zak] + - cleanup of chrt.1 and taskset.1 [LaMont Jones] +mcookie: + - remove non-linux code [Karel Zak] +misc-util: + - new rtcwake command [Bernhard Walle] +misc-utils: + - add scriptreplay manpage [Matthias Koenig] + - remove old cal test [Karel Zak] +mkfs: + - remove nonsense from man page [Karel Zak] +mkfs.cramfs: + - cleanup HAVE_ macros usage [Karel Zak] + - fix a way how mkfs works with empty files [Karel Zak] + - remove hardcoded limit for directories [Karel Zak] +mkswap: + - add regression test [Karel Zak] + - automatically add selinux label to swapfile [Karel Zak] + - avoid mkswap usage on already mounted device [Karel Zak] + - default to V1 in any case [Matthias Koenig] + - fix signedness problems and remove obsolete code [Karel Zak] + - gcc happy unsigned long usage [Karel Zak] +more: + - fix file descriptor leak [Steve Grubb] + - fix underlining for multibyte chars [Karel Zak] +mount: + - add acl option documentation for ext3 and reiserfs [Matthias Koenig] + - add note about /etc/mtab unreliability to mount.8 [Karel Zak] + - add note about fcntl/ioctl unreliability on NFS to mount.8 [Karel Zak] + - add -s and -f and note to man page for external mount helpers [Karel Zak] + - add simple (printf-like) debug routine and --debug option [Karel Zak] + - add support for context, fscontext and defcontext selinux mount options [Karel Zak] + - add support for mixed usage of SPECes [Karel Zak] + - add support for mtab "uhelper" option [Karel Zak] + - avoid duplicate entries in mtab when mount -f [Karel Zak] + - avoid duplicates for root fs in mtab [Matthias Koenig] + - call /sbin/mount.<type> also when mounting without "-t" [Karel Zak] + - clean up getfs* (fstab.c) interface [Karel Zak] + - clean up info about NFS in mount.8 [Karel Zak] + - doesn't rpc_pipefs and nfsd on umount -a [Karel Zak] + - do not treat arm/sparc specially. [Mike Frysinger] + - don't umount sysfs when running umount -a [Mike Frysinger] + - fix -f -o remount [Karel Zak] + - fix -fv so that it doesn't incorrectly spit out an error that nothing was done. [Mike Frysinger] + - fix has_* functions (CVE-2007-0822) [Karel Zak] + - fix incorrect behavior when more than one fs type is specified [Attila Áfra] + - fix list logic in update_mtab [Karel Zak] + - fix memory usage in update_mtab [Mike Frysinger] + - fix mtab_lock [Karel Zak] + - fix typo in error message [Karel Zak] + - free loop device on failure [Sascha Sommer] + - fsprobe add libvolume_id support [Karel Zak] + - fsprobe add libvolume_id support to configure.ac [Karel Zak] + - fsprobe make fsprobe_get_devname functions more generic [Karel Zak] + - fsprobe remove mount_guess_fstype.{c,h} [Karel Zak] + - fsprobe remove non-blkid code [Karel Zak] + - fsprobe rename files to fsprobe_* [Karel Zak] + - fsprobe rename the rest of API routines to fsprobe_* [Karel Zak] + - fsprobe use blkid cache only when really necessary [Karel Zak] + - getfs_* (fstab) interface has to work with canonicalize() [Karel Zak] + - kill mount_guess_rootdev [Stepan Kasal] + - loop device race condition [Matthias Koenig] + - mention hfsplus in mount manpage [LaMont Jones] + - needs to handle special mountprog even on guessed file systems. [Karel Zak] + - parse SPEC before search in fstab [Karel Zak] + - relative atime support [Valerie Henson] + - remove all NFS code [Karel Zak] + - remove nfsmount() from sundries.h [Karel Zak] + - rewrite getfs_by_specdir() without mem leaks [Karel Zak] + - shared-subtree support [Karel Zak] + - should set proper permissions on locktime [Flávio Leitner] + - update mtab correctly when mount --move [Karel Zak] + - update xfs mount options [Matthias Koenig] + - use encoded labels for volume_id [Kay Sievers] + - use growable string for options [Karel Zak] + - use loop= option when mounting by /sbin/mount.<type> [Karel Zak] + - use realloc for xstrconcat functions [Karel Zak] + - use verbose mode instead debug mode [Karel Zak] +namei: + - fix logic and infinite loop of symlinks [Karel Zak] + - new regression test [Karel Zak] +newgrp: + - add support for /etc/gshadow [Karel Zak] + - check result from getgrnam() more carefully [Karel Zak] +partx: + - add man pages for addpart, delpart and partx [Karel Zak] +po: + - gettextizing some overlooked messages. [Benno Schulenberg] + - rename mount/mntent.c to mount/mount_mntent.c [Karel Zak] + - typo in french translation of mount error. [Mike Frysinger] + - update cs.po (from translationproject.org) [Petr Pisar] + - update de.po (from translationproject.org) [Michael Piefel] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update sv.po (from translationproject.org) [Daniel Nylander] + - update vi.po (from translationproject.org) [Phan Vinh Thinh] + - vipw doesn't use rpmatch, all translations have to use y/n [Karel Zak] +raw: + - add file with udev rule example [Karel Zak] + - don't accept raw0 as a target name [Karel Zak] + - move the raw command to /sbin [Karel Zak] + - update man page (about dd and O_DIRECT) [Karel Zak] +rdev: + - should be delivered on amd64 as well as i386. [LaMont Jones] +readprofile: + - fix on ppc64 [Matthias Koenig] +schedutils: + - add support for SCHED_BATCH [Karel Zak] + - define SCHED_BATCH when compile with old glibc [Karel Zak] + - fix chrt docs and pid=0 usage [Matthias Koenig] + - remove extra hyptens from man pages [Karel Zak] +script: + - fix race conditions [Karel Zak] + - improve quiet mode [Karel Zak] +setarch: + - add NLS support [Karel Zak] + - add --3gb option fot compatibility with Debian linux{32,64} command [Karel Zak, LaMont Jones] + - add __alpha__ support [Balint Cristian] + - add parisc/parisc64 support [LaMont Jones] + - add sparc32bash alias to keep compatibility with sparc32 [Dennis Gilmore] + - cleanup licensing note [Karel Zak] + - finish adding parisc support [Karel Zak, LaMont Jones] +sfdisk: + - fix "differ in signedness" compiler warnings [Karel Zak] + - fix "may be used uninitialized" compiler warnings [Karel Zak] + - setting default geometry values [Luciano Chavez] +swapoff: + - correctly handle UUID= and LABEL= identifiers [LaMont Jones] +swapon: + - cleanup PATH_ macros and tailing white-spaces [Karel Zak] + - cleanup fsprobe_*() usage [Karel Zak] + - does not correctly deal with symlinks [Marco d'Itri] + - fix swapon headers and syscalls [Mike Frysinger] + - simplify an #if [Stepan Kasal] +sys-utils: + - add arch(1) back to the official tree [Karel Zak] + - add note about obsolete ramsize option to rdev.8 [Karel Zak] + - added setarch command [Karel Zak] + - fix man page headers [Karel Zak] + - move some man pages from category 8 to 1 [Karel Zak] +taskset: + - check for existence of sched_getaffinity [Mike Frysinger] + - independent of hardcoded NR_CPUS max. [Cliff Wickman] +tests: + - add basic infrastructure for regression tests [Karel Zak] + - add cal -1 test [Karel Zak] + - add cal -3 test [Karel Zak] + - add cal -y test [Karel Zak] + - add expected outputs for cramfs [Karel Zak] + - add functions for label, uuid and fstype detection [Karel Zak] + - add hwclock systohc test [Karel Zak] + - add library for LD_PRELOAD to manipulate with time() in tests [Karel Zak] + - add license notices, change from gplv2-only to gplv2-or-later [Karel Zak] + - add lock_mtab() performance and reliability test [Karel Zak] + - add look test for words with separator [Karel Zak] + - add missing header [Matthias Koenig] + - add mkfs.cramfs tests [Karel Zak] + - add more variants to {mount,fstab}-by-{label,uuid,devname} [Karel Zak] + - add mount by devname from fstab [Karel Zak] + - add mount by devname test [Karel Zak] + - add mount by devname with label in fstab [Karel Zak] + - add mount by devname with uuid in fstab [Karel Zak] + - add mount by label from fstab test [Karel Zak] + - add mount by LABEL test [Karel Zak] + - add mount by label with devname in fstab [Karel Zak] + - add mount by label with uuid in fstab [Karel Zak] + - add mount by UUID from fstab test [Karel Zak] + - add mount by UUID test [Karel Zak] + - add mount by uuid with devname in fstab [Karel Zak] + - add mount by uuid with label in fstab [Karel Zak] + - add mount /dev/symlink test [Karel Zak] + - add mount --move test [Karel Zak] + - add mount -o remount test [Karel Zak] + - add return code [Karel Zak] + - add script(1) race condition test [Karel Zak] + - add simple helper that returns info about system [Karel Zak] + - add support for fstab modification [Karel Zak] + - add support for suid programs [Karel Zak] + - add swapon by devname test [Karel Zak] + - add swapon by UUID test [Karel Zak] + - add test for /sbin/mount.<type> call [Karel Zak] + - add ts_log and --verbose support [Karel Zak] + - add ts_ok and ts_failed [Karel Zak] + - cleanup blkid cache after test device deinitialization [Karel Zak] + - code refactoring -- new ts_device_init function [Karel Zak] + - code refactoring -- new ts_skip_nonroot function [Karel Zak] + - code refactoring -- new ts_udev_loop_support function [Karel Zak] + - enable mtablock test when uid=0 only [Karel Zak] + - fix argv[] usage in mnt_test_sysinfo.c [Karel Zak] + - fix dependence on blkid [Karel Zak] + - fix Makefile.am (add missing tests) [Karel Zak] + - fix ts_fstab_add function [Karel Zak] + - fix ULONG_MAX usage on 32bit machines [Karel Zak] + - "if [...]" clean up [Karel Zak] + - make clean need to remove diffs and outputs [Karel Zak] + - pass all arguments to ts_init, add ts_has_option function [Karel Zak] + - refresh mtablock output in expected/ directory [Karel Zak] + - remove dependence on helpers/libpreload-time.so [Karel Zak] + - simplify devices usage [Karel Zak] + - use $AWK based on configure results [Karel Zak] + - use relative paths when sourcing files [Mike Frysinger] +text-utils: + - fix the more command compilation against termcap [Karel Zak] +tools: + - add codecheck-config that checks for {HAVE,ENABLE}_ orphans [Karel Zak] +vipw: + - fix permissions (600->400) for edited /etc/[g]shodow files [Karel Zak] +wall: + - fix O_NONBLOCK usage [Alan Curry] + - remove deprecated sigsetmask() from wall [Karel Zak] + - remove unwanted newlines from wall [Karel Zak] +whereis: + - add lib64 paths [Karel Zak] + +- Clean up pagesize/PAGE_SIZE usage. [Karel Zak] +- also search for __stext in readprofile [Mike Frysinger] +- check exit status of autotools [Mike Frysinger] +- clean up realpath.[ch] includes and macros [Karel Zak] +- execl() should be use NULL not 0 [Karel Zak] +- manpage typos [LaMont Jones] +- remove hardcoded package name from some utils [Karel Zak] + diff --git a/Documentation/releases/v2.14-ReleaseNotes b/Documentation/releases/v2.14-ReleaseNotes new file mode 100644 index 0000000..1ba5ce7 --- /dev/null +++ b/Documentation/releases/v2.14-ReleaseNotes @@ -0,0 +1,418 @@ + +Util-linux-ng 2.14 Release Notes (09-Jun-2008) +============================================== + +Release highlights +------------------ + + mount(8) supports new "nofail" mount option. + + mount(8) supports auto-destruction of loop devices. + + losetup(8) supports new command line option "-j" to show status of all + loop devices associated with given file. + + losetup(8) supports unlimited number of loop devices. + + losetup(8) supports new command line option "--sizelimit" to set data end. + + ldattach(8) command has been added to util-linux-ng. The ldattach + daemon opens the specified device file and attaches the line discipline + to it for processing of the sent and/or received data. + + setterm(8) supports new command line option "-blank [force|poke]" for + TIOCL_{BLANKED,BLANK}SCREEN. + + tailf(8) has been reimplemented to use inotify. + + tailf(8) supports new command line option "-n" to specifying output lines. + + mkswap(8) supports new command line option "-U" to set UUID explicitly. + + fdisk(8) has been fixed to calculate partition size in 2^N. + + cal(8) supports highlighting an arbitrary date. + + agetty(8) makes username-in-uppercase feature optional (off by default). + Users who use uppercase-only terminals need to use the option "-U" now. + + losetup(8), mount(8), umount(8), fdisk(8) and sfdisk(8) support static + linking when compiled with --enable-static-programs. + + hwclock(8) supports new command line option "adjfile" to override + the default /etc/adjtime. + + scriptreplay(1) command has been re-written from Perl to C. + + +Deprecated +---------- + + The losetup(8) '-s' option (introduced by util-linux-ng-2.13) is deprecated + now. This short form of the option '--show' could be in collision with + Loop-AES losetup implementation where the same option is used for the loop + sizelimit. + + +Fixed security issues +--------------------- + + CVE-2008-1926 - audit log injection via login + + The problem was originally reported for OpenSSH few months + ago (CVE-2007-3102). The login(1) is affected by the same + bug when built with the option "--with-audit". + + +Stable maintenance releases between v2.13 and v2.14 +--------------------------------------------------- + +util-linux-ng 2.13.1.1 [22-Apr-2008] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.13/v2.13.1.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.13/v2.13.1.1-ChangeLog + +util-linux-ng 2.13.1 [16-Jan-2008] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.13/v2.13.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.13/v2.13.1-ChangeLog + + +ChangeLog between v2.13 and v2.14 +--------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.14/ + +agetty: + - cleanup MAXHOSTNAMELEN [Karel Zak] + - make username-in-uppercase feature optional (off by default.) [Hamish Coleman] + - non-linux support (use pathnames.h) [Karel Zak] + - replace termio with termios interface [Samuel Thibault] + - ungettextize several debugging messages. [Benno Schulenberg] +blockdev: + - add --getsz to blockdev.8 [Karel Zak] + - add missing description about option --report in manpage [Li Zefan] + - fix opened file leaving unclosed [lizf] + - use lib/blkdev.c, fix --report [Karel Zak] +build-sys: + - add --enable-static-programs [Stepan Kasal, Karel Zak] + - add AC_CANONICAL_HOST [Miklos Szeredi] + - add VARSUFFIX to UTIL_CHECK_LIB [Karel Zak] + - add err.h check [Karel Zak] + - add support ionice for Super-H architecture [Karel Zak] + - add v2.14 to NEWS [Karel Zak] + - autogen.sh reports versions of autotools now [Karel Zak] + - build arch(1) during distcheck [Stepan Kasal] + - cleanup "x$foo" usage [Karel Zak] + - cleanup disk-utils/Makefile.am (use $utils_common) [Karel Zak] + - cleanup usage of linux/major.h [Samuel Thibault] + - disable syscall fallbacks for non-linux systems [Karel Zak] + - do not add -luuid to BLKID_LIBS [Stepan Kasal] + - fix missing deps for swapon [Matthias Koenig] + - ignore a bunch of generated files, mostly binaries [James Youngman] + - nls/locale handling in util-linux-ng general [Mike Frysinger] + - non-linux support [Samuel Thibault] + - release++ [Karel Zak] + - remove errs.h [Karel Zak] + - remove files that are no longer delivered from git [LaMont Jones] + - remove hardcoded _GNU_SOURCE [Karel Zak] + - remove unnecessary check-local target from login-utils/ [Karel Zak] + - set AC_PREREQ to 2.60, increment version to 2.14 [Karel Zak] + - simplify code around RDEV_LINKS and SETARCH_LINKS [Stepan Kasal] + - unify method for checking system calls and fallback handling [Mike Frysinger, Stepan Kasal] + - update .gitignore files [Karel Zak] + - use dist_man_MANS instead of man_MANS [Stepan Kasal] + - use ncursesw (wide version) when possibe [Karel Zak, Mike Frysinger] + - use pkg-config to find the libs for static build [Stepan Kasal] + - use portable $(VAR =) instead of gmake-specific $(addsuffix) [Stepan Kasal] +cal: + - add description about option -V to manpage [Li Zefan] + - add support for highlighting an arbitrary date [Pádraig Brady] + - avoid -Wformat warnings [Jim Meyering] + - fix weekday alignment for certain locales [Pádraig Brady] + - replace errs.h with libc err.h [Karel Zak] + - use HAVE_LIB{NCURSES,NCURSESW} instead HAVE_NCURSES [Karel Zak] +cfdisk: + - define portable {DEFAULT,ALTERNATE}_DEVICE [Samuel Thibault] + - display cylinders beyond 1024 [Peter Breitenlohner] + - slightly increase the size of menu buttons [Benno Schulenberg] + - translate partition-type names when they are printed. [Benno Schulenberg] +chfn: + - add pam_end() call and cleanup PAM code [Karel Zak] + - fix compiler warnings in selinux stuff [Karel Zak] +chfn, chsh, login: + - collapsing three similar messages into a single one [Benno Schulenberg] +chsh: + - should use pam_end function to terminate the PAM transaction [Yu Zhiguo, Karel Zak] +column: + - replace errs.h with libc err.h [Karel Zak] +ddate: + - 11th, 12th and 13th of month [Volker Schatz] +docs: + - add a note about minix v3 to TODO file [Karel Zak] + - add info about .bugfix releases and branches [Karel Zak] + - add note about incorrect tag 2.13.1 [Karel Zak] + - add note about losetup --sizelimit to ReleaseNotes [Karel Zak] + - add note about static linking [Karel Zak] + - add v2.14 ReleaseNotes [Karel Zak] + - cleanup DEPRECATED file [Karel Zak] + - cleanup README.devel, add note about coding style and Signed-off-by [Karel Zak] + - fix ChangeLog URL [Pascal Terjan] + - fix stable branche name in README.devel [Karel Zak] + - mark vipw(1) is deprecated in favor of vipw from shadow-utils [Karel Zak] + - refresh TODO list [Karel Zak] + - remove date from ReleasNotes [Karel Zak] + - tweak a few messages for clarity [Benno Schulenberg] + - update AUTHORS file [Karel Zak] + - update TODO file [Karel Zak] + - update v2.14 ReleaseNotes [Karel Zak] + - we already rewrote the scriptreplay script; remove that TODO entry [James Youngman] +elvtune: + - use get_linux_version() [Karel Zak] +fdformat: + - install to /usr/sbin instead to /usr/bin [Karel Zak] +fdisk: + - better fallback for get_random_id() [H. Peter Anvin] + - calculate +size{K,M,G} in 2^N [Karel Zak] + - cleanup BLK* ioctls usage [Karel Zak] + - doesn't recognize the VMware ESX partitions [Karel Zak] + - doing useless ioctl when editing an image [Pascal Terjan] + - fix building for AVR32 and CRIS [Imre Kaloz] + - fix typo [Karel Zak] + - message tweak [Karel Zak] + - non-linux support (MAXPATHLEN) [Karel Zak] + - non-linux support (use standard uintxy_t instead __uxy) [Samuel Thibault] + - use more readable "GPT" name rather than "EFI GPT" [Robert Millan] + - use swab macros from bitops.h [Karel Zak] +flock: + - typo in man page [A. Costa] +fsck.cramfs: + - clean up gcc warnings [Randy Dunlap] +fsck.minix: + - correct the error message given when we can't open the device [James Youngman] + - reset the terminal state if we are killed by a fatal signal [James Youngman] +getopt: + - fix path to examples in getopt.1 [Karel Zak] + - install example scripts as SCRIPTS, not DATA [Peter Breitenlohner] +hwclock: + - add --adjfile=path option [Karel Zak] + - check for ENODEV [David Woodhouse] + - do not create a zero adjfile [Alain Guibert] + - fix --rtc option [Matthias Koenig, Karel Zak] +include: + - <stdint.h> provides everything [Samuel Thibault] + - add bitops.h with swab{16,32,64} macros [Karel Zak] + - add mount paths to pathnames.h [Karel Zak] + - cleanup pathnames.h [Karel Zak] +ionice: + - add a note about permissions to ionice.1 [Karel Zak] + - update man page to reflect IDLE class change in 2.6.25 [Karel Zak] +ipcs: + - add information about POSIX compatibility to ipcs.1 [Karel Zak] +kill: + - man page is missing a description of "kill -0" [Karel Zak] +ldattach: + - add NLS support [Karel Zak] + - new command [Tilman Schmidt] + - use glibc termios [Karel Zak] +lib: + - add blkdev.{c,h} [Stefan Krah, Karel Zak] + - add linux_version.{c,h} [Stefan Krah] +login: + - audit log injection attack via login [Steve Grubb] + - fix a small memory leak and remove unnecessary zeroing [Karel Zak] + - login segfaults on EOF (rh#298461) [Karel Zak] + - replace termio with termios interface [Samuel Thibault] + - rewrite is_local() to remove limits on line length [James Youngman] +login-utils: + - cleanup strlen() and fgets() usage [James Youngman] +losetup: + - add --associated option [Karel Zak] + - add --sizelimit option [Shachar Shemesh] + - canonicalize loopfile name [Karel Zak, Matthias Koenig] + - clean up gcc warnings [Randy Dunlap] + - fix errno usage [Karel Zak] + - fix typo in losetup.8 [Karel Zak] + - mark the option -s as deprecated [Karel Zak] + - remove duplicate xstrdup() and error() [Karel Zak] + - split help message into two smaller parts [Benno Schulenberg] + - support unlimited number of loops [Karel Zak] + - use standard uintxy_t types (struct loop_info64) [Samuel Thibault] +mesg: + - replace errs.h with libc err.h [Karel Zak] +mkfs.cramfs: + - clean up gcc warnings [Randy Dunlap, Karel Zak] + - remove unused header file [lizf] + - switch on localization. [Benno Schulenberg] +mkfs.minix: + - add sectorsize check [Matthias Koenig] + - clean up gcc warnings [Karel Zak] + - clean up gcc warnings [Randy Dunlap] + - device size cleanup [Matthias Koenig] +mkswap: + - BLKGETSIZE cleanup [Karel Zak] + - cleanup kB vs. KiB usage in error messages [Karel Zak] + - fix compiler warnings [Karel Zak] + - linux_version() code consolidation [Karel Zak] + - possible to crash with SELinux relabeling support [KaiGai Kohei] + - set UUID for swap space (add -U option) [Martin Schulze] + - set errno=0 in write_all() [Karel Zak] + - when writing the signature page, handle EINTR returns [Karel Zak] +more: + - cleanup gcc warnings [Randy Dunlap] + - non-linux support [Samuel Thibault] + - replace CBAUD with cfgetispeed() [Samuel Thibault] + - use HAVE_WIDECHAR instead ENABLE_WIDECHAR [Karel Zak] +mount: + - "can't create lock file" message sometimes means failure, sometimes not [Mark McLoughlin] + - "nofail" mount option [Matthias Koenig, Karel Zak] + - -L|-U segfault when label or uuid doesn't exist [Karel Zak] + - add more details to the --version output [Karel Zak] + - add support for sizelimit= mount option (for loop mounts) [Shachar Shemesh] + - allow auto-destruction of loop devices [Bernardo Innocenti] + - chain of symlinks to fstab causes use of pointer after free [Norbert Buchmuller] + - clean up gcc warnings (mount_mntent.c) [Randy Dunlap] + - clean up global variables [Karel Zak] + - cleanup "none" fstype usage [Karel Zak] + - cleanup KERNEL_VERSION, remove my_dev_t.h [Karel Zak] + - cleanup canonicalize() usage [Karel Zak] + - cleanup error() and die() [Karel Zak] + - cleanup usage of _PATH_* [Karel Zak] + - doesn't drop privileges properly when calling helpers [Ludwig Nussel] + - don't call canonicalize(SPEC) for cifs, smbfs and nfs [Karel Zak] + - don't canonicalize LABEL= or UUID= spec [Karel Zak] + - drop the part always true from a while condition [Pascal Terjan] + - fix a small typo in mount.8 [Christophe Blaess] + - fix fd leak [Matthias Koenig] + - fix typo in mount.8 [Karel Zak] + - hint about helper program if device doesn't exist [Karel Zak] + - improve chmod & chown usage and clean up gcc warnings (fstab.c) [Karel Zak] + - improve error message when helper program not present [LaMont Jones] + - prevent loop mounting the same file twice [Karel Zak, Matthias Koenig] + - remount doesn't care about loop= [Karel Zak] + - remove MS_{REPLACE,AFTER,BEFORE,OVER} [Karel Zak] + - remove built-in support for background mounts [Karel Zak] + - remove redundant fflush [Karel Zak] + - remove set_proc_name() [Karel Zak] + - remove useless if-before-my_free, define my_free as a macro [Karel Zak] + - use MNTTYPE_SWAP (from mntent.h) [Karel Zak] + - use atexit() rather than (*at_die)() [Karel Zak] + - use blkdev_get_size() [Karel Zak] + - use canonicalize in getfs_by_devname [Karel Zak] +namei: + - add to identify FIFO (named pipe) and update manpage [Li Zefan] + - cleanup tailing white-spaces [Karel Zak] + - non-linux support (get_current_dir_name() and PATH_MAX) [Karel Zak, Samuel Thibault] +partx: + - fix compiler warnings [Karel Zak] + - use swab macros from bitops.h [Karel Zak] +pg: + - fix segfault on search [Rajeev V. Pillai] +po: + - add eu.po (from translationproject.org) [Mikel Olasagasti] + - add pl.po (from translationproject.org) [Andrzej Krzysztofowicz] + - fix typo in de.po [Karel Zak] + - merge changes [Karel Zak] + - update POTFILES.in [Karel Zak] + - update ca.po (from translationproject.org) [Josep Puigdemont] + - update cs.po (from translationproject.org) [Petr Pisar] + - update da.po (from translationproject.org) [Claus Hindsgaul] + - update de.po (from translationproject.org) [Michael Piefel] + - update es.po (from translationproject.org) [Santiago Vila Doncel] + - update et.po (from translationproject.org) [Meelis Roos] + - update fi.po (from translationproject.org) [Lauri Nurmi] + - update fr.po (from translationproject.org) [Michel Robitaille] + - update hu.po (from translationproject.org) [Gabor Kelemen] + - update id.po (from translationproject.org) [Arif E. Nugroho] + - update it.po (from translationproject.org) [Marco Colombo] + - update ja.po (from translationproject.org) [Daisuke Yamashita] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update po files [Karel Zak] + - update pt_BR.po (from translationproject.org) [Rodrigo Stulzer Lopes] + - update ru.po (from translationproject.org) [Pavel Maryanov] + - update sl.po (from translationproject.org) [Simon Mihevc] + - update sv.po (from translationproject.org) [Daniel Nylander] + - update tr.po (from translationproject.org) [Nilgün Belma Bugüner] + - update uk.po (from translationproject.org) [Maxim V. Dziumanenko] + - update vi.po (from translationproject.org) [Clytie Siddall] +rename: + - add description about option -V to manpage [Li Zefan] + - remove useless variable [Li Zefan] +renice: + - detect errors in arguments, add -v, -h and long options [LaMont Jones, Karel Zak] +rev: + - use warn() in errs.h [Li Zefan] +rtcwake: + - fix UTC time usage [David Brownell] + - fix the default mode to "standby" [Paulius Zaleckas] + - fix typo [Karel Zak] + - fix typo SATE -> STATE [Mike Frysinger] + - fix verbose message [Karel Zak] + - include libgen.h for basename prototype [Mike Frysinger] + - misc cleanups [David Brownell] +script: + - cleanup gcc warnings [Randy Dunlap] + - cleanup includes [Samuel Thibault] + - dies on SIGWINCH [Karel Zak] + - read returns a size_t [James Youngman] +scriptreplay: + - gettextize a forgotten messages [Karel Zak] + - rewrite in C [Karel Zak, James Youngman] +setarch: + - add fallback for linux/personality [Karel Zak] + - add long options to setarch and update manpage [Karel Zak, Li Zefan] + - add missing alpha subarchs [Oliver Falk] + - adding groff symlinks to setarch manual page [Arkadiusz Miśkiewicz] + - fix compiler warning [LaMont Jones] + - generate groff links in a better way [Karel Zak] + - provide backwards compatibility [Dmitry V. Levin] + - tweak the help text, and gettextize a forgotten message [Benno Schulenberg] +setterm: + - add -blan [force|poke] options for TIOCL_{BLANKED,BLANK}SCREEN [Samuel Thibault, Karel Zak] + - dump by TIOCLINUX is deprecated since linux 1.1.92. [Karel Zak] + - opened file leaving unclosed [Karel Zak, lizf] + - remove unnecessaty ifndef TCGETS [Samuel Thibault] +sfdisk: + - allow partitioning drives of over 2^31 sectors. [Kunihiko IMAI] + - cleanup 83 gcc warnings [Randy Dunlap] + - opened files leaving unclosed [Karel Zak, Li Zefan] + - remove unnecessary linux/unistd.h [Samuel Thibault] + - use get_linux_version() [Karel Zak] +shutdown: + - use _PATH_MOUNTED instead of _PATH_MTAB [Stepan Kasal] +swapon: + - Reinitialize software suspend areas to avoid future corruption. [Kees Cook, Karel Zak] + - add sundries.h [Karel Zak] + - clean up gcc warnings [Randy Dunlap] + - cleanup usage output [Karel Zak] + - cleanup usage() [Karel Zak] + - fix swsuspend detection [Karel Zak] + - fix typo in usage() [Karel Zak] + - readjust the usage summaries [Benno Schulenberg] + - remove unnecessary myrealpath() call [Karel Zak] +sys-utils: + - correct setarch.8 manpage link creation [Frédéric Bothamy] +tailf: + - add option -n to specifying output lines [Li Zefan] + - clean up gcc warnings & fix use of errno [Karel Zak] + - inotify based reimplementation [Karel Zak] + - non-linux support [Samuel Thibault] + - opened file leaving unclosed [lizf] + - replace errs.h with libc err.h [Karel Zak] +tests: + - add "sort" to cramfs test [Karel Zak] + - add test for include/pathnames.h [Karel Zak] + - add ts-mount-noncanonical [Karel Zak] + - exactly define a time format in ls -l output [Karel Zak] + - fix blkid cache usage [Karel Zak] + - move test_bkdev to lib/ [Karel Zak] + - redirect libblkid cache to BLKID_FILE [Karel Zak] + - rename test_sysinfo, remove tailing white-spaces [Karel Zak] + - use losetup -s [Karel Zak] +umount: + - add hint about lsof & fuser [Karel Zak] + - don't print duplicate error messages [Karel Zak] + - use atexit() rather than (*at_die)() [Karel Zak] +wall: + - cleanup MAXHOSTNAMELEN [Karel Zak] diff --git a/Documentation/releases/v2.15-ReleaseNotes b/Documentation/releases/v2.15-ReleaseNotes new file mode 100644 index 0000000..4b12f72 --- /dev/null +++ b/Documentation/releases/v2.15-ReleaseNotes @@ -0,0 +1,675 @@ + +Util-linux-ng 2.15 Release Notes (05-May-2009) +============================================== + +Release highlights +------------------ + +mkswap(8): + - mkswap like many others mkfs-like utils ERASES THE FIRST BLOCKS on + the device to remove old on-disk filesystems. mkswap refuses to + erase the first block on a device with a disk label (SUN, BSD, ...) + or on whole disk (e.g. /dev/sda). + + - DOES NOT SUPPORT v0 SWAP SPACE any more. The kernel has not + supported v0 swap space format since 2.5.22. The new version v1 is + supported since 2.1.117. + +swapon(8): + - supports new command line option "-f/--fixpg" to reinitialize the + swap space with a wrong pagesize. As swap format depends on the pagesize + being used, it may happen that the pagesize of the swap space and the + current pagesize differ. + +login(1): + - requires /etc/pam.d/remote when compiled with PAM support and + executed with "-h <hostname>" option. The "-h" option is used by other + servers (i.e., telnetd(8)) to pass the name of the remote host to login. + +cal(1): + - determines the first day of week from the locale. + +libblkid, blkid(8) and findfs(8): + The libblkid library has been moved from e2fsprogs to util-linux-ng. The + library has been extended and now includes: + + - low-level probing API that is useful for example for udev rules + (cmdline: blkid -p -o udev <device>) + + - very high-level API that provides portable interface for LABELs and + UUIDs evaluation on 2.4, 2.6 and udev-based system. It's recommended + to use "blkid -L|-U" in your scripts rather than directly read + /dev/disk/by-* symlinks. + + - the old ABI and API is backwardly compatible with the current version + from e2fsprogs. + + All utils (mount, swapon, fsck, ...) in the package is possible to link + against this new library, or the old version from e2fsprogs, or + libvolume_id from udev package. + + The default is still libblkid from e2fsprogs. The new library could be + enabled by "--with-fsprobe=builtin" configure option. + + The libvolume_id from udev and vol_id command is deprecated now. + +fsck(8): + - has been moved to from e2fsprogs to util-linux-ng. + +dmesg(1) + - supports new command line option "-r" to print the raw message buffer + (i.e. don’t strip the log level prefixes). + +flock(1): + - allows lock directory + +fsck.cramfs: + - automatically detects the image endianness, and can work on images of + either endianness. + +mkfs.cramfs: + - now accepts a new optional parameter (-N) that allows creating + the cramfs image in either endianness. + +renice(1): + - supports new command line option "-n" for compatibility with POSIX + +hwclock(8) + - supports new command line option "--systz" to reset the System Time + based on the current timezone. Since the system clock time is already + set from the hardware clock by the kernel (when compiled with + CONFIG_RTC_HCTOSYS), there's no particular need to read the hardware + clock again. + +ionice(1): + - supports new command line option "-t" option to ignore failure to set + requested priority. This might be of use in case something (selinux, + old kernel, etc.) does not allow the requested scheduling priority + to be set. + + - the command line option "-p" handles multiple PIDs now. + +losetup(8): + - detaches more devices by "-d <loop> [<loop> ..]" + +ipcmk(1): + - this NEW COMMAND allows to create ad-hoc IPC resources. + +lscpu(1): + - this NEW COMMAND gathers CPU architecture information like number + of CPUs, threads, cores, sock, NUMA nodes, information about CPU + caches, information about hypervisor and virtualization support, + ..etc. and prints it in human-readable or parse-able format. + +namei(1): + - supports new command line options --owners, --long and --vertical + to print ls(1)-like output. + + +Stable maintenance releases between v2.14 and v2.15 +--------------------------------------------------- + +util-linux-ng 2.14.1 [10-Aug-2008] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.14/v2.14.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.14/v2.14.1-ChangeLog + +util-linux-ng 2.14.2 [09-Feb-2009] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.14/v2.14.2-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.14/v2.14.2-ChangeLog + + +ChangeLog between v2.14 and v2.15 +--------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.15/ + +addpart: + - 512-byte sectors in code, bytes in man-page [Karel Zak] +agetty: + - IUCLC and OLCUC are Linux extensions [Aurelien Jarno] + - check for termios.c_line struct member by autoconf [Karel Zak] + - sys/types.h and time.h are included more than once [Karel Zak] +blkid: + - Give a priority bonus to "leaf" devicemapper devices [Theodore Ts'o] + - LSI MegaRAID [Karel Zak] + - NVIDIA raid [Karel Zak] + - Optimize devicemapper support [Theodore Ts'o] + - Promise raid [Karel Zak] + - Refuse to create a device structure for a non-existent device [Theodore Ts'o] + - Unexport the private symbol blkid_devdirs [Theodore Ts'o] + - add to reiser [Karel Zak] + - add -L -U options (evaluation API) [root] + - add -p and low-probe mode to blkid binary [Karel Zak] + - add Christoph's note about libdisk to TODO [Karel Zak] + - add DDF raid [Karel Zak] + - add DEBUG_LOWPROBE, cleanup a little debug stuff [Karel Zak] + - add GFS and GFS2 [Karel Zak] + - add GFS2 UUID support [Karel Zak] + - add GFS2 reg. test [Karel Zak] + - add HFS and HFS+ [Karel Zak] + - add HPFS [Karel Zak] + - add HTFS [Karel Zak] + - add ISW raid [Karel Zak] + - add JMicron RAID [Karel Zak] + - add LUKS support [Karel Zak] + - add LVM2 support and a fix _sprintf_uuid() bug [Karel Zak] + - add Linux RAID [Karel Zak] + - add Silicon Image Medlay RAID [Karel Zak] + - add TODO file [Karel Zak] + - add TODO hint about DM devnames in sysfs [Karel Zak] + - add TODO hint about blkid_parse_tag_string() [Karel Zak] + - add TODO note about blkid_evaluate_spec_to_buffer() [Karel Zak] + - add UDF support [Karel Zak] + - add UFS [Karel Zak] + - add VFAT support [Karel Zak] + - add VIA RAID [Karel Zak] + - add ZSF support [Andreas Dilger] + - add ZSF test [Karel Zak] + - add __attribute__ ((format)) [Karel Zak] + - add a note to TODO list [Karel Zak] + - add adaptec raid [Karel Zak] + - add basic configure.ac stuff and blkid.pc [Karel Zak] + - add blkid_do_safeprobe() [Karel Zak] + - add blkid_evaluate_spec() [Karel Zak] + - add blkid_probe_get_sb() macro [Karel Zak] + - add btrfs support [Karel Zak] + - add cmdline interface for blkid_probe_filter_usage() [Karel Zak] + - add ddf raid regression test [Karel Zak] + - add ext{2,3,4,4devel} support [Karel Zak] + - add fallback to ext4 for 2.6.29+ kernels if ext2 is not present [Theodore Ts'o] + - add findfs(8) [Karel Zak] + - add highpoint{37x,45x} RAIDs [Karel Zak] + - add hpfs regression test [Karel Zak] + - add iso9600 [Karel Zak] + - add jfs [Karel Zak] + - add low level probing API [Karel Zak] + - add lvm1 [Karel Zak] + - add lvm2 reg.test [Karel Zak] + - add minix [Karel Zak] + - add missing blkidP.h to Makefile.am [Karel Zak] + - add missing hfs.c [Karel Zak] + - add netware (NSS) [Karel Zak] + - add netware regression test [Karel Zak] + - add new options to blkid.8 and help output [Karel Zak] + - add new requirements to TODO list [Karel Zak] + - add ocfs and oracleasm [Karel Zak] + - add ocfs2 version [Karel Zak] + - add proper copying info [Karel Zak] + - add reg.tests for HFS and HFS+ [Karel Zak] + - add romfs [Karel Zak] + - add squashfs [Karel Zak] + - add support for /etc/blkid.conf file [Karel Zak] + - add sysv and xenix [Karel Zak] + - add tst_types.c to Makefile.am [Karel Zak] + - add udev ID_FS_* output to blkid binary [Karel Zak] + - add udev string encoding routines [Karel Zak] + - add uuid and version support to gfs2 [Karel Zak] + - add version and probe FSInfo [Karel Zak] + - add version support to LVM2 [Karel Zak] + - add vol_id call to blkid regression test [Karel Zak] + - add vxfs [Karel Zak] + - add xfs [Karel Zak] + - blkdev size fallback [Karel Zak] + - blkid.static make target [Karel Zak] + - blkid_evaluate_spec() shouldn't ignore $BLKID_FILE [Karel Zak] + - check calloc() return value [Karel Zak] + - check idinfo[] index [Karel Zak] + - clean up man pages [Karel Zak] + - cleanup _LOGPROBE debug messages [Karel Zak] + - cleanup starts of probing files [Karel Zak] + - compile TEST_PROGRAMs [Karel Zak] + - correctly initialize magics[] arrays [Karel Zak] + - create basic directories [Karel Zak] + - don't dereference NULL upon slashless module dependency line [Jim Meyering] + - fix ..._strncpy_uuid [Karel Zak] + - fix a syntax nit [Karel Zak] + - fix blkid_do_probe() [Karel Zak] + - fix blkid_probe_sprintf_version() usage [Karel Zak] + - fix blkid_safe_string() [Karel Zak] + - fix exit codes in blkid(8) [Scott James Remnant] + - fix ext2 SEC_TYPE [Karel Zak] + - fix file descriptor leak when checking for a module [Karel Zak] + - fix gcc warning in blkid_get_cache_filename() [Karel Zak] + - fix hedeader in ntfs.c [Karel Zak] + - fix highpoint37x offset [Karel Zak] + - fix low-probe mode return codes [Karel Zak] + - fix non-udev low-probe mode output [Karel Zak] + - fix ocfs2 detection [Karel Zak] + - fix typo (syntax error) [Karel Zak] + - fix udev output [Karel Zak] + - fix xfs label [Karel Zak] + - hfs - do not set UUID for emtpy finder info [Kay Sievers] + - hfs - use proper native UUID format [Kay Sievers] + - improve ddf detection [Karel Zak] + - linux_raid - fix logic for volumes with size == 0 [Karel Zak] + - merge libblkid code from e2fsprogs/lib/blkid [Karel Zak] + - minor changes to library build system [Karel Zak] + - netware SB has to be packed [Karel Zak] + - optimize for string UUIDs [Karel Zak] + - re-order list of filesystems [Karel Zak] + - recognize ext3 with test_fs set as ext3 [Eric Sandeen] + - recognize ext4(dev) without journal [Eric Sandeen] + - refresh TODO file [Karel Zak] + - remove blkid_types.h [Karel Zak] + - remove unnecessary debug message [Karel Zak] + - remove unnecessary ifdef __cplusplus [Karel Zak] + - remove unused stuff from Makefile [Karel Zak] + - remove useless if-before-free tests [Jim Meyering] + - remove whole-disk entries from cache when partitions are found [Eric Sandeen] + - rename blkid_debug_init to blkid_init_debug [Karel Zak] + - rename blkid_evaluate_spec to blkid_evaluate_tag [Karel Zak] + - set size for non-blkdevs, add blkid_probe_strcpy_uuid() [Karel Zak] + - split SONAME and LIBBLKID_VERSION [Karel Zak] + - start to use ABI versioning [Karel Zak] + - support detection of multiple signatures [Karel Zak] + - support via raid version 2 [Sven Jost] + - update TODO [Karel Zak] + - update gitignore [Karel Zak] + - use "char **" rather than "unsigned char **" [Karel Zak] + - use /dev/mapper/<name> rather than /dev/dm-<N> [Karel Zak] + - use /sys/block/dm-<N>/dm/name [Karel Zak] + - use Requires.private and fix the include directory [Karel Zak] + - use blkid_probe_strcpy_uuid() for luks [Karel Zak] + - use posix uint32_t in ocfs superblock [Karel Zak] + - use posix uintXX_t in lvm code [Karel Zak] + - use sizeof() for hfs uuid [Karel Zak] + - vfat - fix declaration [Kay Sievers] +blkis: + - fix detection of ext4dev as ext4 [Eric Sandeen] +blockdev: + - add note that the StartSec is in 512-byte sectors [Karel Zak] + - fix possible buffer overflow [Karel Zak] +build-sys: + - add $usrlibexecdir and fix paths for [/usr]/lib64 [Karel Zak] + - add --disable-mount [Alon Bar-Lev] + - add --with=fsprobe=builtin [Karel Zak] + - add -luuid to BLKID_LIBS [Karel Zak] + - add fsck binary to .gitignore [Karel Zak] + - add missing AC_C_BIGENDIAN [Karel Zak] + - add missing files to include/Makefile.am [Karel Zak] + - add temporary libtool *.m4 stuff [Karel Zak] + - cleanup --with-fsprobe help string [Karel Zak] + - cleanup sys-utils/Makefile.am [Karel Zak] + - define libdir [Karel Zak] + - fix bugs detected by "make distcheck" [Karel Zak] + - libtoolize by libtool-2 [Karel Zak] + - libtoolize mount/Makefile.am [Karel Zak] + - move pivot_root(8) to sys-utils [Karel Zak] + - refresh generated libtool-2 stuff [Karel Zak] + - release++ (v2.15-rc1) [Karel Zak] + - release++ (v2.15-rc2) [Karel Zak] + - remove use of devmapper library [Karel Zak] + - tgets is not in ncurses but in tinfo [Arkadiusz Miśkiewicz] + - use pkg-config for blkid and volume_id [Karel Zak] +cal: + - determine the first day of week from the locale [Pádraig Brady] + - remove gcc-ism from nl_langinfo() call [Karel Zak] +cfdisk: + - accept yes/no as fallback [Matthias Koenig] + - fix "cannot seek on disk drive" bug [Karel Zak] +chfn: + - several strings without gettext calls [Karel Zak] +chrt: + - add NLS support, clean error messages and return codes [Karel Zak] + - add a comment about non POSIX 1003.1b attributes in chrt.1 [Aurelien Jarno] + - output buglet when reporting scheduling class [Karel Zak] + - support CFS SCHED_IDLE priority and document it [Martin Steigerwald] +disk-utils: + - clean up code, use blkdev_* functions [Samuel Thibault] + - include fcntl.h directly (mkfs.cramfs, raw) [maximilian attems] + - s/MOUNTED/_PATH_MOUNTED/ [maximilian attems] +dmesg: + - Add -r (raw) option. [Adam Jackson] + - nuke old glibc 5 support [maximilian attems] +docs: + - TODO: add request to use nl_langinfo() [Karel Zak] + - TODO update [Karel Zak] + - add a note about /proc/sys/kernel/random/uuid [Karel Zak] + - add a note about kpartx to TODO [Karel Zak] + - add entry about /proc/partitions parsing [Karel Zak] + - add feature-requests from RH bugzilla to TODO list [Karel Zak] + - add suggestion about TZ=UTC to TODO file [Karel Zak] + - fix typo, cal(8) --> cal(1) [Karel Zak] + - update AUTHORS file [Karel Zak] + - update TODO list [Karel Zak] + - update v2.15 ReleaseNotes [Karel Zak] +elvtune: + - add NLS support [Pedro Ribeiro] +fdisk: + - (and partx) remove BLKGETLASTSECT [Karel Zak] + - add 0xaf HFS / HFS partition type [Karel Zak] + - add some missing includes [Matthias Koenig] + - cannot create partition with starting beyond 1 TB [Karel Zak] + - cleanup _PATH_DEV_* macros [Karel Zak] + - doesn't handle large (4KiB) sectors properly [Eric Sandeen] + - don't check for GPT when asked for disk size only [Karel Zak] + - don't use get_linux_version() for non-linux [Samuel Thibault] + - exit(3) needs stdlib.h include [maximilian attems] + - fix man page typo [Karel Zak] + - fix max. ptname [Karel Zak] + - non-linux support (BLK* and HDIO_*) [Samuel Thibault] + - read /proc/partitions in more robust way [Karel Zak] + - remove obsolete information from man page [Karel Zak] + - remove unnecessary gettext call [Karel Zak] + - rename ENABLE_CMDTAGQ macro [Karel Zak] + - round reported sizes rather than truncate [Karel Zak] + - several strings without gettext calls [Pedro Ribeiro] + - suggest partprobe(8) and kpartx(8) when BLKRRPART failed [Vincent Deffontaines, Karel Zak] + - support "-b 4096" option [Karel Zak] + - support +cylinder notation [Karel Zak] + - use real sector size in verify() and warn_cylinders() [Karel Zak] + - warn users about 2.2TB dos partition limit [Karel Zak] +flock: + - Allow lock directory [Alexey Gladkov] + - add NLS support, remove tailing white-spaces [Karel Zak] + - fix printf format error in usage() [Karel Zak] + - segfaults when file name is not given [Karel Zak] +fsck: + - cosmetic changes (NLS, paths, ...) [Karel Zak] + - link with generic fsprobe wrapper [Karel Zak] + - move fsck from e2fsprogs to util-linux-ng [Karel Zak] + - remove from warning message [Karel Zak] + - remove useless if-before-free tests [Karel Zak] +fsck.cramfs: + - add NLS support [Pedro Ribeiro] + - fix compiler warning [Karel Zak] + - segfault with INCLUDE_FS_TESTS and no -x option [Karel Zak] +fsck.minix: + - add regression test [Karel Zak] +getopt: + - remove unnecessary ifdefs [Karel Zak] + - remove useless if-before-free tests [Karel Zak] +hwclock: + - add --systz option to set system clock from itself [Scott James Remnant] + - always reads hardware clock [Karel Zak] + - cleanup help output and man page [Karel Zak] + - clock.h is included more than once [Karel Zak] + - delay loop in set_hardware_clock_exact [Kalev Soikonen] + - don't open /dev/rtc repeatedly [Karel Zak] + - omit warning about drift if --noadjfile given [Matthias Koenig] + - read_hardware_clock_rtc() need to return error codes [Karel Zak] + - remove "cli" and "sti" from i386 CMOS code [Karel Zak] + - remove x86_64-specific bogon [David Brownell] + - several strings without gettext calls [Pedro Ribeiro] + - unshadow a diagnostic printf [Kalev Soikonen] + - use carefully synchronize_to_clock_tick() return codes [Karel Zak] + - use time limit for synchronization busy wait [Karel Zak] +include: + - add missing files to Makefile.am [Karel Zak] + - bitops - explicitly include endian.h [Karel Zak] + - move swapheader.h to include [Matthias Koenig] + - swapheader.h is missing in Makefile.am [Karel Zak] + - use __BYTE_ORDER rather than AC specific WORDS_BIGENDIAN [Karel Zak] +ionice: + - Extend the man page to explain the "none" class and cpu-nice inheritance [Jakob Unterwurzacher] + - a little cleanup of "none" description [Karel Zak] + - add -t option [Lubomir Kundrak] + - add strtol() checks, cleanup usage text and man page [Karel Zak] + - change Jens Axboe's email [Karel Zak] + - cleanup error messages, add NLS support [Karel Zak] + - cleanup man page [Karel Zak] + - fix typo in manpage [Karel Zak] + - let -p handle multiple PIDs [Stephan Maka] +ipcmk: + - add NLS support [Karel Zak] + - fix error codes and error messages [Karel Zak] + - new command [Hayden James] +ipcs: + - adjust some field positions and widths for correct alignment [Benno Schulenberg] + - fix exit codes, remove tailing white-spaces [Karel Zak] + - ungettextize the spacing of the table headers [Benno Schulenberg] +ldattach: + - don't compile for non-linux systems [Samuel Thibault] +lib: + - add __BYTE_ORDER to md5.c [Karel Zak] + - add is_whole_disk() from fdisk code [Karel Zak] + - add pttype.c for PT types detection [Karel Zak] + - add test_ismounted for regression test [Karel Zak] + - blkdev.c clean up, non-linux support [Samuel Thibault] + - do not include <linux/fd.h> in ismounted.c [Aurelien Jarno] + - fix fsprobe wrapper (const char * is nonsense) [Karel Zak] + - fsprobe - fix gcc warning [Karel Zak] + - gcc warning in fix fsprobe [Karel Zak] + - make open_device() optional in fsprobe.c [Karel Zak] + - pttype add BSD subpartitions support [Karel Zak] + - pttype fix DOS detection [Karel Zak] + - pttype - extend the API to work with file descriptors [Karel Zak] + - wholedisk - extend API, add test program [Karel Zak] + - pttype - fix typo [Karel Zak] +logger: + - several strings without gettext calls [Pedro Ribeiro] +login: + - cleanup includes [Karel Zak] + - fix compiler warning (int32 time() arg) [Karel Zak] + - fix warning "dereferencing type-punned pointer will break strict-aliasing rules" [Karel Zak] + - remove "switching users" nonsense from man page [Karel Zak] + - use "remote" as a PAM service name for "login -h" [Karel Zak] + - use open(2) rather then access(2) for $HOME/.hushlogin [Karel Zak] +login-utils: + - several strings without gettext calls [Pedro Ribeiro] +losetup: + - add warning about read-only mode [Karel Zak] + - clean up code around LO_FLAGS_AUTOCLEAR [Karel Zak] + - cleanup man page [Karel Zak] + - detach more devices by "-d <loop> [<loop> ..]" [Karel Zak] + - looplist_* refactoring, remove scandir() [Karel Zak] + - missing EBUSY error hint message [Karel Zak] + - mount endless loop hang [Karel Zak] + - remove dependence on minor numbers [Karel Zak] + - several strings without gettext strings [Pedro Ribeiro] + - try to set up loop readonly if EACCES [Matthias Koenig] +lscpu: + - --sysroot option and stable cache output [Cai Qian] + - add Hypervisor detection [Karel Zak, Ky Srinivasan] + - new command [Cai Qian, Karel Zak] + - regression tests [Cai Qian] + - return EXIT_SUCCESS at the end [Matthias Koenig] +misc-utils: + - write include signal.h directly [maximilian attems] +mkfs.cramfs: + - add endianness support to cramfs tools [Roy Peled] + - lower memory requirements for layouts with duplicate files [Roy Peled] + - several strings without gettext calls [Pedro Ribeiro] +mkfs.minix: + - (and fsck) rename bitops.h [Karel Zak] + - add regression test [Karel Zak] + - fix size detection [Matthias Koenig] + - remove local implementation of {set,clr}bit [Karel Zak] +mkswap: + - clean up man page [Karel Zak] + - handle 2^32 pages [Hugh Dickins] + - non-linux support [Samuel Thibault] + - remove v0 swap space support [Karel Zak] + - zap bootbits [Karel Zak] +more: + - don't use a.out.h [Mike Frysinger] + - minor fixes to magic() [James Youngman] +mount: + - Add strictatime support [Matthew Garrett] + - add docs about utf8=0 for vfat [Karel Zak] + - add i_version support [Karel Zak] + - add info about /proc/mounts to mount.1 [Karel Zak] + - add info about semantics of read-only mount to mount.8 [Karel Zak] + - add info about tz=UTC option for FAT to mount.8 [Karel Zak] + - add norealtime to mount.8 [Karel Zak] + - add rootcontext= SELinux mount option [Karel Zak] + - add shortoptions for bind, move and rbind [maximilian attems] + - clean up SPEC canonicalization [Karel Zak] + - cleans up mount(8) troff markup [Sam Varshavchik] + - create separate section for fs-independent options in mount.8 [Karel Zak] + - document newinstance and ptmxmode options to devpts [Sukadev Bhattiprolu] + - finalize support of quoted LABELs/UUIDs [Karel Zak] + - fix gcc warning (variable used uninitialized) [Karel Zak] + - fix mount_static_LDADD [Karel Zak] + - fix typo [Guan Xin] + - fix typo [Karel Zak] + - fix typo in volume_id code [Karel Zak] + - generic blkid/volume_id wrapper, use blkid_evaluate_* [Karel Zak] + - inform about UID and eUID when verbose > 2 [Karel Zak] + - make file_t SELinux warning optional and shorter [Karel Zak] + - move realpath.c code to lib/ [Karel Zak] + - mtab created multiple times with -a option [Karel Zak] + - non-setuid (POSIX file capabilities) support [Karel Zak] + - remove link to namesys.com [Karel Zak] + - remove spurious newline from mount.8 [Mike Frysinger] + - remove useless if-before-free tests [Karel Zak] + - reorder list of options in mount.8 [Karel Zak] + - retry on ENOMEDIUM [Matthias Koenig] + - s/MOUNTED/_PATH_MOUNTED/ [maximilian attems] + - suggest to use blockdev --setro rather than losetup [Karel Zak] + - sundries.h add klibc support [maximilian attems] + - sync FAT info in mount.8 with Documentation/filesystems/vfat.txt [Karel Zak] + - sync tmpfs info in mount.8 with Documentation/filesystems/tmpfs.txt [Karel Zak] + - use subsections in mount.8 DESCRIPTION [Karel Zak] + - warn on "file_t" selinux context [Karel Zak] +namei: + - add --owners and --long options [Karel Zak] + - add --vertical option [Karel Zak] + - add missing options to namei.1 [Karel Zak] + - don't duplicate '/' directory [Karel Zak] + - fix buffer overflow [Karel Zak] + - new re-written version [Karel Zak] +partx: + - convert hard sector size to 512-byte sectors [Karel Zak] + - don't duplicate lib/blkdev.c code [Karel Zak] + - don't redeclare daddr_t [maximilian attems] + - use ioctls from lib/blkdev.c [Karel Zak] +pg: + - add gettext call for the help string [Karel Zak] + - several strings without gettext calls [Pedro Ribeiro] +pivot_root: + - clean up [Karel Zak] +po: + - add zh_CN.po (from translationproject.org) [Ray Wang] + - merge changes [Karel Zak] + - rewrite update-potfiles script [Karel Zak] + - update POTFILES.in [Karel Zak] + - update cs.po (from translationproject.org) [Petr Pisar] + - update fi.po (from translationproject.org) [Lauri Nurmi] + - update fr.po (from translationproject.org) [Nicolas Provost] + - update id.po (from translationproject.org) [Arif E. Nugroho] + - update ja.po (from translationproject.org) [Makoto Kato] + - update list of .c files [Karel Zak] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update vi.po (from translationproject.org) [Clytie Siddall] +raw: + - add NLS support [Pedro Ribeiro] + - default to /dev/raw/rawctl [Karel Zak] +rdev: + - cleanup includes [Karel Zak] +readprofile: + - several strings without gettext calls [Pedro Ribeiro] +renice: + - add -n option for compatibility with POSIX [Karel Zak] +rtcwake: + - add mising .RE to the man page [Karel Zak] + - cleanup return codes [Karel Zak] + - explain supported modes in rtcwake.8 [Karel Zak] + - prefer RTC_WKALM_SET over RTC_ALM_SET [Gabriel Burt] + - support not suspending [Marco d'Itri] +script: + - don't flush input when starting script [Andrew McGill] +scriptreplay: + - new implementation is out-of-sync [Karel Zak] +selinux: + - is_selinux_enabled() returns 0, 1 and -1 [Karel Zak] +setterm: + - fix -blank man page [Karel Zak] +sfdisk: + - fix Compilation Error [CAI Qian] + - fix possible buffer overflow [Karel Zak] + - print version should end with a newline [Denis ChengRq] +simmpleinit: + - fix gcc warning (buffer size in read()) [Karel Zak] +simpleinit: + - cleanup gettext calls, use snprintf() [Karel Zak] +swapon: + - -a has to complain, fix leaks [Karel Zak] + - add -f/--fixpgsz option [Karel Zak] + - add error messages for lseek and write [Karel Zak] + - add generic swap_get_header() [Karel Zak] + - add swap format detection and pagesize check [Matthias Koenig, Olaf Hering] + - cleanup man page [Karel Zak] + - do_swapon() refactoring (move stat() checks) [Karel Zak] + - do_swapon() refactoring (split into two functions) [Karel Zak] + - fix typo s/warn/warnx/ [Karel Zak] + - fix wording in man page [Karel Zak] + - rewrite SWSUSPEND signature rather than exec mkswap [Karel Zak] + - simplify spec to devname conversion [Karel Zak] + - use err.h stuff [Karel Zak] +tailf: + - unistd.h is included more than once [Karel Zak] +tests: + - add "byte-order" to helpers/test_sysinfo [Karel Zak] + - add ./run.sh <component> [Karel Zak] + - add MD5 regression test [Karel Zak] + - add fsck ismounted reg.test [Karel Zak] + - add libblkid regression tests (images from e2fsprogs) [Karel Zak] + - add lscpu(1) test for fullvirt. Xen x86_64 [Karel Zak] + - add lscpu(1) test for paravirt. Xen i386 [Karel Zak] + - add md5 regression test [Karel Zak] + - add mk-lscpu-input.sh [Karel Zak] + - add support for subdirs to basic test functions [Karel Zak] + - add support for subtests [Karel Zak] + - add swabN() regression test [Karel Zak] + - check also for /dev/loop/X [Karel Zak] + - chmod -x ts/lscpu/mk-input.sh [Karel Zak] + - clean up the testing scripts [Américo Wang] + - cleanup lscpu reg.tests [Karel Zak] + - cleanup ts/bitops [Karel Zak] + - cleanup ts/cal scripts [Karel Zak] + - cleanup ts/col scripts [Karel Zak] + - cleanup ts/cramfs/fsck-endianness [Karel Zak] + - cleanup ts/cramfs/mkfs-endianness [Karel Zak] + - cleanup ts/hwclock [Karel Zak] + - cleanup ts/ipcs [Karel Zak] + - cleanup ts/login [Karel Zak] + - cleanup ts/look [Karel Zak] + - cleanup ts/md5 [Karel Zak] + - cleanup ts/minix [Karel Zak] + - cleanup ts/mount [Karel Zak] + - cleanup ts/namei [Karel Zak] + - cleanup ts/paths [Karel Zak] + - cleanup ts/script [Karel Zak] + - cleanup ts/swapon [Karel Zak] + - create expected/$(component)/$(testname) [Karel Zak] + - create subdirs for test scripts [Karel Zak] + - detect libvolume_id when mount(8) is compiled [Karel Zak] + - disable blkid tests when blkid(8) is not compiled [Karel Zak] + - disable suid mount test [Karel Zak] + - fix -regex in run.sh [Karel Zak] + - fix TS_* paths [Karel Zak] + - fix file name is too long (max 99) - gtar [Karel Zak] + - fix output string [Karel Zak] + - fix the final message for subtests [Karel Zak] + - fix typo in low-probe test [Karel Zak] + - fix typo in lscpu test [Karel Zak] + - move some generic stuff from ts_init() to a new ts_init_env() [Karel Zak] + - refresh Makefile.am (add missing lscpu tests) [Karel Zak] + - refresh and cleanup cramfs/mkfs [root] + - refresh cal(1) expected outputs [Karel Zak] + - refresh expected mount(8) outputs [Karel Zak] + - refresh ipcs expected outputs [Karel Zak] + - remove input directory [Karel Zak] + - remove obsolete stuff from Makefile.am [Karel Zak] + - remove unexpected exit from *_subtest functions [Karel Zak] + - remove useless return value checks in testing scripts [Américo Wang] + - update namei reg.test [Karel Zak] + - we needn't blkid.sh [Karel Zak] +tools: + - add checkconfig to top-level Makefile [Karel Zak] + - add checkincludes.pl (from linux kernel) [Karel Zak] + - rename codecheck-config to checkconfig.sh [Karel Zak] +umount: + - check for overlaid mounts [Guan Xin] + - cleanup gefs_by_specdir() [Karel Zak] + - improve "-d" option for autoclear loops [Karel Zak] + - no checking mount point removal [Guan Xin] +whereis: + - include dirent.h instead sys/dir.h [maximilian attems] +write: + - doesn't check for tty group [Karel Zak] + diff --git a/Documentation/releases/v2.16-ReleaseNotes b/Documentation/releases/v2.16-ReleaseNotes new file mode 100644 index 0000000..0cd2984 --- /dev/null +++ b/Documentation/releases/v2.16-ReleaseNotes @@ -0,0 +1,182 @@ + +Util-linux-ng 2.16 Release Notes (15-Jul-2009) +============================================== + +Release highlights +------------------ + +libuuid, uuidgen(1) and uuidd(8): + - the libuuid library has been moved from e2fsprogs to util-linux-ng + +switch_root: + - this NEW COMMAND allows to switch to another filesystem as the root + of the mount tree. + +mount, umount, fsck: + - DOES NOT SUPPORT linking against obsolete libvolume_id (from udev) + +libblkid: + - development files (.so, .a, ...) have been moved from /lib to /usr/lib. + + +Stable maintenance releases between v2.15 and v2.16 +--------------------------------------------------- + +util-linux-ng 2.15.1 [10-Jun-2009] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.15/v2.15.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.15/v2.15.1-ChangeLog + + +ChangeLog between v2.15 and v2.16 +--------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.16/ + + +build-sys: + - add --disable-libblkid, remove volume_id support [Karel Zak] + - add --disable-switch_root [Karel Zak] + - add --disable-tls [Karel Zak] + - add --disable-uuidd [Karel Zak] + - add UTIL_{SET,RESTORE}_FLAGS [Karel Zak] + - check for openat() and linux for switch_root [Karel Zak] + - cleanup libuuid stuff [Karel Zak] + - complete /libs to /shlibs rename [Karel Zak] + - enable fsck by default [Karel Zak] + - fix "make -C" bug [Karel Zak] + - fix --disable-uuidd [Karel Zak] + - fix blkid.h include for old e2fsprogs [Karel Zak] + - fix exec/data install hooks [Karel Zak] + - fix headers in mkswap and libblkid [Karel Zak] + - fix libuuid Makefile.am [Karel Zak] + - fix libuuid and libblkid version-info [Karel Zak] + - fix typo from 30688dde55f637c9b984809c685b61378b82805f [Robert Förster] + - improve $libdirname definition [Karel Zak] + - improve symlinks creation in shlibs/ [Karel Zak] + - release++ (v2.16-rc1) [Karel Zak] + - release++ (v2.16-rc2) [Karel Zak] + - rename /libs to /shlibs [Karel Zak] + - rename to _execdir [Karel Zak] + - reverse shlibs installation [Kay Sievers] +buildsys: + - move $usr{bin,sbin,lib}execdir definition to ./configure [Karel Zak] +cal: + - Highlight today even when month or year specified [Rajeev V. Pillai] + - uClibc has langinfo.h but not _NL_TIME_WEEK_1STDAY. [Tom Prince] +chrt: + - don't assume SCHED_BATCH and SCHED_IDLE exist [Aurelien Jarno] +docs: + - add missing commands/projects to AUTHORS file [Karel Zak] + - add v2.16 ReleaseNotes [Karel Zak] + - refresh TODO list [Karel Zak] + - remove example.files/rc[.local] [Karel Zak] + - remove obsolete information from fstab example [Karel Zak] + - update AUTHORS file [Karel Zak] + - update v2.16 ReleaseNotes [Karel Zak] + - update v2.16-ReleaseNotes [Karel Zak] +fdisk: + - (and cfdisk) fix to be consistent about maximum heads [Chris Webb] + - add simple test for doslabel stuff [Zdenek Behan] +hwclock: + - fix mismatched popen/fclose. [John Keeping] +include: + - clean up _PATH_DEV_* macros [Karel Zak] + - fix _PATH_DEV [Karel Zak] +ionice: + - Allow setting the none class [Jakob Unterwurzacher] +ldattach: + - add N_PPS support [Tilman Schmidt] +libblkid: + - add device-mapper snapshot cow device probe [Milan Broz] + - add install-hook for libuuid.[a,so] devel files [Karel Zak] + - add stdarg.h to blkidP.h [Karel Zak] + - blkid_do_safeprobe() has to be tolerant to RAIDs [Karel Zak] + - cleanup debug messages and return codes in blkid_do_probe() [Karel Zak] + - don't require udev symlinks verification for non-root users [Karel Zak] + - fix "hangs forever with partition type mdraid" [Karel Zak] + - fix #ifdefs readability [Karel Zak] + - fix $libdir in blkid.pc [Karel Zak] + - fix LVM1 probe [Milan Broz] + - fix reiserfs name [Karel Zak] + - make libuuid optional [Karel Zak] + - move to misc-utils/ directory [Karel Zak] + - update man page [Karel Zak] +libuuid: + - add --disable-libuuid and LIBUUID_VERSION [Karel Zak] + - add .gitignore [Karel Zak] + - add info about u-l-ng to man pages [Karel Zak] + - add install-hook for libuuid.[a,so] devel files [Karel Zak] + - Don't run uuidd if it would fail due to permission problems [Theodore Ts'o] + - fix $libdir in uuid.pc [Karel Zak] + - fix parallel building [Karel Zak] + - generate uuid_generate_{random,time}.3 man page links [Karel Zak] + - import UUID library from e2fsprogs [Karel Zak] + - Make sure fd's 0, 1, and 2 are valid before exec'ing uuidd [Theodore Ts'o] + - move clock state file from /var/lib to /var/run [Karel Zak] +libuuid, uuidd: + - Avoid infinite loop while reading from the socket fd [Theodore Ts'o] +losetup: + - add --set-capacity [Karel Zak] + - fix return codes of functions arounf is_associated() [Karel Zak] + - handle symlinks in /dev/loop/ [Mike Frysinger] + - suggest to use modprobe rather than insmod in losetup.8 [Karel Zak] +lscpu: + - fix cpuid code on x86/PIC [Mike Frysinger] +mount: + - (and fsck) remove libvolume_id support [Karel Zak] + - a little clean up info about loopdevs in man page [Karel Zak] + - add ext4 to mount.8 [Karel Zak] + - add ext4 to the list of filesystems in mount.8 [Karel Zak] + - add info about obsolete vfat options to mount.8 [Karel Zak] + - allow loop suid umount [Kay Sievers] + - cleanup notes about -l option in mount.8 [Karel Zak] + - fix undefined reference to `security_get_initial_context' [Karel Zak] + - move MS_{PROPAGATION,BIND,MOVE} detection [Karel Zak] + - use "none" fstype for MS_PROPAGATION mounts [Karel Zak] + - use TAG parsing function from libblkid [Karel Zak] + - when a remount to rw fails, quit and return an error [Valerie Aurora] +po: + - fix typo in French translation [Olivier Blin] + - merge changes [Karel Zak] + - refresh POTFILES.in [Karel Zak] + - update cs.po (from translationproject.org) [Petr Pisar] + - update fi.po (from translationproject.org) [Lauri Nurmi] + - update fr.po (from translationproject.org) [Nicolas Provost] + - update vi.po (from translationproject.org) [Clytie Siddall] +raw: + - Use the RAW_SETBIND ioctl without stat'ing the raw# file [Jeff Mahoney] + - undeprecate raw [Karel Zak] +switch_root: + - add man page [Karel Zak] + - add subroot support [Daniel Drake] + - clean up argv[] usage, add -h and -V [Karel Zak] + - do recursiveRemove after our root is moved to avoid races. [Peter Jones] + - fix coding style [Karel Zak] + - fork before cleaning up the filesystem. [Peter Jones] + - new command [Karel Zak] + - rewrite to use fstatat() and unlinkat() [Karel Zak] + - use err.h, clean up return codes [Karel Zak] + - use file descriptor instead of path for recursiveRemove() [Peter Jones] + - use snprintf() rather tan str{cpy,cat}() [Karel Zak] +tests: + - add functions for work withdisk images [Karel Zak] + - add mdraid libblkid test [Karel Zak] + - don't run some mount tests for non-root users [Karel Zak] + - fix 'delete extended partition' checksum [Karel Zak] + - fix reiserfs test [Karel Zak] + - fix script that creates lscpu dumps [Karel Zak] + - move lscpu /proc and /sys dumps to tarballs [Karel Zak] + - remove broken Xen dumps for lscpu [Karel Zak] +umount: + - clean up help output [Karel Zak] +uuidd: + - Avoid closing the server socket when calling create_daemon() [Theodore Ts'o] + - fix $PIDFILE in uuidd.rc [Karel Zak] + - init /var/run/uuidd, add option for on-demand mode to .rc file [Karel Zak] + - move uuidd files from /var/lib/libuuid to /var/run/uuidd [Karel Zak] + - move uuidd.rc to misc-utils directory [Karel Zak] + - new command (UUID daemon from e2fsprogs) [Karel Zak] +uuidgen: + - new command (from e2fsprogs) [Karel Zak] diff --git a/Documentation/releases/v2.17-ReleaseNotes b/Documentation/releases/v2.17-ReleaseNotes new file mode 100644 index 0000000..4988b4f --- /dev/null +++ b/Documentation/releases/v2.17-ReleaseNotes @@ -0,0 +1,526 @@ +Util-linux-ng 2.17 Release Notes (08-Jan-2010) +============================================== + +Release highlights +------------------ + +fallocate: + - this NEW COMMAND is a command line interface to fallocate + Linux syscall and allows to preallocate blocks to a file. + +unshare + - this NEW COMMAND is a command line interface to unshare Linux syscall + and allows to run program with some namespaces unshared from parent. + +wipefs + - this NEW COMMAND is based on libblkid and allows to remove filesystem + or RAID signatures from a device. + +libblkid: + - libblkid allows to gather information about block device topology, + currently supported methods are: + + * ioctl - supported since kernel 2.6.32 + * sysfs - supported since kernel 2.6.31 + * fallback for DM, MD, LVM and EVMS on old kernels (base on code + from xfsprogs/libdisk) + + The topology support is mostly designed for mkfs programs or partitioning + tools (already used in mkfs.xfs, mkex2fs, libparted and fdisk) + + - libblkid supports partition tables parsing (currently supported are + aix, bsd, dos, mac, gpt, minix, sgi, solaris, sun and unixware). This + functionality is designed for mkfs programs, DeviceKits, [k]partx or so. + + - libblkid API documentation is available at + http://ftp.kernel.org/pub/linux/utils/util-linux/libblkid-docs/ + +blockdev: + - supports all new topology ioctls + +fdisk: + - the fdisk command aligns newly created partitions to minimum_io_size + boundary ("minimum_io_size" is physical sector size or stripe chunk + size on RAIDs). + + - the fdisk command supports disks with alignment_offset now. + + +Stable maintenance releases between v2.16 and v2.17 +--------------------------------------------------- + +util-linux-ng 2.16.1 [07-Sep-2009] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.16/v2.16.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.16/v2.16.1-ChangeLog + +util-linux-ng 2.16.2 [30-Nov-2009] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.16/v2.16.2-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.16/v2.16.2-ChangeLog + + +ChangeLog between v2.16 and v2.17 +--------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.17/ + +addpart: + - addpart.8 formatting [Peter Breitenlohner] +blkid: + - add ID_FS_AMBIVALENT for udev output [Karel Zak] + - add pretty output, document -L incompatibility with e2fsprogs [Karel Zak] + - allow to use -s <TAG> for low-level probing (-p mode) [Karel Zak] +blockdev: + - add support for uint and ushort ioctls [Karel Zak] + - add topology ioctls support [Karel Zak] + - blockdev.8 formatting [Peter Breitenlohner] + - fix topology ioctls [Karel Zak] + - refactoring (better commands definition) [Karel Zak] + - use c.h [Karel Zak] +build-sys: + - add --disable-makeinstall-setuid [Karel Zak] + - add HAVE_LIBBLKID_INTERNAL [Karel Zak] + - check for pkg-config before gtk-doc [Karel Zak] + - check for union semun instead of using _SEM_SEMUN_UNDEFINED [Guillem Jover] + - clean up gtk-doc stuff [Karel Zak] + - clean up gtk-doc usage [Karel Zak] + - cleanup --disable-{fallocate,pivot_root,unshare} [Karel Zak] + - cleanup AM_CFLAGS usage [Karel Zak] + - cleanup static building [Karel Zak] + - detect if const is available [Guillem Jover] + - detect if volatile is available [Guillem Jover] + - don't distribute generated *.pc files [Karel Zak] + - don't distribute generated blkid.h [Karel Zak] + - enable silent rules if automake >= 1.11 [Guillem Jover] + - fix (official) gtk-doc.make [Karel Zak] + - fix BUILD_PIVOT_ROOT condition [Karel Zak] + - fix blkid CFLAGS in fdisk/Makefile.am [Karel Zak] + - fix out-of-source build [Karel Zak] + - release++ (v2.17-rc1) [Karel Zak] + - release++ (v2.17-rc2) [Karel Zak] + - release++ (v2.17-rc3) [Karel Zak] + - remove LT_STATIC_LDFLAGS [Karel Zak] + - remove gtkdocize from autogen.sh [Karel Zak] + - remove obsolete --with-fsprobe from distcheck flags [Karel Zak] + - rewrite TLS detection [Karel Zak] +cal: + - cal.1 formatting [Peter Breitenlohner] + - fix (harmless) typo [Peter Breitenlohner] + - fix broken computation for Sep 1752 [Peter Breitenlohner] + - remove obsolete <localeinfo.h> include [Guillem Jover] + - use c.h [Karel Zak] +cfdisk: + - cfdisk.8 formatting [Peter Breitenlohner] + - more key alternatives [Jan Sarenik] +chfn: + - chfn.1 formatting [Peter Breitenlohner] +chrt: + - use c.h [Karel Zak] +chsh: + - chsh.1 formatting [Peter Breitenlohner] +ctrlaltdel: + - ctrlaltdel.8 formatting [Peter Breitenlohner] +cytune: + - cytune.8 missing description of `-S', formatting [Peter Breitenlohner] +ddate: + - ddate.1 formatting [Peter Breitenlohner] +delpart: + - delpart.8 formatting [Peter Breitenlohner] +dmesg: + - add -r to help output [Karel Zak] + - dmesg.1 formatting [Peter Breitenlohner] + - fix typo in man page [Ken Kopin] +docs: + - README width and language correction [Jan Sarenik] + - add 'unshare' and 'wipefs' to AUTHORS [Karel Zak] + - add LGPLv2+ to list of licenses [Karel Zak] + - add ngettext() into TODO file [Karel Zak] + - add v2.17 ReleaseNotes [Karel Zak] + - update "The Perfect Patch" URL [Karel Zak] + - update AUTHORS file [Karel Zak] + - update TODO [Karel Zak] + - update TODO file [Karel Zak] + - update TODO list [Karel Zak] + - update v2.17 ReleaseNotes [Karel Zak] +elvtune: + - elvtune.8 formatting [Peter Breitenlohner] +fallocate: + - check for ERANGE errors [Karel Zak] + - new command [Karel Zak, Eric Sandeen] +fdformat: + - fdformat.8 formatting [Peter Breitenlohner] + - fix memory leak in verify_disk() [Cristian Rodríguez] +fdisk: + - add basic routines for LBA alignment [Karel Zak] + - add regression test listing empty/nonsense images [Zdenek Behan] + - align end of partition when defined by +size{K,M,G} [Karel Zak] + - check for partition boundary [Karel Zak] + - fdisk.8 formatting [Peter Breitenlohner] + - fix strict-aliasing bugs [Karel Zak] + - offer aligned first sector [Karel Zak] + - print info and recommendations about alignment [Karel Zak] + - read topology info from libblkid [Karel Zak] + - sgi label - remove duplicate swab16swab[16,32]() definitions [Karel Zak] + - sleep-after-sync and fsync usage [Karel Zak] + - use c.h [Karel Zak] + - use minimal_io_size for the first partition [Karel Zak] +findfs: + - fix typo in findfs.8 [Karel Zak] +flock: + - fix hang when parent ignores SIGCHLD [Mike Frysinger] +fsck: + - document fsck behavior wrt nofail option and fstype 'auto' [Ludwig Nussel] + - fsck.8 formatting [Peter Breitenlohner] + - honor nofail option in fsck [Ludwig Nussel] +fsck.minix: + - fix broken zone checking [Karel Zak] + - fix strict-aliasing bugs [Karel Zak] + - fsck.minix.8 formatting [Peter Breitenlohner] +fstab: + - fstab.5 formatting [Peter Breitenlohner] +getopt: + - getopt.1 formatting [Peter Breitenlohner] +hexdump: + - bug in hexdump when offset == file length [Américo Wang] + - hexdump.1 erroneous .Nm "" [Peter Breitenlohner] +hwclock: + - do not access hardware clock when using --systz [Scott James Remnant] + - hwclock.8 formatting [Peter Breitenlohner] + - set kernel timezone with --systz --utc [Scott James Remnant] + - use c.h [Karel Zak] + - use time limit for KDGHWCLK busy wait [Karel Zak] +include: + - add c.h with fundamental C definitions [Karel Zak] + - use c.h in canonicalize.h [Karel Zak] +initctl: + - fix strict-aliasing bugs [Karel Zak] + - initctl.8 formatting [Peter Breitenlohner] +ionice: + - add a note about none class and CFQ [Karel Zak] + - ionice.1 formatting [Peter Breitenlohner] +ipcmk: + - ipcmk.1 formatting [Peter Breitenlohner] +ipcrm: + - ipcrm.1 formatting [Peter Breitenlohner] +ipcs: + - ipcs.1 formatting [Peter Breitenlohner] + - use __GLIBC__ instead of obsolete __GNU_LIBRARY__ [Guillem Jover] +isosize: + - isosize.8 formatting [Peter Breitenlohner] +kill: + - kill.1 formatting [Peter Breitenlohner] + - use c.h [Karel Zak] +last: + - fix utmp.ut_time usage [Karel Zak] + - last.1 formatting [Peter Breitenlohner] +ldattach: + - ldattach.8 formatting [Peter Breitenlohner] + - use c.h [Karel Zak] +lib: + - add a generic crc32() [Karel Zak] + - bug (typo) in function MD5Final() [Karel Zak] + - fix file descriptor leak in is_mounted() [Theodore Ts'o] + - fix lib/Makefile.am (remove pttype.c) [Karel Zak] + - import whole ismounted.c code from e2fsprogs [Karel Zak] + - remove pttype.c [Karel Zak] +libblkid: + - DRBD support for blkid [Bastian Friedrich] + - add *.ko.gz support to modules.dep parser [Karel Zak] + - add AIX partitions support [Karel Zak] + - add BLKID_SUBLKS_* flags [Karel Zak] + - add BLKID_{VERSION,DATE} to blkid.h [Karel Zak] + - add BSD partitions support [Karel Zak] + - add DM topology support (for old kernels) [Karel Zak] + - add EFI GPT partitions support [Karel Zak] + - add EVMS topology support (for old kernels) [Karel Zak] + - add LVM topology support (for old kernels) [Karel Zak] + - add MAC partitions support [Karel Zak] + - add MD topology support (for old kernels) [Karel Zak] + - add MINIX partitions support [Karel Zak] + - add MS-DOS partitions support [Karel Zak] + - add SGI partitions support [Karel Zak] + - add SOLARIS-X86 partitions support [Karel Zak] + - add SUN partitions support [Karel Zak] + - add UBI volume support [Corentin Chary] + - add UBIFS support [Corentin Chary] + - add UNIXWARE partitions support [Karel Zak] + - add a probe for bfs [Christoph Hellwig] + - add blkid_devno_to_wholedisk() [Karel Zak] + - add blkid_driver_has_major() [Karel Zak] + - add blkid_new_probe_from_filename() [Karel Zak] + - add blkid_partition_get_type_string() [Karel Zak] + - add blkid_probe_get_{size,sectorsize,devno} [Karel Zak] + - add blkit_[un]ref() to TODO [Karel Zak] + - add chain structs [Karel Zak] + - add functions for chain tags [Karel Zak] + - add generic filter functions [Karel Zak] + - add generic function for binary data [Karel Zak] + - add missing comments [Karel Zak] + - add missing comments to probe.c [Karel Zak] + - add missing packed attributes [Karel Zak] + - add mkfs sample [Karel Zak] + - add note about UUID_SUB, increment number of superblock values [Karel Zak] + - add partitions filter routines [Karel Zak] + - add partitions parsing support [Karel Zak] + - add partitions sample [Karel Zak] + - add private blkid_topology_set_*() functions [Karel Zak] + - add samples/topology.c [Karel Zak] + - add sector size funcs to blkid.h.in [Karel Zak] + - add superblocks chain [Karel Zak] + - add superblocks filter functions [Karel Zak] + - add superblocks.c sample [Karel Zak] + - add support for SBMAGIC and SBMAGIC_OFFSET [Karel Zak] + - add support for VMFS (VMware File System) [Mike Hommey] + - add support for topology ioctls [Karel Zak] + - add test cases for VMFS [Mike Hommey] + - add topology support [Karel Zak] + - allow linking with uClibc [Daniel Mierswa] + - allow to change dimension of probing area [Karel Zak] + - allow to read in sectors [Karel Zak] + - allows more probing methods for topology chain [Karel Zak] + - announce Joliet extension [Maxim Levitsky] + - cleanup blkid_probe_set_device() [Karel Zak] + - cleanup topology fallback [Karel Zak] + - convert GPT partition LBA to 512-byte sectors [Karel Zak] + - cosmetic change in topology sample [Karel Zak] + - create a generic blkid_encode_to_utf8() [Karel Zak] + - create a generic blkid_unparse_uuid() [Karel Zak] + - does not return useless binary data [Karel Zak] + - don't return empty LABELs [Karel Zak] + - don't scan private /dev/.udev directory [Karel Zak] + - fix Adaptec RAID detection [Karel Zak] + - fix FALSE definition [Karel Zak] + - fix FAT super block definition [Lawrence Rust] + - fix NTFS non-ASCII labels [Karel Zak] + - fix UFS detection [Karel Zak] + - fix blkid_devno_to_wholedisk() [Karel Zak] + - fix blkid_do_probe() to work properly with chains [Karel Zak] + - fix blkid_fstatat() code [Karel Zak] + - fix blkid_probe_set_utf8label() call for Joliet [Karel Zak] + - fix buffer overflow in blkid_encode_string() [Florian Zumbiehl] + - fix cache->probe memory leak [Karel Zak] + - fix ext2 detection on systems with ext4 only [Karel Zak] + - fix gcc warning (warn_unused_result) [Karel Zak] + - fix highpoint37x detection [Karel Zak] + - fix non-magic FAT detection [Karel Zak] + - fix probing for binary interface [Karel Zak] + - fix segfault in blkid_do_probe() [Karel Zak] + - fix the default cache file path [Karel Zak] + - fix topology information values [Eric Sandeen] + - fix typo (swsupend -> swsuspend) [Karel Zak] + - fix typo s/Hihg/High/ [Jim Meyering] + - fix warning message in mkfs sample [Karel Zak] + - gtkdocize (API docs generated by gtk-docs) [Karel Zak] + - minor changes to dm topology code [Karel Zak] + - minor changes to samples [Karel Zak] + - minor fix in topology sample [Karel Zak] + - move FS/raid stuff to superblocks directory [Karel Zak] + - move blkid_known_fstype() to superblocks.c [Karel Zak] + - move filter macros to header file [Karel Zak] + - prefer ISO9660 PVD Label to Joliet Label [Karel Zak] + - properly reset position in probing chains [Karel Zak] + - refresh blkid.{h,sym} [Karel Zak] + - remove duplicate debug message [Karel Zak] + - remove superblock functions from probe.c [Karel Zak] + - rename highpoint RAIDs to hpt{37,45}x_raid_member [Karel Zak] + - return first detected crypto device [Scott James Remnant] + - topology - add logical and physical sector size [Karel Zak] + - topology - ignore non-blockdevs [Karel Zak] + - trim tailing whitespace from unicode LABELs [Karel Zak] + - update docs/.gitignore [Karel Zak] + - use BLKSSZGET for GPT sectors [Karel Zak] + - use blkid_new_probe_from_filename() in docs [Karel Zak] + - use c.h [Karel Zak] + - use c.h in samples [Karel Zak] + - use chains in blkid_do_{safe,full,}_probe() [Karel Zak] + - use chains in prober (de)initialization [Karel Zak] + - use fstatat(), improve readdir() usage [Karel Zak] + - use private {lookup,get}_value functions [Karel Zak] + - use superblock filter functions [Karel Zak] + - use superblocks.h [Karel Zak] + - use the new API in whole u-l-ng [Karel Zak] +libuuid: + - remove .UE macro from libuuid man pages. [Milan Broz] +line: + - remove deprecated #ident directive [Karel Zak] +losetup: + - losetup.8 formatting [Peter Breitenlohner] + - remove unused macro [Karel Zak] +lscpu: + - add {32,64}-bit CPU modes detection [Karel Zak] + - lscpu.1 formatting [Peter Breitenlohner] +mcookie: + - mcookie.1 formatting [Peter Breitenlohner] +mesg: + - mesg.1 formatting [Peter Breitenlohner] +mkfs: + - mkfs.8 incomplete sentence and formatting [Peter Breitenlohner] +mkfs.bfs: + - mkfs.bfs.8 formatting [Peter Breitenlohner] +mkfs.cramfs: + - fix gcc warning (incompatible pointer type) [Karel Zak] +mkfs.minix: + - fix strict-aliasing bugs [Karel Zak] + - mkfs.minix.8 formatting [Peter Breitenlohner] +mkswap: + - fix memory leaks, cleanup check_blocks() [Karel Zak] + - mkswap.8 formatting [Peter Breitenlohner] + - restore device argument in mkswap.8 synopsis [Peter Breitenlohner] + - unbreak -c ("check") option. [Peter De Wachter] + - use libblkid to detect PT [Karel Zak] +more: + - limited line buffer length results in corrupted UTF-8 text [Karel Zak] + - more.1 formatting [Peter Breitenlohner] +mount: + - add --no-canonicalize option [Karel Zak] + - add a note about /dev/disk/by-* to mount.8 [Karel Zak] + - add a note about bind-dir remounts [Karel Zak] + - add info about ext{3,4} barriers to mount.8 [Karel Zak] + - add long options to mount.8 [Karel Zak] + - add squashfs to mount.8 [Karel Zak] + - add ubifs to the mount.8 man page [Sebastian Andrzej Siewior] + - and libblkid covert /dev/dm-N to /dev/mapper/<name> [Karel Zak] + - better --move description [Karel Zak] + - check for unsuccessful read-only bind mounts [Karel Zak] + - disable --no-canonicalize for non-root users [Karel Zak] + - document changed semantics of tmpfs size option in mount.8 [kevin.granade@gmail.com] + - fix mount.8, xfs attr2 is enabled by default [Karel Zak] + - fix reference to samba-client in mount.8 [Karel Zak] + - fix typo in mount.8 [Karel Zak] + - mention mtab for single mount point mount in mount.8 [Peter Volkov] + - more explicitly explain 'strictatime' in mount.8 [Karel Zak] + - more verbose "mount only root can do that" message [Karel Zak] + - mount.8 formatting [Peter Breitenlohner] + - move info about devices to the top of mount.8 [Karel Zak] + - update list of pseudo filesystems [Karel Zak] +namei: + - better mount points detection [Karel Zak] + - fix alone symlink evaluation [Karel Zak] + - gater information about / (root) [Karel Zak] + - namei.1 formatting [Peter Breitenlohner] + - use c.h [Karel Zak] +newgrp: + - newgrp.1 formatting [Peter Breitenlohner] + - use c.h, remove tailing whitespace [Karel Zak] +partx: + - partx.8 formatting [Peter Breitenlohner] + - use c.h [Karel Zak] + - work properly with 512 sectors (dos PT) [Karel Zak] +pg: + - command enters infinite loop [Mike Frysinger] + - compiler warning with NLS disabled [Peter Breitenlohner] + - pg.1 formatting [Peter Breitenlohner] +pivot_root: + - pivot_root.8 formatting [Peter Breitenlohner] +po: + - fix grammar glitch in german translation [Hendrik Lönngren] + - fix msgid bugs [Karel Zak] + - merge changes [Karel Zak] + - update POTFILES.in [Karel Zak] + - update cs.po (from translationproject.org) [Petr Pisar] + - update eu.po (from translationproject.org) [Mikel Olasagasti Uranga] + - update eu.po (from translationproject.org) [Mikel Olasagasti] + - update fi.po (from translationproject.org) [Lauri Nurmi] + - update fr.po (from translationproject.org) [Nicolas Provost] + - update id.po (from translationproject.org) [Arif E. Nugroho] + - update ja.po (from translationproject.org) [Makoto Kato] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update po/POTFILES.in [Karel Zak] + - update vi.po (from translationproject.org) [Clytie Siddall] + - update zh_CN.po (from translationproject.org) [Ray Wang] +rdev: + - rdev.8 formatting [Peter Breitenlohner] +readprofile: + - readprofile.1 formatting [Peter Breitenlohner] +rename: + - rename.1 formatting [Peter Breitenlohner] +renice: + - renice.1 formatting [Peter Breitenlohner] +reset: + - reset.1 formatting [Peter Breitenlohner] +rtcwake: + - add S5 support [Karel Zak] + - ignore the tm_isdst field returned from the RTC [Paul Fox] + - rtcwake.8 formatting [Peter Breitenlohner] +scriptreplay: + - fix typo in error message [Karel Zak] + - scriptreplay.1 formatting [Peter Breitenlohner] +setarch: + - setarch.8 formatting [Peter Breitenlohner] +setsid: + - setsid.1 formatting [Peter Breitenlohner] +setterm: + - setterm.1 formatting [Peter Breitenlohner] + - use c.h, remove tailing whitespace [Karel Zak] +sfdisk: + - confused about disk size [Karel Zak] + - dump has to be $LANG insensitive [Karel Zak] + - sfdisk.8 formatting [Peter Breitenlohner] + - use c.h, remove obsolete #ifdefs [Karel Zak] +shutdown: + - shutdown.8 formatting [Peter Breitenlohner] +simpleinit: + - simpleinit.8 formatting [Peter Breitenlohner] +swapon: + - fix typo on swapon.8 manpage [Florentin Duneau] + - handle <=linux-2.6.19 bug in /proc/swaps [Mike Frysinger] + - more robust progname probing [Karel Zak] + - swapon.8 formatting [Peter Breitenlohner] +switch_root: + - add note about subroots to switch_root.8 [Karel Zak] + - remove TIOCSCTTY and setsid() [Karel Zak] + - switch_root.8 formatting [Peter Breitenlohner] +tailf: + - fix printf format [Mike Frysinger] + - report inotify_add_watch() problems [Karel Zak] +tests: + - add BFS libblkid regression test [Karel Zak] + - add NTFS blkid test [Karel Zak] + - add UBIFS test image to blkid test suite [Corentin Chary] + - add UFS test image for libblkid [Karel Zak] + - add VIA RAID test image for libblkid [Karel Zak] + - add adaptec RAID test [Karel Zak] + - add blkid regression tests for ISO9660 [Karel Zak] + - add hpt37x RAID test [Karel Zak] + - add hpt45x RAID test [Karel Zak] + - add isw RAID test [Karel Zak] + - add jmicron RAID test [Karel Zak] + - add lsi RAID test [Karel Zak] + - add nvidia RAID test [Karel Zak] + - add partitions probing test [Karel Zak] + - add promise RAID test [Karel Zak] + - add silicon RAID test [Karel Zak] + - fdisk doslabel test also checks changing partition type [Zdenek Behan] + - fdisk doslabel test also checks setting partition active [Zdenek Behan] + - refresh GPT regression test [Karel Zak] + - refresh lscpu tests [Karel Zak] + - remove vol_id from tests [Karel Zak] + - rename blkid/images to blkid/images-fs [Karel Zak] + - swapon workaround for libtool wrapper [Karel Zak] + - test for basic functionality of sun labels [Zdenek Behan] + - update fsck.ismounted test [Karel Zak] +tunelp: + - tunelp.8 formatting [Peter Breitenlohner] +ul: + - ul.1 erroneous .SH instead of .Sh [Peter Breitenlohner] +umount: + - add --no-canonicalize [Karel Zak] + - umount.8 command line for umount helpers, formatting [Peter Breitenlohner] +unshare: + - new command [Mikhail Gusarov] +uuidd: + - uuidd.8 formatting [Peter Breitenlohner] +uuidgen: + - uuidgen.1 formatting [Peter Breitenlohner] +vipw: + - vipw.8 remove erroneous empty line, formatting [Peter Breitenlohner] +whereis: + - whereis.1 formatting [Peter Breitenlohner] +wipefs: + - fix coding style [Karel Zak] + - new command [Karel Zak] + - remove obsolete comment [Karel Zak] +write: + - write.1 formatting [Peter Breitenlohner] diff --git a/Documentation/releases/v2.18-ReleaseNotes b/Documentation/releases/v2.18-ReleaseNotes new file mode 100644 index 0000000..f8a31d4 --- /dev/null +++ b/Documentation/releases/v2.18-ReleaseNotes @@ -0,0 +1,468 @@ +Util-linux-ng 2.18 Release Notes +================================ + +The util-linux-ng package does not contain rdev(8), ramsize(8), +vidmode(8) and rootflags(8) anymore. + +The fdisk(8) command does not use DOS-compatible mode and cylinders as display +units by default. The old deprecated DOS behavior could be enabled by 'c' and +'u' fdisk commands or from command line by '-c=dos -u=cylinders' options. + +Release highlights +------------------ + +libmount: + - this NEW LIBRARY is designed to be used in low-level utils like + mount(8) and /sbin/mount.<type> helpers as well as in some other + projects. + + - the library API is still officially unstable. The library provides + fstab, mtab and mountinfo parser, routines for work with parsed + data and mount options, mtab locking, etc. The high-level API for + mount(2) is planned for the next major release. For more details see: + http://thread.gmane.org/gmane.linux.utilities.util-linux/3239 + + - the utils like mount(8) or umount(8) are not linked with the library + yet. This change is planned for util-linux-ng-2.19. + +findmnt(8): + - this NEW COMMAND is a command line interface to the libmount library + for work with mountinfo, fstab and mtab files + +fsfreeze(8): + - this NEW COMMAND is very simple wrapper around FIFREEZE/FITHAW ioctls + +swaplabel(8): + - this NEW COMMAND allows to change swaparea UUID and label + +blkid(8): + - supports new command line option "-i" to print I/O Limits + + - supports new command line option "-n" to restrict probing functions to + defined list of superblock types (names). + + - returns details from partition table (type, flags, uuid, ...) + +chrt(1): + - supports new command line option "-R/--reset-on-fork" to enable + SCHED_RESET_ON_FORK flag + +fdisk(8): + - supports new command line option "-c" to switch off DOS mode + - uses 1MiB offset for the first partition + (all these changes are already in the release 2.17.2) + +hwclock(8): + - supports new command line option "--predict" to predict what the RTC will + read at time given by the --date option based on the adjtime file. + +ldattach(8): + - supports new command line option "-i/--iflag" to sets the specified bits + in the c_iflag word of the serial line. + +fallocate(1), losetup(8) and mount(8): + - the options --offset, --length or --sizelimit support suffixes + (MiB, GiB, ...) and hex numbers + +umount(8): + - supports new command line option "--fake" to avoid umount(2) syscall + + +Stable maintenance releases between v2.17 and v2.18 +--------------------------------------------------- + +util-linux-ng 2.17.1 [22-Feb-2010] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.17/v2.17.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.17/v2.17.1-ChangeLog + +util-linux-ng 2.17.2 [22-Mar-2010] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.17/v2.17.2-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.17/v2.17.2-ChangeLog + + +Changes between v2.17 and v2.18 +------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.18/ + +addpart: + - use atoll() for parsing command line arguments [Thomas Fehr] +blkid: + - add \n to the "-o udev" output when probe more devices [Karel Zak] + - add 'export' output format [Karel Zak] + - add -i option to print I/O limits [Karel Zak] + - add -n <list> option [Karel Zak] + - add newline when only one value is printed [Karel Zak] + - cleanup -u <list> parsing [Karel Zak] + - cleanup man page [Karel Zak] + - encode PART_ENTRY_TYPE [Karel Zak] + - export ID_PART_ENTRY_* variables for udev [Karel Zak] + - fix #ifdef HAVE_TERMIO[S]_H [Karel Zak] + - fix blkid_probe_lookup_value() usage [Karel Zak] + - improve RAIDs and tiny devices probing [Karel Zak] + - probe for PT, don't probe for FS on small whole-disks [Karel Zak] + - remove _ENC from ID_PART_ENTRY_{NAME,TYPE} variables [Karel Zak] + - remove duplicate option from man page [Karel Zak] + - report open() errors in low-level probing [Karel Zak] + - support suffixes for -O <offset> and -S <size> [Karel Zak] + - update man page/usage() [Karel Zak] +blockdev: + - reduce usage text width [Francesco Cosoleto] +build-sys: + - add missing tests for libuuid and libblkid [Karel Zak] + - cleanup lib{mount,blkid} building [Karel Zak] + - improved check for fallocate() [Yann Droneaud] + - minor changes for GNU/Hurd [Samuel Thibault] + - release++ (v2.18-rc1) [Karel Zak] + - release++ (v2.18-rc2) [Karel Zak] + - remove duplicate #includes [Karel Zak] + - replace ../ with $top_srcdir [Karel Zak] + - update include/Makefile.am [Karel Zak] + - use include/list.h [Karel Zak] +cal: + - factor out and update multibyte alignment code [Pádraig Brady] + - fix first day of the week calculation on BE systems [Karel Zak] + - remove unnecessary info from man page [Karel Zak] +cfdisk: + - fix warning implicit declaration of function ‘wcwidth’ [Karel Zak] + - set '[New]' as default item on menu for non allocated space instead of '[Help]'. [Francesco Cosoleto] + - set '[Quit]' as default menu item on first run instead of '[Bootable]'. [Francesco Cosoleto] + - support non-ascii characters in input [Karel Zak] + - use libblkid [Matthias König] +chrt: + - add --reset-on-fork [Karel Zak] + - add --verbose to man page, correct -V for --version, alphabetize [Benno Schulenberg] + - add support for SCHED_RESET_ON_FORK [Adrian Knoth] + - change two messages into four translatable sentences [Benno Schulenberg] + - slice help text into manageable chunks for translators [Benno Schulenberg] +docs: + - fix umount --fake note in ReleaseNotes [Karel Zak] + - update ReleaseNotes [Karel Zak] + - update AUTHORS file [Karel Zak] + - update TODO [Karel Zak] + - update TODO file [Karel Zak] + - update tests/README [Karel Zak] + - update v2.18 ReleaseNotes [Karel Zak] +fallocate: + - check for number of arguments [Karel Zak] + - support suffixes for --offset and --length [Karel Zak] +fdisk: + - add -c option (switch off DOS mode) [Karel Zak] + - cleanup alignment, default to 1MiB offset [Karel Zak] + - cleanup help, add -h option [Karel Zak] + - cleanup warnings [Karel Zak] + - correctly truncate and align translated partition names [Pádraig Brady] + - disable DOS mode and cylinders by default [Karel Zak] + - don't check alignment_offset against geometry [Karel Zak] + - don't include scsi.h [Karel Zak] + - don't use 1MiB grain on small devices [Karel Zak] + - extend -c and -u options to support old DOS stuff [Karel Zak] + - fallback for topology values [Karel Zak] + - fix 'p' output for sun label [Karel Zak] + - fix -b <sectorsize> [Karel Zak] + - fix ALIGN_UP [Karel Zak] + - fix check_alignment() [Karel Zak] + - fix default first sector [Karel Zak] + - improve 'move begin of partition' command [Karel Zak] + - improve add partition dialog [Karel Zak] + - improve the description of -c and -u options on man page [Benno Schulenberg] + - remove erroneous <size> argument from -u option in help text [Benno Schulenberg] + - replace bzero with memset [Jon Ringle] + - swap VTOC values for warning messages [Karel Zak] + - untangle the reporting of deprecated mode and unit [Benno Schulenberg] + - use "optimal I/O size" in warnings [Karel Zak] + - use 1MiB offset and grain always when possible [Karel Zak] + - use more elegant way to count and check alignment [Karel Zak] + - use optimal_io_size [Karel Zak] +findmnt: + - add man page [Karel Zak] + - add new command [Karel Zak] + - add tree support [Karel Zak] + - add {fs,vfs}-options columns [Karel Zak] + - don't swap source and target for tags [Karel Zak] + - minor coding style fixes [Karel Zak] + - move from /sbin to /bin [Karel Zak] + - rewrite to use lib/tt.c [Karel Zak] + - small change in usage() [Karel Zak] + - ungettextize the directions and fix spelling [Benno Schulenberg] +fsck: + - fix typo in fsck.8 [Francesco Cosoleto] +fsck/mkfs/mount: + - unify default search paths for helpers [Mike Frysinger] +fsfreeze: + - new command [Hajime Taira] +git: + - ignore index files generated by ctags and cscope [Petr Uzel] +hwclock: + - add --predict for predicting RTC reading at a given time [Timo Juhani Lindfors] +include: + - add min/max macros [Karel Zak] + - move shlibs/.../list.h to the include/ directory [Karel Zak] +ionice: + - fix typo [Pierre Hauweele] + - non-cryptic error message when ionice can't execvp [Ævar Arnfjörð Bjarmason] +ipcrm: + - remove redundant message in case of invalid option [Francesco Cosoleto] +ipcs: + - add missing "PIDs" to related shared memory header text [Francesco Cosoleto] + - advise translators a different output format [Francesco Cosoleto] + - get rid of colons from header strings for consistency [Francesco Cosoleto] + - reorganize help and usage texts [Francesco Cosoleto] +ldattach: + - add --iflag command line option [Tilman Schmidt] + - create a generic functions for name=value tables [Karel Zak] + - prints help to stdout [Karel Zak] +lib: + - add #ifndef around min() max() macros [Karel Zak] + - add fallback for libc (uClibc) without CPU_ALLOC [Karel Zak] + - add mangle.c for mtab (fstab or swaps) encoding [Karel Zak] + - add strtosize() function [Karel Zak] + - add tt.c (Tree and Table output) [Karel Zak] + - avoid compilation failure on rawhide [Jim Meyering] + - fix blkdev_find_size() [Karel Zak] + - remove unwanted debug messages [Karel Zak] + - tt.c don't print header for empty table [Karel Zak] + - tt.c - fix minimal width of column [Karel Zak] + - use fstat() as fallback in blkdev_get_size() [Karel Zak] +libblkid: + - Add initial support for BeFS detection [Jeroen Oortwijn] + - Add probing function for BeFS [Jeroen Oortwijn] + - add PART_ENTRY_{SCHEME,NUMBER} [Karel Zak] + - add blkid_openat(), cleanup blkid_fstatat() [Karel Zak] + - add blkid_partition_set_type() [Karel Zak] + - add blkid_partlist_get_table() [Karel Zak] + - add blkid_probe_all_removable() [Karel Zak] + - add blkid_probe_get_{offset,fd} functions [Karel Zak] + - add exFAT file system detection support [Andrew Nayenko] + - add generic functions for sysfs attributes [Karel Zak] + - add microsecond resolution for cache entries [Karel Zak] + - add minimal sizes for OCFS and GFS [Karel Zak] + - add mnt_iter_get_direction() [Karel Zak] + - add partial support for superblock binary API [Karel Zak] + - add paths and tags cache [Karel Zak] + - add sanity checks for FAT to DOS PT parser [Karel Zak] + - add support for PART_ENTRY_* values [Karel Zak] + - add support for partition flags/attributes [Karel Zak] + - add ultrix PT support [Karel Zak] + - avoid probing CDs for RAID [M.S.Colclough] + - call read() per FAT root dir entry [Karel Zak] + - cleanup fstat() usage [Karel Zak] + - cleanup some docs [Karel Zak] + - cleanup superblocks_safeprobe() [Karel Zak] + - cleanup usage of empty topology values [Karel Zak] + - disable read-ahead when probing device files [Linus Torvalds] + - don't call read() per FAT dir-entry on large disks [Karel Zak] + - don't gather PART_ENTRY_* values for binary interface [Karel Zak] + - don't probe for GPT and Unixware PT on floppies [Karel Zak] + - don't probe for nested PT on tiny disks (<=1.44MiB) [Karel Zak] + - don't return error on empty files [Karel Zak] + - don't use fstat() in blkid_get_dev_size() [Karel Zak] + - export functions to get whole-disk devno [Karel Zak] + - fix 'partno' usage [Karel Zak] + - fix LUKS version [Karel Zak] + - fix ZSF detection [Andreas Dilger] + - fix blkid_partlist_devno_to_partition() for extended partitions [Karel Zak] + - fix collision between RAID and PT probing [Karel Zak] + - fix display of device size [Karel Zak] + - fix infinite loop when probe chain bails out early [Colin Watson] + - fix readline usage [Karel Zak] + - fix segfault in drdb [Matthias König] + - fix some typos [Milan Broz] + - improbe DDF detection [Karel Zak] + - improve MD 0.90 detection [Karel Zak] + - improve MD 0.90.0 detection (use sb->size) [Karel Zak] + - improve MD 1.0 detection, add UUID_SUB [Karel Zak] + - improve Sun VTOC [Karel Zak] + - improve ZFS detection and add LABEL and UUID extraction [Andreas Dilger] + - minor fixes in befs.c [Karel Zak] + - more robust minix probing [Karel Zak] + - optimize UDF label reading [Karel Zak] + - prevent overflow in BeFS [Jeroen Oortwijn] + - probe for (non-linux) RAIDs on whole devices only [Karel Zak] + - read whole SB buffer (69kB) on large disks [Karel Zak] + - read() optimization for small devices [Karel Zak] + - remove "0x" prefix from DRBD UUID [Karel Zak] + - reset BLKID_TINY_DEV flag in blkid_probe_set_device [Pascal Terjan] + - reset superblocks result after error [Karel Zak] + - restrict RAID/FS proving for small devices (1.4MiB) [Karel Zak] + - rewrite blkid_probe_get_buffer() [Karel Zak] + - set correct offsets for TuxOnIce signature [Chow Loong Jin] + - set minimal size for jfs, reiser, swap and zfs [Karel Zak] + - support alignment_offset=-1 [Karel Zak] + - tiny change in debug output [Karel Zak] + - export magic strings from raids [Karel Zak] + - move getsize.c code to lib/ [Karel Zak] +libmount: + - add #warning libmount API is not stable yet! [Karel Zak] + - add basic dirs [Karel Zak] + - add basic utils [Karel Zak] + - add debug support [Karel Zak] + - add docs [Karel Zak] + - add fstab/mtab/mountinfo lookup routines [Karel Zak] + - add fstab/mtab/mountinfo parsing routines [Karel Zak] + - add list routines and generic iterator [Karel Zak] + - add mnt_cache_find_tag_value() [Karel Zak] + - add mnt_entry [Karel Zak] + - add mnt_match_{fstype,options} functions [Karel Zak] + - add mnt_optstr_* functions [Karel Zak] + - add mtab locking code [Karel Zak] + - add new debug messages [Karel Zak] + - add optls (options container) [Karel Zak] + - add support for userdata and work with VFS tree [Karel Zak] + - add test_version [Karel Zak] + - add version.c [Karel Zak] + - another Makefile.am fix [Karel Zak] + - cleanup cache flags and debug messages [Karel Zak] + - cleanup docs [Karel Zak] + - don't build tests by default [Karel Zak] + - export mnt_init_debug() [Karel Zak] + - fix Makefile.am [Karel Zak] + - fix mnt_fs_match_source() [Karel Zak] + - fix name of mnt_fs_get_*_optstr() [Karel Zak] + - fix some gtkdoc warnings [Karel Zak] + - merge vfs and fs options more carefully [Karel Zak] + - proper tests definition in Makefile.am [Karel Zak] + - read devno, ID and parent ID from /proc/self/mountinfo [Karel Zak] + - remove mnt_open_device() [Karel Zak] + - rename mnt_optls_iterate_options() [Karel Zak] + - update symbols table [Karel Zak] + - use mangle function from lib/ [Karel Zak] +logger: + - add note about 'kern' to the man page [Karel Zak] +login: + - check that after tty reopen we still work with a terminal [Karel Zak] + - don't link PAMed version with libcrypt [Karel Zak] + - use fd instead of pathname for update tty's owner and permissions [Yann Droneaud] +losetup: + - support suffixes and hex numbers for --offset and --sizelimit [Karel Zak] +lscpu: + - add CPU_EQUAL_S definition for old/obscure libc [Karel Zak] + - cleanup path_scanstr() [Karel Zak] + - cleanup used names [Karel Zak] + - fix CPU_EQUAL_S macro [Karel Zak] + - fix cpuid opcode detection [Henne Vogelsang] + - fix typo in lscpu.1 [Francesco Cosoleto] + - fix typo, "faild" to "failed" [Benno Schulenberg] + - gettextize "CPU(s)" [Francesco Cosoleto] + - improve --sysroot code [Karel Zak] + - replace LC_MESSAGES with LC_ALL in setlocate() [Francesco Cosoleto] + - use cpuset masks, read data for all CPUs [Karel Zak] +messages: + - gettextize a few skipped or forgotten ones [Benno Schulenberg] +mkswap: + - add a note that -p is uncecessary [Karel Zak] + - don't call blkdev_find_size() [Karel Zak] + - don't use too small user-specified page size [Karel Zak] + - fixed strtoll() usage [Yann Droneaud] + - more robust strtoull() usage [Karel Zak] + - move write_all() to include/writeall.h [Karel Zak] + - tweak the man page [Benno Schulenberg] + - use calloc(), remove obsolete v1 header usage [Karel Zak] + - zap bootbits on regular files [Karel Zak] +mount: + - add notes about -o remount,ro,bind to mount.8 [Karel Zak] + - advise users to use "modprobe", not "insmod" [Karel Zak] + - automatically detect and loop-mount regular files [Karel Zak] + - detect when kernel silently adds MS_RDONLY flag [Petr Uzel] + - don't create loopdev for MS_BIND [Karel Zak] + - fix coding style [Karel Zak] + - fix information about XFS log buffers in mount.8 [Christoph Hellwig] + - fix memory leak [Petr Uzel] + - fix typo in comment [Petr Uzel] + - fix typos in mount.8 [Petr Uzel] + - more explicitly explain fstab usage in mount.8 [Karel Zak] + - more robust offset= and sizelimit= parsing [Karel Zak] + - posix option of vfat is obsolete [Yoshihiro Takahashi] + - properly ignore comments in /etc/filesystems [Mike Frysinger] + - report ambivalent FS detection, improve brute force detection [Karel Zak] + - revert ugly ENOMEDIUM support [Karel Zak] + - support suffixes for offset= and sizelimit= [Karel Zak] + - update documentation about barrier mount options [Jan Kara] + - use %u for uid_t and gid_t [Karel Zak] + - use auto-loopdev for all known filesystems [Karel Zak] + - use unmangle/mangle() from lib [Karel Zak] + - warn users that mtab is read-only [Karel Zak] +namei: + - fix man page formatting [Vladimir Brednikov] +partx: + - do not add nonexistent partitions [Phillip Susi] + - fix infinite loop [Karel Zak] +po: + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Pisar] + - update es.po (from translationproject.org) [Santiago Vila Doncel] + - update eu.po (from translationproject.org) [Mikel Olasagasti Uranga] + - update id.po (from translationproject.org) [Arif E. Nugroho] + - update ja.po (from translationproject.org) [Makoto Kato] + - update list of files [Karel Zak] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update vi.po (from translationproject.org) [Clytie Siddall] +rdev: + - remove this deprecated command [Karel Zak] +rtcwake: + - add --dry-run option [Karel Zak] + - add disable action for rtc alarm [Marek Otahal] + - add disable action to rtcwake man page [Marek Otahal] + - does miss the "off" option [Karel Zak] +script: + - optionally compile with libutempter to update utmp [Karel Zak] + - preserve child exit status [Karel Zak] +sfdisk: + - make sure writes make it to disk in write_partitions() [Bryn M. Reeves] +swaplabel: + - fix typo in man page [Karel Zak] + - new command [Jason Borden] +swapon: + - fix swapsize calculation [Karel Zak] + - move DELETED_SUFFIX to include/pathnames.h [Karel Zak] + - remove " (deleted)" from filenames from /proc/swaps [Karel Zak] + - use unmangle() for filenames from /proc/swaps [Karel Zak] +taskset: + - add NLS support, use err.h, cleanup [Karel Zak] + - move NR_CPUS determination to lib/cpuset.c [Karel Zak] + - move bitmap routines to lib/cpuset.c [Karel Zak] + - use libc based cpu_set_t [Karel Zak] +tests: + - add BeFS test image [Karel Zak] + - add blkid test for TuxOnIce [Karel Zak] + - add blkid tests for RAID1 [Karel Zak] + - add cpuset regression test [Karel Zak] + - add fdisk alignment tests [Karel Zak] + - add lscpu dump from Dell R710, 8-core Nehalem w/HT (RHEL 5.5) [Karel Zak] + - added tests against strtosize [Yann Droneaud] + - explicitly use --chunk and --metadata in MD test [Karel Zak] + - fix RAIDs tests [Karel Zak] + - fix and update old fdisk tests [Karel Zak] + - fix whitespaces [Karel Zak] + - mount cramfs read-only [Karel Zak] + - update FS test images [Karel Zak] + - update blkid test for raid1 [Karel Zak] + - update blkid/md-raid1-* tests [Karel Zak] + - update fdisk tests [Karel Zak] + - update ipcs/headers test [Francesco Cosoleto] + - update lscpu [Karel Zak] + - update lscpu test [Karel Zak] + - use POSIX locale [Yann Droneaud] +textual: + - fix typos [Karel Zak] + - fix typos, and rephrase some things for clarity [Benno Schulenberg] + - slightly improve two README files [Benno Schulenberg] +umount: + - add --fake option to umount(8) [Miklos Szeredi] + - do not sync() as the kernel does it by itself [Petr Uzel] +unshare: + - drop potential euid privileges before exec [Karel Zak] +uuidd: + - spell the plural of "UUID" consistently as "UUIDs" [Benno Schulenberg] +wipefs: + - cleanup usage() and man page [Karel Zak] + - fix license (GPL -> GPLv2+) [Karel Zak] + - fix mem usage [Karel Zak] + - fix memory leaks [Karel Zak] + - ignore devices with partition table [Karel Zak] + - print warning is PT detected [Karel Zak] + - support suffixes for --offset [Karel Zak] diff --git a/Documentation/releases/v2.19-ReleaseNotes b/Documentation/releases/v2.19-ReleaseNotes new file mode 100644 index 0000000..1d0c318 --- /dev/null +++ b/Documentation/releases/v2.19-ReleaseNotes @@ -0,0 +1,660 @@ +Util-linux 2.19 Release Notes (10-Feb-2011) +=========================================== + +The util-linux-ng project has been renamed back to util-linux. + +Release highlights +------------------ + +lsblk(8): + - this NEW COMMAND lists information about all or selected block devices in + tree-like format. + +partx(8): + - this command has been rewritten to use libblkid for partition tables + parsing. It supports aix, bsd, dos, gpt, mac, minix, sgi, solaris_x86, sun, + ultrix and unixware now. + + - supports new command line option "--show" to list partitions in new format + + - prints UUID and name for GPT and mac partitions + +findmnt(8): + - supports new command line option "--submounts" to list all submounts for + selected mountpoint(s) + +agetty(8): + - supports new command line options "-c" and "-s" to reuse already initialized + tty cflags and existing baud rate + +mount(8), umount(8): + - could be linked with libmount (--enable-libmount-mount) to manage userspace + mount options outside /etc/mtab on systems where the file is a symlink to + /proc/mounts. (EXPERIMENTAL) + +losetup(8), mount(8): + - uses /sys/dev/block/<device>/loop/backing_file rather than loopdev ioctls + (requires kernel >= 2.6.37) + +fsck(8): + - supports new command line option "-l" to lock whole-disk device by + exclusive flock(2). This option is recommended when more fsck(8) instances + are executed in the same time. + +rtcwake(8): + - supports new mode "show" to print the current RTC alarm time + +fstrim(8): + - this NEW COMMAND allows to discard unused blocks on a mounted filesystem + (wrapper for FITRIM ioctl) + +swapon(8): + - supports new options "discard" and "nofail" + +blkid(8): + - low-level probing (-p) returns "8" exit code for ambivalent probing results + +libmount: + - include file has been renamed from mount/mount.h to libmount/libmount.h + + +Changes between v2.18 and v2.19 +------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.19/ + +addpart: + - code consolidation [Karel Zak] +agetty: + - Use EXIT_* and add noreturn attribute [Marek Polacek] + - add -c to reuse cflags [Karel Zak] + - add -s to reuse existing baud rate [Karel Zak] + - fix -s option (baud rate setup) [Karel Zak] + - use ignore_result() or write(1, ...) [Karel Zak] + - use nl_langinfo() [Karel Zak] + - don't wipe CLOCAL flag [Karel Zak] +blkid: + - add new return code 8 for ambivalent low-level probing result [Karel Zak] + - add note about PART_ENTRY_ tags to blkid.8 [Karel Zak] + - don't print devname if nothing detected [Karel Zak] + - don't return PART_ENTRY_* if partition is empty [Karel Zak] + - dynamically allocate devicename array [Eric Sandeen] +blockdev: + - add BLKDISCARDZEROES [Karel Zak] + - fix typo in blockdev.8 [Karel Zak] + - sync man page with code [Karel Zak] +build-sys: + - add --enable-libmount-mount [Karel Zak] + - add mesg to .gitignore [Karel Zak] + - add missing header [Karel Zak] + - add rpmatch.h to Makefile.am [Karel Zak] + - check for loff_t, it may not exist [Fabian Groffen] + - check for paths.h [Fabian Groffen] + - cleanup autogen.sh [Karel Zak] + - drop shlibs/Makefile.am that only adds SUBDIRS [Diego Elio 'Flameeyes' Pettenò] + - drop the getsize test out of Makefile.am [Diego Elio 'Flameeyes' Pettenò] + - enable lsblk and libmount for Linux only [Karel Zak] + - explicitly check for slang.h [Karel Zak] + - fix lsblk building [Karel Zak] + - ignore generated ltmain.sh [Karel Zak] + - improve check for crypt [Fabian Groffen] + - link with socketlibs when necessary [Fabian Groffen] + - man aliases don't depend on original man page [Diego Elio 'Flameeyes' Pettenò] + - provide missing strnlen from strutils [Fabian Groffen] + - release++ (v2.19-rc1) [Karel Zak] + - release++ (v2.19-rc2) [Karel Zak] + - release++ (v2.19-rc3) [Karel Zak] + - remove generated po/POTFILES.in [Karel Zak] + - remove unnecessary header [Karel Zak] + - require automake 1.10 as gtk-doc requires it anyway [Diego Elio 'Flameeyes' Pettenò] + - shell syntax fix in autogen.sh [Sami Kerola] + - use WORDS_BIGENDIAN to determine platform byte-order [Fabian Groffen] + - use generated libtool-2 stuff [Karel Zak] + - use the silent-rules prefix when generating man pages. [Diego Elio 'Flameeyes' Pettenò] +cal: + - follow HAVE_LANGINFO [Karel Zak] + - use EXIT_* and program_invocation_short_name [Karel Zak] +cfdisk: + - close the program when terminal isn't present [Francesco Cosoleto] + - data type mismatch, and other, compiler warning fixes [Sami Kerola] + - don't use size of device based on cylinders [Karel Zak] + - fix --with-slang [Karel Zak] + - fix n+1 again [Karel Zak] + - fix n+1 bug in error message [Karel Zak] + - get_string not calculating correct limits [Karel Zak] + - search for ncursesw/ncurses.h [Mike Frysinger] +chfn: + - Use EXIT_* and err() [Marek Polacek] +chrt: + - Add noreturn attribute to show_usage() function [Marek Polacek] +chsh: + - don't suggest ypchsh [Karel Zak] + - use EXIT_* and err.h [Karel Zak] +col: + - use err.h and EXIT_* macros [Karel Zak] + - use xalloc for memory allocation [Davidlohr Bueso] +column: + - EOF handling bug [Sami Kerola] + - code readability improvements [Sami Kerola] + - data type mismatch compiler warning fixes [Sami Kerola] + - error messaging & exit codes [Sami Kerola] + - fix column.1 typo [Davidlohr Bueso] + - getopt_long and new help output [Sami Kerola] + - segfault on empty input [Karel Zak] + - update manual page to match column switches [Sami Kerola] +ctrlaltdel: + - use err() instead of fprintf() and exit() [Marek Polacek] +ddate: + - fix typo in ddate.1 [Davidlohr Bueso] + - revert man page typo [Karel Zak] +delpart: + - code consolidation [Karel Zak] +disk-utils: + - fix manpage typos [Davidlohr Bueso] +dmesg: + - fix memory leak in dmesg(1). [Davidlohr Bueso] + - use strtol_or_err instead of atoi [Davidlohr Bueso] +docs: + - add blkid --list-all to TODO [Karel Zak] + - add COPYING.lib* files [Karel Zak] + - add note about agetty to TODO [Karel Zak] + - add note about sfdisk to TODO [Karel Zak] + - add v2.19 ReleaseNotes [Karel Zak] + - correct spelling mistakes in DEPRECATED file [Jon Grant] + - fix typo [Davidlohr Bueso] + - fix typos in man pages [Karel Zak] + - make it easier to find mail list address [Alexander Shishkin] + - mark line(1) as deprecated [Karel Zak] + - remove ipc.texi (info with IPC API docs) [Karel Zak] + - update AUTHORS file [Karel Zak] + - update DEPRECATED file [Karel Zak] + - update ReleaseNotes [Karel Zak] + - update TODO file [Davidlohr Bueso] + - update TODO file [Karel Zak] + - update TODO [Karel Zak] + - update v2.19 ReleaseNotes [Karel Zak] + - use rpmatch() for sfdisk [Karel Zak] +fallocate: + - fix build failure with old linux headers [Mike Frysinger] + - fix typo [Karel Zak] +fdisk: + - add description for partition type 0x27 [Karel Zak] + - add exFAT to MBR partition type 0x7 [Jon Grant] + - don't keep internally device size in 512-byte sectors [Karel Zak] + - eliminate redundant call to open() [Markus Rinne] + - fix alignment check for non-512-byte logical sectors [Karel Zak] + - fix freespace boundaries calculation on SGI disklabel [Karel Zak] + - fix use of non portable type [François Revol] + - more meaningful error messages (use err.h) [Francesco Cosoleto] + - quit with a single CTRL-D, confirm if necessary [Francesco Cosoleto] + - re-print prompt after maybe_exit() [Karel Zak] + - replace fatal(usage) with a separate usage() function [Francesco Cosoleto] + - update MBR after ID change [Karel Zak] + - use canonicalized names for -l (and sfdisk -d) [Karel Zak] + - use xalloc lib [Francesco Cosoleto] +findmnt: + - add --submounts option [Karel Zak] + - add /etc/fstab.d support [Karel Zak] + - add MAJ MIN [Karel Zak] + - add support for fs-root (subvolumes and bind mounts) [Karel Zak] + - apply new changes from tt.c [Karel Zak] + - don't swap source and target if the source is a tag [Karel Zak] + - fix exit code [Karel Zak] + - fix manpage typos [Davidlohr Bueso] + - fix support for -a option [Milan Broz] + - follow HAVE_LANGINFO [Karel Zak] + - use new libmount functions [Karel Zak] + - use new tab parsing API [Karel Zak] +flock: + - fix file number in flock.1 man page [Patrice Dumas] + - properly report exec() errors [Karel Zak] + - use more useful example in flock.1 [Jakob Unterwurzacher] +fsck: + - add support for whole-disk locking (-l option) [Karel Zak] + - improve whole-disk check, detect stacked devices [Karel Zak] + - include c.h, fallback for PATH_MAX [Karel Zak] + - inform about nonexistent devices in verbose mode [Karel Zak] + - returns proper code on exec() error [Karel Zak] +fstrim: + - add new command [Lukas Czerner] + - fix typo [Karel Zak] +hexdump: + - remove od functionality in favor to GNU coreutils od [Sami Kerola] +hwclock: + - [m68k] unbreak FTBFS with recent (>= 2.4.18?) kernels [Thorsten Glaser] + - allow setting of RTC when it contains invalid data [Peter Tyser] +include: + - [c.h] add unused attribute to ignore_result() [Karel Zak] + - [c.h] fix __alloc_size__ test [Karel Zak] + - [c.h] add fallback for alloc_size attributes [Karel Zak] + - [c.h] move ignore_result() to gcc-only block [Karel Zak] + - [tt] enlarge output buffer [Karel Zak] + - [xalloc.h] include string.h [Marek Polacek] + - add fallback for rpmatch() [Francesco Cosoleto] + - cleanup blkdev.h [Karel Zak] + - emulate dirfd when necessary [Fabian Groffen] + - fix list.h ifdefs [Karel Zak] + - [xalloc] general purpose memory allocation handling wrappers [Davidlohr Bueso] +ipc: + - remove .info file [Karel Zak] +last: + - Use EXIT_* and err() [Marek Polacek] + - use xalloc lib [Davidlohr Bueso] +lib: + - [c] add ignore_result() [Karel Zak] + - [env] consolidate safe_getenv() usage [Karel Zak] + - [ismounted] don't wast time with mtab is /proc/mounts used [Karel Zak] + - [strutils] general purpose string handling functions [Davidlohr Bueso] + - [strutils] move strmode() from namei.c to strutils.c [Karel Zak] + - [tt] add TT_FL_RIGHT, add columns list parser [Karel Zak] + - [tt] fix alignment of the last tree child [Karel Zak] + - [xalloc] add xstrdup() [Karel Zak] + - [xalloc] don't use hardcoded return code [Karel Zak] + - add fallback for nl_langinfo() [Karel Zak] + - add test program to canonicalize.c [Karel Zak] + - add wrappers for "at" functions [Karel Zak] + - fix mange() and unmangle() to handle NULL [Karel Zak] + - fix syntax error in blkdev.c [Karel Zak] +lib/tt: + - fix langinfo build break [Davidlohr Bueso] +libblkid: + - 256MiB is min size of btrfs [Karel Zak] + - NTFS volume label not found [Karel Zak] + - add LINHIB0001 signature to swap prober [Karel Zak] + - add blkdev.h to blkidP.h [Karel Zak] + - add blkid_probe_get_sectors() [Davidlohr Bueso] + - add magic to vfat [Jeroen Oortwijn] + - add nilfs2 filesystem superblock probe [Jiro SEKIBA] + - add searching in attributes dir to BeFS [Jeroen Oortwijn] + - add signature to FAT32 fsinfo block [Jeroen Oortwijn] + - cache is incorrectly revalidated [Karel Zak] + - check for swap or DM cow on small devices [Karel Zak] + - conditionalise parts from blkid/topology for Linux [Fabian Groffen] + - consolidate magic strings detection code [Karel Zak] + - don't ignore zero for SBMAGIC_OFFSET [Karel Zak] + - don't probe directories [Karel Zak] + - fix MBR detection on iPod and cleanup vfat code [Karel Zak] + - fix endian conversion bug in NILFS [Karel Zak] + - fix memory leak [Igor Bazhitov] + - fix typo filesystem name nilfs to nilfs2 [Jiro SEKIBA] + - remove dead code section [Valerie Aurora] + - remove unnecessary __UCLIBC__ check [Mike Frysinger] + - remove unused variable [Karel Zak] + - set tolerant flag for HFS [Alexandre Peixoto Ferreira] + - support LIBBLKID_DEBUG= env. [Karel Zak] + - use PRId64 in PT parser [Karel Zak] + - wrong PT detection on RAID0 [Karel Zak] +libmount: + - _SC_GETPW_R_SIZE_MAX portability issue [Karel Zak] + - add /etc/fstab.d support [Karel Zak] + - add DBG() to optstr.c [Karel Zak] + - add FS detection [Karel Zak] + - add LIBMOUNT_{MTAB,FSTAB} [Karel Zak] + - add MNT_FS_SWAP flag [Karel Zak] + - add and copy FS internal flags [Karel Zak] + - add debug messages and fix typos in tab_update [Karel Zak] + - add first part of high-level API [Karel Zak] + - add functions for mount.<type> helpers [Karel Zak] + - add functions get mtab/utab paths [Karel Zak] + - add low-level API for umount [Karel Zak] + - add mnt_context [Karel Zak] + - add mnt_context_get_{fstab,mtab}() [Karel Zak] + - add mnt_context_get_{source,target,fstype} [Karel Zak] + - add mnt_context_is_* functions [Karel Zak] + - add mnt_copy_fs() and mnt_fs_set_root() [Karel Zak] + - add mnt_fs_get_root() [Karel Zak] + - add mnt_fs_prepend_optstr() [Karel Zak] + - add mnt_get_writable_mtab_path() [Karel Zak] + - add mnt_optstr_fix_user [Karel Zak] + - add mnt_optstr_get_mountflags() [Karel Zak] + - add mnt_optstr_get_userspace_mountflags() [Karel Zak] + - add mnt_optstr_prepend_option() [Karel Zak] + - add mnt_split_optstr() [Karel Zak] + - add mnt_tab_find_pair() [Karel Zak] + - add mnt_tab_parse_mtab() [Karel Zak] + - add mnt_tab_parse_stream() [Karel Zak] + - add mnt_tab_set_parser_errcb() [Karel Zak] + - add mntent.h compatible stuff [Karel Zak] + - add mount(2) and /sbin/mount.<type> support [Karel Zak] + - add mount(8) sample [Karel Zak] + - add mtab management to context API [Karel Zak] + - add new debug messages, fix umount return code [Karel Zak] + - add new psetudo filesystems [Karel Zak] + - add new pseudo filesystems [Karel Zak] + - add routines for uid=, git= and context= translation [Karel Zak] + - add support for mtab management [Karel Zak] + - add uhelper=, improve mnt_split_optstr() [Karel Zak] + - add umount(2) support [Karel Zak] + - add unit test for mnt_copy_fs() [Karel Zak] + - add unmangle/mangle() functions to API [Karel Zak] + - add utils for work with uid/gid [Karel Zak] + - add utils to get FS root/mountpoint [Karel Zak] + - add {start,end}swith() functions [Karel Zak] + - allow to overwrite mtab/fstab paths [Karel Zak] + - allows to swap source and target [Karel Zak] + - always store rw/ro flags to mtab [Karel Zak] + - better permissions and optstr evaliation [Karel Zak] + - better work with mtab options [Karel Zak] + - clean mnt_update_* target usage [Karel Zak] + - clean up lock.c [Karel Zak] + - clean up mnt_fs_set_optstr() [Karel Zak] + - clean up mount.sym file [Karel Zak] + - clean up mountflags usage [Karel Zak] + - cleanup API and docs [Karel Zak] + - cleanup API, remove typedef [Karel Zak] + - cleanup MS_RDONLY usageand mnt_update_* symbols [Karel Zak] + - cleanup context API [Karel Zak] + - cleanup debug flags [Karel Zak] + - cleanup fstab parser, improve mnt_tab errcb usage [Karel Zak] + - cleanup helper initialization API [Karel Zak] + - cleanup helpers support [Karel Zak] + - cleanup high-level mount API [Karel Zak] + - cleanup internal API [Karel Zak] + - cleanup lock API [Karel Zak] + - cleanup mangle() usage [Karel Zak] + - cleanup mount.h [Karel Zak] + - cleanup mount.sym [Karel Zak] + - cleanup return codes (cache.c) [Karel Zak] + - cleanup return codes (fs.c) [Karel Zak] + - cleanup return codes (iter.c) [Karel Zak] + - cleanup return codes (lock.c) [Karel Zak] + - cleanup return codes (optmap.c) [Karel Zak] + - cleanup return codes (optstr.c) [Karel Zak] + - cleanup return codes (tab.c) [Karel Zak] + - cleanup return codes (tab_parse.c) [Karel Zak] + - compile tests [Karel Zak] + - copy mount attrs from utab to context [Karel Zak] + - correctly use "none" values [Karel Zak] + - do not check for EAGAIN after flock() [Petr Uzel] + - don't compile tests by default [Karel Zak] + - don't export some cache.c files [Karel Zak] + - don't prepare update if syscall failed [Karel Zak] + - don't return old data from optls iterator [Karel Zak] + - don't store filename to mnt_tab [Karel Zak] + - don't use NULL pointer in mntenv [Karel Zak] + - extend mnt_update_* API [Karel Zak] + - fix Makefile and tests [Karel Zak] + - fix comment for mnt_unlock_file() [Karel Zak] + - fix context mount test [Karel Zak] + - fix datatype for mountflags [Karel Zak] + - fix debug message [Karel Zak] + - fix merge_optstr (do not truncate 3 trailing characters) [Petr Uzel] + - fix mnt_optstr_apply_flags() to work with optional variables [Karel Zak] + - fix mnt_optstr_remove_option_at() [Karel Zak] + - fix mount helpers call [Karel Zak] + - fix mount.h includes [Karel Zak] + - fix optstr test [Karel Zak] + - fix tab_update test program [Karel Zak] + - fix to work with btrfs subvolume user mounts [Karel Zak] + - fix user= usage [Karel Zak] + - fix utab file and dir modes, add new debug messages [Karel Zak] + - implement mnt_context_subst_optstr() [Karel Zak] + - improve an rename API for mtab management [Karel Zak] + - improve assert() and DBG() usage [Karel Zak] + - improve debugging, fix optstr prepend [Karel Zak] + - improve fstab/mtab options usage [Karel Zak] + - improve function for work with mtab paths [Karel Zak] + - improve mnt_get_fs_root() and mnt_get_mountpoint() [Karel Zak] + - improve parser return codes [Karel Zak] + - improve parsers return codes [Karel Zak] + - improve status check, minor cleanups [Karel Zak] + - minor cleanup in optstr.c [Karel Zak] + - minor fixes [Karel Zak] + - minor fixes in cache.c [Karel Zak] + - more robust flock() usage [Karel Zak] + - optimize blkid_devno_to_devname() [Karel Zak] + - properly canonicalize source and target [Karel Zak] + - remove fs and tab printf functions [Karel Zak] + - remove mnt_tab_strerr() [Karel Zak] + - remove unnecessary options container [Karel Zak] + - remove unused mnt_strconcat3() [Karel Zak] + - remove utab from API, update tests [Karel Zak] + - rename mount.h to libmount.h [Karel Zak] + - rename mount.sym -> libmount.sym [Karel Zak] + - rewrite DBG() macro [Karel Zak] + - rewrite mountinfo/fstab parsers to use sscanf() [Karel Zak] + - rewrite optstr translation [Karel Zak] + - rewrite update [Karel Zak] + - split context.c [Karel Zak] + - split mnt_context_do_mount() [Karel Zak] + - support /{proc,etc}/filesystems [Karel Zak] + - update mount.sym [Karel Zak] + - update mount.{h,sym} [Karel Zak] + - update mtab after mount(2) [Karel Zak] + - update tests [Karel Zak] + - use attribute __format__ for debug routines [Karel Zak] + - use better format for utab, improve bind mounts [Karel Zak] + - use mnt_fs for mtab API [Karel Zak] + - use separate buffer for userspace options, add mount attributes [Karel Zak] +libuuid: + - do not check for EAGAIN after flock() [Petr Uzel] + - fix locking of clock state counter file [Petr Uzel] +login: + - fix "ignoring return value" errors [Karel Zak] + - use EXIT_* and err.h, clean up return codes [Marek Polacek] + - use EXIT_* in checktty() [Karel Zak] + - use xalloc lib [Davidlohr Bueso] +look: + - fix conflict between locally defined err() and glibc's version [Davidlohr Bueso] + - fix memory leak in look(1) [Davidlohr Bueso] +losetup: + - do not distinguish between malloc and realloc [Tobias Klauser] + - remove unnecessary fstab.h include [Karel Zak] + - use /sys/dev/block/.../loop/backing_file [Karel Zak] + - use stdout and return 0 for --help [Karel Zak] +lsblk: + - add --nodeps [Karel Zak] + - add new utility [Milan Broz] + - rename "RA" column to "RE" [Karel Zak] + - small grammar touches to the man page [Benno Schulenberg] + - use "RM" for removable [Karel Zak] +lscpu: + - add -x and {On,Off}-line CPU(s) mask/list [Karel Zak] + - add byte order and bogoMIPS information [Davidlohr Bueso] + - add description of --sysroot option to man page, plus grammar touches [Benno Schulenberg] + - avoid len = 0 as a consequence of maxcpus = 0 [Gerrit Renker] + - cleanup usage() [Karel Zak] + - fix 64bit CPU detection [Karel Zak] + - really use 'mode' argument in path_fopen() [Petr Uzel] + - support offline CPUs [Karel Zak] + - support sysfs without cpu/online file [Karel Zak] + - update lscpu.1 to include new additions. [Davidlohr Bueso] + - use GPLv2+ [Karel Zak] +man: + - add russian translation of ddate.1 [Karel Zak] +mesg: + - Use EXIT_* and discard K&R style declaration. [Marek Polacek] + - change error exit code from 1 to >1 [Francesco Cosoleto] +misc-utils: + - use new xmalloc() wrapper [Davidlohr Bueso] +mkfs: + - add `mkfs.ext4` to section SEE ALSO of `mkfs.8`. [Paul Menzel] + - general cleanups [Davidlohr Bueso] +mkfs.cramfs: + - use symbolic exit codes [Sami Kerola] +more: + - use xalloc for memory allocation [Davidlohr Bueso] +mount: + - Add more pseudo filesystems. [Davidlohr Bueso] + - Don't call canonicalize_*(SPEC) for 9p [Sven Eckelmann] + - add info about type.subtype to /sbin/mount.<type> API description [Karel Zak] + - add mnt_init_debug() [Karel Zak] + - add note about context= remount to mount.8 [Karel Zak] + - add note about subtypes to fstab.5 [Karel Zak] + - add rootcontext= for tmpfs on SELinux boxes [Karel Zak] + - avoid starting a man page line with a single quote [Chris Frost] + - be more explicit about --move in mount.8 [Karel Zak] + - better describe UUIDs usage in man pages [Karel Zak] + - canonicalize paths in HAVE_LIBMOUNT_MOUNT code [Karel Zak] + - clean up fstab.5 [Karel Zak] + - don't canonicalize "spec" with --no-canonicalize option [Miklos Szeredi] + - don't use auto-clear loopdev if mtab is available [Karel Zak] + - fix "mount -a" for auto-clear loopdevs and /proc/mounts [Karel Zak] + - fix atime description in mount.8 man page [Karel Zak] + - fix gcc warning [Karel Zak] + - fix mount.8, shortname=mixed is now default for vfat [Petr Uzel] + - fix parsing offset= followed by more options [Petr Uzel] + - fix reference to cifs-utils in mount.8 [Karel Zak] + - get most recently mounted fs from /etc/mtab. [Valerie Aurora] + - handle filesystems with subtype [Miklos Szeredi] + - ignore *context= options on remount [Karel Zak] + - improve verbose info [Karel Zak] + - mark die() as nonreturn [Karel Zak] + - read /sys for loopdev backing file [Karel Zak] + - read mtab by libmount [Karel Zak] + - remove warning about FS detection from mount.1 [Karel Zak] + - rewrite HAVE_LIBMOUNT_MOUNT code [Karel Zak] + - rewrite is_readonly() [Karel Zak] + - sanity check mount flags for MS_PROPAGATION [Karel Zak] + - update ext{3,4} options in mount.8 [Karel Zak] + - update relatime description in mount.8 [Karel Zak] + - use libmount for mtab/utab updates [Karel Zak] + - use utimensat(AT_FDCWD) rather than open()+futimens() [Karel Zak] + - use verbose info for HAVE_LIBMOUNT_MOUNT only [Karel Zak] +namei: + - fix memory leak in namei(1) [Davidlohr Bueso] + - parse all path arguments when an optarg path will fail [Sami Kerola] +newgrp: + - Use err() and EXIT_* [Marek Polacek] +partx: + - add mac partition table support [Davidlohr Bueso] + - add sun partition table support [Davidlohr Bueso] + - cleanup and add columns [Karel Zak] + - complete rewrite [Davidlohr Bueso, Karel Zak] + - fix authors section in man page [Davidlohr Bueso] + - fix typo in partx.8 [Davidlohr Bueso] + - integrate support for mac and sun partitions, based on kpartx. [Davidlohr Bueso] + - normalize the punctuation of man page, and improve grammar here and there [Benno Schulenberg] + - tiny change in usage() [Karel Zak] +pg: + - use xalloc for memory allocation [Davidlohr Bueso] +po: + - add gl.po (from translationproject.org) [Fran Diéguez] + - add zh_TW.po (from translationproject.org) [Wei-Lun Chao] + - fix note about license [Karel Zak] + - merge changes [Karel Zak] + - refresh gl and zh_TW [Karel Zak] + - update after rename [Karel Zak] + - update cs.po (from translationproject.org) [Petr Písař] + - update da.po (from translationproject.org) [Joe Hansen] + - update fr.po (from translationproject.org) [David Prévot] + - update fr.po (from translationproject.org) [Milan Bouchet-Valat] + - update hu.po (from translationproject.org) [Gabor Kelemen] + - update ja.po (from translationproject.org) [Makoto Kato] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update vi.po (from translationproject.org) [Clytie Siddall] +portability: + - fix mntent.h and pty.h usage [François Revol] + - use standard constants [François Revol] +renice: + - improve messages specifying what ID is referring to [Francesco Cosoleto] + - make some functions static [Francesco Cosoleto] + - remove hardcoded program name using warn() and warnx() [Francesco Cosoleto] + - reverse %s position in error messages [Francesco Cosoleto] + - rewrite usage() [Karel Zak] + - update man page (nice rlimit was added to kernel) [Francesco Cosoleto] +rev: + - coding style, various fixes [Davidlohr Bueso] + - use xalloc for memory allocation [Davidlohr Bueso] +rtcwake: + - add 'show' mode for rtc alarm [Marek Otahal] + - use err.h routines [Karel Zak] +schedutils: + - fix typos [Davidlohr Bueso] + - remove unneeded header files [Davidlohr Bueso] +sfdisk: + - add option to use maximum partition size [Karel Zak] + - save errno before calling perror [Forest Bond] +shutdown: + - Use EXIT_* [Marek Polacek] +simpleinit: + - Use EXIT_* [Marek Polacek] + - move old init stuff to separate directory [Karel Zak] +swapon: + - Canonicalize swap device [Alexey Gladkov] + - Document btrfs limitation with swapfiles [Jeff Mahoney] + - add "discard" support [Hugh Dickins] + - add support for "nofail" fstab mount option [Karel Zak] + - better text for "discard", note about swapon in fstab.5 [Karel Zak] + - make needlessly global variables static [Tobias Klauser] + - use EXIT_SUCCESS constants [Davidlohr Bueso] + - warn if file owner is not root [Karel Zak] +swpaon: + - use canonicalized devnames on -s output [Karel Zak] +sys-utils: + - fix manpage typos [Davidlohr Bueso] + - make use xalloc wrappers [Davidlohr Bueso] +tailf: + - fixed timing issue that could cause duplicate data output [Dima Kogan] + - use xalloc for memory allocation [Davidlohr Bueso] +taskset: + - proper numbers parsing [Karel Zak] +tests: + - add regression tests [Davidlohr Bueso] + - add basic libmount tests for mounting [Karel Zak] + - add blkid test for partitioned RAID0 [Karel Zak] + - add libmount lock test [Karel Zak] + - add libmount mtab tests [Karel Zak] + - add libmount mtab update test [Karel Zak] + - add libmount optstr.c tests [Karel Zak] + - add libmount tab_parse.c tests [Karel Zak] + - add libmount tags tests [Karel Zak] + - add libmount utab tests [Karel Zak] + - add libmount utils.c tests [Karel Zak] + - add nilfs2 test for libblkid [Jiro SEKIBA] + - add quoted optstr [Karel Zak] + - add utab update tests [Karel Zak] + - check for mtab [Karel Zak] + - fix blkid MD test (missing tailing whitespaces) [Karel Zak] + - fix libmount test [Karel Zak] + - fix strtosize() test [Karel Zak] + - ignore device name used in some fdisk and blkid tests [Francesco Cosoleto] + - improve libmount context mount and umount test [Karel Zak] + - improve subtests initialization [Karel Zak] + - refresh libmount fstab parser tests [Karel Zak] + - skip non-compiled libmount tests [Karel Zak] + - truncate BeFS and tuxonice images [Karel Zak] + - update lscpu tests [Karel Zak] + - update lscpu tests on x86_64 [Karel Zak] + - update namei regression test [Karel Zak] + - use findmnt(8) for mount --move test [Karel Zak] + - use findmnt(8) for remount test [Karel Zak] + - use {src,build}dir variables for tests [Karel Zak] +ul: + - fix memory leak. [Davidlohr Bueso] + - use atexit() to deallocate buffer, print errors by err() [Karel Zak] + - use xalloc for memory allocation [Davidlohr Bueso] +umount: + - add HAVE_LIBMOUNT_MOUNT code [Karel Zak] + - call is_loop_autoclear() for all loopdevs [Karel Zak] + - umount -r segfault [Karel Zak] + - use strtosize() for offset= [Karel Zak] +unshare: + - fix SIGSEGV on invalid command line option [Alexey Gladkov] +uuidd: + - correctly report number of generated subsequent UUIDs [Petr Uzel] + - fix -n usage [Petr Uzel] + - fix uuidd -r -n 2 [Petr Uzel] + - increase connection backlog size to SOMAXCONN [Petr Uzel] + - mention -q in uuidd.8 [Petr Uzel] + - use UUIDD_OP_BULK_*_UUID named constants [Petr Uzel] + - use UUID_STR_LEN and UUID_LEN [Petr Uzel] + - use daemon(3) library function [Petr Uzel] + - use die() where possible [Petr Uzel] + - use write_all from include/writeall.h [Petr Uzel] +vipw: + - fix warn_unused_result gcc warning [Karel Zak] + - use EXIT_* and err() [Marek Polacek] +wall: + - Use EXIT_* and err() [Marek Polacek] + - add usage function [Davidlohr Bueso] + - document -n option [Davidlohr Bueso] + - fix coding style [Karel Zak] + - remove progname [Karel Zak] + - use xalloc lib [Davidlohr Bueso] +wipefs: + - fail if more device arguments specified [Milan Broz] + - use write_all from include/writeall.h [Petr Uzel] + diff --git a/Documentation/releases/v2.20-ReleaseNotes b/Documentation/releases/v2.20-ReleaseNotes new file mode 100644 index 0000000..549d89d --- /dev/null +++ b/Documentation/releases/v2.20-ReleaseNotes @@ -0,0 +1,1061 @@ +Util-linux 2.20 Release Notes +============================= + + The ddate(1) command is not built by default (see --enable-ddate). + +Release highlights +------------------ + +agetty(8): + - mingetty features have been merged to agetty + +chrt(1), taskset(1): + - supports new command line option "--all-tasks" to set or retrieve the + scheduling attributes of all the tasks (threads) for a given PID + +dmesg(1): + - supports new command line options: --clear, --console-on, --console-off, + --ctime, --decode, --facility=<list>, --level=<list>, --show-delta, + --notime, --kernel and --userspace + +fdisk(8): + - improved dialogs to be more user-friendly + +findmnt(8), partx(8), lsblk(8) + - support new command line option "--pairs" to enable key="value" + output format + +findmnt(8): + - supports new command line options "--poll" and "--timeout" to monitor + /proc/self/mountinfo changes + +ionice(1): + - supports human-readable scheduling class names, for example: + ionice -c best-effort $PID + +kill(1): + - supports new command line option "-q <sigval>" to use sigqueue(2) + - supports real-time signals in formats RT<n>, RTMIN+<n> and RTMAX-<n> + +libmount: + - the API officially stable + +lsblk(8): + - supports new columns: + TYPE - device type + RQ-SIZE - queue request size + STATE - device state (e.g. running, suspended) + DALIGN - discard alignment offset + DISC-GRAN - discard granularity + DISC-MAX - discard max bytes + DISC-ZERO - discard zeroes data + - supports new command line option "-D" to print device discard topology + +lscpu(8): + - improved support for s390 boxes + +mkfs.minix: + - supports minix version 3 + +mountpoint(1): + - this NEW COMMAND is libmount based re-implementation of mountpoint(1) from + sysvinit suite + +setarch(8): + - supports new command line options "--uname-2.6" to enable UNAME26 + personality flag + +simpleinit: + - this set of deprecated utils has been REMOVED + +wall(1): + - support new command line option "--timeout" to specify write timeout to + terminals in seconds. + +It's not supported to link with external (e.g. from e2fsprogs) libblkis and +libuuid any more. + + +Stable maintenance releases between v2.19 and v2.20 +--------------------------------------------------- + +util-linux 2.19.1 [02-May-2011] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19.1-ChangeLog + + +Changes between v2.19 and v2.20 +------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.20/ + +addpart: + - multiplication on 512 deleted [Anton V. Boyarshinov] +agetty: + - #endif comments [Sami Kerola] + - C.UTF-8 locale instead of en_US.UTF-8 [Samuel Thibault] + - Fix IUTF8 flag [Werner Fink] + - add an autologin feature [Werner Fink] + - better support of virtual console [Dr. Werner Fink] + - check virtual console for UTF-8 support [Werner Fink] + - clean up usage [Karel Zak] + - cleanup argv parsing, utmp update, use writeall(), etc. [Werner Fink] + - coding style - fix comments, remove tailing whitespace [Karel Zak] + - coding style - fix identation [Karel Zak] + - don't use xalloc.h stuff [Karel Zak] + - error message about required arguments [Sami Kerola] + - getopt case segment reordering [Sami Kerola] + - improve login(1) argv[] [Karel Zak] + - more code cleanup [Werner Fink] + - only enable F_UTF8 if kernel has already set IUTF8. [Samuel Thibault] + - proper session on the terminal line [Werner Fink] + - remove unnecessary options synonyms [Karel Zak] + - remove unnecessary space and "(void)" junk [Karel Zak] + - symbolic standard file descriptors [Sami Kerola] + - try next speed after CBREAK [Karel Zak] + - use a generic function for strings concatenation [Karel Zak] + - use long options [Sami Kerola] + - use program_invocation_short_name [Sami Kerola] + - use xalloc.h [Sami Kerola] + - further scrubbing [Sami Kerola] + - move issue path to pathnames.h [Sami Kerola] + - further mingetty features [Dr. Werner Fink] +blkdev: + - add blkdev_is_misaligned() [Davidlohr Bueso] +blkid: + - add -d option to print non-printable chars [Karel Zak] + - don't free() uninitialized variable [Karel Zak] + - don't ignore -i [Karel Zak] + - don't read past end of FAT32 cluster chain [John Lindgren] + - fix compiler warnings [-Wunused-parameter] [Karel Zak] + - fix double free [coverity scan] [Karel Zak] + - fix typo [Karel Zak] + - indent usage() [Karel Zak] + - list all known filesystems/RAIDs (add -k option) [Karel Zak] + - small fix for safe_print() [Sergey Gusarov] + - uniformize the synopsis, remove "the the" [Benno Schulenberg] +blockdev: + - add --help option [Sami Kerola] + - broken compiler warning circumvention removed [Sami Kerola] + - coding style fix [Sami Kerola] + - indent usage() [Karel Zak] + - remove progname [Sami Kerola] + - set options read only [Sami Kerola] + - type mismatch fix [Sami Kerola] + - use libc error facilities [Sami Kerola] + - use pathnames.h to find partitions [Sami Kerola] +build-sys: + - Enable automake's -Wno-portability option. [Sami Kerola] + - add --enable-ddate [Karel Zak] + - add required files to dist [Sami Kerola] + - add term-utils/ [Karel Zak] + - add term-utils/.gitignore [Karel Zak] + - add uuid_generate_time_safe.3 .gitignore [Karel Zak] + - clean up partx Makefile [Karel Zak] + - cleanup lib/ tests [Karel Zak] + - disable lib/ at.c tests building [Karel Zak] + - do not ignore datarootdir [Sami Kerola] + - don't build lsblk on Linux without openat() [Karel Zak] + - don't support external (e2fsprogs) libblkid [Karel Zak] + - don't support external (e2fsprogs) libuuid [Karel Zak] + - don't try to chgrp write or wall if they are not built [Marc-Antoine Perennou] + - don't use HAVE_LIBBLKID_INTERNAL macro [Karel Zak] + - enable mountpoint, add dependence on libmout [Karel Zak] + - fix 'make checkincludes' warnings [Karel Zak] + - fix configure.ac for uuidd [Karel Zak] + - fix distcheck for term-utils [Karel Zak] + - fix git-version-gen for -rc tags [Karel Zak] + - fix gtk-doc build [Karel Zak] + - fix gtk-doc distclean [Karel Zak] + - fix spaces versus tabs conflict [Marc-Antoine Perennou] + - fix unportable Makefile.am assignment [Sami Kerola] + - include <uuid.h> rather than <uuid/uuid.h> [Karel Zak] + - introduce AM_PROG_CC_C_O macro [Sami Kerola] + - move BUILD_SCHEDUTILS to top-level Makefile [Karel Zak] + - move agetty to term-utils [Karel Zak] + - move mesg to term-utils/ [Karel Zak] + - move reset to term-utils/ [Karel Zak] + - move script and scriptreplay to term-utils/ [Karel Zak] + - move setterm to term-utils/ [Karel Zak] + - move wall to term-utils/ [Karel Zak] + - move write to term-utils directory [Sami Kerola] + - non-linux fixup [Samuel Thibault] + - print helpful error when pkg.m4 is missing [Sami Kerola] + - provide alternatives for err, errx, warn and warnx [Fabian Groffen] + - release++ (v2.20-rc1) [Karel Zak] + - release++ (v2.20-rc2) [Karel Zak] + - remove and ignore generated files [Karel Zak] + - remove check-news [Karel Zak] + - remove unnecessary files from getopt [Sami Kerola] + - rename --enable-partx to --disable-partx [Karel Zak] + - stop building line(1) by default [Sami Kerola] + - use AC_LANG_SOURCE to suppress warnings [Sami Kerola] + - use AUTOMAKE_OPTIONS = gnu [Sami Kerola] + - use git-version-gen to distinct git and release versions [Sami Kerola] + - use gtkdoc without tmpl dir [Karel Zak] + - use silent rules got gtkdoc, fix dependencies [Karel Zak] + - use top-level directory for libblkid rather than shlibs/blkid [Karel Zak] + - use top-level directory for libmount rather than shlibs/mount [Karel Zak] + - use top-level directory for libuuid rather than shlibs/uuid [Karel Zak] +cal: + - argument checking, long options and argument checking [Sami Kerola] + - clean up few coding style issues [Sami Kerola] + - fix compiler warnings [Sami Kerola] + - fix manpage formatting [Petr Uzel] + - indent usage() [Karel Zak] + - fix typo ("fistt day") in help text, seize chance to improve it [Benno Schulenberg] +cfdisk: + - add home and end keys movements in partition list [Francesco Cosoleto] + - fix compilation with slang [Karel Zak] + - fix compiler warning [Karel Zak] + - fix compiler warnings [-Wunused-parameter] [Karel Zak] + - fix gcc warning (unused variable) [Karel Zak] + - move "No more partition" warning to draw_cursor() [Francesco Cosoleto] + - move keys related to the cursor of the partition list outside menuselect() [Francesco Cosoleto] + - remove unused vertical menu direction code [Francesco Cosoleto] + - use keypad() in menu selection function [Francesco Cosoleto] +checktty: + - Use NGROUPS_MAX instead of NGROUPS [Josiah Worcester] + - fix unused parameters [Sami Kerola] +chfn: + - fix compiler warnings [-Wsign-compare] [Karel Zak] +chrt: + - [selinux] fix compiler warnings [-Wsign-compare] [Karel Zak] + - add strings to use NLS [Sami Kerola] + - adjust style of man page, alphabetize option -p [Benno Schulenberg] + - allow to use --all-tasks when retrieve info [Karel Zak] + - chrt.1 fix grammar [Davidlohr Bueso] + - clarify use of -a option [Davidlohr Bueso] + - coding style fix [Sami Kerola] + - data type compiler warning fixed [Sami Kerola] + - make threads aware [Davidlohr Bueso] + - silently ignore -R if unsupported [Karel Zak] +chsh: + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - fix gcc link() warn_unused_result warning [Karel Zak] + - fix small memory leak [Karel Zak] +col: + - check with strtol_or_err option argument [Sami Kerola] + - coding style changes [Sami Kerola] + - use long options [Sami Kerola] +colctr: + - use long options and clean coding style [Sami Kerola] +colrm: + - gotos, long options and argument checking [Sami Kerola] + - manual update [Sami Kerola] +column: + - fix problems with uninitialized variables [Karel Zak] + - use xalloc lib [Sami Kerola] + - add version printing [Sami Kerola] + - coding style fixes [Sami Kerola] + - free memory before exit [Sami Kerola] + - global variables removed [Sami Kerola] + - make table function clarification [Sami Kerola] + - replace emalloc with xcalloc [Sami Kerola] + - validate numeric user inputs [Sami Kerola] +cramfs: + - remove cramfs_common.h [Davidlohr Bueso] + - use stdint.h instead of u{8,16,32} [Sami Kerola] + - coding style [Sami Kerola] +cramfs_common: + - coding style [Sami Kerola] +cytune: + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - remove unused variable [Karel Zak] +ddate: + - fix St. Tib's Day in other languages [Karel Zak] + - remove non-ascii chars from ddate [Karel Zak] + - use ARRAY_SIZE [Karel Zak] +dmesg: + - add --clear (SYSLOG_ACTION_CLEAR) [Karel Zak] + - add --console-on and --console-off [Karel Zak] + - add --ctime to print human readable timestamps [Karel Zak] + - add --decode to print readable facility and level [Karel Zak] + - add --facility option [Karel Zak] + - add --level=<list> [Karel Zak] + - add --show-delta option [Karel Zak] + - add -t option to suppress timestamps [Karel Zak] + - add -u and -k options [Karel Zak] + - add long options, --help and --version [Karel Zak] + - allow to print time delta without timestamp [Karel Zak] + - avoid mess at the end of dmesg output [Petr Uzel] + - cleanup options and man page [Karel Zak] + - cleanup usage() [Karel Zak] + - consolidate level parsiig code [Karel Zak] + - don't print non-printable chars, parse records [Karel Zak] + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - fix segfault [Marc-Antoine Perennou] + - fix typo in usage() [Karel Zak] + - mark some options mutually exclusive [Karel Zak] + - print_buffer() refactoring [Karel Zak] + - refactoring - cleanup get bufsize code [Karel Zak] + - refactoring - cleanup main() code [Karel Zak] + - refactoring - cleanup print buffer code [Karel Zak] + - refactoring - cleanup read buffer code [Karel Zak] + - reorder options, add comments [Karel Zak] + - use SYSLOG_ACTION_* macros rather than magic constatnts [Karel Zak] + - variables refactoring [Karel Zak] + - cleanups -- use err(), xalloc() [Marek Polacek] +docs: + - mention mkswap long options in man page [Sami Kerola] + - TODO update [Karel Zak] + - add 2.20 ReleaseNotes [Karel Zak] + - add Matej to AUTHORS [Karel Zak] + - add long options to fdformat.8 [Sami Kerola] + - add long options to mkfs.8 [Sami Kerola] + - add long options to mkfs.bfs.8 [Sami Kerola] + - agetty long options [Sami Kerola] + - agetty manual update [Sami Kerola] + - also uniformize headers and footers of troff-formatted man pages [Benno Schulenberg] + - col manual update [Sami Kerola] + - colcrt manual update [Sami Kerola] + - drop the pluralization item with ngettext() in TODO file [Benno Schulenberg] + - favour small patches [Sami Kerola] + - inform about cal long options [Sami Kerola] + - inform about mcookie long options [Sami Kerola] + - isosize.8 add long options [Sami Kerola] + - look.1 manual rewrote [Sami Kerola] + - mention long options in ionice.1 [Sami Kerola] + - mention long options in uuidd.8 manual page [Sami Kerola] + - remove README.namei [Sami Kerola] + - rename.1 verbose, long options and warning [Sami Kerola] + - scriptreplay add note about new options [Sami Kerola] + - scriptreplay mention basic long options [Sami Kerola] + - sfdisk manual update [Sami Kerola] + - tell mount/* is in maintenance mode [Sami Kerola] + - tweak the formatting and wording of several disk-utils man pages [Benno Schulenberg] + - tweak the formatting and wording of some text-utils man pages [Benno Schulenberg] + - un-deprecate kill(1) [Karel Zak] + - uniformize the header and footer lines in man pages [Benno Schulenberg] + - update AUTHORS file [Karel Zak] + - update DEPRECATED file [Karel Zak] + - update ReleaseNotes [Karel Zak] + - update ReleaseNotes fix typo in v2.20-ReleaseNotes [Bernhard Voelker] + - update TODO [Karel Zak] + - update TODO [Sami Kerola] + - update TODO file [Karel Zak] + - update TODO file [Sami Kerola] + - update example files [Karel Zak] + - update v2.20 ReleaseNotes [Karel Zak] + - uuidgen.1 mention long options [Sami Kerola] +elvtune, isosize: + - print usage text in case of invalid option [Francesco Cosoleto] + - remove redundant message in case of invalid option [Francesco Cosoleto] +fallocate: + - cleanup usage() [Karel Zak] +fdformat: + - cleanup error messages [Karel Zak] + - coding style [Sami Kerola] + - include-what-you-use header check [Sami Kerola] + - integer comparisons & unused parameter [Sami Kerola] + - use libc error printing facilities [Sami Kerola] + - use long options [Sami Kerola] + - use xalloc.h [Sami Kerola] +fdisk: + - accept digits-space-suffix format [Francesco Cosoleto] + - add a default response for the partition type dialog [Francesco Cosoleto] + - change primary or extended partition type dialog [Francesco Cosoleto] + - check index before access to array [coverity scan] [Karel Zak] + - fix "invalid partition number for type" error message [Francesco Cosoleto] + - fix compiler warnings [-Wunused-parameter -Wsign-compare] [Karel Zak] + - improve error message for missing extended partition [Francesco Cosoleto] + - more robust whole-disk detection [Karel Zak] + - print logical partition number while adding it [Francesco Cosoleto] + - quit from partition type dialog after invalid response [Francesco Cosoleto] + - use a single variable for the current disklabel [Francesco Cosoleto] +fdisk, display, hexdump.h: + - Use standard C types instead of u_int, u_char, u_long, etc. [Josiah Worcester] + - correct the grammar of an error message [Benno Schulenberg] +findmnt: + - (man page) short option for --timeout is not -t but -w [Benno Schulenberg] + - add --pairs to output in key="value" format [Karel Zak] + - add --poll and --timeout to the man page [Karel Zak] + - add --poll option [Karel Zak] + - add --timeout option [Karel Zak] + - add columns description to the --help output [Karel Zak] + - check mnt_tab_next_fs() return code [coverity scan] [Karel Zak] + - filter filesystems and actions for --poll [Karel Zak] + - fix compiler warnings [-Wunused-parameter] [Karel Zak] + - fix leak [Karel Zak] + - improve spelling, wording and order of help text [Benno Schulenberg] + - minor coding style changes [Karel Zak] + - print OLD-* columns only when necessary [Karel Zak] + - slice up the help text into manageable chunks [Benno Schulenberg] +flock: + - cleanup usage() [Karel Zak] + - fix example in man page [Karel Zak] +fsck: + - fix -C parsing [Karel Zak] + - fix clang compiler warning [Sami Kerola] + - in man page say that "options take arguments", not vice versa [Benno Schulenberg] + - in usage() unmark type as optional for the -t option [Benno Schulenberg] + - indent usage() [Karel Zak] + - use <var> in usage() [Karel Zak] + - use same word category in message, and add translators comment [Benno Schulenberg] + - use xmalloc, warn & err and new usage [Sami Kerola] +fsck, checktty, flock: + - Use more portable includes. [Josiah Worcester] +fsck.cramfs: + - add missed strings to translation [Sami Kerola] + - coding style [Sami Kerola] + - retire die function [Sami Kerola] + - use xalloc.h [Sami Kerola] +fsck.minix: + - fix "array subscript is above array bounds" [Karel Zak] + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - remove unused variables [Karel Zak] + - use common functionalitly [Davidlohr Bueso] + - use lib/ismounted.c [Karel Zak] +fsfreeze: + - cleanup usage() [Karel Zak] +fstrim: + - cast from __u64 to standard C types [Karel Zak] + - cleanup usage() [Karel Zak] + - correct mistaken grammar in one message [Benno Schulenberg] +fstrim, setarch: + - replace error() with err() [Francesco Cosoleto] +getopt: + - add static qualifiers [Olivier Mengué] + - do not bundle help text lines into a single unwieldy chunk [Benno Schulenberg] + - fix '--unqote' typo in usage text [Francesco Cosoleto] + - fix coding style [Sami Kerola] + - fix gcc warning [Karel Zak] + - indent usage() [Karel Zak] + - make user getopt_long parsing to use function pointer [Sami Kerola] + - options struct, usage and version outputs [Sami Kerola] + - remove unnecessary free() [Sami Kerola] + - use <var> in usage() [Karel Zak] + - use xalloc.h [Sami Kerola] +hexdump: + - don't include err.h directly [Karel Zak] + - fix "beginnin" typo in usage message [Benno Schulenberg] + - fix segfault due to uninitialized memory [Petr Uzel] + - new usage(), xalloc and err.h stuff [Sami Kerola] +hwclock: + - Don't use asm/io.h if sys/io.h can't be found [Josiah Worcester] + - add variable initialization [Sami Kerola] + - build on non-Linux [Samuel Thibault] + - coding style clean up [Sami Kerola] + - fix compiler warnings [Sami Kerola] + - fix gcc warning (uninitialized variable) [Karel Zak] + - in man page move --date and --epoch from Functions to Options [Benno Schulenberg] + - include-what-you-use header check [Sami Kerola] + - indent usage() [Karel Zak] + - make RTC default to UTC time [Daniel Drake] + - move long options away from global scope [Sami Kerola] + - move path definitions to pathnames.h [Sami Kerola] + - remove clock-ppc.c [Sami Kerola] + - remove goto statement [Sami Kerola] + - remove misleading information [Sami Kerola] + - remove unused variables [Karel Zak] + - tiny change in comment [Karel Zak] + - use <var> in usage() [Karel Zak] + - use libc error printing functions [Sami Kerola] + - validate numeric option arguments [Sami Kerola] + - when cutting up help texts anyway, do it into small chunks [Benno Schulenberg] +include: + - [at.h] include c.h for PATH_MAX [Karel Zak] + - [bitops.h] make return values consistent [Karel Zak] + - [c.h] add fallback for old libs without O_CLOEXEC [Karel Zak] + - [c.h] remove strings.h include dublicate [Sami Kerola] + - [c.h] typeof to __typeof__ fix [Sami Kerola] + - [c.h] Include stdlib.h unconditionaly [maximilian attems] + - [c.h] add definition wrappers for old libc versions [Davidlohr Bueso] + - [c.h] move up declaration of program_invocation_short_name before usage [maximilian attems] + - [nls.h] define a macro for handling plurals with ngettext() [Benno Schulenberg] + - [strutils.c] add list parsers [Karel Zak] + - [tt.c] always truncate if TT_FL_TRUNC [Karel Zak] + - [writeall] add fwrite_all() [Karel Zak] + - [xalloc.h] mention strdup in the file description [Petr Uzel] + - minix.h use data types from stdint.h [Sami Kerola] + - move disk-utils/mkfs.h -> include/exitcodes.h [Sami Kerola] + - move fsck return values to exitcodes.h [Sami Kerola] + - move minix.h to include directory [Sami Kerola] + - remove kernel headers from minix.h [Sami Kerola] +ionice: + - IOPRIO_PRIO_* macros [Karel Zak] + - add long options [Sami Kerola] + - adjust synopsis and wording and formatting on the man page [Benno Schulenberg] + - allow to use names for -c <class> [Karel Zak] + - coding style fixes [Sami Kerola] + - fix -V output [Sami Kerola] + - fix -p [Karel Zak] + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - improve command line interpretation [Karel Zak] + - make -t more tolerant [Karel Zak] + - slightly improve grammar, spacing and consistency of man page [Benno Schulenberg] +iosize: + - fix gcc warning [Karel Zak] +ipcmk: + - cleanup usage() [Karel Zak] +ipcs: + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - fix typo [Karel Zak] + - really show all resources when -a and -i are combined [Jens Kristian Søgaard] + - use unsigned type for uid/gid [Karel Zak] +isosize: + - check user input to be numeric [Sami Kerola] + - fix coding style [Sami Kerola] + - improve style, grammar and spacing of man page [Benno Schulenberg] + - include-what-you-use header check [Sami Kerola] + - remove global variables [Sami Kerola] + - simplify some error messages [Francesco Cosoleto] + - use long options [Sami Kerola] + - use program_invocation_short_name [Francesco Cosoleto] +kill: + - add -q sigval to use sigqueue(2) [Karel Zak] + - add support for real-time signals [Karel Zak] + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - translate "-l <num>" to RT<n> [Karel Zak] +last: + - fix compiler warnings [-Wsign-compare] [Karel Zak] +ldattach: + - cleanup usage() [Karel Zak] +lib: + - [at.c] add readlink_at(), fix semantic for absolute paths [Karel Zak] + - [at.c] fix compiler warnings [-Wunused-parameter] [Karel Zak] + - [blkdev.c] add blkdev_get_physector_size() [Davidlohr Bueso] + - [blkdev.c] more robust blkdev_is_misaligned() [Karel Zak] + - [blkdev.c] remove kernel version check from blkdev_get_sector_size() [Karel Zak] + - [cpuset.c] fix compiler warnings [-Wsign-compare] [Karel Zak] + - [fsprobe.c] fix blkid_evaluate_spec() call [Karel Zak] + - [fsprobe.c] remove obsolete <blkid/blkid.h> [Karel Zak] + - [fsprobe.c] use internal libblkid only [Karel Zak] + - [linux_version.c] accommodate two-component linux version (e.g. 3.0) [Karel Zak] + - [linux_version.c] simplify version parsing [Karel Zak] + - [loopdev.c] add module for work loop devices [Karel Zak] + - [loopdev.c] cleanup flags usage [Karel Zak] + - [loopdev.c] correct qsort compare function [Karel Zak] + - [loopdev.c] correct trivial typo [Davidlohr Bueso] + - [mangle.c] fix compiler warnings [-Wsign-compare] [Karel Zak] + - [procutils.c] add missing files. Sorry. [Karel Zak] + - [procutils.c] general purpose procfs parsing functions [Davidlohr Bueso] + - [procutils.c] improve robustness [Karel Zak] + - [strutils.c] fix compiler warnings [-Wsign-compare] [Karel Zak] + - [strutils.c] more robust strtol checks [Karel Zak] + - [strutils] avoid integer overflow on large values [Dave Reisner] + - [sysfs.c] add sysfs_readlink and name/path functions [Karel Zak] + - [sysfs.c] fix compiler warnings [-Wsign-compare] [Karel Zak] + - [sysfs.c] fix double free [Karel Zak] + - [sysfs.c] make sysfs_read_* function more robust [Karel Zak] + - [tt.c] Fix mbs_width macro for systems without WIDECHAR [Josiah Worcester] + - [tt.c] clean up used types [Karel Zak] + - [tt.c] dereferencing data before a null check [coverity scan] [Karel Zak] + - [tt.c] support fixed width and multiple tt_print_table() calls [Karel Zak] + - [tt.c] support key="value" output format [Karel Zak] + - [tt.c] use mbs_truncate() from mbsalign.c [Karel Zak] + - add generic sysfs utils [Karel Zak] + - add strtoul_or_err() function [Sami Kerola] +libblkid: + - [partitions] fix compiler warnings [-Wunused-parameter -Wsign-compare] [Karel Zak] + - [superblocks] fix compiler warnings [-Wunused-parameter -Wsign-compare] [Karel Zak] + - [topology] fix compiler warnings [-Wunused-parameter -Wsign-compare] [Karel Zak] + - add ID_PART_ENTRY_{OFFSET,SIZE,DISK} [Karel Zak] + - add PART_ENTRY_* to docs [Karel Zak] + - add blkid_evaluate_spec() [Karel Zak] + - add debug message [Karel Zak] + - add docs for new PART_ENTRY_* values [Karel Zak] + - add some debug messages [Karel Zak] + - befs validate di_br_size !=0 and br_per_di_br != 0 [Timo Warns] + - cleanup flags [Karel Zak] + - cleanup prober initialization [Karel Zak] + - don't ignore swap UUID if only first byte is zero [Richard W.M. Jones] + - fix EFI GPT uuid byte order [Karel Zak] + - fix compiler warnings [-Wunused-parameter -Wsign-compare] [Karel Zak] + - fix gcc warnings [Karel Zak] + - fix typo in *_to_cpu() usage in raid detection [coverity scan] [Karel Zak] + - found whole-disk for partitions mapped by kpartx [Karel Zak] + - ignore hfsplus superblocks with blocksize < 512 [Karel Zak] + - improve blkid__scan_dir [Karel Zak] + - make whole disk probing more robust [Karel Zak] + - minor change in man page [Karel Zak] + - move MINIX_MAXPARTITIONS to minix.h [Sami Kerola] + - remove test for non-zero head count in FAT superblock probe. [Nick Holloway] + - try to detect if PT is newer than LVM [Karel Zak] + - update docs [Karel Zak] + - use 64bit offset in search_fat_label to avoid truncation [Jindrich Makovicka] + - use MINIX_BLOCK_SIZE from minix.h [Sami Kerola] + - use blkid_probe_get_buffer() more carefully [Karel Zak] + - use cached buffers for nested PT probing [Karel Zak] + - use partno for partitions mapped by DM [Karel Zak] + - use stuff from sysfs.h and at.h [Karel Zak] + - use superblock structure from minix.h [Sami Kerola] + - use sysfs_init() more carefully [Karel Zak] + - validate hfs blocksize != 0 [Timo Warns] + - vfat big endian fix [Jindrich Makovicka] +libmount: + - add MOUNT_2.20 version to the API [Karel Zak] + - add fallbacks for old systems without umount2() syscall [Karel Zak] + - add generic function to read table for context [Karel Zak] + - add mnt_reset_table() [Karel Zak] + - add mnt_tabdiff_* functions [Karel Zak] + - add mnt_table_is_mounted() [Karel Zak] + - add mount support for loopdevs [Karel Zak] + - add mountpoint(1) implementation to samples/ [Karel Zak] + - add phelper= support [Karel Zak] + - add support for mount -a [Karel Zak] + - add support for x-* mount comments [Karel Zak] + - allow to convert /dev/loopN to backing filename [Karel Zak] + - allow to set parser callback to context [Karel Zak] + - avoid redundant declaration of mnt_context_do_umount [Jan Engelhardt] + - better "user" evaluation [Karel Zak] + - block signals when update utab [Karel Zak] + - block signals when writing to mtab [Karel Zak] + - clean up cache.c [Karel Zak] + - clean up docs [Karel Zak] + - cleanup *_do_[u]mount() return codes and docs [Karel Zak] + - cleanup code for "none" source and fstype, fix mem leak [Karel Zak] + - cleanup docs [Karel Zak] + - cleanup return codes in mount sample [Karel Zak] + - cleanup umount code [Karel Zak] + - create a default lock for mtab update [Karel Zak] + - cut up mount's help text into manageable chunks [Benno Schulenberg] + - don't export functions for vfs/fs/userspace mount options [Karel Zak] + - fix compiler warnings [-Wunused-parameter -Wsign-compare] [Karel Zak] + - fix debug message [Karel Zak] + - fix fstype caching [Karel Zak] + - fix leak in sample program [Karel Zak] + - fix memory leak in cache [Karel Zak] + - fix mtab update for "none" source [Karel Zak] + - fix parsing of mountinfo from 2.6.39 [Karel Zak] + - fix some typos and copy&paste mistakes in comments [Petr Uzel] + - fix test [Karel Zak] + - fix undefined sources [Davidlohr Bueso] + - fix uninitialized variable in sample [Karel Zak] + - improve apply_fstab debugging [Karel Zak] + - keep code more readable for analyzers [coverity scan] [Karel Zak] + - merge mtab and utab locking code [Karel Zak] + - minor changes in sample program [Karel Zak] + - minor fix to mnt_tabdiff_* [Karel Zak] + - minor fixes [Karel Zak] + - more robust mtab and utab update (CVE-2011-1676, CVE-2011-1677) [Karel Zak] + - plug memory leak in sample program [Petr Uzel] + - remove 'seclabel' on remount, improve for 2.6.39 [Karel Zak] + - remove unnecessary includes, mask API as stable [Karel Zak] + - rename in cache.c [Karel Zak] + - rename mount option "quiet" to "silent" [Karel Zak] + - replace mkostmps() with more portable mkstemp() [Karel Zak] + - small lock code cleanup [Karel Zak] + - support /run/mount rather than /dev/.mount [Karel Zak] + - support NULL source path for mnt_table_find_* functions [Karel Zak] + - update list of pseudo-filesystems [Karel Zak] + - use chdir() and NOFOLLOW umount flag for umount operation [Karel Zak] + - use libmnt_lock for utab flock [Karel Zak] + - use mnt_table_get_fs_root() in utab code [Karel Zak] +libuuid: + - __uuid_generate_time() report if clock_seq is safe [Petr Uzel] + - do not use invalid file descriptor [Petr Uzel] + - fix test in get_clock() [Petr Uzel] + - get_clock() report if the clock_seq is safe [Petr Uzel] + - introduce uuid_generate_time_safe() [Petr Uzel] + - manpage spelling fixes [Petr Uzel] + - move __uuid function to UUIDD_PRIVATE in uuid.sym [Karel Zak] + - rename uuid__generate_* to __uuid_generate_* [Petr Uzel] + - update manpage, mention uuid_generate_time_safe [Petr Uzel] +logger: + - fix variable type compiler warning [Sami Kerola] + - improve descriptions on man page, sort the options, add -h and -V [Benno Schulenberg] + - improve, sort and slice up usage() help text [Benno Schulenberg] + - indent usage() [Karel Zak] + - mention long option in logger man page [Sami Kerola] + - support for logging to UDP socket / remote syslog server [WUEBBELS, Josef \(Extern\)] + - support long options [Sami Kerola] + - use libc error printing facilities [Sami Kerola] + - use simple apostrophe instead of multibyte char in logger.1 [Petr Uzel] +login: + - cleanup unused variables [Karel Zak] + - does not ignore setgid() return code for non-roots [Karel Zak] + - fix checktty test to compile with old glibc [Karel Zak] + - fix compiler warnings [-Wunused-parameter -Wsign-compare] [Karel Zak] + - fix typos in man page [Karel Zak] +login-utils: + - include fix [Sami Kerola] +look: + - add long options [Sami Kerola] + - adjust the formatting and some wording of the man page [Benno Schulenberg] + - cleanup usage() [Karel Zak] + - fix manpage formatting [Petr Uzel] +losetup: + - allow to use --verbose with --all [Karel Zak] + - cleanup usage() [Karel Zak] + - correct qsort compare function [Andreas Schwab] + - spelling fixes [Petr Uzel] +lsblk: + - add --pairs to output in key="value" format [Karel Zak] + - add TYPE column to lsblk output [Milan Broz] + - add note to the man page [Karel Zak] + - add queue request size attribute [Milan Broz] + - add state attribute [Milan Broz] + - add support for discard topology (-D option) [Martin K. Petersen] + - bitwise or TT_FL_ASCII with tt_flags instead of setting [Dave Reisner] + - correct mistaken word [Benno Schulenberg] + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - fix readlink() usage [Karel Zak] + - fix strtoul() usage [coverity scan] [Karel Zak] + - ignore device if disappear while processing [Milan Broz] + - improve discard support [Martin K. Petersen] + - use generic sysfs functions [Karel Zak] + - use ssize_t for readlink() return code [Karel Zak] + - use sysfs_read_u64() rather than sysfs_strdup() + atol() [Karel Zak] +lscpu: + - add support for books [Heiko Carstens] + - cleanup usage() [Karel Zak] + - detect VMware hypervisor [Stephen Hemminger] + - detect sun4{u,v} in /proc/cpuinfo for sparc64 [Karel Zak] + - extend --parse functionality [Karel Zak] + - fix bogomips detection for s390 [Heiko Carstens] + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - fix op-mode for /{sys,proc} dumps [Karel Zak] + - fix threads-per-core calculation [Karel Zak] + - use xalloc [Davidlohr Bueso] + - use xstrdup from xalloc.h [Petr Uzel] +mcookie: + - change coding style [Sami Kerola] + - cleanup usage() [Karel Zak] + - use warnx, long options and help screen [Sami Kerola] +md5: + - use symbolical digest length [Sami Kerola] +mesg: + - add \n to usage() output [Karel Zak] + - add long options to the man page [Sami Kerola] + - cleanup usage() [Karel Zak] + - man page clean wqup [Karel Zak] + - new --verbose option [Sami Kerola] + - use long options, also --help and --version added [Sami Kerola] +minix: + - add MINIX_ prefix to some global macros [Karel Zak] + - add common functionality [Davidlohr Bueso] + - add version 3 layout [Davidlohr Bueso] + - cleanup global variables and macros [Karel Zak] + - fix warning [Davidlohr Bueso] + - move globals and inline functions to minix_programs.h [Sami Kerola] + - remove fs state [Davidlohr Bueso] + - remove unnecessary initializations [Karel Zak] +misc: + - hurd build fixes [Samuel Thibault] + - use unsigned int for bit-fileds [Karel Zak] +misc-utils: + - remove misleading README files [Sami Kerola] +mkfs: + - add long options [Sami Kerola] + - coding style fixes [Sami Kerola] + - fix small formatting issues in man page [Benno Schulenberg] + - include-what-you-use header check [Sami Kerola] +mkfs.bfs: + - add long options [Sami Kerola] + - cleanu p --version output [Karel Zak] + - coding style fix [Sami Kerola] + - include-what-you-use header check [Sami Kerola] + - use err() instead of errx() [Karel Zak] + - use libc error facilities [Sami Kerola] + - use xstrdup from xalloc.h [Sami Kerola] + - validate numeric user inputs [Sami Kerola] +mkfs.cramfs: + - clearer error message, "cannot close" instead of "closing" [Benno Schulenberg] + - coding style [Sami Kerola] + - convert spaces to tabs [Sami Kerola] + - error printing fixes [Sami Kerola] + - few symbolic exit codes where missing [Sami Kerola] + - include-what-you-use header check [Sami Kerola] + - use program_invocation_short_name [Sami Kerola] + - use xalloc.h [Sami Kerola] + - validate numeric user inputs [Sami Kerola] +mkfs.minix: + - add fs version options [Davidlohr Bueso] + - add minix v3 support [Davidlohr Bueso] + - check for misalignment [Davidlohr Bueso] + - document -3 option [Davidlohr Bueso] + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - fix write_all() usage [Karel Zak] + - general cleanups [Davidlohr Bueso] + - remove die() [Davidlohr Bueso] + - standardize superblock attribute settings [Davidlohr Bueso] + - use common functionality [Davidlohr Bueso] + - use inode wrappers [Davidlohr Bueso] +mkswap: + - Use c.h [maximilian attems] + - add alignment check [Davidlohr Bueso] + - coding style unification [Sami Kerola] + - fix compiler warning [Karel Zak] + - fix to compiler warnings [Sami Kerola] + - support long options and check user inputs [Sami Kerola] + - use EXIT_ values [Sami Kerola] + - use libc error messaging facilities [Sami Kerola] + - use xalloc [Sami Kerola] +more: + - new usage output, and some trivial fixes [Sami Kerola] +mount: + - -a segfaults when 4th field is omitted (mount options) [Karel Zak] + - add note about blank lines to fstab.5 [Karel Zak] + - add phelper= [Karel Zak] + - add ufstype=ufs2 to mount.8 [Karel Zak] + - canonicalize fstab mnt_dir [Karel Zak] + - first look for mountpoint [Karel Zak] + - fix compiler warnings [-Wsign-compare -Wunused-parameter] [Karel Zak] + - fix double free in mount.c with SELinux enabled [Kirill Elagin] + - fix reference to sharedsubtree documentation in mount.8 [Mike Hommey] + - fix typo in mount.8 [Petr Uzel] + - fix typos in mount.8 [Nicolas Francois] + - make the error message clear [Petr Uzel] + - mount.8 remove reprecated bh/nobh options from the manual page [Lukas Czerner] + - remove 'seclabel' mount option on remount [Karel Zak] + - remove accidental extra word in ext4 documentation in mount.8 [Petr Uzel] + - remove note about obsolete volume_id library from man page [Karel Zak] + - rename "quiet" to "silent" (MS_SILENT) [Karel Zak] + - update mtab on "-f" and compiled with libmount [Karel Zak] + - use fflush() and temporary file for mtab updates (CVE-2011-1089) [Karel Zak] + - use libmount to detect already mounted bind mounts [Karel Zak] + - use lock from mnt_update_table() [Karel Zak] +mountpoint: + - add new command [Karel Zak] + - cleanup usage() [Karel Zak] +namei: + - add --version option [Sami Kerola] + - cleanup usage() [Karel Zak] + - fix to argument handling [Sami Kerola] + - remove unused variable [Karel Zak] + - use xalloc.h [Sami Kerola] +partx: + - add --pairs to output in key="value" format [Karel Zak] + - add fallback for openat() to be usable on old systems [Karel Zak] + - cleanup usage() [Karel Zak] + - do not print null [Davidlohr Bueso] + - get partition number with sysfs lib [Davidlohr Bueso] + - improve clarity of some messages, gettextize two missed ones [Benno Schulenberg] + - remove unused headers [Davidlohr Bueso] + - switch on localization [Benno Schulenberg] + - trivial comment fix [Davidlohr Bueso] + - use lowercase in usage() [Karel Zak] + - use sysfs_deinit [Davidlohr Bueso] +partx, lsblk: + - fix gettext calls [Karel Zak] +pg: + - fix compiler warnings [-Wunused-result] [Karel Zak] + - fix write_all() usage [Karel Zak] + - normalize formatting of the man page, and tweak some of its wording [Benno Schulenberg] + - return value warning fix [Sami Kerola] + - use size_t for wcstombs() return code [Sami Kerola] +po: + - also extract plural messages from the C files [Benno Schulenberg] + - change MSGID_BUGS_ADDRESS [Karel Zak] + - do not search /samples/ subdirectories for translatable strings [Benno Schulenberg] + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Písař] + - update da.po (from translationproject.org) [Joe Hansen] + - update de.po (from translationproject.org) [Philipp Thomas] + - update fr.po (from translationproject.org) [David Prévot] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update pl.po (from translationproject.org) [Jakub Bogusz] +procutils: + - include missing header [Davidlohr Bueso] +raw: + - remove constants from message strings; undo some abbrevs [Benno Schulenberg] +readprofile: + - don't stop parsing at __init_end [Po-Yu Chuang] + - fix compiler warnings [-Wsign-compare] [Karel Zak] +rename: + - cleanup usage() [Karel Zak] + - verbose option & maintenance fixes [Sami Kerola] +renice: + - cleanup usage() [Karel Zak] +rev: + - mark signo unused in sig_handler [Sami Kerola] + - memory leak fix [Sami Kerola] + - mention long options in man page [Sami Kerola] + - option parsing bug fixed & long options added [Sami Kerola] + - use xrealloc from xalloc.h [Sami Kerola] +rtcwake: + - cleanup usage() [Karel Zak] + - do not duplicate argument strings [Davidlohr Bueso] + - test for available suspend modes [Lawrence Rust] +script: + - cleanup usage() [Karel Zak] + - don't include err.h directly [Karel Zak] + - fix compiler warnings [Sami Kerola] + - include-what-you-use header check [Sami Kerola] + - indicate that the file argument to --timing is optional [Benno Schulenberg] + - inform about long options in script manual page [Sami Kerola] + - normalize formatting of the man page [Benno Schulenberg] + - option --force added [Sami Kerola] + - optional timing output file argument added [Sami Kerola] + - remove magic constants and a type mismatch fix [Sami Kerola] + - remove unnecessary void casting [Sami Kerola] + - support for long options [Sami Kerola] + - use libc error printing facilities [Sami Kerola] +scriptreplay: + - allow arguments as command line switches [Sami Kerola] + - bug in argument check [Sami Kerola] + - cleanup usage() [Karel Zak] + - end printing with new line [Sami Kerola] + - fix buffer overflow [Sami Kerola] + - improve synopsis and formatting and wording in man page [Benno Schulenberg] + - support long options [Sami Kerola] +setarch: + - add --uname-2.6 option for personality flag UNAME26 [Ben Hutchings] + - fix compiler warnings [-Wsign-compare] [Karel Zak] +setterm: + - add note about long dump file paths to man page [Sami Kerola] + - cleanup usage() [Karel Zak] + - fix variable types, and unused argument warnings [Sami Kerola] + - function screendump coding style fixed [Sami Kerola] + - mention in man setterm.1 -version and -help switches [Sami Kerola] + - segfault with long dump file name [Sami Kerola] + - support -help and -version options [Sami Kerola] + - use libc error printing facilities [Sami Kerola] + - use xmalloc() [Karel Zak] +sfdisk: + - (man page) use comma between short and long option instead of "or" [Benno Schulenberg] + - correct '--inside-order' to '--inside-outer' in documentation [Benno Schulenberg] + - declare unused function attributes [Sami Kerola] + - fix coding style. [Karel Zak] + - fix for data type mismatches [Sami Kerola] + - fix implicit overflow [Sami Kerola] + - fix typo in man page [Karel Zak] + - gettextize each warning as a whole [Benno Schulenberg] + - help screen format [Sami Kerola] + - improve descriptions of options --no-reread and --show-extended [Benno Schulenberg] + - indent usage() [Karel Zak] + - make some tests conditional to !Linux [Giulio Orsero] + - previously undocumented options to usage [Sami Kerola] + - remove inconsistent and wasteful newlines in the _() calls [Benno Schulenberg] + - rename warn to my_warn [Fabian Groffen] + - returns non-zero on failed BLKRRPART ioctl [Andrea Galbusera] + - slice help text into small chunks and improve its wording [Benno Schulenberg] +simpleinit: + - remove this deprecated set of utils [Karel Zak] +strutils: + - new wrapper function strtoll_or_err [Sami Kerola] +swaplabel: + - fix compiler warnings [-Wunused-parameter] [Karel Zak] +swapon: + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - missing separator in swapon -s command [Karel Zak] + - rewrite usage() [Karel Zak] + - use xalloc lib [Davidlohr Bueso] +sysfs: + - free used resources [Davidlohr Bueso] +tailf: + - fix memmove() usage [Karel Zak] + - fix open() return value check [coverity scan] [Karel Zak] + - harmonize option argument and explanation in usage message [Benno Schulenberg] + - support --lines 0 [Karel Zak] + - tailf mention new help & version options in man page [Sami Kerola] + - use long options [Sami Kerola] +taskset: + - adjust style of man page [Benno Schulenberg] + - coding style fixes [Sami Kerola] + - include-what-you-use header check [Sami Kerola] + - make threads aware [Davidlohr Bueso] + - use xalloc lib [Davidlohr Bueso] +test_sysinfo: + - Use CHAR_BIT*sizeof(void*) instead of __WORDSIZE. [Josiah Worcester] + - fix printf format [Karel Zak] +tests: + - [cpuset] call free() for range [Karel Zak] + - add 'none' source to libmount update tests [Karel Zak] + - add -o remount to libmount tests [Karel Zak] + - add colrm basic test [Sami Kerola] + - add column tests [Sami Kerola] + - add dump from PPC64 to lscpu tests [Karel Zak] + - add dump from UltraSparc T1 to lscpu tests [Karel Zak] + - add dump from huge ia64 to lscpu tests [Karel Zak] + - add lscpu dumps from three Dell's & a Xen [Sami Kerola] + - add mount(8) test for fstab entries without options [Karel Zak] + - add test for RLIMIT_FSIZE issue [Karel Zak] + - add tests for [u]mount regular file [Karel Zak] + - don't run mount/regfile test on old kernel [Karel Zak] + - fix compiler warnings [-Wunused-parameter] [Karel Zak] + - grammar fixes [Davidlohr Bueso] + - remove generated file [Karel Zak] + - test column(1) with multiple input files [Karel Zak] + - update GPT test [Karel Zak] + - update blkid MD test [Karel Zak] + - update for recent fdisk changes [Karel Zak] + - update libmount tests (add optstr output) [Karel Zak] + - update lscpu tests [Karel Zak] + - use libmount tab update tests for UID=0 only [Karel Zak] +textual: + - add some guiding comments for translators [Benno Schulenberg] + - fix three typos in message strings and improve consistency [Benno Schulenberg] + - improve the wording of some error and usage messages [Benno Schulenberg] + - tweak several manpages, mainly the blkid one [Benno Schulenberg] +ttymsg: + - fix compiler warnings and use EXIT_ [Sami Kerola] +tunelp: + - fix compiler warnings [-Wsign-compare] [Karel Zak] +ul: + - add -h and -V to the man page; use "file" and lowercase [Benno Schulenberg] + - in usage() not overwriting but overriding is meant [Benno Schulenberg] + - make usage() say that more than one input file is allowed [Benno Schulenberg] + - remove superfluous return as usage() does not return [Benno Schulenberg] +ul.c: + - close files and free memory after usage [Sami Kerola] + - code style and comment fixes [Sami Kerola] + - convert definition to function [Sami Kerola] + - escape handling refactored [Sami Kerola] + - fix compier warnings [Sami Kerola] + - magic constant removal [Sami Kerola] + - use long options [Sami Kerola] + - warn user when command chooses term type [Sami Kerola] +umount: + - allow unmounting loopdev specified by associated file [Petr Uzel] + - block signals when umounting and updating mtab (CVE-2011-1676, CVE-2011-1677) [Karel Zak] + - do not hang with disconnected NFS mounts [Petr Uzel] + - segfaults with inconsistent entry in /etc/fstab [Karel Zak] + - support non-canonical devnames in mtab [Karel Zak] + - use UMOUNT_NOFOLLOW for non-root users [Karel Zak] + - use helper= for all UIDs [Karel Zak] +unshare: + - cleanup usage() [Karel Zak] +uuidd: + - (man page) alphabetize the options [Benno Schulenberg] + - (man page) repair the snipped up description of option -T [Benno Schulenberg] + - add "-q" to synopsis, order options alphabetically [Benno Schulenberg] + - cleanup usage() [Karel Zak] + - coding style fixes [Sami Kerola] + - die() function removed [Sami Kerola] + - distinguish between singular and plural in three messages [Benno Schulenberg] + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - fix manpage libuuid(3) does not exist [Petr Uzel] + - long options & new usage [Sami Kerola] + - remove goto statement [Sami Kerola] + - use symbolic exit and return values [Sami Kerola] +uuidgen: + - add long options [Sami Kerola] + - cleanup usage() [Karel Zak] +vipw: + - (man page) uniformize header and footer, tweak the formatting [Benno Schulenberg] +wall: + - add long options and 79 char cut info to the man page [Sami Kerola] + - build with SUID_{C,LD}FLAGS [Petr Uzel] + - cleanup mbufsize usage [Karel Zak] + - cleanup usage() [Karel Zak] + - remove global variables and support TMPDIR [Sami Kerola] + - support --timeout switch [Sami Kerola] + - support --timeout switch (vol 2.) [Karel Zak] + - use long options [Sami Kerola] +whereis: + - cleanup usage() [Karel Zak] + - coding style [Sami Kerola] + - new usage output & version printing [Sami Kerola] + - remove find() [Davidlohr Bueso] + - remove goto statements [Sami Kerola] + - update coding style [Davidlohr Bueso] + - warnings, exit values, braces and returns [Sami Kerola] +wipefs: + - add version printing & compiler warning [Sami Kerola] + - change option -v to -V for --version; add it to man page [Benno Schulenberg] + - gettextize one sentence as a whole [Benno Schulenberg] +write: + - cleanup usage() [Karel Zak] + - long options & new usage [Sami Kerola] + - maintenance fixes [Sami Kerola] + - remove inconsistent periods from two error messages [Benno Schulenberg] + +- cleanup usage() [Karel Zak] +- long options & new usage [Sami Kerola] +- maintenance fixes [Sami Kerola] +- remove inconsistent periods from two error messages [Benno Schulenberg] diff --git a/Documentation/releases/v2.21-ReleaseNotes b/Documentation/releases/v2.21-ReleaseNotes new file mode 100644 index 0000000..6046272 --- /dev/null +++ b/Documentation/releases/v2.21-ReleaseNotes @@ -0,0 +1,979 @@ +Util-linux 2.21 Release Notes +============================= + + The udev compatible output (-o udev) from blkid(8) is deprecated. Udev + links directly to libblkid now. + +Release highlights +------------------ + +chcpu(8): + - this NEW COMMAND can modify the state of CPUs, enable or disable CPUs, + scan for new CPUs, change the CPU dispatching mode of the underlying + hypervisor, and request CPUs from the hypervisor (configure) or return CPUs to + the hypervisor (deconfigure). + +prlimit(1): + - this NEW COMMAND is very smart command line interface to prlimit(2) + syscall and allows to get and set a process resource limits. It's much + more flexible than old shell built-in ulimit(1). + +login(1): + - the command has been rewritten, features: + * strictly PAM-only, another authentication method is unsupported + * compatible with Suse login(1) + * supports /etc/login.defs(5) config file + +losetup(8): + - the command has been rewritten, features: + * requires kernel >= 2.6 + * supports 64bit ioctls only + * losetup -a does not require root permissions (kernel >= 2.6.37) + * uses new /dev/loop-control kernel API (kernel >= 3.1) + * supports new command line option --partscan to enable kernel partition + table parser + +mount(8), umount(8): + - new pure libmount based mount(8) and umounts(8) commands are available, + this experimental implementation could be enabled by --enable-new-mount + +agetty(8): + - supports new command line options --nohints to disable hints about Num, + Caps and Scroll Locks + - supports new command line option --remote to add a hostname to the + login(1) command line + +dmesg(1): + - supports new command line options --file to read the log from a file rather + than from kernel buffer + +fallocate(8): + - supports new command line options --punch-hole to punch holes in the file + +findmnt(8): + - supports alternative location of the fstab file + +ipcrm(8): + - supports new command line option --all to remove all resources + +lscpu(1): + - supports new command line options --all, --offline and --online to list + all, offline or online CPUs + - supports s390 topology description (polarization, books, ...) + +partx(8): + - supports partitioned loop devices (note that since kernel 3.2 partitioned + loop devices are usable everywhere (including Fedora)) + +wipefs(8): + - allows to zap partition tables + - supports new command line option "--type <list>" to wipe only specified + filesystems, RAIDs or partition table types + +libblkid: + - provides new function blkid_do_wipe() to remove all signatures from the + given block device. This new functionality is used in wipefs(8) and + mkswap(8). It's recommended to use this function in mkfs-like programs. + + +Stable maintenance releases between v2.20 and v2.21 +--------------------------------------------------- + +util-linux 2.20.1 [20-Oct-2011] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.20/v2.20.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.20/v2.20.1-ChangeLog + + +Changes between v2.20 and v2.21 +------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.21/ + +agetty: + - add --nohints [Karel Zak] + - add static and const qualifiers [Francesco Cosoleto] + - check localtime() result [Karel Zak] + - don't use log_err() for non-fatal errors [Karel Zak] + - double equals sign typo in opentty() [Karel Zak] + - map NL to CR-NL on output in initial termiossettings [Jacoby Hickerson] + - pass hostname to login(1) [Karel Zak] + - test ECHO on c_lflag [Karel Zak] +arch: + - minor changes to usage() [Karel Zak] + - start using arch as a usage() example [Sami Kerola] +blkdev: + - add is_blkdev function [Davidlohr Bueso] +blkid: + - add comment to keep static analysers happy [Karel Zak] + - check fd before use [coverity scan] [Karel Zak] + - fix unfinished sentence for -l option in blkid.8 [Dave Reisner] + - move cache to /run on new systems [Karel Zak] + - potential null derefence [smatch scan] [Karel Zak] + - print ID_PART_ENTRY_* for small devices [Karel Zak] + - remove -w option from man page and usage() output [Karel Zak] + - remove dead assigment [Karel Zak] +blockdev: + - make functions static [Wanlong Gao] + - make the code more readable for static analysers [Karel Zak] + - remove non-ANSI function declaration [smatch scan] [Karel Zak] +build-sys: + - add --enable-most-builds [Sami Kerola] + - add --enable-new-mount [Karel Zak] + - add UL_BUILD_INIT macro [Karel Zak] + - add UL_REQUIRES_* macros [Karel Zak] + - add changelog target [Karel Zak] + - add checksmatch target [Karel Zak] + - add checkxalloc to toplevel Makefile [Karel Zak] + - add err and errx to smatch no_return_funcs [Karel Zak] + - add ko-release-gen script [Karel Zak] + - add ko-release-push script [Karel Zak] + - add log_err to smatch non-return functions [Karel Zak] + - add missing BUILD_PRLIMIT [Karel Zak] + - add missing headers to dist [Sami Kerola] + - add path.h to Makefile.am [Karel Zak] + - add sleepexit from login.c to smatch non-return functions [Karel Zak] + - add smatch data [Karel Zak] + - add tools/ to EXTRA_DIST [Karel Zak] + - add tools/config-gen and basic compilation scenarios [Karel Zak] + - check HAVE_ definitions with #ifdef [smatch scan] [Sami Kerola] + - check scanf %ms modifier [Karel Zak] + - cleanup BUILD_ARCH [Karel Zak] + - cleanup BUILD_CRAMFS [Karel Zak] + - cleanup BUILD_ELVTUNE [Karel Zak] + - cleanup BUILD_FALLOCATE [Karel Zak] + - cleanup BUILD_FSCK [Karel Zak] + - cleanup BUILD_HWCLOCK [Karel Zak] + - cleanup BUILD_KILL, enable kill(1) by default [Karel Zak] + - cleanup BUILD_LIBMOUNT [Karel Zak] + - cleanup BUILD_LOGIN_UTILS [Karel Zak] + - cleanup BUILD_LSBLK [Karel Zak] + - cleanup BUILD_MOUNT [Karel Zak] + - cleanup BUILD_MOUNTPOINT [Karel Zak] + - cleanup BUILD_PARTX [Karel Zak] + - cleanup BUILD_PIVOT_ROOT [Karel Zak] + - cleanup BUILD_RAW [Karel Zak] + - cleanup BUILD_SCHEDUTILS [Karel Zak] + - cleanup BUILD_SWITCH_ROOT [Karel Zak] + - cleanup BUILD_UNSHARE [Karel Zak] + - cleanup BUILD_UUIDD [Karel Zak] + - cleanup BUILD_{DDATE,AGETTY} [Karel Zak] + - cleanup BUILD_{LAST,LINE,MESG} [Karel Zak] + - cleanup BUILD_{LS,CH}CPU [Karel Zak] + - cleanup BUILD_{RENAME,RESET} [Karel Zak] + - cleanup BUILD_{WALL,WRITE} [Karel Zak] + - cleanup HAVE_LIBCRYPT [Karel Zak] + - cleanup misc-utils/Makefile.am [Karel Zak] + - ddate typo fixed [Sami Kerola] + - don't install ru/ddate.1 if ddate disabled [Karel Zak] + - don't use full paths for smatch [Karel Zak] + - enable .xz, disable .gz [Karel Zak] + - enhance error message for missing libtoolize [Sami Kerola] + - fix UL_INIT_BUILD macro [Karel Zak] + - fix building of wall [Petr Uzel] + - fix libuuid initialization [Karel Zak] + - fixes to USAGE_* macros [Sami Kerola] + - improve changelog target [Karel Zak] + - improve ko-release-* scripts [Karel Zak] + - move --enable-lib{mount,uuid,blkid} before others --enable-* [Karel Zak] + - move --with-* before --enable-* [Karel Zak] + - move gettext check before --enable-* [Karel Zak] + - move structs, types, descs checks before --enable-* [Karel Zak] + - move swapon from mount/ to sys-utils/ [Karel Zak] + - move type checks before --enable-* [Karel Zak] + - release++ (v2.21-rc1) [Karel Zak] + - release++ (v2.21-rc2) [Karel Zak] + - remove redundant __progname check [Karel Zak] + - remove redundant flags from mount/Makefile.am [Karel Zak] + - remove unnecessary perl check [Karel Zak] + - rename BUILD_BUG_ON_ZERO definition [Sami Kerola] + - rename and move macros [Karel Zak] + - require PAM for login-utils [Karel Zak] + - suport static build for new [u]mount [Karel Zak] + - use $(MAKE) for checksmatch [Karel Zak] + - use $build_libblkid [Karel Zak] + - use --enable-most-builds for distcheck [Karel Zak] +cal: + - non-ANSI definition [smatch scan] [Karel Zak] +cfdisk: + - add note about alignment to the man page [Karel Zak] + - wctomb() returns -1 on error [Karel Zak] +chcpu: + - check get_max_number_of_cpus() result properly [Karel Zak] + - convert to use lib/path.c [Heiko Carstens] + - man page update [Heiko Carstens] + - new tool [Heiko Carstens] + - provide better user feedback [Heiko Carstens] + - use appropriate variable type [cppcheck] [Sami Kerola] +chcpu,cpuset: + - reduce code duplication for cpu list parsing [Heiko Carstens] +chfn: + - align with howto-usage-function.txt [Sami Kerola] + - fix coding style [Sami Kerola] + - fix use-after-free [coverity scan] [Karel Zak] + - remove non-ANSI definitions [smatch scan] [Karel Zak] + - remove non-PAM code [Karel Zak] + - use libc error printing facilities [Sami Kerola] +chfn, chsh: + - new file pamfail.h for error printing [Sami Kerola] +chfn, chsh, setpwnam: + - get true/false from stdbool.h [Sami Kerola] +chfn, setpwnam: + - let config.h be in control of extensions in use [Sami Kerola] +chrt: + - add comment to keep static analysers happy [Karel Zak] +chsh: + - align with howto-usage-function.txt [Sami Kerola] + - build bug do not override config.h definition [Sami Kerola] + - fix coding style [Sami Kerola] + - remove non-PAM code [Karel Zak] + - use libc error printing facilities [Sami Kerola] +column: + - avoid memory overrun and/or use of uninitialized buffer [Jim Meyering] + - don't check result from xmalloc() [Karel Zak] + - fix error reported by smatch [Sami Kerola] + - use xalloc libs [Dave Reisner] +cpuset: + - add option to allow cpulist_parse() to fail [Heiko Carstens] +ctrlaltdel: + - add version & help options [Sami Kerola] + - minor changes to usage() [Karel Zak] +cytune: + - add long options and usage() [Sami Kerola] + - check numeric user inputs [Sami Kerola] + - coding style fixes [Sami Kerola] + - cytune.8 fix formatting [Petr Uzel] + - fix printf type warning [Sami Kerola] + - refactor main(), new function query_tty_stats() [Sami Kerola] + - use libc error printing facilities [Sami Kerola] +dmesg: + - add --file option [Karel Zak] + - fix for non-CONFIG_PRINTK_TIME kernels [Karel Zak] + - fix non-ANSI function declaration [smatch scan] [Karel Zak] + - fix printing of multibyte characters [Petr Uzel] + - remove extra space only after time stamp [Karel Zak] +do: + - fix czech LABEL= translation [Karel Zak] +docs: + - add debugging doc [Davidlohr Bueso] + - Documentation directory added [Sami Kerola] + - add --version to setarch.8 [Sami Kerola] + - add howto-build-sys.txt [Karel Zak] + - add hwclock -c to TODO file [Karel Zak] + - add info about virt-what to TODO [Karel Zak] + - add libmount & libblkid debug instructions [Sami Kerola] + - add long options to ipcmk.1 man page [Sami Kerola] + - add long options to ipcrm.1 man page [Sami Kerola] + - add long options to ipcs.1 man page [Sami Kerola] + - add long options to readprofile.8 [Sami Kerola] + - add long options to tunelp.8 [Sami Kerola] + - add non-return function and if shorthand tips [Sami Kerola] + - add note about BUILD_* macros [Karel Zak] + - add note about config-gen purpose [Karel Zak] + - add note about fdisk to TODO [Karel Zak] + - add note about losetup to TODO [Karel Zak] + - add note about mount(8) options to TODO [Karel Zak] + - add notes about tools/config-gen [Karel Zak] + - add prlimit to the TODO file [Karel Zak] + - add usage() howto for contributors [Sami Kerola] + - add v2.21 ReleaseNotes [Karel Zak] + - add x-mount-mkdir to TODO file [Karel Zak] + - align col.1 with howto-man-page.txt [Sami Kerola] + - align colcrt.1 with howto-man-page.txt [Sami Kerola] + - align colrm.1 with howto-man-page.txt [Sami Kerola] + - align fallocate.1 with howto-man-page.txt [Sami Kerola] + - align hexdump.1 with howto-man-page.txt [Sami Kerola] + - align logger.1 with howto-man-page.txt [Sami Kerola] + - align more.1 with howto-man-page.txt [Sami Kerola] + - align renice.1 with howto-man-page.txt [Sami Kerola] + - align rev.1 with howto-man-page.txt [Sami Kerola] + - align script.1 with howto-man-page.txt [Sami Kerola] + - align scriptreplay.1 with howto-man-page.txt [Sami Kerola] + - align tunelp.8 with howto-man-page.txt [Sami Kerola] + - align ul.1 with howto-man-page.txt [Sami Kerola] + - align vipw.8 with howto-man-page.txt [Sami Kerola] + - align wall.1 with howto-man-page.txt [Sami Kerola] + - chcpu and readprofile are sysadmin utils [Sami Kerola] + - clean up old readme files [Sami Kerola] + - copy contributors from legacy files to AUTHORS [Sami Kerola] + - fix return value table in fsck.8 [Sami Kerola] + - mention long options in ctrlaltdel.8 [Sami Kerola] + - mention long options in cytune.8 [Sami Kerola] + - mention long options in pivot_root.8 [Sami Kerola] + - move setuid information from reame to hwclock.8 [Sami Kerola] + - new file Documentation/howto-compilation.txt [Sami Kerola] + - new file Documentation/howto-contribute.txt [Sami Kerola] + - new file Documentation/howto-man-page.txt [Sami Kerola] + - new file Documentation/release-schedule.txt [Sami Kerola] + - new file Documentation/source-code-management.txt [Sami Kerola] + - note about independent super block structs [Sami Kerola] + - refresh TODO file [Karel Zak] + - remove README.clear [Sami Kerola] + - remove URL to u-l webpage [Karel Zak] + - remove duplicated text [Sami Kerola] + - require kernel support before accepting use of it [Sami Kerola] + - restructure flock.1 manual page [Sami Kerola] + - tell what the Documentation/ is about [Sami Kerola] + - trivial documentation fixes and improvements [Petr Uzel] + - update AUTHORS file [Karel Zak] + - update TODO [Karel Zak] + - update TODO [Petr Uzel] + - update TODO file [Davidlohr Bueso] + - update TODO file [Karel Zak] + - update copyright years [Karel Zak] + - update v2.21-ReleaseNotes [Karel Zak] + - use .LGPL extension for file with GNU Lesser License [Karel Zak] + - use correct translation project url [Sami Kerola] +fallocate: + - add FALLOC_FL_PUNCH_HOLE support [Cong Wang] + - clean up fallbacks for FALLOC_FL_* flags [Karel Zak] +fdformat: + - fix uninitialized variable [Francesco Cosoleto] +fdisk: + - Fix bad invalid flag 0x00000 warning message [Francesco Cosoleto] + - add missing break [Karel Zak] + - avoid an intermediate variable in command_prompt() [Francesco Cosoleto] + - avoid segfault validating a sgi label (boot/swap not set) [Francesco Cosoleto] + - don't shorten long path to disk device [Karel Zak] + - don't swap unsigned char [Karel Zak] + - don't use get_existing_partition() if disk label isn't dos [Francesco Cosoleto] + - drop one parameter from try() function [Francesco Cosoleto] + - enable expert menu with SGI label [Francesco Cosoleto] + - fix cdrom detection [Karel Zak] + - fix incorrect position of is_ide_cdrom_or_tape() call [Francesco Cosoleto] + - fix last sector dialog bug after an incorrect input with suffix [Francesco Cosoleto] + - fix poor coding style [Karel Zak] + - get rid of get_boot(create_empty_sun) call [Francesco Cosoleto] + - get rid of type_open global variable [Francesco Cosoleto] + - improve some messages [Francesco Cosoleto] + - move code for renaming SGI bootfile to SGI module [Francesco Cosoleto] + - move command prompt code to a separate function [Francesco Cosoleto] + - print a message with size and type of created partition [Francesco Cosoleto] + - print partition deleted message [Francesco Cosoleto] + - print welcome message [Francesco Cosoleto] + - remove PACKED macro [Karel Zak] + - remove possibly_osf_label variable that is only assigned [Francesco Cosoleto] + - remove redundant declaration [cppcheck] [Sami Kerola] + - remove uneecessary code [Karel Zak] + - remove unused 'require' member in enum action [Francesco Cosoleto] + - remove unused guess_device_type() function [Francesco Cosoleto] + - rename bselect, xselect functions [Francesco Cosoleto] + - rename read_int_sx() and some related variables [Francesco Cosoleto] + - rename try() and tryprocpt() functions [Francesco Cosoleto] + - rewrite print menu system [Francesco Cosoleto] + - split delete_partition() off from dos_delete_partition() [Francesco Cosoleto] + - update information about GNU Parted in fdisk.8 [Petr Uzel] + - use CDROM_GET_CAPABILITY ioctl [Davidlohr Bueso] + - use ngettext() in str_units() for plural forms [Francesco Cosoleto] +findmnt: + - add note about LIBMOUNT_* env.variables [Karel Zak] + - fix resource leak [coverity scan] [Karel Zak] + - initialize rc variable [Karel Zak] + - make --poll more robust [Karel Zak] + - revert --fstab behavior, add --tab-file option [Karel Zak] + - support alternative location of fstab [Dave Reisner] + - support multiple --tab-file options [Karel Zak] + - use warnx for libmnt error callback [Dave Reisner] +flock: + - add missing word »be« to flock.1 [Paul Menzel] + - align with howto-usage-function.txt [Sami Kerola] + - fix coding style [Sami Kerola] + - fix flock.1 grammar by removing »s« [Paul Menzel] + - fix sizeof usage [clang -Wsizeof-pointer-memaccess] [Karel Zak] + - make flock(1) work on NFSv4 [Michal Kubecek] + - move long_options struct to function scope [Sami Kerola] + - simplify strtotimeval() [Sami Kerola] + - timer code refactoring [Karel Zak] + - use O_RDWR as fallback if O_RDONLY returns EIO [Karel Zak] + - use function attributes [Sami Kerola] + - use libc error printing facilities [Sami Kerola] + - use strutils.h to check numeric user input [Sami Kerola] + - use sysexit.h for all exit values [Sami Kerola] +fsck: + - make fs->type usage more robust [smatch scan] [Karel Zak] + - use FS blacklist for non-all mode too [Karel Zak] +fsck.cramfs: + - mark usage() as noreturn [Karel Zak] +fsck.minix: + - fix zone_map memory allocation failure check [Francesco Cosoleto] + - remove unnecessary memset calls [Francesco Cosoleto] +fstrim: + - fix section number in referral to manpage [Petr Uzel] +hexdump: + - make code more robust [Karel Zak] +hwclock: + - clean usage, remove redundat code [Karel Zak] + - remove never read value [Karel Zak] + - remove non-ANSI function declaration [smatch scan] [Karel Zak] +include,c.h: + - include fcntl.h before check for O_CLOEXEC [smatch scan] [Karel Zak] +include,optutils: + - add option_to_longopt() [Karel Zak] +include,xalloc: + - check for NULL before calling strdup [Dave Reisner] + - fix whitespace to be consistent [Dave Reisner] +include/loopdev.h: + - add missing function prototype [Dave Reisner] +ipcmk: + - add long options & fix usage() [Sami Kerola] + - allow high speed ipc creation [Sami Kerola] + - include-what-you-use header check [Sami Kerola] + - remove camel casing [Sami Kerola] + - remove useless code [Sami Kerola] + - validate numeric option arguments [Sami Kerola] +ipcrm: + - add --all option [Sami Kerola] + - add --verbose option [Sami Kerola] + - add long options [Sami Kerola] + - add static keyword to some functions [Francesco Cosoleto] + - check IPC syscalls [Davidlohr Bueso] + - exit if unknown error occurs [Sami Kerola] + - fix wrong subject in error messages for -m, -q, -s id options [Francesco Cosoleto] + - include-what-you-use header check [Sami Kerola] + - refactor new and old main to share code [Sami Kerola] + - use ternary operator in "(key|id) failed" message [Francesco Cosoleto] +ipcs: + - add long options [Sami Kerola] + - comment & white space clean up [Sami Kerola] + - include-what-you-use header check [Sami Kerola] + - minor changes to usage() [Karel Zak] +islocal: + - fix coding style [Sami Kerola] +kill: + - fix fd leak [Karel Zak] + - fix issue warned by smatch [Sami Kerola] + - potential null derefence [smatch scan] [Karel Zak] +last: + - fix few compiler warnings [Sami Kerola] + - fix smatch warning [Sami Kerola] + - possible buffer overflow fixed [smatch scan] [Sami Kerola] +ldattach: + - add default case to switches [Sami Kerola] + - align with howto-usage-function.txt [Sami Kerola] + - check numeric user inputs with strtol_or_err [Sami Kerola] + - convert debug macro to function [Sami Kerola] + - fix coding style [Sami Kerola] +lib: + - [strutils] add strtod_or_err() function [Sami Kerola] + - cleanup setproctitle.c [Karel Zak] + - do not attempt to close(0) in sysfs_deinit() [Petr Uzel] +lib,cpuset: + - enforce stricter parsing of cpu lists [Heiko Carstens] + - fix comments for cpu mask/list functions [Heiko Carstens] + - fix compiler warning [-Wuninitialized] [Karel Zak] + - fix odd placed braces in cpulist_parse() [Heiko Carstens] + - fix stride handling in cpulist_parse() [Heiko Carstens] +lib,loopdev: + - add LOOP_CTL_GET_FREE support [Karel Zak] + - add debugu messages [Karel Zak] + - add missing functions [Karel Zak] + - fix use of logical '&&' with constant operand [Francesco Cosoleto] + - remove duplicate includes [Karel Zak] +lib,match: + - split match_fstype() from libmount [Karel Zak] +lib,path: + - move path access functions from lscpu into lib/path.c [Heiko Carstens] + - use write_all() [Heiko Carstens] +lib,strutils: + - add default value to parse_range() [Davidlohr Bueso] + - share parse_range() [Davidlohr Bueso] +lib,tt: + - add TT_FL_NOEXTREMES [Karel Zak] + - don't trim last line char [Karel Zak] + - fix compiler warning [-Wreturn-type] [Karel Zak] +lib/fsprobe: + - mar this internal API as deprecated [Karel Zak] +lib/loopdev: + - fix part scan detection code [Karel Zak] + - fix possible dir leak on error [Karel Zak] + - remove dead assigment and null deference [Karel Zak] +lib/strutils: + - move array bounds check in string_to_idarray() to appropriate place. [Chandan B Rajenda] +lib/sysfs: + - fix handle leak [Karel Zak] + - fix possible fd leak on error [Karel Zak] +libblkid: + - DRBD proxy data-log identification. [Philipp Marek] + - add BLKID_PARTS_MAGIC [Karel Zak] + - add BLKID_PARTS_MAGIC to blkid_do_wipe() docs [Karel Zak] + - add blkid_do_wipe() [Karel Zak] + - allow return value to indicate error [cppcheck] [Sami Kerola] + - check blkid_probe_set_magic() return in GPT code [coverity scan] [Karel Zak] + - check blkid_probe_set_magic() return in ultrix code [coverity scan] [Karel Zak] + - check blkid_probe_set_magic() return value [coverity scan] [Karel Zak] + - check for NULL in blkid_flush_cache() [coverity scan] [Karel Zak] + - check rename() return value [coverity scan] [Karel Zak] + - check return values in safe_probe code [coverity scan] [Karel Zak] + - clarify operation order [cppcheck] [Sami Kerola] + - comparing an array to null is not useful [coverity scan] [Karel Zak] + - don't call CDROM_GET_CAPABILITY for partitions [Karel Zak] + - export PTMAGIC also if only PTTYPE requested [Karel Zak] + - export info about PT magic strings [Karel Zak] + - fix blkid_do_fullprobe() [coverity scan] [Karel Zak] + - fix limit for OCFS check [Karel Zak] + - fix mac partition detection [Francesco Cosoleto] + - fix smatch warning [Sami Kerola] + - fix suspicious implicit sign extension [coverity scan] [Karel Zak] + - fix use-after-free [coverity scan] [Karel Zak] + - improve reiserfs and btrfs min. size limits [Karel Zak] + - make fd usage in md code more robust [Karel Zak] + - minor docs changes [Francesco Cosoleto] + - more robust idx usage [coverity scan] [Karel Zak] + - new magic for 8.4 style (unclean) activity log. [Philipp Marek] + - remove >> 9 from GPT code [Karel Zak] + - remove unnecessary position check from list_for_each_safe loops [Karel Zak] + - silence a format string warning [-Wformat] [Francesco Cosoleto] + - update docs [Karel Zak] + - verify arroy bound before reference [cppcheck] [Sami Kerola] +libmount: + - Use filter arg of scandir* to pickup /etc/fstab.d/*.fstab files [Masatake YAMATO] + - add "+" prefix for options pattern (e.g findmnt -O) [Karel Zak] + - add --pass-fd to samples/mount [Karel Zak] + - add -a to umount(8) sample [Karel Zak] + - add MNT_OMODE_NOTAB [Karel Zak] + - add function to parse offsets/sizes [Karel Zak] + - add functions to export syscall/helpers status [Karel Zak] + - add mnt_context_umount_next() [Karel Zak] + - add new exprimental umount(8) [Karel Zak] + - add post-mount checks to detect ro/rw [Karel Zak] + - add sanitize_env() to mount(8) sample [Karel Zak] + - add support for encrypted loopdevs [Karel Zak] + - add support for mount -a --fork [Karel Zak] + - allow to toggle ro/rw and mount again [Karel Zak] + - allow to use UUID and LABEL for owner/group mount options in fstab [Karel Zak] + - always trust the source of a pseudofs [Dave Reisner] + - avoid duplicate loopdevs [Karel Zak] + - avoid resolving pseudofs source on update [Dave Reisner] + - clean up context docs [Karel Zak] + - cleanup docs [Karel Zak] + - cleanup post-umount operations [Karel Zak] + - consolidate MNT_FS_* code [Karel Zak] + - consolidate sysconf() usage [Karel Zak] + - don't ignore chmod/own errors [Karel Zak] + - don't pass comments=/x-* to mount.<type> helpers [Karel Zak] + - don't use "new" in header file [Karel Zak] + - export info about library features [Karel Zak] + - fix MS_BIND|MS_REC usage, improve some bitwise operations [Karel Zak] + - fix a potential memory leak at mnt_table_parse_dir [Masatake YAMATO] + - fix auto-loopdev [Karel Zak] + - fix buffer overflow and leaks in tests [Karel Zak] + - fix bugs detected by [smatch scan] [Karel Zak] + - fix chdir to parent for restricted (user) umounts [Karel Zak] + - fix checked-return [coverity scan] [Karel Zak] + - fix compiler warning [-Wimplicit-function-declaration] [Karel Zak] + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - fix compiler warnings [-Wuninitialized -Wformat] [Karel Zak] + - fix context test logic [Karel Zak] + - fix leak in tab parsing error code [Karel Zak] + - fix leak in tab_update.c test [Karel Zak] + - fix leak in tabdiff test [Karel Zak] + - fix negative returns [coverity scan] [Karel Zak] + - fix possible null dereferencing [coverity scan] [Karel Zak] + - fix resource leak [coverity scan] [Karel Zak] + - fix trivial typos in debugging output [Petr Uzel] + - fix typo in function name [Dave Reisner] + - fix use of logical '&&' with constant operand [Francesco Cosoleto] + - fixed a small typo [s.p@orbitalfox.com] + - ignore "defaults" mount option [Karel Zak] + - ignore tailing slash in netfs source paths [Petr Uzel] + - improve verbose message [Karel Zak] + - make iter reset more robust [coverity scan] [Karel Zak] + - make options in fstab optional [Karel Zak] + - potential null derefence [smatch scan] [Karel Zak] + - previously assumed null pointer [smatch scan] [Karel Zak] + - redundant null check on calling free() [smatch scan] [Karel Zak] + - remove dead assigment [Karel Zak] + - remove fstab.d support [Karel Zak] + - remove magic constatnt from mount(8) [Karel Zak] + - remove teaser proto for mnt_table_get_name [Dave Reisner] + - scandirat based mnt_table_parse_dir implementation [Masatake YAMATO] + - support -o loop=<devname> [Karel Zak] + - support dirs for mnt_table_parse_fstab(), add mnt_table_parse_dir() [Karel Zak] + - support umount /path/file.img [Karel Zak] + - support {offset,sizelimit}= foor loopdevs [Karel Zak] + - unable to umount nfs shares using the force option [Karel Zak] + - use #ifdef fr selinux specific variables [Karel Zak] + - use USAGE_* from mount(8) sample [Karel Zak] + - use loopdev debug facility [Karel Zak] + - use unsigned int for bitfields [smatch scan] [Karel Zak] + - variable dereferenced before check [smatch scan] [Karel Zak] +libuuid: + - add limits.h include for OPEN_MAX [maximilian attems] + - fix includes in man pages [Karel Zak] +line: + - fix compiler warnings [-Wunused-parameter] [Karel Zak] +lists: + - add list sorting routine [Davidlohr Bueso] +logger: + - fix remote logging [Karel Zak] + - non-ANSI definition [smatch scan] [Karel Zak] +login: + - (and chsh) make pw_shell usage more robust [Karel Zak] + - PAM account checks refactoring [Karel Zak] + - PAM auth refactoring [Karel Zak] + - PAM initialization refactoring [Karel Zak] + - PAM session initialization refactoring [Karel Zak] + - add -H option for compatibility with Suse [Karel Zak] + - add LOGIN_RETRIES, cleanup retries check code [Karel Zak] + - add hostname to login_context struct [Karel Zak] + - add login.defs code and tests [Karel Zak] + - add pid to login_context struct [Karel Zak] + - add struct login_context, consolidate tty code [Karel Zak] + - add username to login_context struct [Karel Zak] + - add version printing option [Sami Kerola] + - allocate buffer with shell name [Karel Zak] + - clean FAIL_DELAY usage [Karel Zak] + - cleanup begin of the login.c file [Karel Zak] + - comparing an array to null is not useful [coverity scan] [Karel Zak] + - cosmetic changes in docs [Karel Zak] + - env initialization refactoring [Karel Zak] + - fix compiler warning [-Wreturn-type] [Karel Zak] + - fix leak, improve strtok usage [Karel Zak] + - fork & session initialization refactoring [Karel Zak] + - host{name,address} initialization refactoring [Karel Zak] + - improve hushed mode (merge suse changes) [Karel Zak] + - improve pam_setcred() usage [Karel Zak] + - indent -linux [Karel Zak] + - lastlog code refactoring [Karel Zak] + - log good logins refactoring [Karel Zak] + - more robust sysconf() usage [coverity scan] [Karel Zak] + - move _PATH_BTMP to pathnames.h [Karel Zak] + - move signal stuff to the one place [Karel Zak] + - remove PAM_FAIL_CHECK and PAM_END macros [Karel Zak] + - remove dead code and comments [Karel Zak] + - remove kerberos specific code [Karel Zak] + - remove non-PAM code [Karel Zak] + - remove obsolete code, clean up macros names [Karel Zak] + - remove obsolete info from man page [Karel Zak] + - remove pam_handle_t from main() [Karel Zak] + - remove unnecessary ifdef HAVE_CRYPT_H [Karel Zak] + - remove unnecessary variables [Karel Zak] + - remove unused code and tests [Karel Zak] + - rewrite motd(), use MOTD_FILE from login.defs [Karel Zak] + - tty chown.chmod refactoring [Karel Zak] + - use DEFAULT_HOME from login.defs [Karel Zak] + - use ENV_PATH and ENV_{ROOT,SU}PATH from login.defs [Karel Zak] + - use FAIL_DELAY from login.defs [Karel Zak] + - use HUSHLOGIN_FILE from login.defs [Karel Zak] + - use LOGIN_TIMEOUT from login.defs [Karel Zak] + - use LOG_UNKFAIL_ENAB from login.defs, improve logging [Karel Zak] + - use TTYGROUP from login.defs [Karel Zak] + - use TTYPERM from login.defs [Karel Zak] + - use getpwnam_r() rather than manually copy passwd struct [Karel Zak] + - use login_context struct in audit stuff [Karel Zak] + - use setgroups(0, NULL) for root [Karel Zak] + - use xalloc.h [Karel Zak] + - utmp code refactoring [Karel Zak] +logindefs: + - fix coding style [Sami Kerola] +loopdev: + - improve debug messages [Karel Zak] + - support LO_FLAGS_PARTSCAN flag (kernel 3.2) [Karel Zak] +losetup: + - add --partscan option [Karel Zak] + - add note about non-root users to losetup.8 [Karel Zak] + - check to control debug output [Karel Zak] + - cleanup headers, cmdline checks [Karel Zak] + - cleanup man page [Karel Zak] + - cleanup usage() [Karel Zak] + - fix compiler warnings [-Wpointer-sign -Wformat] [Karel Zak] + - make xgetpass more robust [Karel Zak] + - move to sys-utils directory [Karel Zak] + - move xgetpass() to lib/xgetpass.c [Karel Zak] + - new -D option to delete all used loop devices [Petr Uzel] + - print info about one device [Karel Zak] + - print verbose messages if requested [Petr Uzel] + - remove #ifdef LOOP_SET_FD nonsense [Karel Zak] + - remove 32-bit ioctls [Karel Zak] + - remove mount-specific headers [Karel Zak] + - remove obsolete #ifdef MAIN [Karel Zak] + - remove unnecessary header files [Karel Zak] + - rewrite -a [Karel Zak] + - rewrite -c [Karel Zak] + - rewrite -d and -D [Karel Zak] + - rewrite -f [Karel Zak] + - rewrite -j [Karel Zak] + - rewrite loop setup [Karel Zak] +lsblk: + - add UUID to --fs output [Karel Zak] + - add udev support [Ilias Mamedov] + - check stat() return code [Karel Zak] + - inform about depencency to /sys/dev/block [Sami Kerola] + - remove __NCOLUMNS [Davidlohr Bueso] +lscpu: + - add --all option [Heiko Carstens] + - add --offline option [Heiko Carstens] + - add --online option [Karel Zak] + - add --version option [Heiko Carstens] + - add Hypervisor to output [Heiko Carstens] + - add column names to --help [Karel Zak] + - add columns description to help, fix header for parsable output [Karel Zak] + - add configured state to output [Heiko Carstens] + - add cpu polarization to parseable output [Heiko Carstens] + - add human readable extended cpu table output [Karel Zak] + - add online state to output [Heiko Carstens] + - add physical cpu address to parseable output [Heiko Carstens] + - add s390 kvm test case [Heiko Carstens] + - add s390 test case [Heiko Carstens] + - allow read_cache() to be called for offline cpus [Heiko Carstens] + - cleanup output modes [Karel Zak] + - dereferencing NULL pointer [coverity scan] [Karel Zak] + - detect IBM hypervisor [Heiko Carstens] + - fix -e output [Heiko Carstens] + - fix cache output for extended parsable output [Heiko Carstens] + - fix compiler warnings [Davidlohr Bueso] + - fix cpu map array sizes [Heiko Carstens] + - fix fallback nthreads calculation [Heiko Carstens] + - fix fd leak [Karel Zak] + - fix s390 bogomips detection coding style [Heiko Carstens] + - fix typo in help text [Heiko Carstens] + - gettextize two columns [Karel Zak] + - man page update [Heiko Carstens] + - remove comma operator [Heiko Carstens] + - remove unneeded file [Heiko Carstens] + - s/Y/Yes/ s/N/No/ [Heiko Carstens] + - show dispatching mode [Heiko Carstens] + - simplify cache column output function [Heiko Carstens] + - stricter command line parsing [Heiko Carstens] + - switch Yes/No output to lower case [Heiko Carstens] + - use buffer for data and headers [Karel Zak] + - use function to search in cpu masks arrays [Karel Zak] + - use hypervisor generated topology information [Heiko Carstens] + - use xalloc libs [Dave Reisner] +misc: + - use %m in format string instead of %s and strerror(errno) [Petr Uzel] +mkfs.bfs: + - add setlocale [Davidlohr Bueso] +mkfs.cramfs: + - check blocksize user input [cppcheck] [Sami Kerola] + - close open file after usage [cppcheck] [Sami Kerola] +mkfs.minix: + - Fix super_set_nzones() [Maurizio Lombardi] + - In Minix V3 filesystems the maximum filename length is 60 chars and the dirsize is 64 bytes. [Maurizio Lombardi] + - Some bug fixes [Maurizio Lombardi] + - The s_blocksize field of the MinixV3 superblock must be initialized with a valid block size, not the total number of blocks of the device! [Maurizio Lombardi] + - The total number of zones is limited to 65536 only on V1 filesystems [Maurizio Lombardi] + - inode numbers are 32-bit wide in V3 filesystems [Maurizio Lombardi] + - remove redundant code [Maurizio Lombardi] +mkswap: + - check blkid_probe_lookup_values() return [coverity scan] [Karel Zak] + - wipe all old signatures [Karel Zak] +more: + - add comment [Karel Zak] +mount: + - (new) add --fstab <path> option [Karel Zak] + - (new) add --fstab to the man page [Karel Zak] + - (new) add more info about --stab to mount.8 [Karel Zak] + - (new) add selinux warning [Karel Zak] + - (new) add source/target to error messages [Karel Zak] + - (new) fix resource leak [coverity scan] [Karel Zak] + - (new) improve mount -a exist codes and erroer messages [Karel Zak] + - (new) print error messages [Karel Zak] + - (new) share exit codes by include/exitcodes.h [Karel Zak] + - add hint that context= has to be quoted [Karel Zak] + - add info about libmount features to --version output [Karel Zak] + - append inverting options for mount.<type> [Karel Zak] + - avoid canonicalizing pseudofs paths [Dave Reisner] + - check for target before source on remount [Karel Zak] + - clear flags before options parsing [Karel Zak] + - define fallback selinux_warning macro with 2 params [Dave Reisner] + - distinguish between MS_COMMENT flags (netdev, nofail, ...) [Karel Zak] + - don't canonicalize the source of a pseudofs [Dave Reisner] + - enable fstab.d [Masatake YAMATO] + - fix __attribute__ keyword [Karel Zak] + - fix build [Davidlohr Bueso] + - fix compiler warning [-Wunused-parameter] [Karel Zak] + - fix compiler warnings [-Wunused-parameter -Wunused-variable] [Karel Zak] + - fix loopdev deinitialization [Karel Zak] + - remounting tmpfs read-write hangs (selinux) [Karel Zak] + - remove duplicate includes [Karel Zak] + - remove superfluous "an" under ext4 mount options in mount.8 [Frederik \"Freso\" S. Olesen] + - update info about check= mount option [Karel Zak] + - use common libs [Davidlohr Bueso] + - use new lib/loopdev.c code [Karel Zak] +mountpoint: + - fallback on stat when /proc isn't mounted [Karel Zak] + - refactor exit path [Dave Reisner] + - return dev_t from dir_to_device [Dave Reisner] + - support symbolic and relative paths [Karel Zak] +namei: + - more robust add_it() [coverity scan] [Karel Zak] +newgrp: + - add version and help options [Sami Kerola] + - fix coding style [Sami Kerola] + - fix possible FILE leak on error [Karel Zak] +partx: + - check sysfs_init() return value [coverity scan] [Karel Zak] + - cleanup usage() and man page, add undocumented --verbose [Karel Zak] + - don't print error when partition already doesn't exist [Phillip Susi] + - don't treat empty partition table as error [Karel Zak] + - fix small leak [Karel Zak] + - remove __NCOLUMNS [Davidlohr Bueso] + - support loop devices [Davidlohr Bueso] + - use USAGE_ macros [Davidlohr Bueso] +pivot_root: + - add version & help option [Sami Kerola] + - minor changes to usage() [Karel Zak] +po: + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Pisar] + - update cs.po (from translationproject.org) [Petr Písař] + - update fr.po (from translationproject.org) [David Prévot] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update uk.po (from translationproject.org) [Yuri Chornoivan] +prlimit: + - add --{raw,noheadings} options [Karel Zak] + - add a units column [Davidlohr Bueso] + - add add falbacks [Karel Zak] + - add support for executing a command [Bernhard Voelker] + - avoid segfault due to array-out-of-bounds error [Karel Zak] + - don't share pointer for old and new in prlimit(2) [Karel Zak] + - fix SYS_ macro [Karel Zak] + - fix case when PID is given later [Bernhard Voelker] + - fix error message [Karel Zak] + - fix noheadings option in man page [Bernhard Voelker] + - fix typo in man page, option --verbose [Bernhard Voelker] + - new command [Davidlohr Bueso] + - replace lims[i] with pointer [Karel Zak] + - return proper type [Davidlohr Bueso] + - s/amount/number/ [Jim Meyering] + - show all limits if called without options [Bernhard Voelker] + - use xalloc libs [Davidlohr Bueso] +raw: + - fix shadowing of minor function [maximilian attems] + - remove unnecessary return [cppcheck] [Sami Kerola] +readprifile: + - remove unnecessary optstring array [Karel Zak] +readprofile: + - add long options [Sami Kerola] + - fix coding style [Sami Kerola] + - use libc error printing facilities [Sami Kerola] +rtcwake: + - align with howto-usage-function.txt [Sami Kerola] + - fix crash (invalid free) [Petr Uzel] +script: + - fix building with --disable-nls [Natanael Copa] + - libintl.h included in nls.h [Karel Zak] + - non-ANSI definition [smatch scan] [Karel Zak] +selinux_utils: + - fix coding style [Sami Kerola] +setarch: + - add version printing [Sami Kerola] + - minor changes to usage() [Karel Zak] + - move options struct to function scope [Sami Kerola] + - use program_invocation_short_name [Sami Kerola] +setpwnam: + - fix coding style [Sami Kerola] + - remove non-ANSI definitions [smatch scan] [Sami Kerola] +setsid: + - add "+" to getopt_long() [Harald Hoyer] + - add long options and fix coding style [Sami Kerola] +setterm: + - order man page items alphabetically [Jari Aalto] +sfdisk: + - add comment to keep static analysers happy [Karel Zak] + - add note about alignment to the man page [Karel Zak] + - cleanup fd usage [Karel Zak] + - file descriptor is of int type [Petr Uzel] + - fix fd leak [Karel Zak] + - fix poor coding style [Karel Zak] + - fix typo in cdrom detection [Karel Zak] + - fix weird indentation in msdos_partition() [Petr Uzel] + - free variable which got the allocation [cppcheck] [Sami Kerola] + - get_disksize() returns long long [Petr Uzel] + - introduce get_ull() function [Petr Uzel] + - make the cylinder boundary check less fatal [Petr Uzel] + - remove PACKED macro [Karel Zak] + - remove dead assigment [Karel Zak] + - remove do_warn [Davidlohr Bueso] + - remove duplicate includes [Karel Zak] + - remove fatal [Davidlohr Bueso] + - sfdisk.8 fix formatting [Petr Uzel] + - use is_blkdev [Davidlohr Bueso] + - use unsigned long long to internally represent sector number [Petr Uzel] + - warn if partition exceeds partition table limits [Petr Uzel] +swapon: + - add break to keep static analysers happy [Karel Zak] + - merge swap_constants.h into swapon.c [Karel Zak] +switch_root: + - add nls support [Sami Kerola] + - align with howto-usage-function.txt [Sami Kerola] + - close open file after usage [cppcheck] [Sami Kerola] + - handle /run and do not mount over existing mounts [Harald Hoyer] + - umount mount points we cannot move with MNT_DETACH [Harald Hoyer] +taskset: + - use appropriate variable type [cppcheck] [Sami Kerola] +test: + - refresh build-sys tests [Karel Zak] +tests: + - add --memcheck to [Karel Zak] + - add build-sys regression test [Karel Zak] + - add exceptions for libmount [Karel Zak] + - add infrastructure for valgrind [Karel Zak] + - add loopdev libmount test [Karel Zak] + - add missing file [Karel Zak] + - add mkfs.carmfs test for small FS with duplicate files [Karel Zak] + - add ts_fdisk_clean function to make fdisk output comparable [Francesco Cosoleto] + - add valgrind to libmount context tests [Karel Zak] + - add valgrind to libmount context utab tests [Karel Zak] + - add valgrind to libmount lock tests [Karel Zak] + - add valgrind to libmount tab parse test [Karel Zak] + - add valgrind to libmount tabdiff tests [Karel Zak] + - add valgrind to libmount tags eval. tests [Karel Zak] + - add wall to build-sys tests [Karel Zak] + - call valgrind from libmount optstr test [Karel Zak] + - call valgrind from libmount utils and update tests [Karel Zak] + - cleanup islocal test [Karel Zak] + - cleanup paths [Karel Zak] + - fix mount/special to be compatible with libmount [Karel Zak] + - fix options evaluation, add support for optional tests [Karel Zak] + - make minix tests more robust [Karel Zak] + - remove obsolete checktty test [Karel Zak] + - remove unexpected set -x [Karel Zak] + - remove unsupported losetup -s [Karel Zak] + - update fdisk and blkid MD tests [Francesco Cosoleto] + - update fdisk tests [Francesco Cosoleto] + - update tests with fdisk output [Karel Zak] +tools: + - add new code checking script [Dave Reisner] + - use gpg-aggent in ko-release-gen [Karel Zak] +tunelp: + - add long options and align with howto-usage-function.txt [Sami Kerola] + - fix coding style [Sami Kerola] + - free allocation, use xalloc [Sami Kerola] + - use libc error printing facilities [Sami Kerola] + - use symbolic exit values [Sami Kerola] +umount: + - (new) fix resource leak [coverity scan] [Karel Zak] + - (new) use the same exit codes as mount(8) [Karel Zak] + - add missing break [Karel Zak] + - add warning [Karel Zak] + - respect fs search path [Mike Frysinger] + - use new lib/loopdev.c code [Karel Zak] +unshare: + - add note about MS_SHARED to unshare.1 [Karel Zak] + - align with howto-usage-function.txt [Sami Kerola] +uuidd: + - Add missing break to option case statement [Eric Sandeen] +vipw: + - don't modify environment, check strtok() return value [Karel Zak] + - fix coding style [Sami Kerola] + - stop printing non-sense version string [Sami Kerola] + - use libc error printing facilities [Sami Kerola] + - use xalloc.h [Karel Zak] +whereis: + - fix gcc warnings [-Wsign-compare] [Karel Zak] + - move token assignment into loop syntax [Karel Zak] + - non-ANSI definition [smatch scan] [Karel Zak] + - remove unused value warning [Francesco Cosoleto] + - search in path [Davidlohr Bueso] + - search in path for binaries only [Karel Zak] +wipefs: + - add -t <list> option [Karel Zak] + - improve -a, use blkid_do_wipe() [Karel Zak] + - use xalloc lib [Davidlohr Bueso] +write: + - fix path for freopen() [Karel Zak] diff --git a/Documentation/releases/v2.22-ReleaseNotes b/Documentation/releases/v2.22-ReleaseNotes new file mode 100644 index 0000000..656f67f --- /dev/null +++ b/Documentation/releases/v2.22-ReleaseNotes @@ -0,0 +1,1192 @@ +Util-linux 2.22 Release Notes [Sep 4, 2012] +=========================================== + + The cryptoloop support in the commands mount(8) and losetup(8) is DEPRECATED. + This is the last release where encryption= mount option and -e,-E,--encryption + losetup options are supported. + +Release highlights +------------------ + +partx(8): + - the default output has been changed, the legacy output was deprecated for + more than 1 year. Users who depend on the old output format have to use + --list command line option. + +mount(8), umount(8), swapon(8), blkid(8) and findmnt(8): + - supports PARTUUID= and PARTLABEL= tags to specify block devices by partition + UUID or LABEL (for example for UEFI GPT). These tags are filesystem + independent and provide persistent configuration (your /etc/fstab setting + will not be affected by mkfs/mkswap changes). + +dmesg(1): + - reads kernel messages from /dev/kmsg on kernel 3.5 + - supports new option --follow to wait for new messages (kernel 3.5 required) + - supports new option --reltime to print human readable deltas + +su(1): + - has been merged from coreutils into util-linux + - utils-linux version uses /etc/pam.d/su-l PAM config file for --login + (e.g. "su -") session. + +sulogin(8): + - has been merged from sysvinit into util-linux + +utmpdump(1): + - has been merged from sysvinit into util-linux + +eject(1): + - has been merged from inactive upstream from sf.net and Fedora into util-linux + - supports new options --manualeject, --force and --no-partitions-unmount + +lslocks(1) + - this NEW COMMAND prints local system locks and it's replacement to very + long time unmaintained lslk(1) + +wdctl(8): + - this NEW COMMAND shows hardware watchdog status + +mount(8): + - pure libmount based mount(8) and umount(8) command are ENABLED BY DEFAULT + - the old mount(8) and umount(8) implementation is DEPRECATED + - the hybrid mount(8) [old mount linked with libmount] is not supported anymore + - supports new command line options --source and --target to avoid ambivalent + interpretation if only one argument is given + +swapon(8): + - supports new option --show to print information about swaps in definable + format + +findmnt(8): + - supports new option --task <pid> to print private task mount table + - supports new option --df to imitate df(1) + +fdisk(8) + - does not print geometry in 'p'rint output in non-DOS mode + +libuuid: + - does NOT EXECUTE uuidd on demand, the daemon has to be started by + init scripts / systemd + +uuidd: + - supports socket activation (for systemd) + - supports new options -no-fork, --no-pid and --socket-activation + +flock(1): + - supports new option --conflict-exit-code to specify return code + +fsck(8): + - supports new option -r to report memory and runtime statistics + +lsblk(8): + - supports inverse trees (new option -s) + +losetup(8): + - supports option --detach-all to detach all loop devices + + +build-system changes: + - login(1) enabled by default (see --disable-login) + - partx(8) enabled by default (see --disable-partx) + - kill(1) enabled by default (see --disable-kill) + - new non-recursive build-system + + +Stable maintenance releases between v2.21 and v2.22 +--------------------------------------------------- + +util-linux 2.21.1 [30-Mar-2012] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.21/v2.21.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.21/v2.21.1-ChangeLog + +util-linux 2.21.2 [25-May-2012] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.21/v2.21.2-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.21/v2.21.2-ChangeLog + + +Changes between v2.21 and v2.22 +------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.22/ + +addpart: + - align with util-linux coding standards [Sami Kerola] + - improve error messages [Karel Zak] +agetty: + - close tty before vhangup() [Karel Zak] + - make tcsetpgrp() optional [Karel Zak] + - more robust debug() macro, check ioctl result [coverity scan] [Karel Zak] + - move vc initialization to ttyutils.h [Karel Zak] + - remove unnecessary sleep(10) [Mantas Mikulėnas] + - use configured run state directory [Sami Kerola] +all files: + - make most variables static and const when possible. declare lots of functions static. [Jim Meyering] +arch, eject, elvtune: + - Gracefully disable on non-Linux platforms. [Thomas Schwinge] +blkdev: + - add blkdev_scsi_type_to_name() [Sami Kerola] +blkid: + - add DEVNAME= to export output format [Karel Zak] + - add docs about PARTUUID= and PARTLABEL= [Karel Zak] + - add note about variable tags and devices order. [Karel Zak] + - fix realloc memory leak [cppcheck] [Sami Kerola] + - fix shadow declaration [Sami Kerola] + - introduce symbolic names for different blkid exit codes [Petr Uzel] + - stop device probing if error is detected [Petr Uzel] + - use err_exclusive_options() [Karel Zak] + - use exclusive_option() [Sami Kerola] + - use get_terminal_width() from ttyutils.h [Petr Uzel] + - use strtosize_or_err() [Karel Zak] + - use symbolic exit code [Petr Uzel] +build: + - fix redundant redeclaration warnings [Sami Kerola] + - fix unused parameter warnings [Sami Kerola] +build-sys: + - add --diable-sulogin (enabled by default) [Karel Zak] + - add --disable-login [Karel Zak] + - add --disable-su [Karel Zak] + - add --enable-chfn-chsh [Karel Zak] + - add --enable-newgrp [Karel Zak] + - add --enable-vipw [Karel Zak] + - add -Wall to warnings [Karel Zak] + - add -Werror to UL_WARN_ADD test [Karel Zak] + - add -Wmissing-declarations, sort warning options [Karel Zak] + - add -Wredundant-decls [Karel Zak] + - add BUILD_WDCTL, check for linux/watchdog.h [Karel Zak] + - add UL_CONFLICTS_BUILD m4 macro [Karel Zak] + - add UL_PROG_CLANG function, rename warnings.m4 -> compiler.m4 [Karel Zak] + - add a crosscompile path for scanf_cv_alloc_modifier [Sebastian Andrzej Siewior] + - add compiler warnings [Karel Zak] + - add eject to .gitignore [Karel Zak] + - add exclude list to UL_ADD_WARN [Karel Zak] + - add files make check generates in gitignore [Sami Kerola] + - add fsprobe.h to dist [Petr Uzel] + - add minisg COPYING files [Karel Zak] + - add missing files [Karel Zak] + - add pager.h to Makemodule.am [Karel Zak] + - add randutils.h to dist [Petr Uzel] + - add run.sh to make check for non-root users [Karel Zak] + - add sd-daemon.h to Makemodule.am [Karel Zak] + - add su executable to .gitignore [Sami Kerola] + - add swapon-common.h to swapon sources (fix distcheck) [Petr Uzel] + - add tests/run-nonroot.sh to automake file [Karel Zak] + - add ttyutils.h to dist [Petr Uzel] + - always use default $(LDADD) [Karel Zak] + - change --localstatedir to /run [Sami Kerola] + - cleanup .gitignore files [Karel Zak] + - cleanup mount stuff in configure.am [Karel Zak] + - convert disk-utils/ to module [Karel Zak] + - convert include/ to module [Karel Zak] + - convert lib/ to libcommon.la [Karel Zak] + - convert lib/ to module [Karel Zak] + - convert libblkid/ to module [Karel Zak] + - convert libmount/ to module [Karel Zak] + - convert libuuid/ to module [Karel Zak] + - convert login-utils/ to module [Karel Zak] + - convert misc-utils/ to module [Karel Zak] + - convert mount/ to module, rename to mount-deprecated/ [Karel Zak] + - convert schedutils/ to module [Karel Zak] + - convert sys-utils/ to module [Karel Zak] + - convert term-utils/ to module [Karel Zak] + - convert tests/ to module [Karel Zak] + - convert text-utils/ to module [Karel Zak] + - create static uuid_generate_*.3 files [Karel Zak] + - default to new sys-utils/mount.c, add --enable-deprecated-mount [Karel Zak] + - define per-test -DTEST_PROGRAM in lib/ [Karel Zak] + - determine availability of __fpending() [Sami Kerola] + - disable chkdupexe by default, mark as deprecated [Karel Zak] + - don't compile lib{mount,blkid} tests when --disable-static specified [Karel Zak] + - don't create empty man/ru directory [Karel Zak] + - enable libmount and libblkid docs [Karel Zak] + - enhance readability of the autotools files [Sami Kerola] + - ensure BUILD_CFDISK is always defined [Dave Reisner] + - exclude some CC warnings for clang [Karel Zak] + - expand paths at make time [Karel Zak] + - fix build without libs [Karel Zak] + - fix chkdupexe regression [Sami Kerola] + - fix description of utmpdump configure option [Petr Uzel] + - fix swaplabel [Karel Zak] + - ignore .dirstamp file [Karel Zak] + - include correct source file for chsh [Dave Reisner] + - include tools/git-version-gen in the tarball [Petr Uzel] + - make the crosscompile path for scanf_cv_alloc_modifier clever [Sebastian Andrzej Siewior] + - move configure login options to one place [Karel Zak] + - move getopt to misc-utils/ [Karel Zak] + - move hwclock to sys-utils/ [Karel Zak] + - move obsolete lib/fsprobe to mount/ [Karel Zak] + - move partx to disk-utils/ [Karel Zak] + - move tests to check_PROGRAMS [Karel Zak] + - note sulogin in configure help [Karel Zak] + - release++ (v2.22-rc1) [Karel Zak] + - release++ (v2.22-rc2) [Karel Zak] + - remove -DUSE_PAM=1 for su(1) [Karel Zak] + - remove include-Makefile.am [Karel Zak] + - remove unused function and header checks [Sami Kerola] + - rename fdisk -> fdisks/, convert to module [Karel Zak] + - run distcheck with verbose make rules [Petr Uzel] + - s/ruman/ruman1/ [Karel Zak] + - suid su in make install [Karel Zak] + - support separate libintl [Karel Zak] + - use slash for binaries in gitignore [Karel Zak] +build-system: + - enable automake subdir-objects [Karel Zak] +cal: + - Fix building under uClibc. [James Le Cuirot] +chcpu: + - use err_exclusive_options() [Karel Zak] + - use exclusive_option() [Sami Kerola] +checkxalloc: + - nudge regex, fix newfound instances [Dave Reisner] +chfn: + - use pathnames.h for paths [Sami Kerola] +chsh: + - use pathnames.h for paths [Sami Kerola] +colrm: + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] +column: + - --separator segfaults [B Watson] +cytune: + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] +ddate: + - russian manual missing from package [Sami Kerola] +delpart: + - align with util-linux coding standards [Sami Kerola] + - improve error messages [Karel Zak] +disk-utils: + - cleanup strtoxx_or_err() [Karel Zak] + - verify writing to streams was successful [Sami Kerola] +dmesg: + - add --follow feature [Karel Zak] + - add --reltime to print human readable deltas [Karel Zak] + - add --syslog to force to old syslog(2) interface [Karel Zak] + - add fileback for SEEK_DATA [Karel Zak] + - cleanup exclusive_option() usage [Karel Zak] + - cleanup, move more stuff to control struct [Karel Zak] + - fix kmsg read if read returns EPIPE [Milan Broz] + - fix kmsg usability detection [Karel Zak] + - fix typo in man page [Karel Zak] + - fix usage() [Karel Zak] + - implement backwardly compatible --raw for /dev/kmsg [Karel Zak] + - improve err handling code [Karel Zak] + - inform user when klogctl() or read_buffer() fails [Sami Kerola] + - move filename to control struct [Karel Zak] + - read /dev/kmsg (since kernel 3.5.0) [Karel Zak] + - refactoring for kmsg support [Karel Zak] + - support --clear for kmsg [Karel Zak] + - unify internal APIs [Karel Zak] + - use err_exclusive_options() [Karel Zak] + - use exclusive_option() [Sami Kerola] +doc: + - fix typo in v2.22-ReleaseNotes [Bernhard Voelker] +docs: + - TODO removal, ldattach usage is done [Sami Kerola] + - TODO removal, login-utils error printing [Sami Kerola] + - TODO removal, rpmatch task is done [Sami Kerola] + - add v2.22-ReleaseNotes [Karel Zak] + - add deprecation comments [Sami Kerola] + - add note about enabled kill(1) to v2.22-ReleaseNotes [Karel Zak] + - add note about non-recursive build-sys [Karel Zak] + - add note about partx output change [Karel Zak] + - add quota mount option support description for ext2 [Björn Jacke] + - add su.1 manual page [Sami Kerola] + - add sys-utils/umount.8 manual page [Sami Kerola] + - clarify KiB vs. KB in man pages [Bernhard Voelker] + - clean up chcpu.8 manual [Sami Kerola] + - clean up dmesg.1 manual [Sami Kerola] + - clean up getopt.1 manual [Sami Kerola] + - clean up login.1 manual [Sami Kerola] + - clean up partx.8 manual [Sami Kerola] + - clean up sulogin.8 manual [Sami Kerola] + - clean up utmpdump.1 manual [Sami Kerola] + - clean up wdctl.8 manual [Sami Kerola] + - corrections to FSF license files, and postal address [Sami Kerola] + - do not overwrite ddate.1 manual [Sami Kerola] + - eject.1 align with Documentation/howto-man-page.txt [Sami Kerola] + - fix all man page groff warnings [Sami Kerola] + - fix email macro in manual example [Sami Kerola] + - fix further typos found by misspellings [Bernhard Voelker] + - fix typos found by misspellings [Bernhard Voelker] + - ftp server does no longer support util-linux-ng [Sami Kerola] + - man page syntax fixes [Ville Skyttä] + - mark udev and list blkid(8) output formats deprecated [Karel Zak] + - mention the required mount options for journaled version 2 quota [Björn Jacke] + - move fstab.5 to sys-utils (mount/ dir is deprecated) [Karel Zak] + - remove unused config/texinfo.tex [Karel Zak] + - rewrite su.1 manual [Ludwig Nussel] + - tell about irc channel [Sami Kerola] + - update AUTHORS file [Karel Zak] + - update TODO [Karel Zak] + - update TODO [Sami Kerola] + - update TODO file [Karel Zak] + - update howto-tests.txt [Karel Zak] + - update tests docs [Karel Zak] + - update v2.22-ReleaseNotes [Karel Zak] +eject: + - add --force option [Karel Zak] + - add --manualeject from fedora [Karel Zak] + - add --no-partitions-unmount [Karel Zak] + - add -X from Fedora [Karel Zak] + - allow to address device by LABEL/UUID [Karel Zak] + - briefer usage [Michal Luscon] + - call umount <mountpoint> rather than <device> [Karel Zak] + - check for hotplug/removable attribute [Karel Zak] + - clean unmount_devices() [Karel Zak] + - clean up argv parsing code [Karel Zak] + - clean up devname usage [Karel Zak] + - clean up eject_* functions [Karel Zak] + - clean up includes [Michal Luscon] + - clean up man page [Karel Zak] + - clean up umount stuff [Karel Zak] + - clean up usage() [Karel Zak] + - clean up verbose messages [Karel Zak] + - cleanup umount code [Karel Zak] + - cleanup usage() [Karel Zak] + - close open file [cppcheck] [Sami Kerola] + - coding style fixes [Karel Zak] + - constify array [Mike Frysinger] + - don't try to use non-device path [Karel Zak] + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] + - fix compiler warnings [-Wformat] [Karel Zak] + - fix shadow declaration [Sami Kerola] + - improve work with partitioned devices [Karel Zak] + - inform if CD-ROM drive is not ready [Sami Kerola] + - inform why open failed [Sami Kerola] + - initial merge eject and util-linux [Michal Luscon] + - make the code robust [Karel Zak] + - modification of parse_arg function [Michal Luscon] + - new auto_eject code from Fedora [Karel Zak] + - new close_tray code from Fedora [Karel Zak] + - remove MountableDevice function [Michal Luscon] + - remove obsolete code, use EXIT_* macros [Karel Zak] + - remove unnecessary checks [Karel Zak] + - remove unnecessary function [Karel Zak] + - remove unnecessary variable [Karel Zak] + - rename handle_x_option to set_device_speed [Karel Zak] + - replace CLOSE and FCLOSE macros by e_close and e_fclose functions [Michal Luscon] + - replace fprintf with err and warn [Michal Luscon] + - return proper 0/1 from eject_cdrom() [Dave Reisner] + - simplify find_device [Michal Luscon] + - support CDIOCEJECT ioctl [Karel Zak] + - unification of coding style [Michal Luscon] + - use BUILD_EJECT, move to sys-utils [Karel Zak] + - use CDROM_DRIVE_STATUS if available for tray toggling [Mike Frysinger] + - use SG_IO ioctl for scsi [Karel Zak] + - use canonicalize_path to treat symbolic links [Michal Luscon] + - use libmount to detect if cdrom is mounted [Karel Zak] + - use program_invocation_short_name instead of programName [Michal Luscon] + - use xstrdup() [Karel Zak] + - verify writing to streams was successful [Sami Kerola] +eject(1): + - fix typo in mount(1) reference [Mike Frysinger] +fallocate: + - add --version and align with howto-usage-function.txt [Sami Kerola] +fdisk: + - (dos) cleanup function names [Karel Zak] + - API add delete partition to label operations [Davidlohr Bueso] + - API add fdisk_label_change [Davidlohr Bueso] + - API add geometry [Davidlohr Bueso] + - API add label probing functionality [Davidlohr Bueso] + - API add mbr [Davidlohr Bueso] + - API add new partition to label operations [Davidlohr Bueso] + - API add to label operations to context [Davidlohr Bueso] + - API add topology debug [Davidlohr Bueso] + - API add verify to label operations [Davidlohr Bueso] + - API add write to label operations [Davidlohr Bueso] + - API comment labels array [Davidlohr Bueso] + - API fix fdisk_add_partition comment style [Davidlohr Bueso] + - add an quit/exit handling function [Davidlohr Bueso] + - add debug support [Davidlohr Bueso] + - add device topology to the API [Davidlohr Bueso] + - add fdisk_dev_sectsz_is_default helper [Davidlohr Bueso] + - add noreturn function attribute [Sami Kerola] + - add readonly option to fdisk_new_context_from_filename() [Karel Zak] + - add some debug messages [Karel Zak] + - add total sectors [Davidlohr Bueso] + - aix fix warning [Davidlohr Bueso] + - aix remove magic aixlabel macro, mark unused parameters [Karel Zak] + - always print total number of sectors [Petr Uzel] + - always use stderr for debug messages [Karel Zak] + - bsd mark unused parameters [Karel Zak] + - cast before count size [Karel Zak] + - cleanup strtoxx_or_err() [Karel Zak] + - create DOS specific write table function [Davidlohr Bueso] + - de-duplicate disk label strings [Bernhard Voelker] + - do not call sgi and sun code when creating a new dos label [Davidlohr Bueso] + - document FDISK_DEBUG [Davidlohr Bueso] + - don't call update_units() in label probes if not necessary [Petr Uzel] + - don't ignore 1MiB granularity on 512-byte sector devices [Karel Zak] + - don't print CHS geometry unless DOS compatible mode is set [Petr Uzel] + - don't print confusing warning on non-partitioned disks [Karel Zak] + - don't print welcome message to stderr [Karel Zak] + - dos mark unused parameters [Karel Zak] + - dos use sector_t [Davidlohr Bueso] + - extend comments for fdisk_new_context() [Davidlohr Bueso] + - fix compiler warning [-Werror=unused-variable] [Petr Uzel] + - fix compiler warning [-Wpointer-sign] [Karel Zak] + - fix compiler warning [-Wunused-variable] [Karel Zak] + - fix compiler warnings [-Wsign-compare] [Karel Zak] + - fix error message for too small devices [Karel Zak] + - fix fdiskdoslabel.c global variables [Karel Zak] + - fix io_size usage in new API [Karel Zak] + - fix menu [Davidlohr Bueso] + - fix segfault on bsd label [Davidlohr Bueso] + - fix to build for IA32 [Christian Wiese] + - fix typo [Petr Uzel] + - fix typo in comment [Bernhard Voelker] + - get_boot() has to die (step I.) [Karel Zak] + - get_boot() has to die (step II.) [Karel Zak] + - introduce fdisk context [Davidlohr Bueso] + - introduce sector_t type [Davidlohr Bueso] + - isolate dos label logic [Davidlohr Bueso] + - kernel/bios sectors and heads need not be global [Davidlohr Bueso] + - mac remove magic maclabel macro, mark unused parameters [Karel Zak] + - make CHS user values more robust [Davidlohr Bueso] + - make grain global variable part of fdisk_context() [Petr Uzel] + - make if clause easier to read [Sami Kerola] + - make label API more robust [Karel Zak] + - mark dos compatibility/CHS options deprecated in manpage [Davidlohr Bueso] + - move DOS geometry code from generic part to label specific [Karel Zak] + - move DOS new/add partition code [Davidlohr Bueso] + - move kernel geometry into blkdev [Davidlohr Bueso] + - move label specific stuff to fdiskdoslabel.c [Karel Zak] + - move user geometry setting from fdisk.c to API [Karel Zak] + - refactor -s option [Davidlohr Bueso] + - remove action enum [Davidlohr Bueso] + - remove bogus statement [Davidlohr Bueso] + - remove dead code [Davidlohr Bueso] + - remove dummy function [Davidlohr Bueso] + - remove listing variable [Davidlohr Bueso] + - remove stack jumping [Davidlohr Bueso] + - remove unused file [Karel Zak] + - remove unused function declaration [Davidlohr Bueso] + - remove unused hsc2sector macro [Davidlohr Bueso] + - remove unused variables [Karel Zak] + - remove useless comments [Davidlohr Bueso] + - remove user specified sector size global variable [Davidlohr Bueso] + - rename cxt->mbr buffer to cxt->firstsector [Karel Zak] + - rename label probing functions [Petr Uzel] + - return success from sgi_create_disklabel [Petr Uzel] + - rework fatal errors [Davidlohr Bueso] + - set label pointer in fdisk_create_default_disklabel() [Karel Zak] + - sgi abort on HDIO_GETGEO failure [Davidlohr Bueso] + - sgi remove unused code [Davidlohr Bueso] + - sgi remove unused function [Davidlohr Bueso] + - sgi use sector_t [Davidlohr Bueso] + - sgi use xcalloc() [Karel Zak] + - simplify device opening [Davidlohr Bueso] + - standarize version output [Davidlohr Bueso] + - stop buffering welcome message [Davidlohr Bueso] + - sun remove unused function [Davidlohr Bueso] + - sun use sector_t [Davidlohr Bueso] + - tests update oddinput test [Davidlohr Bueso] + - use BSD label header [Davidlohr Bueso] + - use EXIT_SUCCESS for -l option [Davidlohr Bueso] + - use context as a parameter [Davidlohr Bueso] + - use memset() rather than bzero() [Karel Zak] + - use randutils for mbr signature creation [Davidlohr Bueso] + - verify writing to streams was successful [Sami Kerola] +fileutils: + - differentiate xmkstemp and xfmkstemp [Sami Kerola] + - xmkstemp() interface change [Dave Reisner] +findfs: + - add --version & align with howto-usage-function.txt [Sami Kerola] +findmnt: + - add --task <tid> option [Karel Zak] + - add --version & align with howto-usage-function.txt [Sami Kerola] + - add -D, --df option to imitate df(1) [Dave Reisner] + - add -P, --pairs to the man page [Bill Pemberton] + - add FS size, avail, used, and use% columns [Dave Reisner] + - add FSROOT column [Dave Reisner] + - add TID column [Karel Zak] + - add match_by_file to do within-device matching [Dave Reisner] + - add note about \x<hex> to man page [Karel Zak] + - add support for PARTUUID= and PARTLABEL= [Karel Zak] + - add support for maj min source [Karel Zak] + - don't use tree-like output if more -F options specified [Karel Zak] + - fallback to mountinfo for polling [Dave Reisner] + - fix compiler warnings [-Wuninitialized] [Petr Uzel] + - fix typo in manpage [Bernhard Voelker] + - improve --df output [Karel Zak] + - reference correct manual section [Dave Reisner] + - remove dublicate usage() line [Sami Kerola] + - restrict within-device matching [Karel Zak] + - support -o +<attr> for adding attribute to output fields. [Milan Broz] + - use err_exclusive_options() [Karel Zak] + - use exclusive_option() [Sami Kerola] + - use st.st_bavail for available column [Dave Reisner] + - use xasprintf() [Karel Zak] +flock: + - user-configurable exit code [Jan \"Yenya\" Kasprzak] +fsck: + - Add a -r option to report memory and runtime statistics [Frank Mayhar] + - coding stype fixes (calloc, err, ...) [Karel Zak] + - cosmetic changes in coding style [Karel Zak] + - don't duplicate exit code macros [Karel Zak] + - don't free fstab table on parse failure [Dave Reisner] + - don't try to call fsck for undefined fs type [Karel Zak] + - fix coding style [Karel Zak] + - move to disk-utils directory [Karel Zak] + - remove string_copy() [Karel Zak] + - remove unnecessary fsck.h [Karel Zak] + - replace fsprobe with libmount utils [Karel Zak] + - tiny coding style fix [Karel Zak] + - use gettimeofday() for real elapsed time statistic [Karel Zak] + - use less aggressive method to detect mounted devices [Karel Zak] + - use libmount for filesystem list [Karel Zak] + - use libmount to check for mounted filesystems [Karel Zak] +fsck.cramfs: + - add long options [Sami Kerola] + - disallow unknown command line options [Sami Kerola] + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] +fsck.minix: + - align with howto-usage-function.txt [Sami Kerola] + - clean up coding style [Sami Kerola] + - fix printf format warning [Sami Kerola] + - use rpmatch() for yes/no question [Sami Kerola] + - use symbolic exit codes [Sami Kerola] +fsck.minix.c: + - fix compiler warnings [-Wunused-result] [Petr Uzel] +fstab: + - fstab.5 fix misspelling of deprecated [Dave Reisner] +fstrim: + - add --version and align with howto-usage-function.txt [Sami Kerola] + - use strtosize_or_err() [Karel Zak] +getopt: + - verify writing to streams was successful [Sami Kerola] +hexdump: + - fix comparison of distinct pointer types [Karel Zak] + - fix shadow declaration [Sami Kerola] + - print sensible message when all input file arguments fail [Sami Kerola] + - update man page for -n and -s [Karel Zak] + - use strtosize() for -n and -s [Karel Zak] + - use strtosize_or_err() [Karel Zak] +hwclock: + - cleanup strtoxx_or_err() [Karel Zak] + - don't set time for --systz [Karel Zak] + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] + - use err_exclusive_options() [Karel Zak] + - use exclusive_option() [Sami Kerola] + - verify writing to streams was successful [Sami Kerola] +inclide/env: + - innclude c.h, remove _() macro from xsetenv() [Karel Zak] +include: + - [c.h] protect container_of [maximilian attems] + - add /proc/locks path to pathnames [Davidlohr Bueso] + - add asprintf wrapper [Sami Kerola] + - add stream error checking facility [Sami Kerola] + - define format to be constant in xasprintf() [Sami Kerola] + - fix spurious list.h warnings [Sami Kerola] + - fix void pointer arithmetics warnings [Sami Kerola] + - move get_terminal_width() to ttyutils.h [Petr Uzel] + - rename writeall.h to all-io.h [Petr Uzel] +include [optutils]: + - add exclusive_option() inline function [Sami Kerola] +include/blkdev: + - cleanup up [Karel Zak] +include/c: + - move fallback for MAXHOSTNAMELEN to c.h [Karel Zak] +include/exitcodes: + - add FSCK_DESTRUCT alias [Karel Zak] + - clean up names, add _EX_ suffix [Karel Zak] +include/optutils: + - add err_exclusive_options() [Karel Zak] + - remove unnecessary exclusive_option() [Karel Zak] +include/tt: + - improve work with non-utf8 chars [Karel Zak] + - remove obsolete stuff [Karel Zak] +include/ttyutils: + - more robust get_terminal_width() [Karel Zak] +include/ttyutils.h: + - add include guards [Dave Reisner] +ipcmk: + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] +kill: + - Check the correct variable when configuring. [Thomas Schwinge] + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] +kill, raw, rename: + - Don't explicitly enable for --enable-most-builds. [Thomas Schwinge] +last: + - use min() from c.h [Karel Zak] +ldattach: + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] +lib: + - add fileutils function collection [Sami Kerola] + - add pager functionality [Davidlohr Bueso] + - random utilities [Davidlohr Bueso] +lib/blkdev: + - fix compiler warning [-Wreturn-type] [Karel Zak] + - return static strings by blkdev_scsi_type_to_name() [Karel Zak] +lib/canonicalize: +lib/fileutils: + - add get_fd_tabsize() [Karel Zak] +lib/loopdev: + - minor bug fix add missing semicolon [Sami Kerola] + - more robust initialization [Karel Zak] + - use warn_unused_result forimportant functions [Karel Zak] +lib/mangle: + - check for end of string on every iteration [Dave Reisner] + - cleanup, add unhexmangle [Karel Zak] + - fix a memory leak in the test case [Cong Wang] + - remove unused variable [Karel Zak] +lib/match: + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] +lib/mbsalign: + - abort() when non-expected case is encountered [Sami Kerola] +lib/pager: + - fix compiler warnings [Karel Zak] + - minor compiler warning fixes [Sami Kerola] + - repair build for non-Linux. [Thomas Schwinge] +lib/strutils: + - add string_add_to_idarray() - parse and add to id list [Milan Broz] + - add string_to_bitmask() [Karel Zak] + - add strtosize_or_err, clean up [Karel Zak] + - circumvent missing localeconv() [maximilian attems] + - create type specific strtoxx_or_err() [Karel Zak] +lib/sysfs: + - check if cxt->dir_path is NULL in sysfs_readlink() [Cong Wang] + - expect p<N> suffix for partitions [Karel Zak] + - improve sysfs_is_partition_dirent() [Karel Zak] + - make sysfs_partno_to_devno better readable [Bernhard Voelker] + - use warn_unused_result for sysfs_init() [Karel Zak] +lib/tt: + - always escape '\' to simplify parsing in scripts [Karel Zak] + - check for non-printable chars for raw/export format [Karel Zak] + - count read cells, improve \x?? hex encoding [Karel Zak] + - encode data for RAW and EXPORT format [Karel Zak] + - export tt_fputs_{quoted,nonblank} function [Karel Zak] + - fix \x%02x usage [Karel Zak] + - work more sensitive with large columns [Karel Zak] +libblkid: + - accept small blocks for NTFS and Reiserfs in blkid [Vladimir 'φ-coder/phcoder' Serbinenko] + - add dm-verity hash device detection [Milan Broz] + - add noreturn function attribute [Sami Kerola] + - add support for PARTUUID= and PARTLABEL= [Karel Zak] + - befs declare functions static [Petr Uzel] + - cast blkid_loff_t to unsigned long long [Petr Uzel] + - cleanup _attribute__ usage [Karel Zak] + - fix compiler warning [-Wsign-compare] [Karel Zak] + - fix sysfs context usage [Karel Zak] + - generate pseudo-UUID for ISO9660 image file [Andreas Vogel] + - properly reset chain in probe_do_wipe() [Karel Zak] + - remove duplicate entries in symbols [Sami Kerola] + - rewrite ntfs prober [Karel Zak] + - support UFS UUID [Vladimir 'φ-coder/phcoder' Serbinenko] + - trust in udev symlinks, don't verify [Karel Zak] + - update dm-verity scan [Milan Broz] + - use unsigned ints in ntfs prober [Karel Zak] +libmount: + - Use binary search to compare pseudofs [Dave Reisner] + - add MNT_ERR_LOOPDEV [Karel Zak] + - add MNT_ERR_MOUNTOPT [Karel Zak] + - add configfs to pseudofs list [Karel Zak] + - add mnt_context_fstab_applied() [Karel Zak] + - add mnt_context_get_options() [Karel Zak] + - add mnt_fs_streq_srcpath() [Karel Zak] + - add mnt_fs_streq_target() and export all mnt_fs_streq_* [Karel Zak] + - add mnt_optstr_deduplicate_option() [Karel Zak] + - add mnt_table_find_devno() [Karel Zak] + - add noreturn function attribute [Sami Kerola] + - add special MNT_ERR_ codes [Karel Zak] + - add support for PARTUUID= and PARTLABEL= [Karel Zak] + - add support to parse /proc/swaps [Karel Zak] + - allow empty source for mount(2) syscall [Karel Zak] + - allow to disable swap between source and target [Karel Zak] + - avoid infinite loop in child fs iteration [Dave Reisner] + - canonicalize all paths from (fs)tab [Karel Zak] + - canonicalize targets from fstab on mount -a [Karel Zak] + - check VFS mount options in mnt_diff_tables() [Karel Zak] + - clean up MNT_FMT_* usage in parser [Karel Zak] + - cleanup flags usage [Karel Zak] + - close device fd (to avoid mount(2) EBUSY) [Karel Zak] + - cosmetic changes around "none" [Karel Zak] + - deduplicate SELinux mount options [Karel Zak] + - don't canonicalize target [Karel Zak] + - don't generate empty option strings [Karel Zak] + - don't treat "none" differently [Dave Reisner] + - don't use nosuid,noexec,nodev for cifs user=foo [Karel Zak] + - expose mnt_get_mountpoint as external API [Dave Reisner] + - fix "already mounted" detection on systems with mtab [Karel Zak] + - fix compiler warning [-Wsign-compare] [Karel Zak] + - fix mnt_context_guess_fstype() [Karel Zak] + - fix mount by pattern [Karel Zak] + - fix read before allocated buffer [Petr Uzel] + - fix shadow declaration [Sami Kerola] + - fix trivial typos [Petr Uzel] + - fix unmangle code [Karel Zak] + - improve ifdef HAVE_LIBSELINUX stuff [Karel Zak] + - improve mnt_tables_is_mounted [Karel Zak] + - make some string operations more robust [Karel Zak] + - optimize for paths with tailing slash [Karel Zak] + - plug a memory leak in exec_helper() [Petr Uzel] + - remount does not add entry to mtab file [Karel Zak] + - rename mnt_context_fstab_applied to mnt_context_tab_applied [Karel Zak] + - rewrite mnt_table_is_fs_mounted() to be less aggressive [Karel Zak] + - save task ID for mountinfo tiles [Karel Zak] + - trim leading commas from each options string [Dave Reisner] + - use mount.<type> -s for NFS only [Karel Zak] + - use stderr for initial debug message [Karel Zak] +libuuid: + - avoid double open and leaking descriptor [Petr Uzel] + - avoid double open and leaking fd (reworked) [Petr Uzel] + - don't exec uuidd [Petr Uzel] + - fix typo in uuid_compare manpage [Petr Uzel] + - move clock.txt path to header file [Karel Zak] + - move read_all to include/all-io.h [Petr Uzel] + - use EXIT_FAILURE [Petr Uzel] + - use get_fd_tabsize() [Karel Zak] + - use max() from c.h [Petr Uzel] + - use randutils [Davidlohr Bueso] +logger: + - avoid explicit fclose(stdout) [Dave Reisner] + - mark decode/pencode as static [Dave Reisner] + - use memcpy instead of bcopy [Dave Reisner] +login: + - Include <linux/major.h> only if it exists. [Thomas Schwinge] + - add USER to initial environment [Dave Reisner] + - allow TTYGROUP name begin by number [Sami Kerola] + - close tty before vhangup() [Karel Zak] + - fix LOGIN_CHOWN_VCS code [Karel Zak] + - fix compiler warning [-Wsign-compare] [Karel Zak] + - fix segmentation fault in log_utmp [Karel Zak] + - minor spelling fixes [Elan Ruusamäe] + - minor spelling fixes [Karel Zak] + - support crazy shadow-utils syntax in login.defs [Karel Zak] + - use get_fd_tabsize() [Karel Zak] + - use getdtablesize() correctly in login.c [chas williams - CONTRACTOR] +login-utils: + - add missing header, fix setpwnam.c fclose logic [Karel Zak] + - verify writing to streams was successful [Sami Kerola] +logindefs: + - change getlogindefs_num() to return unsigned long [Sami Kerola] +look: + - remove extra semicolon [Sami Kerola] +losetup: + - Fix setting of sizelimit on new loop devices [Daniel Drake] + - add --detach-all to the list of options [Petr Uzel] + - improve -a to report loopdevs < 512 bytes [Karel Zak] + - more verbose failed setup error mesage [Karel Zak] + - use err_exclusive_options() [Karel Zak] + - use exclusive_option() [Sami Kerola] + - use strtosize_or_err() [Karel Zak] + - warn about backing file size [Karel Zak] +lsblk: + - RQ-SIZE is part of the --topology output (man page bugfix) [Dave Reisner] + - add --include option [Karel Zak] + - add --version switch [Milan Broz] + - add WWN, improve udev support [Karel Zak] + - add inverse tree support (-s) [Peter Rajnoha] + - add not about unstable default output [Karel Zak] + - add read-ahead column. [Milan Broz] + - add support for PARTUUID= and PARTLABEL= [Karel Zak] + - check ioctl result [coverity scan] [Karel Zak] + - check sysfs_read_u64 return code [coverity scan] [Karel Zak] + - count with terminating character, man page -s entry [Peter Rajnoha] + - escape unsafe chars in parsable output [Karel Zak] + - fix /sys/.../ro usage [Karel Zak] + - fix dm_name usage [Karel Zak] + - fix usage, improve exclude/include lists parsing [Karel Zak] + - improve man page wording [Regid Ichira] + - permit option --exclude more than once [Bernhard Voelker] + - remove (dm-N) from NAME for raw/pair output format [Karel Zak] + - remove private \x<hex> coding, decode data from udev [Karel Zak] + - support -o +<attr> for adding attribute to output fields. [Milan Broz] + - use blkdev_scsi_type_to_name() [Sami Kerola] + - use err_exclusive_options() [Karel Zak] + - use exclusive_option() [Sami Kerola] + - use fallback for TYPE [Karel Zak] + - use libmount to get mountpoints/swaps [Karel Zak] + - use readlink_at from at.c [Karel Zak] +lscpu: + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] + - fix compiler warning [-Wsign-compare] [Karel Zak] + - fix possibly undefined operation [Petr Uzel] + - fix shadow declaration [Sami Kerola] + - limit options --all, --online, --offline to parsable and extended output [Heiko Carstens] + - use err_exclusive_options() [Karel Zak] + - use exclusive_option() [Sami Kerola] + - values in /proc/bus/pci/devices are always unsigned [Sami Kerola] +lslock: + - remove duplicate variable [Karel Zak] +lslocks: + - add --notruncate, minor fixes in man page [Karel Zak] + - add TYPE column [Davidlohr Bueso] + - add lslocks.8 man page [Davidlohr Bueso] + - fix bracket indentation [Davidlohr Bueso] + - fix shadow declaration [Sami Kerola] + - minor fix in usage() [Karel Zak] + - new command [Davidlohr Bueso] + - use xasprintf for safe allocation [Sami Kerola] +mesg: + - use rpmatch to yes/no question [Sami Kerola] +misc: + - clenaup SIZE columns in lsblk and findmnt [Karel Zak] +misc-utils: + - cleanup strtoxx_or_err() [Karel Zak] + - cleanup unused strings.h includes [maximilian attems] + - fix typos [Davidlohr Bueso] + - verify writing to streams was successful [Sami Kerola] +mkfs.cramfs: + - disallow unknown command line options [Sami Kerola] + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] + - remove unused 'MIN' macro definition [Petr Uzel] +mkswap: + - allow creating swap on /dev/hd[ab] [Petr Uzel] + - fix shadow declaration [Sami Kerola] + - improve diagnostics message if the device is mounted [Petr Uzel] + - use is_mounted() instead of check_mount() [Petr Uzel] +more: + - add noreturn function attribute [Sami Kerola] + - fix pointer wrap around compiler warnings [Sami Kerola] + - fix regex error messages printing [Karel Zak] + - fix search repetition regression [Sami Kerola] + - fix shadow declaration [Sami Kerola] + - fix typos [Davidlohr Bueso] + - remove a meaningless test [Jeremy Huntwork] +mount: + - (new) add 'internal-only(i)' to non-root allowed options [Raghavendra D Prabhu] + - (new) add --source and --target [Karel Zak] + - (new) add loopdev specific error message [Karel Zak] + - (new) add missing xalloc.h [Karel Zak] + - (new) add note about unsupported 'ignore' fstype to fstab.5 [Karel Zak] + - (new) add support for PARTUUID= and PARTLABEL= [Karel Zak] + - (new) allow sloppy for non-root [Karel Zak] + - (new) be more pedantic about --make-* [Karel Zak] + - (new) cleanup mount -a return codes [Karel Zak] + - (new) fix MS_REC usage [Karel Zak] + - (new) improve error messages [Karel Zak] + - (new) use MNT_ERR_ for error messages [Karel Zak] + - (new) use exclusive_option() [Sami Kerola] + - (old) check for LD_FLAGS_AUTOCLEAR more carefully [Karel Zak] + - (old) fix encryption= usage [Karel Zak] + - (old) remove hybrid libmount code [Karel Zak] + - (old) remove mtab lock test [Karel Zak] + - ext4 option inode_readahead should be inode_readahead_blks in mount.8 [Eryu Guan] + - fix man page typo s/reatime/relatime/ [Karel Zak] + - fix recursively propagation mounting [Dong Hao] + - remove unnecessary free() [Karel Zak] + - replace control chars in mountpoint name [Karel Zak] + - use err_exclusive_options() [Karel Zak] + - verify writing to streams was successful [Sami Kerola] +mountpoint: + - account for error from in mnt_fs_get_target [Dave Reisner] + - add --version & align with howto-usage-function.txt [Sami Kerola] + - fix a minor bug with 0 0 devno [Zhi Li] +namei: + - fix relative symlinks evaluation [Karel Zak] +partx: + - add --version option [Sami Kerola] + - cleanup strtoxx_or_err() [Karel Zak] + - support -o +<attr> for adding attribute to output fields [Milan Broz] + - use -s option for default output [Davidlohr Bueso] + - use err_exclusive_options() [Karel Zak] + - use exclusive_option() [Sami Kerola] + - verify writing to streams was successful [Sami Kerola] +pathnames: + - clean up various user database paths [Sami Kerola] +pg: + - align with howto-usage-function.txt [Sami Kerola] + - correct version printing in help screen [Sami Kerola] +po: + - add *.h stuff to POTFILES [Karel Zak] + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Písař] + - update da.po (from translationproject.org) [Joe Hansen] + - update de.po (from translationproject.org) [Arun Persaud] + - update fr.po (from translationproject.org) [David Prévot] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update uk.po (from translationproject.org) [Yuri Chornoivan] + - update vi.po (from translationproject.org) [Trần Ngọc Quân] + - update zh_CN.po (from translationproject.org) [Wylmer Wang] +prlimit: + - improve error messages for bad --pid invocation [Bernhard Voelker] + - remove bogus instructions [Davidlohr Bueso] + - use err_exclusive_options() [Karel Zak] + - use exclusive_option() [Sami Kerola] +raw: + - add long options and version printing [Sami Kerola] + - align with howto-usage-function.txt [Sami Kerola] + - check numeric user inputs [Sami Kerola] + - clean up coding style [Sami Kerola] + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] + - use libc error printing facilities [Sami Kerola] + - use pathnames.h for file locations [Sami Kerola] + - use symbolic exit numbers [Sami Kerola] +reset: + - make scripts bourne sh compliant [checkbashisms] [Sami Kerola] +resizepart: + - add new command [Karel Zak, Vivek Goyal] + - remove debug message [Karel Zak] +rev: + - mention tac(1) in 'SEE ALSO' man page section [James R. Van Zandt] +rtcwake: + - only invoke RTC_AIE_ON/OFF ioctls in pairs [Paul Fox] + - tiny coding style change [Karel Zak] +schedutils: + - cleanup strtoxx_or_err() [Karel Zak] + - verify writing to streams was successful [Sami Kerola] +script: + - add noreturn function attributes [Sami Kerola] + - error in usage() output [Sami Kerola] + - play well with csh when invoked from within /etc/csh.login [Karel Zak] + - remove unused code [Karel Zak] +scriptreplay: + - fix compiler format warning [Sami Kerola] + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] +setarch: + - disallow unknown command line options [Sami Kerola] + - do not use -1 as array index [cppcheck] [Sami Kerola] + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] +setpwnam: + - use xmkstemp() and lckpwdf() [Sami Kerola] +setsid: + - Include <sys/ioctl.h> instead of <termio.h>. [Thomas Schwinge] + - add option "-c" to set the controlling terminal [Harald Hoyer] + - cleanup usage() [Karel Zak] + - fix off-by-one error in execvp call [Bernhard Voelker] +setterm: + - correct manual page reference [Sami Kerola] + - fix shadow declaration [Sami Kerola] +sfdisk: + - fix calculation due to type mismatch (ix86) [Petr Uzel] + - fix compiler warning [-Wunused-result] [Petr Uzel] + - improve F_MEGABYTE header [Bernhard Voelker] + - make -l less verbose about missing PT [Karel Zak] + - use rpmatch to yes/no question [Sami Kerola] +strutils: + - return success on test program [Davidlohr Bueso] +su: + - Add AM_LDFLAGS to su_LDFLAGS. [Thomas Schwinge] + - Don't include the unused <sys/fsuid.h> [Thomas Schwinge] + - Mention SUID_* feature. [Thomas Schwinge] + - align with howto-usage-function [Sami Kerola] + - cleanup man page [Karel Zak] + - don't use custom MAX macro [Ludwig Nussel] + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] + - fix compiler warning [-Wunused-parameter] [Karel Zak] + - introduce xsetenv globally [Ludwig Nussel] + - preserve errno in cleanup_pam() [Ludwig Nussel] + - remove program_name [Karel Zak] + - remove unimplemented options -u and -v [Bernhard Voelker] + - remove unused code [Ludwig Nussel] + - replace PAM_BAIL_P macro with better solution [Ludwig Nussel] + - use BSD err function instead of gnu's error() [Ludwig Nussel] + - use ENV_PATH resp ENV_SUPATH to be consistent with login [Ludwig Nussel] + - use EXIT_FAILURE consistently [Ludwig Nussel] + - use xstrdup() [Karel Zak] +sulogin: + - add i18n strings [Dave Reisner] + - add long options [Karel Zak] + - add note about port to util-linux to the man page [Karel Zak] + - check chdir and getcwd return values [-Wunused-result] [Karel Zak] + - cleanup comments [Karel Zak] + - cleanup strtoxx_or_err() [Karel Zak] + - fix selinux build [Karel Zak] + - fix shadow declaration [Sami Kerola] + - get rid of calls to /bin/sash [Dave Reisner] + - header/include cleanup [Dave Reisner] + - initial import from sysvinit [Dave Reisner] + - initialize nls stuff [Karel Zak] + - parse timeout more carefully [Karel Zak] + - remove CHECK_{DES,MD5} defines [Dave Reisner] + - remove USE_ONELINE and SANE_TIO defines [Dave Reisner] + - replace older signal() with sigaction() [Dave Reisner] + - replace perror() with warx() [Karel Zak] + - share vc initialization with agetty [Karel Zak] + - sulogin.8 refactor manpage [Dave Reisner] + - use EXIT_* [Karel Zak] + - use a more standard usage output [Dave Reisner] + - use err.h stuff [Karel Zak] + - use pathnames.h for file locations [Dave Reisner] + - use size_t for iterator to avoid cast [Dave Reisner] + - whitespace fixes [Dave Reisner] +swaplabel: + - add --version and align with howto-usage-function.txt [Sami Kerola] + - check blkid_probe_lookup_value() result [coverity scan] [Karel Zak] +swapoff: + - cleanup usage() and includes [Karel Zak] + - move code from swapon.c to swapoff.c [Karel Zak] + - use libmount to parse fstab [Karel Zak] +swapon: + - add --show option [Sami Kerola] + - add support for PARTUUID= and PARTLABEL= [Karel Zak] + - cleanup main() [Karel Zak] + - cleanup usage() [Karel Zak] + - fix --summary output regression [Sami Kerola] + - fix typo [Karel Zak] + - kill unused variables in show_table() [Petr Uzel] + - make --show size to be human readable by default [Sami Kerola] + - minor coding style changes [Karel Zak] + - move generic code to swapon-common.c [Karel Zak] + - remove unused variables [Sami Kerola] + - use directly blkid rather than fsprobe wrapper [Karel Zak] + - use libmount for /proc/swaps parsing [Karel Zak] + - use libmount for fstab parsing (for swapon --all) [Karel Zak] + - use only libmount for paths/tags evealuation [Karel Zak] +sys-utils: + - avoid duplicate reference to fstab.5 [Dave Reisner] + - cleanup strtoxx_or_err() [Karel Zak] + - fix typos [Davidlohr Bueso] + - verify writing to streams was successful [Sami Kerola] +sysfs: + - fix printf format warnings [Sami Kerola] + - move blkid_devno_to_wholedisk to sysfs_devno_to_wholedisk [Michal Luscon] +tailf: + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] +term-utils: + - cleanup strtoxx_or_err() [Karel Zak] + - verify writing to streams was successful [Sami Kerola] +test: + - test 'none' source for mount(8) [Karel Zak] +test_sysinfo: + - fix compiler warning [-Wmissing-prototypes] [Karel Zak] +tests: + - add UFS uuids to results [Karel Zak] + - add layout info to dos mode test [Karel Zak] + - add libmount optstr deduplicate [Karel Zak] + - add losetup/mount encryption test [Karel Zak] + - add lscpu test for box with 64 CPUs [Karel Zak] + - add lslocks to build-sys tests [Karel Zak] + - add non-dos mode fdisk test [Karel Zak] + - add swapon tests for --fixpgsz and fix signature [Karel Zak] + - add tests for mount --make-* stuff [Karel Zak] + - add umount-by-eject tests [Karel Zak] + - blkid/md-raid1-part fails [Bernhard Voelker] + - check for 'make check' [Karel Zak] + - cleanup ts_is_mounted [Bernhard Voelker] + - hwclock locate ntpdate by using path [Sami Kerola] + - look add words file [Sami Kerola] + - make blkid/md-raid1-part more robust [Bernhard Voelker] + - make compatible with autotools [Karel Zak] + - make output and diff dirs usage more robust [Karel Zak] + - more robust symlinks usage [Karel Zak] + - partx changed default output format [Sami Kerola] + - remove LD_LIBRARY_PATH from swapon tests [Karel Zak] + - remove lt- prefixes [Karel Zak] + - rename doslabel test [Karel Zak] + - search for "none" by findmnt [Karel Zak] + - search mount point in canonicalized form in /proc/mounts [Bernhard Voelker] + - standardize fdisk headers in MBR tests [Karel Zak] + - test non-canonical paths in fstab [Karel Zak] + - tiny change in output header [Karel Zak] + - update [Karel Zak] + - update blkid tests with fdisk output [Karel Zak] + - update build-sys tests [Karel Zak] + - update fdisk test [Karel Zak] + - update fdisk test (default output format changed) [Petr Uzel] + - update iso tests [Karel Zak] + - update libmount tests [Karel Zak] + - update non-lib build tests [Karel Zak] + - update oddinput test [Karel Zak] + - update partx, add missing whitespace [Karel Zak] + - update paths to helpers [Karel Zak] + - use eject --force [Karel Zak] + - use ts_is_mounted in mount/regfile [Bernhard Voelker] + - wait a moment between mount and umount [Karel Zak] +text-utils: + - cleanup strtoxx_or_err() [Karel Zak] + - use min() from c.h [Petr Uzel] + - verify writing to streams was successful [Sami Kerola] +text-utils/hexsyntax.c: + - fix for missing program_invocation_short_name [Andreas Bießmann] +tools: + - add asprintf to checkxalloc script [Sami Kerola] + - add checkmans.sh [Sami Kerola] + - add small and stupid script to check HAVE_DECL_ [Karel Zak] + - checkconfig.sh make scripts bourne sh compliant [checkbashisms] [Sami Kerola] + - cleanup config-gen.d [Karel Zak] + - config-gen make scripts bourne sh compliant [checkbashisms] [Sami Kerola] + - improve ko-release-* scripts [Karel Zak] + - ko-release make scripts bourne sh compliant [checkbashisms] [Sami Kerola] +translation: + - unify file open error messages [Sami Kerola] + - unify stat error messages [Sami Kerola] +tunelp: + - check fstat return code [coverity scan] [Karel Zak] + - remove old, now unneeded header [Dave Reisner] +ul: + - fix shadow declaration [Sami Kerola] +util-linux: + - Document new FAT options [Steven J. Magnani] +utmpdump: + - add NLS and closestream support [Karel Zak] + - add long options [Karel Zak] + - cleanup comments, funcs definition lines [Karel Zak] + - cleanup file descriptor usage [Karel Zak] + - cleanup usage() [Karel Zak] + - document optional filename argument [Bernhard Voelker] + - encourage users not to follow stdin [Sami Kerola] + - fix compiler warning [-Wunused-result] [Karel Zak] + - fixes based on static analysis [cppcheck] [Sami Kerola] + - kill unused variable in follow_by_inotify() [Petr Uzel] + - new command, merge from sysvinit [Karel Zak] + - remove dead code [Karel Zak] + - remove libc5 support [Karel Zak] + - remove unused variable [Sami Kerola] + - use err.h stuff [Karel Zak] + - use help and version output macros [Sami Kerola] + - use inotify to when following file [Sami Kerola, Karel Zak] + - use xalloc.h, minor coding style changes [Karel Zak] + - white space fix [Sami Kerola] +uuidd: + - add systemd unit files [Petr Uzel] + - do not drop privileges [Petr Uzel] + - factor out pidfile creation into separate function [Petr Uzel] + - factor out socket creation into separate function [Petr Uzel] + - implement --no-fork option [Petr Uzel] + - implement --no-pid option [Petr Uzel] + - implement --socket-activation option [Petr Uzel] + - improve systemd unit files [Karel Zak] + - introduce uuidd_cxt to pass arguments to server loop [Petr Uzel] + - move from /var/run/uuidd to /run/uuidd [Karel Zak] + - print all debugging information to stderr [Petr Uzel] + - remove unnecessary variables [Karel Zak] + - remove useless initialization of cleanup_socket [Petr Uzel] + - use UUIDD_OP_GETPID instead of magic number [Petr Uzel] + - use configured run state directory in manual etc [Sami Kerola] + - use ignore_result helper [Petr Uzel] + - use output redirection which works [checkbashisms] [Sami Kerola] + - use run configured state directory [Sami Kerola] +vipw: + - add noreturn function attribute [Sami Kerola] + - make vim writebackup mode work [Sami Kerola] + - use rpmatch to yes/no question [Sami Kerola] + - use xmkstemp() and lckpwdf() [Sami Kerola] +wall: + - use xmkstemp for temporary file [Sami Kerola] +wdctl: + - add "--settimeout" to set the timeout [Harald Hoyer] + - add --flags-only and optional column DEVICE [Karel Zak] + - add --oneline [Karel Zak] + - add man page [Karel Zak] + - add watchdog status tool [Lennart Poettering] + - align with other util-linux commands [Sami Kerola] + - allow to specify more than one device [Karel Zak] + - correct manual section reference [Sami Kerola] + - fix conflicting types on old systems [Sami Kerola] + - make timeouts output more parsable [Karel Zak] + - rewrite to use lib/tt [Karel Zak] + - tiny change to man page [Karel Zak] + - use err_exclusive_options() [Karel Zak] + - use exclusive_option() [Sami Kerola] +whereis: + - cleanup man page, add note about $PATH [Karel Zak] + - fix shadow declaration [Karel Zak] +wipefs: + - Fix mismatch if more -o options used. [Milan Broz] + - add quiet flag (-q) [Milan Broz] + - always print devname [Karel Zak] + - support more device arguments for wipefs [Milan Broz] + - use err_exclusive_options() [Karel Zak] + - use exclusive_option() [Sami Kerola] + - use strtosize_or_err() [Karel Zak] + - use symbolic value for markup mode [Sami Kerola] +write: + - Don't explicitly include <asm/param.h>. [Thomas Schwinge] + - Use PATH_MAX instead of MAXPATHLEN, as elsewhere. [Thomas Schwinge] +xalloc: + - use xasprintf in all files [Sami Kerola] diff --git a/Documentation/releases/v2.23-ReleaseNotes b/Documentation/releases/v2.23-ReleaseNotes new file mode 100644 index 0000000..ba26c79 --- /dev/null +++ b/Documentation/releases/v2.23-ReleaseNotes @@ -0,0 +1,1172 @@ +Util-linux 2.23 Release Notes +============================= + +The cryptoloop support in the commands mount(8) and losetup(8) has been +REMOVED. The encryption= mount option and -e,-E,--encryption losetup options +are no more supported. + +The command arch(1) has been REMOVED from util-linux in favour of coreutils +version. + +The command chkdupexe has been REMOVED from util-linux. + +The command ddate has been REMOVED from util-linux. You can find it here: +https://github.com/bo0ts/ddate + +The library libblkid supports LIBBLKID_DEBUG=<mask> environment variable to +print debug messages on stderr. The old BLKID_DEBUG= is no more supported. + +Release highlights +------------------ + +nsenter(1): + - this NEW COMMAND provides command line interface to setns() Linux syscall + and allows to run program with namespaces of other processes + +unshare(1): + - supports new PID and USER namespaces + +fdisk(8): + - provides experimental support for GUID Partition Table (GPT), the + implementation is still not complete and some (unimportant) features are missing. + + - ~50% of fdisk code has been refactored, this task is going to be complete + in the next release. The goal is to have libfdisk shared between all fdisks. + +partx(8): + - supports new "update" command (implemented by BLKPG_RESIZE_PARTITION ioctl) + +mount(8): + - supports new userspace mount option x-mount.mkdir[=<mode>] to create + mountpoints on demand + + - the support for propagation flags has been improved, now the flags could be + specified in /etc/fstab and used together with regular mount options. It's + also possible to specify more propagation flags together. This EXPERIMENTAL + feature is implemented by additional mount(2) syscalls, because Linux does + not allow to use propagation flags with another options or more flags + together. + +umount(8): + - supports new command line option --recursive to recursively unmount + all sub-mounts for the specified mountpoint + - supports new command line option --all-targets to unmount all mountpoints in + the current namespace for the specified filesystem + - the options --recursive and --all-targets could be used together + +dmesg(1): + - supports new command line options --color, --human and --nopager, the + --human option enables relative times, colors and pager support. + +su(1): + - supports new command line options --group and --supp-group to specify + primary and supplementary groups + +chfn(1) and chsh(1): + - the commands could be linked with libuser to support non-local + accounts modification (e.g. LDAP, etc). + +kill(1): + - the command has been improved to be compatible with procps version, the + procps version is deprecated now, the util-linux version is enabled by + default. + +blkdiscard(8): + - this NEW COMMAND discard sectors on a device (for example on SSD disks) + +sulogin(8): + - provides multi-console feature from SysVinit + +findmnt(8): + - provides new columns FREQ, PASSNO, ID, OPT-FIELDS, PROPAGATION + +lslocks(8): + - provides new column BLOCKER and detects blocked locks + +lsblk(8): + - supports new command line option --scsi and new columns HCTL, TRANsport + VENDOR and REVision + +swapon(8) and losetup(8): + - the commands prints basic overview by default if no option specified + +column(1): + - supports new command line option --output-separator to specify table + output delimiter + +rename(1): + - supports new command line option --symlink to rename symlink target + +hwclock(8): + - supports new command line option --compare to periodically compare + the Hardware Clock to the System Time (based on adjtimex -c) + +ipcs(1): + - supports new command line options --bytes and --human + +wipefs(1): + - supports new command line option --force to force erase on used devices + + +Stable maintenance releases between v2.22 and v2.23 +--------------------------------------------------- + +util-linux 2.22.1 [10-Oct-2012] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.22/v2.22.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.22/v2.22.1-ChangeLog + +util-linux 2.22.2 [13-Dec-2012] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.22/v2.22.2-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.22/v2.22.2-ChangeLog + + +Changes between v2.22 and v2.23 +------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.23/ + +agetty: + - add --chroot to usage() and man page [Karel Zak] + - add --{erase,kill}-chars options [Karel Zak] + - add -E, --remote to usage() [Karel Zak] + - add \4 and \6 issue file sequences to print IP addresses [Karel Zak] + - fix autodetection for TERM [Michal Schmidt] + - make --autologin useful with --skip-login (prompt) [Karel Zak] + - make \{4,6} issue file code more robust [coverity scan] [Karel Zak] + - make usage() translator friendly [Sami Kerola] + - properly pluralize the reporting of the number of users [Benno Schulenberg] + - remove @ and # as default kill and erase chars [Karel Zak] + - replace gethostbyname() with getaddrinfo() [Sami Kerola] + - replace perms 660 to 620 [Karel Zak] + - stop using MAXHOSTNAMELEN [Karel Zak] + - the command does not have -h and -V options [Sami Kerola] +arch: + - remove the command, deprecated since 2.13, use coreutils version [Karel Zak] +bash-completion: + - Avoid some unnecessary subshells. [Ville Skyttä] + - Don't offer any more completions after help or version. [Ville Skyttä] + - Don't offer short options where corresponding long one exists. [Ville Skyttä] + - Symlink runuser symlink to su so it gets loaded on demand. [Ville Skyttä] + - add bash completion configure option [Sami Kerola] + - add completion files to Makefile.am [Sami Kerola] + - add swapoff [Bernhard Voelker] + - disk-utils [Sami Kerola] + - fdisks [Sami Kerola] + - login-utils [Sami Kerola] + - misc-utils [Sami Kerola] + - rename shell-completion -> bash-completion [Karel Zak] + - schedutils [Sami Kerola] + - setarch use correct list for architectures [Sami Kerola] + - swapon add options and fix argument [Sami Kerola] + - sys-utils [Sami Kerola] + - term-utils [Sami Kerola] + - text-utils [Sami Kerola] +blkdiscard: + - add new command [Lukas Czerner] +blkid: + - also accept -V for displaying version information [Benno Schulenberg] + - document LIBBLKID_DEBUG users [Davidlohr Bueso] + - fix double free [coverity scan] [Karel Zak] + - fix man page mess [Karel Zak] + - use O_CLOEXEC [Karel Zak] + - use xalloc everywhere [Karel Zak] + - use xalloc.h when possible [Sami Kerola] +build-sys: + - Add flag for enabling/disabling libuser support. [Cody Maloney] + - add --disable-bash-completion [Karel Zak] + - add --disable-bfs [Karel Zak] + - add --disable-cytune [Karel Zak] + - add --disable-fdformat [Karel Zak] + - add --disable-hwclock [Karel Zak] + - add --disable-wdctl [Karel Zak] + - add --disable-{more,ul,pg} [Karel Zak] + - add another compiler warnings [Karel Zak] + - add config-gen.d stuff for chsh-chfn [Karel Zak] + - add configure summary [Karel Zak] + - add devel-non-docs compile profile [Karel Zak] + - add exec_shell.h to distribution [Bernhard Voelker] + - add files to distribution [Sami Kerola] + - add gcov files to .gitignore [Sami Kerola] + - add namespace.h to distribution [Sami Kerola] + - add nsenter to gitignore [Sami Kerola] + - add package url to AC_INIT [Sami Kerola] + - check for security_get_initial_context() [Karel Zak] + - clean update-potfiles script [Karel Zak] + - cleanup --enable-most-builds list [Sami Kerola] + - cleanup cpu_set_t usage [Karel Zak] + - don't use libs from pkg-config from libuser [Karel Zak] + - don't use nested BUILD_* [Karel Zak] + - fix --localstatedir heuristics [Karel Zak] + - fix UL_REQUIRES_HAVE [Karel Zak] + - fix non-linux build [Samuel Thibault] + - fix nsenter requirements [Karel Zak] + - fix typo [Karel Zak] + - ignore chkdupexe [Sami Kerola] + - inform gtk-doc about __ul_attribute__ [Karel Zak] + - install su.1 if building su [Dave Reisner] + - invert flag for sulogin emergency mount [Dave Reisner] + - keep libuser optional [Karel Zak] + - lslocks depends on libmount [Karel Zak] + - make wall optional in bash-completion [Karel Zak] + - move runuser(1) to sbin dir [Karel Zak] + - release++ (v2.23-rc1) [Karel Zak] + - release++ (v2.23-rc2) [Karel Zak] + - remove --enable-gtk-doc from make check [Karel Zak] + - remove consoles.h [Karel Zak] + - remove gethostbyname() check [Sami Kerola] + - remove static from config-gen.d/{devel,all}.conf [Karel Zak] + - set dependence fdisk -> libfdisk -> libuuid [Karel Zak] + - simplify usrlib_execdir initialization [Karel Zak] + - support list of variables for UL_REQUIRES_HAVE macro [Karel Zak] + - test for secure_getenv() too. [Cristian Rodríguez] + - use 'check' for all utils with dependencies [Karel Zak] + - use AC_COMPILE_IFELSE [Sami Kerola] + - use AC_USE_SYSTEM_EXTENSIONS [Sami Kerola] + - use libcommon.a for lslocks [Karel Zak] + - use pkg-config for selinux [Karel Zak] + - use pkg-config results for libuser [Karel Zak] +cal: + - don't mix ncurses output functions and printf() [Karel Zak] +chfn: + - Add libuser support [Cody Maloney] + - always use return rather than exit() in main [Karel Zak] + - clean up exit status [Karel Zak] +chkdupexe: + - remove, deprecated for years [Karel Zak] +chrt: + - make command syntax easier to understand in usage() [Sami Kerola] +chsh: + - Add libuser support [Cody Maloney] + - use return rather than exit in main, clean up man page [Karel Zak] +chsh-chfn: + - Move pam auth to its own function, factoring out common code [Cody Maloney] + - fix bugs, improve compilation [Karel Zak] +col: + - fix compiler warning [-Wstrict-prototypes] [Karel Zak] +column: + - add --output-separator option [Sami Kerola] + - clarify the --separator option [Pádraig Brady] + - describe change of separator behavior in man page bugs section [Sami Kerola] + - make defined separator to be non-greedy [Sami Kerola] + - make usage() translator friendly [Sami Kerola] +ddate: + - remove from util-linux [Sami Kerola] +dmesg: + - Add a --color option to colorize error and panic messages [Ondrej Oprala] + - add --human [Karel Zak] + - add boundary check to facility & level array usage [Sami Kerola] + - fix console-level off-by-one [Bjørn Mork] + - fix usage() [Karel Zak] + - fix usage() output consistancy [Sami Kerola] + - make usage() translator friendly [Sami Kerola] + - minor cleanup of EXCL_xxx_ERR macros [Andrii Bordunov] + - more colors, more fun [Karel Zak] + - parse level when --color is used [Sami Kerola] + - use $PAGER for --human output, add --nopager [Karel Zak] +doc: + - remove incorrect spaces from lscpu synopsis in manpage [Benno Schulenberg] +docs: + - add AVAILABILITY section to isosize man page, and tweak wording [Benno Schulenberg] + - add fsck.cramfs manual page [Sami Kerola] + - add line breaks to whereis.1 [Sami Kerola] + - add list of expected PAM config files [Karel Zak] + - add long options and tidy up kill.1 [Sami Kerola] + - add missing exit value to fsck.minix(8) [Sami Kerola] + - add missing information about -o +<list> [Karel Zak] + - add mkfs.cramfs manual page [Sami Kerola] + - add note about /etc/pam.d/su-l to ReleaseNotes [Karel Zak] + - add note about /var/lib/hwclock to TODO [Karel Zak] + - add su(1) btmp logging [Karel Zak] + - add TB to list of supported suffixes [Karel Zak] + - add v2.23-ReleaseNotes [Karel Zak] + - add wipefs feature request to TODO [Karel Zak] + - align blkdiscard.8 with how-to-man-page.txt [Sami Kerola] + - align nsenter.1 man page with howto-man-page.txt [Sami Kerola] + - arch is gone, use delpart as usage() function example [Sami Kerola] + - AUTHORS, NEWS UTF-8 fixes. [Ville Skyttä] + - AUTHORS remove four duplicate entries [Benno Schulenberg] + - cleanup TODO [Karel Zak] + - col.1 fix manual page name section [checkmans.sh] [Sami Kerola] + - ddate removal [Sami Kerola] + - fix column.1 groff syntax error [Sami Kerola] + - fix prlimit typo [Davidlohr Bueso] + - fix typo [Karel Zak] + - generic whereis.1 clean up [Sami Kerola] + - improve grammar and formatting of explanation of "-o +list" [Benno Schulenberg] + - improve wording and formatting of blkid man page [Benno Schulenberg] + - improve wording, formatting and accuracy of ipcs man page [Benno Schulenberg] + - improve wording, grammar and formatting of lsblk man page [Benno Schulenberg] + - make the section AVAILABILITY always come last in man pages [Benno Schulenberg] + - mark old losetup output format as DEPRECATED [Karel Zak] + - mention Open Group requirements [Sami Kerola] + - mention what Open Group has marked legacy [Sami Kerola] + - mkswap.8 recommend fallocate(1) [Sami Kerola] + - mount.8 make propagation flags adjustable [checkmans.sh] [Sami Kerola] + - NEWS add some missing accents, since this is now UTF-8 [Benno Schulenberg] + - normalize formatting of findmnt man page [Benno Schulenberg] + - normalize formatting of lslocks man page [Benno Schulenberg] + - normalize formatting of wipefs man page [Benno Schulenberg] + - remove dead link [Sami Kerola] + - remove hwclock --compare from TODO [Bill Pemberton] + - remove repeated words [checkmans.sh] [Sami Kerola] + - remove repeated words [Karel Zak] + - sort the options in findmnt man page alphabetically [Benno Schulenberg] + - swapon.8 option name fix [Sami Kerola] + - umount.8 syntax fix. [Ville Skyttä] + - upadte v2.23-ReleaseNotes [Karel Zak] + - update AUTHORS file [Karel Zak] + - update deprecated file [Karel Zak] + - update deprecated.txt [Karel Zak] + - update TODO file [Karel Zak] + - update v2.23-ReleaseNotes [Karel Zak] + - update year [Karel Zak] + - usage function and gettext [Sami Kerola] +eject: + - remove a duplicate command name from error message [Sami Kerola] + - robust strings usage [coverity scan] [Karel Zak] +fdisk: + - (aix) remove unuused variable 'partitions' [Karel Zak] + - (bds) use nested partition table [Karel Zak] + - (bsd) add partitions counters [Karel Zak] + - (bsd) support non-nested version too [Karel Zak] + - (dos) kill 'partitions' global variable [Karel Zak] + - (dos) move 'move begin' code to fdiskdoslabe.c [Karel Zak] + - (dos) move 'toggle active' code to fdiskdoslabe.c [Karel Zak] + - (dos) move dos specific code [Karel Zak] + - (dos) move dos_list_table_expert() to fdiskdoslabe.c [Karel Zak] + - (dos) move fix order code to fdiskdoslabe.c [Karel Zak] + - (dos) move list table code to fdiskdoslabe.c [Karel Zak] + - (dos) use new dialog to ask for prim. partitions [Karel Zak] + - (gpt) align newly created partitions [Karel Zak] + - (gpt) check if the "First sector" is unused [Karel Zak] + - (gpt) check partitions alignment [Karel Zak] + - (gpt) fix compiler warnings [Karel Zak] + - (gpt) fix {last,first}_usable_lba usage [Karel Zak] + - (gpt) remove global variables, cleanup header verification [Karel Zak] + - (gpt) use fdisk_{warn,warx,info} functions [Karel Zak] + - (gpt) use topology to define FirstUsableLBA [Karel Zak] + - (sun) use ask API, remove global variable [Karel Zak] + - (sun) cleanup header file [Karel Zak] + - (sun) remove dead code [Karel Zak] + - (sun) remove global variable 'partitions' [Karel Zak] + - (sun) remove nasty sunlabel macro [Karel Zak] + - (sun) share disk label struct with libblkid [Karel Zak] + - (sun) use Ask API for new-partiton dialog [Karel Zak] + - (sun) use cpu_to_be* macros, remove other_endian global variable [Karel Zak] + - (sun) use fdisk_ prefix for label specific public functions [Karel Zak] + - (sun) use fdisk_{info,warnx} [Karel Zak] + - (sun) use yes/no from libfdisk [Karel Zak] + - add 'G' to create SGI label to the main menu [Karel Zak] + - add AArch64 support [Marcin Juszkiewicz] + - add GPT support [Davidlohr Bueso] + - add callacks for info, warn and warnx Ask API [Karel Zak] + - add callback for ask-numbers API [Karel Zak] + - add fdisk_get_partition_type() [Karel Zak] + - add fdisk_set_partition_type() [Karel Zak] + - add new functions for work with fdisk_parttype [Karel Zak] + - add support for the Xtensa architecture [Karel Zak] + - allow zero as default offset/size [Karel Zak] + - api improve some comments [Davidlohr Bueso] + - api move disklabel type to cxt [Davidlohr Bueso] + - api propagate add partitions to users [Davidlohr Bueso] + - api propagate partition deletion to users [Davidlohr Bueso] + - cleanup debug messages and comments [Karel Zak] + - cleanup partition start/end usage [Karel Zak] + - correctly initialize pointer to sun label [Karel Zak] + - differentiate between get and read operation [Karel Zak] + - don't fails silently if EBR is outside of disk [Karel Zak] + - don't offer GPT stuff in BSD menu [Karel Zak] + - fix compiler warning [-Wpointer-arith] and floating point exception [Karel Zak] + - fix list types [Karel Zak] + - fix segfault when printing gpt raw data [Davidlohr Bueso] + - fix typo [Karel Zak] + - gpt check header size [Davidlohr Bueso] + - gpt use swap_efi_guid for new partitions [Davidlohr Bueso] + - gpt write entire first sector [Davidlohr Bueso] + - improve MBR detection [Karel Zak] + - improve list partition types [Karel Zak] + - move DOS units stuff to fdiskdoslabel.c [Karel Zak] + - move partition types to label specific part [Karel Zak] + - no more AIX "support" [Karel Zak] + - remove comma from ask number dialog [Karel Zak] + - remove crappy bugs section from man page [Karel Zak] + - remove dead code [Davidlohr Bueso] + - remove dead code [Karel Zak] + - remove duplicate code (already in libfdisk) [Karel Zak] + - remove fdisk_label from API functions, add asserts, use size_t [Karel Zak] + - remove global unit variables [Karel Zak] + - remove global variable sector_offset [Karel Zak] + - remove unwanted operator [smatch scan] [Karel Zak] + - report PT type, inform about new GPT [Karel Zak] + - sort menu [Karel Zak] + - use BLKSSZGET as default for io-limits rather than hardcoded limit [Karel Zak] + - use comma in the ask-partition-number dialog (again) [Karel Zak] + - use debug stuff from libfdisk [Karel Zak] + - use fdisk_ask_partnum() everywhere [Karel Zak] + - use fdisk_parttype in add_partition [Karel Zak] + - use libfdisk label->changed [Karel Zak] + - zerosize EBR buffer [Karel Zak] +fdisks: + - fix compiler warning [Karel Zak] +findmnt: + - add FREQ and PASSNO columns [Karel Zak] + - add ID column [Karel Zak] + - add OPT-FIELDS column [Karel Zak] + - add PROPAGATION column [Karel Zak] + - allow to read (PART)UUID/LABEL from udev DB [Karel Zak] + - don't care about xasprintf() return code [Karel Zak] + - fix typo fsroot -> nofsroot [Karel Zak] + - make --target usable with bind mounts [Karel Zak] + - make usage() translator friendly [Sami Kerola] + - use tree output in more cases [Karel Zak] +flock: + - improve usage strings [Mike Frysinger] + - possible pointer dereferences [coverity scan] [Karel Zak] + - use include/timer.h [Karel Zak] + - use strtotimeval() from libcommon [Karel Zak] +fsck: + - add "--" to usage() [Karel Zak] + - cleanup usage() [Karel Zak] + - mark file descriptor for -C as optional in help text [Benno Schulenberg] +fsck.cramfs: + - add dummy -a -y for compatibility [Karel Zak] + - check returns [coverity scan] [Karel Zak] + - compile with -DINCLUDE_FS_TESTS for make check [Karel Zak] + - fix compiler warning [-Wpointer-arith] [Karel Zak] + - fix compiler warnings [Karel Zak] +fsfreeze: + - add note about atime to the man page [Karel Zak] + - check for collision between options [Karel Zak] + - clean up usage(), add -V [Karel Zak] + - tell user when mandatory option is not specified [Sami Kerola] +fstrim: + - remove unnecessary "were" from verbose message [Karel Zak] + - use human readable sizes in verbose output [Karel Zak] +getopt: + - fix normalize() usage [coverity scan] [Karel Zak] + - fix usage() typo unquote -> unquoted [Karel Zak] + - make the code more readable for analysers [Karel Zak] +gpt: + - create empty disklabels [Davidlohr Bueso] +hexdump: + - do not segfault when iterating over an empty format string [Ondrej Oprala] +hwclock: + - add a new --compare option [Ondrej Oprala] + - add the --compare option to the man page [Bill Pemberton] + - cleanup _() usage in synchronize_to_clock_tick_rtc() [Karel Zak] + - don't confuse users with select() timeout warning [Karel Zak] + - don't warp the systemtime if the RTC is in UTC [Tom Gundersen] + - fix compiler warning [Karel Zak] + - fix in usage() [Karel Zak] + - make hwclock leap-second-aware [Joseph Parmelee] + - make usage() change translator friendly [Sami Kerola] + - wait time in hwclock is not long enough for some ARM devices [Karel Zak] +include: + - add missing values to sysfs_cxt initializer definition [Sami Kerola] + - add timer.h [Karel Zak] + - cleanup copyright headers [Karel Zak] + - fix SYS_{unshare,nsenter} usage [Karel Zak] +include/bitopts: + - Use the operating system byteswapping functions [Karel Zak, Cristian Rodríguez] +include/c: + - add get_hostname_max() inline function [Sami Kerola] + - add macro UL_CLOEXECSTR [Karel Zak] + - move usleep() fallback to c.h [Karel Zak] + - remove MAXHOSTNAMELEN macro [Karel Zak] +include/env: + - unify indentation [Sami Kerola] +include/fileutils: + - use O_CLOEXEC for mktemp stuff [Karel Zak] +include/list: + - add list_last_entry() [Karel Zak] + - fix undefined behavior in list_entry() macro [Sami Liedes] +include/optutils: + - make collisions detection between options more robust [Karel Zak] +include/pathnames: + - rename _PATH_ADJPATH to _PATH_ADJTIME [Karel Zak] +include/sysfs: + - add SCSI host channel target lun support [Karel Zak] +include/timer: + - return setitimer return value [Karel Zak] +include/ttyutils: + - add default chardata [Werner Fink] +include/xalloc: + - add xgethostname() [Karel Zak] +inlude/pt-sun: + - add flags and tags [Karel Zak] +ionice: + - keep output backwardly compatible [Karel Zak] +ipcmk: + - use random_get_bytes() to generate IPC keys [Karel Zak] +ipcrm: + - avoid 'uninitialized' warning [Bernhard Voelker] +ipcs: + - add --bytes size output option [Sami Kerola] + - add --human readable size conversion option [Sami Kerola] + - add /proc and /sys path definitions [Sami Kerola] + - assist debugging [Sami Kerola] + - clean up do_msg(), and add ipc_msg_get_info() [Sami Kerola] + - clean up do_sem(), and add ipc_sem_get_info() [Sami Kerola] + - clean up do_shm() [Karel Zak] + - determine ipc limits from /proc [Sami Kerola] + - fix compiler warning [clang -Wuninitialized] [Karel Zak] + - fix compiler warnings, use 64bit time [Karel Zak] + - fix ipc_shm_get_info(), use calloc [Karel Zak] + - fix spacing in summary output [Sami Kerola] + - make --human really sexy [Karel Zak] + - make individual message queue id printing to use /proc [Sami Kerola] + - make individual semaphore id printing to use /proc [Sami Kerola] + - make individual shared memory id printing to use /proc [Sami Kerola] + - read shared memory values from /proc [Sami Kerola] + - remove print_perms() [Sami Kerola] + - report an error when -i is used with multiple resources [Benno Schulenberg] +isosize: + - fix usage() -h option print out [Sami Kerola] + - inform if file does not look like iso file system [Sami Kerola] +kill: + - add long options [Sami Kerola] + - add note about threads to the man page [Karel Zak] + - add pretty printed list output (for compatibility with procps) [Sami Kerola] + - align with howto-usage-function.txt [Sami Kerola] + - support --list=<signal> [Karel Zak] + - use libc error printing facilities and exit values [Sami Kerola] + - use new API from lib/procutils.c [Karel Zak] +kill, procs: + - use pid_t for pids [Sami Kerola] +last: + - stop usig MAXHOSTNAMELEN [Karel Zak] +lib: + - use O_CLOEXEC in libcommon [Karel Zak] +lib/canonicalize: + - add canonicalize_path_restricted() to canonicalize without suid permisssions [Karel Zak] + - don't use /dev/mapper/<name> if the node does not exist [Karel Zak] +lib/color: + - add module for work with terminal colors [Ondrej Oprala] +lib/consolas: + - remove global variable concount, fix linked list [Karel Zak] +lib/console: + - fix possible fd leak [Karel Zak] +lib/consoles: + - /proc/consoles code refactoring [Karel Zak] + - TIOCGDEV code refactoring [Karel Zak] + - add code to detect all system consoles [Werner Fink] + - add debug messages [Karel Zak] + - add test program [Karel Zak] + - cmdline code refactoring [Karel Zak] + - don't call perror() [Karel Zak] + - minor clean ups [Karel Zak] + - remove global variable comparedev [Karel Zak] + - remove global variable consoles [Karel Zak] + - remove global variable initcp [Karel Zak] + - small cleanup [Karel Zak] + - sysfs code refactoring [Karel Zak] + - try another methods before go to fallback [Karel Zak] +lib/ismounted: + - basic support for loop devices [Karel Zak] + - improve loopdev support [Karel Zak] +lib/loopdev: + - check for /sys [Karel Zak] + - fix loopdev_find_by_backing_file() [Karel Zak] + - improve debug messages [Karel Zak] + - make loopcxt_get_device() more robust [Karel Zak] +lib/mbsalign: + - correct license header from GPLv[23] to LGPLv2+ [Pádraig Brady] +lib/pager: + - robust work with file descriptors [coverity scan] [Karel Zak] +lib/path: + - add path_read_u64() [Karel Zak] + - rename functions to be more explicit [Karel Zak] +lib/procutils: + - add simple API to scan /proc/PID/* [Karel Zak] + - test refactoring [Karel Zak] +lib/strutils: + - add strtotimeval_or_err() [Karel Zak] + - simplify strtosize(), return info about suffix [Karel Zak] +lib/sysfs: + - add SCSI link functions [Karel Zak] + - add functions for SCSI host attributes [Karel Zak] + - fix sysfs_devname_to_devno for dm partitions [Peter Rajnoha] + - more robust sysfs_opendir() [coverity scan] [Karel Zak] +lib/tt: + - don't ignore "extreme" columns if an free space is available [Karel Zak] +lib/tty: + - don't truncate output on non-terminals [Karel Zak] +lib/ttyutils: + - add get_terminal_name() [Karel Zak] + - add test program [Karel Zak] + - create .c file [Karel Zak] +lib/xalloc: + - add xstrndup() [Karel Zak] + - fix mamory leak in xgethostname() [coverity scan] [Karel Zak] +libblkid: + - (gpt) don't modify in memory buffers [Karel Zak] + - (udf) fix possible null pointer dereference [coverity scan] [Karel Zak] + - Don't keep reading same sector of ISO [Zeeshan Ali (Khattak)] + - Expose more ISO9660 headers [Zeeshan Ali (Khattak)] + - Probe UDF volumes for ISO9660 info as well [Zeeshan Ali (Khattak)] + - add Flash-Friendly File System (f2fs) support [Alejandro Martinez Ruiz] + - add blkid_probe_step_back to documentation [Karel Zak] + - add blkid_probe_step_back() [Karel Zak] + - add debug messages for "idmag" stuff and btrfs [Karel Zak] + - add function attributes to private API [Karel Zak] + - add function attributes to public API [Ondrej Oprala] + - add missing le16_to_cpu to sil raid prober [Karel Zak] + - add missing promise raid metadata locations [Phillip Susi] + - add support for btrfs backup superblock [Goffredo Baroncelli] + - arch independent minix detection [Karel Zak] + - check fchmod() return value [coverity scan] [Karel Zak] + - check mkdir(/run/blkid) return code [coverity scan] [Karel Zak] + - check returns [coverity scan] [Karel Zak] + - clean up DBG() [Karel Zak] + - clean up header file [Karel Zak] + - cleanup arguments checks [Karel Zak] + - cleanup blkid_strconcat [Karel Zak] + - cleanup nonnull attribute usage [Karel Zak] + - export blkid_init_debug() [Karel Zak] + - fix DBG() [Karel Zak] + - fix NTFS prober on big-endian machines [Karel Zak] + - fix ZFS superblok offset for SBMAGIC [Karel Zak] + - fix compiler warning [-Wstrict-aliasing] [Karel Zak] + - fix copyright noticed to be consistent (so all are LGPL) [Karel Zak] + - fix docs comment [Karel Zak] + - fix silicon raid checksum code on BE [Karel Zak] + - ignore nested BSD partitions if same like parent [Karel Zak] + - improve DBG() macro [Karel Zak] + - improve Silicon RAID prober [Karel Zak] + - improve test_blkid_devno, fix compiler warning [-Wunused-result] [Karel Zak] + - make backup superblock visible for wipefs(8) only [Karel Zak] + - make blkid_new_probe_from_filename() usable on whole-disk [Karel Zak] + - make btrfs magics more readable [Karel Zak] + - make swap detection arch independent [Karel Zak] + - move sun PT definition to include/ [Karel Zak] + - number of functions should not be declared extern [smatch scan] [Sami Kerola] + - re-read PART{UUID,LABEL} for successfully verified cached devices [Karel Zak] + - read whole buffer for iso_volume_descriptor [Karel Zak] + - remove blkid_{strndup,strdup} [Karel Zak] + - remove duplicate includes [Karel Zak] + - remove obsolete code [Karel Zak] + - remove obsolete tags from cache [Karel Zak] + - remove optimization from verify( funrtion [Karel Zak] + - rename in sun_disklabel for compatibility with fdisk [Karel Zak] + - return disk ID/UUID by PT binary interface [Karel Zak] + - support LIBBLKID_DEBUG= only [Karel Zak] + - ubifs is LE [Karel Zak] + - use O_CLOEXEC [Karel Zak] + - use correct block size for UDF probe [Zachary Catlin] + - use more robust code in silicon_raid checksum prober [Karel Zak] +libfdisk: + - (gpt) fix EFI UUID usage [Karel Zak] + - (gpt) fix compiler warnings [-Wformat] [Karel Zak] + - (gpt) fix memory leak [coverity scan] [Karel Zak] + - (gpt) fix valid_pmbr() [Karel Zak] + - (gpt) introduce driver independent partitions counters [Karel Zak] + - (gpt) move code from fdisk to libfdisk [Karel Zak] + - (gpt) rmeove xalloc calls [Karel Zak] + - (gpt) use le64_to_cpu() for alternative LBA checks [Karel Zak] + - add "ask" interface [Karel Zak] + - add FDISK_LABEL_FL_ADDPART_NOPARTNO [Karel Zak] + - add Yes/No to Ask API [Karel Zak] + - add alignment code [Karel Zak] + - add basic library files [Karel Zak] + - add basic structs [Karel Zak] + - add context functions [Karel Zak] + - add disk_partition_is_used() [Karel Zak] + - add fdisk_label to driver API [Karel Zak] + - add fdisk_new_context(), reuse context [Karel Zak] + - add fdisk_partition_toggle_flag() [Karel Zak] + - add fdisk_reset_alignment() [Karel Zak] + - add firstsector utils [Karel Zak] + - add generic label code [Karel Zak] + - add info about display units to context [Karel Zak] + - add info, warn and wanx Ask API [Karel Zak] + - add label->changed flag [Karel Zak] + - add part_get_status operation [Karel Zak] + - add parttype code [Karel Zak] + - add probing function [Karel Zak] + - add stuff for unit tests [Karel Zak] + - add support for nested contexts [Karel Zak] + - add topology and geometry functions [Karel Zak] + - add wrapper to ask for numbers [Karel Zak] + - check returns [coverity scan] [Karel Zak] + - cleanup fdisk_get_partition_type() returns [Karel Zak] + - cleanup the rest of fdisks/utils.c stuff [Karel Zak] + - extend "ask" API, add support for offsets [Karel Zak] + - fix gpt status, don't use xcalloc() in library [Karel Zak] + - gpt remove leftover comments [Davidlohr Bueso] + - improve fdisk_ask_partnum() [Karel Zak] + - improve label deinitialization [Karel Zak] + - kill dos_compatible_flag global variable [Karel Zak] + - move label identifier to label struct [Karel Zak] + - split label and label operations [Karel Zak] + - use O_CLOEXEC [Karel Zak] +libmount: + - add debug message to guess FS function [Karel Zak] + - add function attributes to private API [Ondrej Oprala] + - add function attributes to public API [Ondrej Oprala] + - add missing MNT_ERR_AMBIFS [Karel Zak] + - add mnt_fs_get_propagation() [Karel Zak] + - add mnt_table_find_mountpoint() [Karel Zak] + - add private mnt_get_kernel_cmdline_option() [Karel Zak] + - add version and features to debug output [Karel Zak] + - allow to use propagation flags in fstab [Karel Zak] + - append loop option when automatically create loopdev [Karel Zak] + - avoid endless loop in mnt_get_kernel_cmdline_option [Bernhard Voelker] + - clean nonnull attribute usage [Karel Zak] + - clean up header file [Karel Zak] + - convert /dev/root from mountinfo to the device name [Karel Zak] + - correctly interpret '*' from /etc/filesystems [Karel Zak] + - correctly propagate ambivalent blkid probing results [Karel Zak] + - detach loopdev on umount if loop option in mtab [Karel Zak] + - document LIBMOUNT_DEBUG users [Davidlohr Bueso] + - don't prepare update for empty mtab/utab on umount [Karel Zak] + - don't remove user= when executed by root [Karel Zak] + - don't reset NOSWAPMATCH context flag [Karel Zak] + - don't setup new loopdev on remount with regular mtab [Karel Zak] + - don't try to play with loopdevs if umount argument is really mountpoint [Karel Zak] + - don't use safe_getenv() for test [Karel Zak] + - don't use umount optimization for -l or -f [Karel Zak] + - export umount mountpoint look up code [Karel Zak] + - fix __mnt_cache_find_tag_value() [coverity scan] [Karel Zak] + - fix __mnt_optstr_append_option() nonull attribute [coverity scan] [Karel Zak] + - fix a mem leak [Karel Zak] + - fix mount.nfs segfault, rely on assert() rather than on nonnull [Karel Zak] + - fix regression test helper [Ondrej Oprala] + - fix support of comma-separated fs types lists [Gleb Fotengauer-Malinovskiy] + - fix typos [Karel Zak] + - fix umount file.img [Karel Zak] + - fix user-mount by root for mount.<type> helpers [Karel Zak] + - fixed comment about param [Raul Gutierrez Segales] + - ignore name=value if only 'name' is expected [Karel Zak] + - improve debug message [Karel Zak] + - improve mnt_table_get_root_fs() docs [Karel Zak] + - keep MS_PROPAGATION flags in mnt_context_set_mflags() result [Karel Zak] + - make debug stuff more robust [Karel Zak] + - make libmount.h consistent with code [Karel Zak] + - make mkstemp() more robust [coverity scan] [Karel Zak] + - make mnt_table_find_* more robust [coverity scan] [Karel Zak] + - more robust tab filter usage [Karel Zak] + - optimize mtab and utab parsing in umount [Karel Zak] + - optimize tab files parsing [Karel Zak] + - read optional mountinfo fields [Ondrej Oprala] + - segfaults if neither /etc/filesystems nor/proc/filesystems exists [Karel Zak] + - support loopdevs in mnt_table_is_fs_mounted() [Karel Zak] + - tags does not start with '/' [Karel Zak] + - tiny refactoring in mnt_table_is_fs_mounted() [Karel Zak] + - umount crashes when trying to umount a non-mountpoint [Karel Zak] + - use O_CLOEXEC [Karel Zak] + - use O_CLOEXEC everywhere [Karel Zak] + - user-mounted loopback fs cannot be unmounted by user [Karel Zak] +libmount, col: + - remove redundant null checks [smatch scan] [Sami Kerola] +libmount, eject: + - replace index() and rindex() with strrch() or strrchr() [Sami Kerola] +libuuid: + - use O_CLOEXEC [Karel Zak] +logger: + - allow to log using tcp transport protocol [Sami Kerola] + - make local sockets to try both stream and datagram [Sami Kerola] + - make socket initialization in main() more readable [Karel Zak] + - replace gethostbyname() with getaddrinfo() [Sami Kerola] +login: + - check lastlog lseek return code [coverity scan] [Karel Zak] + - check returns [coverity scan] [Karel Zak] + - fix compiler warning [-Wunused-result] [Karel Zak] + - remove file descriptor leak [cppcheck] [Sami Kerola] + - reuse DEAD_PROCESS utmp entries [Karel Zak] + - stop using MAXHOSTNAMELEN [Karel Zak] + - use get_terminal_name() from ttyutils.c [Karel Zak] +loopdev: + - sync capacity after setting it [Jeff Mahoney] +losetup: + - add --list and --output option [Ondrej Oprala] + - allow -j option argument to be relative path [Sami Kerola] + - allow to use -O without --list [Karel Zak] + - fix declarations [smatch scan] [Sami Kerola] + - make usage() translator friendly [Sami Kerola] + - rename SIZE->SIZELIMIT [Karel Zak] +lsblk: + - Add --scsi switch [Milan Broz] + - Add revision column [Milan Broz] + - Add vendor column [Milan Broz] + - Add write-same attribute to topology info [Milan Broz] + - add --paths [Karel Zak] + - add SCSI H C T L attribute [Milan Broz] + - add SCSI transport type attribute [Milan Broz] + - add TRANsport to --scsi output [Karel Zak] + - add add_random columns [Milan Broz] + - add parent kernel name column [Milan Broz] + - check returns [coverity scan] [Karel Zak] + - don't care about xasprintf() return code [Karel Zak] + - don't ignore disk device [Karel Zak] + - fix and update man page about --scsi [Karel Zak] + - fix copy & past bug [Karel Zak] + - fix hctl buffer usage [coverity scan] [Karel Zak] + - fix processing of dm partition mappings [Peter Rajnoha] + - fix reporting of 'part' type [Peter Rajnoha] + - make usage() translator friendly [Sami Kerola] + - resuse udev handler [Karel Zak] + - use new sysfs functions, clean up get_transport() [Karel Zak] +lscpu: + - Fix issue found on CPU hot-remove [Toshi Kani] + - add Model name [Karel Zak] + - correct the description of --sysroot in help text [Benno Schulenberg] + - don't care about xasprintf() return code [Karel Zak] + - don't read cpuid on non-live systems [Karel Zak] + - fix error message [Sami Kerola] + - make /proc/sysinfo usage more robust [coverity scan] [Karel Zak] + - make read_topology() more robust to avoid SIGFPE [Karel Zak] + - remove dead code [coverity scan] [Karel Zak] + - remove unnecessary variable [Karel Zak] + - set 32-bit / 64-bit for ppc [Karel Zak] +lslocks: + - add BLOCKER column [Karel Zak] + - detect blocked locks, fix /proc/locks parser [Karel Zak] + - don't care about xasprintf() return code [Karel Zak] + - fix compiler warnings [Karel Zak] + - support -o +<list> convention [Karel Zak] + - use libmount to parse mountinfo [Karel Zak] +md5: + - fix strict aliasing warnings [Mike Frysinger] +minix: + - change types in header file [Sami Kerola] + - replace magic constants with macro names [Sami Kerola] + - use off_t, size_t, etc appropriate types [Sami Kerola] +misc: + - make readlink() usage more robust [Karel Zak] +mkfs: + - indicate that specifying fs-type and fs-options are independent [Benno Schulenberg] +mkfs.cramfs: + - fix memory leak [coverity scan] [Karel Zak] + - fix resource leak [coverity scan] [Karel Zak] +mkfs.minix: + - check numeric user inputs [Sami Kerola] + - fix compiler warning [-Wformat] [Karel Zak] + - fsck minix fix compiler warnings [Karel Zak] +mkswap: + - fix compiler warnings [Karel Zak] + - properly pluralize the bad-pages message [Benno Schulenberg] + - wipe old signature if there is no part table by default [Milan Broz] +more: + - align void in functions with prototypes, and remove void casts [Sami Kerola] + - allow to compile as non-interactive test_more program [Karel Zak] + - fix coding style [Sami Kerola] + - remove few memory leaks [Sami Kerola] + - remove unnecessary variable [Sami Kerola] +mount: + - (deprecated) check loopcxt_ return values [Karel Zak] + - (deprecated) drop --guess-fstype [Karel Zak] + - (deprecated) remove duplicate xstrndup() [Karel Zak] + - Fix -t in listing mode when run as non-root [Richard Tollerton] + - add --read-write to man page [Karel Zak] + - add --show-labels to man page [Karel Zak] + - add -c abbreviation for --no-canonicalize to man page [Bill Pemberton] + - add long options for -L and -U to man page [Bill Pemberton] + - add support for x-mount.mkdir[=<mode>] option [Ondrej Oprala, Karel Zak] + - add verbose messages [Karel Zak] + - document options for debugfs [Dave Reisner] + - document x-* options [Karel Zak] + - fix a few typos [Mike Frysinger] + - fix bind mount success message [Bernhard Voelker] + - fix man pahe typo in quota mount option names [Björn Jacke] + - fix typos in man page [Karel Zak] + - improve --move error message on shared trees [Karel Zak] + - losetup remove obsolete encryption support [Ludwig Nussel] + - make --verbose more verbose about propagation [Karel Zak] + - remove ext4 journal=update from man page [Karel Zak] + - sanitize paths from non-root users [Karel Zak] + - support multiple MS_PROPAGATION flags in one mount(8) exec [Karel Zak] + - supports paths canonicalization for alternative fstabs [Karel Zak] + - write success messages to stdout [Karel Zak] +mountpoint: + - don't hardcode paths [Karel Zak] +namei: + - don't care about xasprintf() return code [Karel Zak] + - remove dead code [coverity scan] [Karel Zak] +namespace.h: + - Fix typo s/CLONE_NEWSNS/CLONE_NEWNS/ [Josh Triplett] +newgrp: + - more robust crypt() usage [Karel Zak] + - use xstrdup to check allocation succeeded [Sami Kerola] +nsenter: + - Add const to declarations where possible. [Eric W. Biederman] + - Enhance waiting for a child process [Eric W. Biederman] + - Properly spell significant in a comment. [Eric W. Biederman] + - Replace a bare strtoul with strtoul_or_err [Eric W. Biederman] + - adjust few error messages [Sami Kerola] + - allow arguments to be specified in any order [Zbigniew Jędrzejewski-Szmek] + - drop core when impossible happens [Sami Kerola] + - fix compiler warning [Sami Kerola] + - fix errors in manpage [Zbigniew Jędrzejewski-Szmek] + - fix indentation [Sami Kerola] + - improve optional args in usage() and man page [Karel Zak] + - make usage() translator friendly [Sami Kerola] + - new command (light wrapper around setns) [Eric W. Biederman] + - rename --exec/-e to --no-fork/-F [Zbigniew Jędrzejewski-Szmek] + - respect --exec no matter where it appears [Zbigniew Jędrzejewski-Szmek] +partx: + - add update command [Phillip Susi] + - don't care about xasprintf() return code [Karel Zak] + - make usage() translator friendly [Sami Kerola] + - remove deprecated option from usage() [Sami Kerola] +pg: + - add const qualifiers where suitable [Sami Kerola] + - add noreturn function attributes [Sami Kerola] + - check numeric user inputs [Sami Kerola] + - do not turn off warnigns artificially [Sami Kerola] + - fix coding style [Sami Kerola] + - fix memory leak [coverity scan] [Karel Zak] + - refactor argument handing [Sami Kerola] + - use libc error printing facilities [Sami Kerola] + - use unistd.h STDOUT_FILENO [Sami Kerola] +po: + - add hr.po (from translationproject.org) [Tomislav Krznar] + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Pisar] + - update cs.po (from translationproject.org) [Petr Písař] + - update da.po (from translationproject.org) [Joe Hansen] + - update fr.po (from translationproject.org) [David Prévot] + - update hr.po (from translationproject.org) [Tomislav Krznar] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update uk.po (from translationproject.org) [Yuri Chornoivan] + - update vi.po (from translationproject.org) [Trần Ngọc Quân] +prlimit: + - don't care about xasprintf() return code [Karel Zak] +raw: + - add long options to man page [Karel Zak] + - fix "Error setting raw device Success" [Karel Zak] +readprofile: + - add --counters to the man page [Karel Zak] + - fix --reest (--reset) typo [Karel Zak] + - reorder options in man page [Karel Zak] +rename: + - add --symlink option for renaming symlink target [Jan (yac) Matějka] + - fix memory leak [coverity scan] [Karel Zak] + - make usage() translator friendly [Sami Kerola] + - use macro to print version [Karel Zak] +renice: + - accept also -V for --version, and document it [Benno Schulenberg] + - correct the usage synopsis, and improve help text [Benno Schulenberg] +rtcwake: + - add --adjfile command line option [Karel Zak] + - add --auto to usage() [Karel Zak] + - add support for "freeze" mode [Karel Zak] + - clean up usage [Karel Zak] + - doesn't reset wakealarm [Giacomo] + - pass -h to shutdown [Mike Frysinger] +runuser: + - add -u to not execute shell [Karel Zak] + - add note about PAM to man page [Karel Zak] + - new command (derived from su(1)) [Karel Zak] +schedutils: + - don't apply -a without -p [Daniel Stodden] +script: + - do not try to close stderr twice [Sami Kerola] + - search shell from path, when necessary [Sami Kerola] + - use __noreturn__ for really last function [clang -Winvalid-noreturn] [Karel Zak] +setarch: + - add option to list settable architectures [Sami Kerola] + - clean up usage() [Sami Kerola] + - normalize man page formatting [Karel Zak] +setpriv: + - Fix an error message typo [Andy Lutomirski] + - move paths to pathnames.h [Karel Zak] + - run a program with different Linux privilege settings [Andy Lutomirski] +setterm: + - fix compiler warning [Karel Zak] + - fix memory leak [coverity scan] [Karel Zak] + - fix various color option argument lists [Sami Kerola] + - make error message more informative [Petr Uzel] +sfdisk: + - Fix format specifiers for size_t [Thierry Reding] + - fix aliasing warnings [Mike Frysinger] + - fix formatting typo in man page [Karel Zak] +su: + - add --group and --supp-group options [Karel Zak] + - add segmentation fault reporting of the child process [Ondrej Oprala] + - don't modify PATH if -l not specified [Karel Zak] + - fix "COMMAND not specified" error [Karel Zak] + - fix compiler warning [-Wstrict-prototypes] [Karel Zak] + - fix stupid typo [Karel Zak] + - fixed a typo in pam error message [Vitezslav Cizek] + - log failed logins to btmp [Karel Zak] + - make code more robust [coverity scan] [Karel Zak] + - more robust getpwuid() for GNU Hurt [coreutils 71b7ddc] [Karel Zak] + - move generic su code to su-common.c [Karel Zak] + - move long options to main() [Karel Zak] + - remove '+' from getopt_long() [Karel Zak] + - rename log_su to log_syslog [Karel Zak] + - use get_terminal_name() for compatibility with login(1) [Karel Zak] + - verify writing to streams was successful [Karel Zak] +su-common: + - make usage() translator friendly [Sami Kerola] +sulogin: + - add multi console feature from SysVinit sulogin [Werner Fink] + - cleanup file descriptors usage [Karel Zak] + - couple of obvious fixes for non-linux systems [Samuel Thibault] + - don't run if not found passww entry [coverity scan] [Karel Zak] + - don't use {de,con}structor attributes [Karel Zak] + - fix compiler warnings [Karel Zak] + - make usleep() workaround work [Werner Fink] + - map NL to CR-NL on output in initial termios settings [Karel Zak] + - minor coding style changes [Karel Zak] + - mount temporary /dev and /proc if not found [Werner Fink] + - remove consoles.c from libcommon [Karel Zak] + - use alarm function to indicate if a timeout occurs [Werner Fink] + - use the linked lists from list.h for consoles list [Werner Fink] +swapon: + - check numeric user inputs [Sami Kerola] + - clarify swapon.8 priority option [Sami Kerola] + - default to --show if nothing is requested [Sami Kerola] + - don't care about xasprintf() return code [Karel Zak] + - fix memmory leak [coverity scan] [Karel Zak] + - print warning about insecure owner/permissions [Karel Zak] + - remove loop declaration [smatch scan] [Sami Kerola] +switch_root: + - Add a sanity check [Richard Weinberger] + - check open() return value [coverity scan] [Karel Zak] +tests: + - add BE minix test [Karel Zak] + - add armv7 lscpu dump [Karel Zak] + - add chfnsh build tests [Karel Zak] + - add dmesg(1) check [Sami Kerola] + - add f2fs image test [Alejandro Martinez Ruiz] + - add fallocate(1) check [Sami Kerola] + - add fdisk BSD test [Karel Zak] + - add fdisk GPT test [Karel Zak] + - add getopt(1) check [Sami Kerola] + - add ionice(1) check [Sami Kerola] + - add ipcmk(1) and ipcrm(1) checks [Sami Kerola] + - add isosize(1) check [Sami Kerola] + - add line(1) check [Sami Kerola] + - add mcookie(1) check [Sami Kerola] + - add mising "export" keyword [Karel Zak] + - add more(1) check [Sami Kerola] + - add ppc64-POWER7-64cpu lscpu dump [Karel Zak] + - add rev(1) check [Sami Kerola] + - add setarch(8) check [Sami Kerola] + - add setsid(1) check [Sami Kerola] + - add shared subtrees to umount --recursive test [Karel Zak] + - add tailf(1) check [Sami Kerola] + - add ul(1) check [Sami Kerola] + - add umount --all-targets tests [Karel Zak] + - add umount --recursive test [Karel Zak] + - add utmpdump(1) check [Sami Kerola] + - add whereis(1) check [Sami Kerola] + - add/improve mount shared-subtree tests [Karel Zak] + - consolidate scsi_debug usage [Karel Zak] + - fix compiler warning [Karel Zak] + - fix ipcs basic limit when bc is not available [Gilles Espinasse] + - fix mount move test to work with shared mount [Milan Broz] + - fix timezone for cramfs [Milan Broz] + - fix typo in fdisk test [Karel Zak] + - ignore stderr in fdisk -l [Karel Zak] + - ignore test if kernel doesn't support minix fs [Milan Broz] + - make line(1) optional [Karel Zak] + - make mount tests backwardly compatible with deprecated-mount/ [Karel Zak] + - make utmpdump TZ independent [Karel Zak] + - move fallocate test file [Karel Zak] + - move tailf test input [Karel Zak] + - remove encryption loopdev test [Karel Zak] + - remove lscpu /sys dumps without 'possible' CPU mask [Karel Zak] + - skip ipcs limits overflow when bc is not available [Gilles Espinasse] + - sort commands strings [Sami Kerola] + - unset *_DEBUG variables [Karel Zak] + - update 'odd input' fdisk test [Karel Zak] + - update ISO tests [Karel Zak] + - update UDF test [Karel Zak] + - update aks-partition-number dialog (planned regression) [Karel Zak] + - update bsd test [Karel Zak] + - update build tests [Karel Zak] + - update fdisk mbr tests [Karel Zak] + - update fdisk tests [Karel Zak] + - update ipcs (reorder default output) [Karel Zak] + - update libblkid PT tests [Karel Zak] + - update lscpu tests [Karel Zak] + - use checksum to detect rev(1) consistency [Karel Zak] + - use udevadm settle rather than sleep [Karel Zak] +textual: + - add missing comma and colon in some help texts [Benno Schulenberg] + - fix a few typos in some of the usage help texts [Benno Schulenberg] + - fix the example in whereis man page, plus further improvements [Benno Schulenberg] + - fix two misencodings in comments [Benno Schulenberg] + - fix typos in messages [Yuri Chornoivan] + - gettextize an overlooked string [Benno Schulenberg] + - gettextize several overlooked messages [Benno Schulenberg] + - improve an error message and a help text [Benno Schulenberg] + - remove inconsistent periods from two error messages [Benno Schulenberg] + - slice the help text of fsck into strips, for translators [Benno Schulenberg] + - slice the help text of lscpu into strips, for translators [Benno Schulenberg] + - spell and encode the name of Arkadiusz Miśkiewicz correctly [Benno Schulenberg] + - standardize reporting of program name plus package version [Benno Schulenberg] + - standardize the reporting of program name plus package version [Benno Schulenberg] + - tag two bug messages as "internal error" [Benno Schulenberg] + - tiny tweaks of some error messages [Benno Schulenberg] + - typo fixes [Gilles Espinasse] + - use UTIL_LINUX_VERSION everywhere [Karel Zak] +tools: + - add checks to manual page test script [Sami Kerola] + - make checkmans.sh to find missing manuals [Sami Kerola] +translation: + - unify exec error messages [Sami Kerola] +tunelp: + - add missing break [coverity scan] [Karel Zak] + - deprecation remove command from default build [Sami Kerola] +ul: + - cleanup usage() and man page [Karel Zak] +umount: + - (recursive) add a cache to the table [Dave Reisner] + - (recursive) don't call umount(2) for already unmounted targets [Karel Zak] + - add --all-targets [Karel Zak] + - add -R, --recursive option [Dave Reisner] + - add note about namespaces too --all-targets [Karel Zak] + - always return MOUNT_EX_* [Karel Zak] + - clean --recursive [Karel Zak] + - improve --recursive docs [Karel Zak] + - make usage() translator friendly [Sami Kerola] + - sanitize paths from non-root users [Karel Zak] + - use devno to identify --all-target devices [Karel Zak] +unshare: + - Add support for the pid and user namespaces [Eric W. Biederman] + - make usage() translator friendly [Sami Kerola] + - support the switching of namespaces [Neil Horman] + - tweak style [Mike Frysinger] +unshare(1): + - delete empty NOTES section [Mike Frysinger] +unshare,nsenter: + - Move the old libc handling into a common header namespace.h [Eric W. Biederman] + - spawn shell by default [Zbigniew Jędrzejewski-Szmek] +uuidd: + - uuidd.8 Document --debug and --quiet long options. [Ville Skyttä] +uuidgen: + - fix --random [Karel Zak] +various: + - fix shadow declarations [smatch scan] [Sami Kerola] + - fix variable and function declarations [smatch scan] [Sami Kerola] +vipw: + - add usage() function [Sami Kerola] + - remove unused set{uid,gid} calls [Karel Zak] +wall: + - use xgethostname() [Sami Kerola] +wdctl: + - add fallbacks for old kernel headers [Karel Zak] + - gettextize one forgotten word [Benno Schulenberg] + - treat aligned translatable strings in a uniform manner [Benno Schulenberg] +whereis: + - add search scope listing option [Sami Kerola] + - align with howto-usage-function.txt [Sami Kerola] + - canonicalize directories paths [Karel Zak] + - improve readability for analysers [Karel Zak] + - rewrite most of the command [Sami Kerola, Karel Zak] + - support MANPATH environment variable [Sami Kerola] +wipefs: + - Add --force option to force it to erase. [Richard W.M. Jones] + - add -f to getopt_long() [Karel Zak] + - fix memory leak [coverity scan] [Karel Zak] + - make do_wipe() more readable [coverity scan] [Karel Zak] + - use O_EXCL [Karel Zak] +write: + - stop using MAXHOSTNAMELEN [Karel Zak] diff --git a/Documentation/releases/v2.24-ReleaseNotes b/Documentation/releases/v2.24-ReleaseNotes new file mode 100644 index 0000000..32aadff --- /dev/null +++ b/Documentation/releases/v2.24-ReleaseNotes @@ -0,0 +1,924 @@ + +Util-linux 2.24 Release Notes +============================= + +This is the last release where the old non-libmount mount(8) implementation +is supported and maintained. + +Release highlights +------------------ + +fdisk(8): + - the code has been completely refactored and moved to libfdisk + (the library does not have a stable API yet) + - user interface has been unified for all label types and it supports colors + - GPT disk UUID, partition UUID and partition name modification is supported now + +pylibmount: + - this new library provides PYTHON BINDINGS for libmount; + use --with-python[=2|3] to enable the bindings + +last(1) and lastb(1): + - the NEW IMPLEMENTATION has been merged from sysvinit to util-linux and + extended; now it supports command line options --present, --since, and + --time-format + - use --enable-deprecated-last to enable the old util-linux last(1) implementation + +swapon(8): + - the option --discard= and fstab mount option discard= allow to explicitly + specify 'pages' or 'once' discard policy. If no policy is selected, the + default behavior is to enable both. See swapon.8 man page for more details. + +libblkid and blkid(8): + - supports LOGUUID= for external logs (e.g. extN and XFS) + - generates a pseudo PARTUUID= for MBR partitions (based on MBR Id, Linux kernel + supports the same concept for root= command line option) + +agetty(8): + - supportes new issue file \S escape code to read information from /etc/os-release + - the option -L allows to completely control CLOCAL flag + +dmesg(1): + - supports new command line option --time-format to specify time format + - supports new iso-8601 time format + +hexdump(1): + - supports long options now + +wall(1): + - the command is compatible with sysvinit implementation now + +logger(1): + - supports new command line option --prio-prefix when logging stdin + +lscpu(1): + - allows to detect more hypervisor types and provides info about Max + and Min CPU Mhz + +unshare(8): + - supports new command line options --fork and --mount-proc for + pid namespaces + +wipefs(8): + - now wipes superblocks with incorrect checksums too + - supports new command line option --backup to backup erased data to + $HOME/wipefs-<devname>-<offset>.bak + +nologin(8): + - this command has been merged into util-linux, the command politely + refuses a login. + + +Stable maintenance releases between v2.23 and v2.24 +--------------------------------------------------- + +util-linux 2.22.1 [Jun 31 2013] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.23/v2.23.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.23/v2.23.1-ChangeLog + +util-linux 2.23.2 [May 28 2013] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.23/v2.23.2-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.23/v2.23.2-ChangeLog + + +Changes between v2.23 and v2.24 +------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.24/ + +agetty: + - -L accepts optional argument [Karel Zak] + - add \S to output /etc/os-release data [Karel Zak] + - add baud rates available from glibc that are not already supported [James Buren] + - allow full control on CLOCAL flag [Karel Zak] + - check writing to a file was successful [Sami Kerola] + - cleanup debug ifdefs [Karel Zak] + - don't remove ECHOCTL from c_lflag [Karel Zak] + - fix a kill/erase error in man page and improve clarity [Benno Schulenberg] + - fix memory leak [clang-analyzer] [Sami Kerola] + - improve wording, grammar and some formatting in man page [Benno Schulenberg] + - only use EXTA/EXTB macros if B19200/B38400 macros are not present [James Buren] + - update man page and usage() [Karel Zak] + - use O_NONBLOCK only for serial lines with CLOCAL [Karel Zak] + - use standard angular brackets in usage message [Benno Schulenberg] + - unrecognized option '--loginpause'" [kernc] +bash-completion: + - add mount and umount [Sami Kerola] + - fix typos in mkfs.bfs logic [Mike Frysinger] + - use '\n' as IFS when ask for filenames [Karel Zak] +blkdiscard: + - use fstat() rather than stat() [coverity scan] [Karel Zak] +blkid: + - export ID_PART_TABLE_UUID [Karel Zak] + - fix typo in ID_FS_AMBIVALEN= [Karel Zak] +blkid, hwclock, ldattach: + - use program_invocation_short_name [Sami Kerola] +blockdev: + - Remove the --setbsz (set blocksize) option which has never worked. [Richard W.M. Jones] + - add note about --setbsz usability [Karel Zak] +build-sys: + - Check for type sighandler_t and use if present [Michael Forney] + - Fix check for __GNU_LIBRARY__ [Michael Forney] + - Use _POSIX_VERSION to determine support for %m [Michael Forney] + - add *vim and clang_complete to gitignore [Karel Zak] + - add --disable-setterm [Karel Zak] + - add CFLAGS and LDFLAGS for daemons and shared libs [Karel Zak] + - add pylibmount [Karel Zak] + - add pylibmount __init__.py EXTRA_DIST [Karel Zak] + - always check for setns() and unshare() libs functions [Karel Zak] + - complete elvtune removal [Sami Kerola] + - enable mesg(1) by default [Karel Zak] + - fix ${prefix} usage, be more verbose about py paths [Karel Zak] + - fix include Makemodule.am [Karel Zak] + - fix last stuff [Karel Zak] + - fix lastb symlink [Karel Zak] + - fix static builds [Karel Zak] + - fix tinfo congitional [Karel Zak] + - fix {lib,sbin}dir paths [Karel Zak] + - improbe UL_CONFLICT_BUILD macro [Karel Zak] + - install pylibmount into [Karel Zak] + - install to the correct python dirs [Karel Zak] + - move getopt examples to docdir [Karel Zak] + - one install dir for all pylibmount stuff [Karel Zak] + - prefer AS_CASE rather than shell 'case' [Sami Kerola] + - prefer AS_IF rather than shell 'if' [Sami Kerola] + - pylibmount will not work when python3 is present [Sami Kerola] + - release++ (v2.24-rc1) [Karel Zak] + - release++ (v2.24-rc2) [Karel Zak] + - remove deprecated elvtune command [Karel Zak] + - remove unnecessary environment variable [Sami Kerola] + - simplify python detection [Sami Kerola] + - support --with-python[={2,3}] [Karel Zak] + - use -Wno-clobbered for some BSD crap [Karel Zak] + - use backticks rather than $() for commands in configure [Sami Kerola] + - use m4 quoting consistently [Sami Kerola] + - use tinfo *or* ncurses for more(1), ul(1) and setterm(1) [Karel Zak] +cal: + - add --color to usage() [Sami Kerola] + - clean up use of constants [Sami Kerola] + - convert function like definitions to functions [Sami Kerola] + - de-duplicate julian specific functions [Sami Kerola] + - fix -y output for UTF8 [Karel Zak] + - fix compiler warning on systems without term libs [Karel Zak] + - fix few type mismatches [Sami Kerola] + - fix gettext warning [Karel Zak] + - fix preprocessor directive indendation [Sami Kerola] + - fix warning when compiled --without-ncurses [Karel Zak] + - improve coding style [Karel Zak] + - improve the help text and man page [Pádraig Brady] + - mark all functions static [Sami Kerola] + - remove arbitrary limit of maxium year being 9999 [Sami Kerola] + - remove unnecessary initializations [Sami Kerola] + - set statically defined data read-only [Sami Kerola] + - simplify calendar reformat calculations [Sami Kerola] + - simplify colormode parsing [Karel Zak] + - simplify day_in_week() calculation [Sami Kerola] + - stop trimming whitespaces [Sami Kerola] + - support --color[={auto,always,never}] [Sami Kerola] + - use Claus Tøndering's day of the week algorithm [Sami Kerola] +cfdisk: + - add long options to the command [Sami Kerola] + - check writing to a file descriptor was successful [Sami Kerola] + - check writing to a file was successful [Sami Kerola] + - fix ambiguous code [Karel Zak] +chcpu: + - clean up error messages [Karel Zak] +chfn: + - assigned value is never read [clang-analyzer] [Sami Kerola] +column: + - dereference of null pointer [clang-analyzer] [Sami Kerola] + - use variable length printf field width to wprint blanks [Sami Kerola] +cytune: + - fix glush typo in cytune [Rafael Ferreira] +dmesg: + - add --time-format option [Sami Kerola] + - add iso-8601 time format [Sami Kerola] + - convert time format bitfield to enum [Sami Kerola] + - define is_timefmt() macro only once [Karel Zak] + - don't use pager for --follow [Karel Zak] + - fix --human color initialization [Karel Zak] + - fix usage() typo [Sami Kerola] + - inform user --show-delta and iso8601 time format does not mix [Sami Kerola] + - make time stamps to be printed consistently [Sami Kerola] + - regroup time related options close to each other [Sami Kerola] + - support --color[={auto,always,never}] [Karel Zak] +docs: + - add --present to last(1) manual page [Sami Kerola] + - add --since and time option formats to last(1) manual [Sami Kerola] + - add --time-format option and ISO-8601 format to manual [Sami Kerola] + - add --time-format to last(1) manual page [Sami Kerola] + - add long options to last.1 manual page [Sami Kerola] + - add lscpu max mhz to manual and bash completion [Sami Kerola] + - add missing options to sfdisk manual [Sami Kerola] + - add note to wall(1) about sessions which will not get message [Sami Kerola] + - add v2.24-ReleaseNotes [Karel Zak] + - be clear which last(1) is deprecated [Sami Kerola] + - cal add --color option description to manual page [Sami Kerola] + - cal stop telling year 9999 is upper limit [Sami Kerola] + - correct sfdisk --activate instructions [Sami Kerola] + - fix wording and formatting of man page for dmesg [Benno Schulenberg] + - format, grammarize, and standardize the wall man page [Benno Schulenberg] + - improve a bit the wording on the logger man page [Benno Schulenberg] + - improve formatting and wording of man pages for fdisk and cfdisk [Benno Schulenberg] + - improve formatting and wording of the getopt man page [Benno Schulenberg] + - improve grammar and consistency of comments in login.c [Benno Schulenberg] + - improve grammar and wording of the release-schedule text [Benno Schulenberg] + - improve grammar, wording and formatting of su man page [Benno Schulenberg] + - make description of --activate clearer on man page of sfdisk [Benno Schulenberg] + - mention in ReleaseNotes only PO files that were actually updated [Benno Schulenberg] + - normalize the formatting of man pages for nsenter and unshare [Benno Schulenberg] + - note ddate removal [Mike Frysinger] + - slightly correct the man page of column [Benno Schulenberg] + - sort options in last man page alphabetically [Benno Schulenberg] + - sort the options in the logger man page alphabetically [Benno Schulenberg] + - standardize the phrases for --help and --version in all man pages [Benno Schulenberg] + - tweak formatting and grammar of the ipcrm man page [Benno Schulenberg] + - tweak the grammar of an agetty man-page fragment [Benno Schulenberg] + - tweak wording and formatting of last man page [Benno Schulenberg] + - tweak wording and formatting of unshare and nsenter man pages [Benno Schulenberg] + - tweak wording, grammar and formatting of fdisk man page [Benno Schulenberg] + - update AUTHORS file [Karel Zak] + - update TODO [Karel Zak] + - update TODO [Sami Kerola] + - update v2.24-ReleaseNotes [Karel Zak] +eject: + - Check host_status and driver_status when using SG_IO. [Karel Zak] + - assigned value is never read [clang-analyzer] [Sami Kerola] + - unlock door before issuing CDROMEJECT command [Aaron Lu] +exec_shell: + - add a license and touch up func def [Mike Frysinger] +fallocate: + - check writing to a file descriptor was successful [Sami Kerola] +fdformat: + - check writing to a file descriptor was successful [Sami Kerola] +fdisk: + - (bsd) *OSF --> *BSD [Karel Zak] + - (bsd) add bsd_get_partition_status() [Karel Zak] + - (bsd) clean up BSD_LABEL* macros [Karel Zak] + - (bsd) clean up header file [Karel Zak] + - (bsd) cleanup bootstrap install code [Karel Zak] + - (bsd) cleanup driver initialization [Karel Zak] + - (bsd) cleanup label initialization [Karel Zak] + - (bsd) coding style, remove unnecessary #ifdef [Karel Zak] + - (bsd) final code clean up [Karel Zak] + - (bsd) fix add/link partition [Karel Zak] + - (bsd) implement regular bsd menu callback [Karel Zak] + - (bsd) minor code clean up [Karel Zak] + - (bsd) move bsdbuffer to fdisk_bsd_label struct [Karel Zak] + - (bsd) move global label variables to fdisk_bsd_label struct [Karel Zak] + - (bsd) remove dead code [Karel Zak] + - (bsd) remove generic actions from bsd_command_prompt() [Karel Zak] + - (bsd) remove printf() from the driver code [Karel Zak] + - (bsd) remove xbsd_ prefix [Karel Zak] + - (bsd) rewrite list disklabel function [Karel Zak] + - (bsd) use ask API for add partition dialog [Karel Zak] + - (bsd) use libfdisk for partition number dialog [Karel Zak] + - (bsd) use libfdisk to ask for label setting [Karel Zak] + - (bsd) use macros from pt-mbr.h [Karel Zak] + - (bsd) use pt-bsd.h [Karel Zak] + - (bsd) write/read PT code cleanup [Karel Zak] + - (dos) add dos menu callback [Karel Zak] + - (dos) clean up list PT functions [Karel Zak] + - (dos) cleanup public function names [Karel Zak] + - (dos) don't check for CHS in move-begin command [Karel Zak] + - (dos) fix offset dialog unit [Karel Zak] + - (dos) fix possible mem-leaks [Karel Zak] + - (dos) move macro is_dos_compatible() [Karel Zak] + - (dos) move pte specific function to dos.c [Karel Zak] + - (dos) remove global ptes[] [Karel Zak] + - (dos) remove global variables for extended partitions [Karel Zak] + - (dos) remove inline function from header file [Karel Zak] + - (dos) remove remaining global variables [Karel Zak] + - (dos) remove remaining printf() usage [Karel Zak] + - (dos) remove remaining read_{int,char}() functions [Karel Zak] + - (dos) remove unnecessary function [Karel Zak] + - (dos) remove unnecessary header file stuff [Karel Zak] + - (dos) rename members in struct pte [Karel Zak] + - (dos) rename struct partition to dos_partition [Karel Zak] + - (dos) use ask API for new partition dialog [Karel Zak] + - (dos) use ask API to change disk ID [Karel Zak] + - (dos) use libfdisk to ask for partition type [Karel Zak] + - (dos) use pt-mbr.h [Karel Zak] + - (gpt) add t, v and x to menu [Karel Zak] + - (gpt) enlarge columns in list output [Karel Zak] + - (gpt, sun) use fdisk_partname() [Karel Zak] + - (sgi) cleanu sgi_info stuff [Karel Zak] + - (sgi) cleanup boot file name code [Karel Zak] + - (sgi) cleanup devparams flags [Karel Zak] + - (sgi) cleanup disk label struct usage [Karel Zak] + - (sgi) don't try to convert MBR to SGI [Karel Zak] + - (sgi) fix checksum calculation [Karel Zak] + - (sgi) rdon't use read_chars() to ask yes/no question [Karel Zak] + - (sgi) remove dead code [Karel Zak] + - (sgi) remove global freelist [Karel Zak] + - (sgi) remove magic strings [Karel Zak] + - (sgi) remove printf from code [Karel Zak] + - (sgi) remove unnecessary code [Karel Zak] + - (sgi) rewrite sgi_list_table() [Karel Zak] + - (sgi) share disk label definition with libblkid [Karel Zak] + - (sgi) small coding style changes [Karel Zak] + - (sgi) use ask API for first/last dialogs [Karel Zak] + - (sgi) use cpu_to_beXX() and beXX_to_cpu() [Karel Zak] + - (sgi) use stuff ffrom pt-mbr.h and libfdisk [Karel Zak] + - (sun) consolidate 'p'rint output [Karel Zak] + - (sun) remove dead code [Karel Zak] + - (sun) use tt.c to list disk label [Karel Zak] + - -l refactoring [Karel Zak] + - add -L to colorize output [Karel Zak] + - add -t <type> to enable only specified type [Karel Zak] + - add GPT specific callback to menu [Karel Zak] + - add asktype "string" and support UUID partition change [Karel Zak] + - add bsd, dos and sgi menus [Karel Zak] + - add debug message, use colors for -l [Karel Zak] + - add functions to geometry menu [Karel Zak] + - add mbr_get_partition() [Karel Zak] + - add new stuff to display menus [Karel Zak] + - add sun menu [Karel Zak] + - add support for the MicroBlaze architecture [Nathan Rossi] + - allow to exchange context pointer in menu callbacks [Karel Zak] + - always allow 'p'rint command in expert menu [Karel Zak] + - ask for partition in chars [Karel Zak] + - bloody revolution in the man page [Karel Zak] + - cleanup SGI verify disklabel function [Karel Zak] + - cleanup header file [Karel Zak] + - cleanup sgi menu callbackswq [Karel Zak] + - cleanup usage() [Karel Zak] + - cleanup warning messages [Karel Zak] + - cleanup warnings [Karel Zak] + - cleanup write table code [Karel Zak] + - consolidate code in fdisk.c [Karel Zak] + - detect menu entries collisions in debug mode [Karel Zak] + - don't use ptes[] in generic code [Karel Zak] + - fix 'r' in BSD menu [Karel Zak] + - fix -l [Karel Zak] + - fix man warning [Karel Zak] + - fix possible memleak [coverity scan] [Karel Zak] + - fix printf stuff [Karel Zak] + - improve info output [Karel Zak] + - improve menus to make it more usable for BSD label [Karel Zak] + - main() refactoring [Karel Zak] + - make internal command line case sensitive [Karel Zak] + - mark -s option as deprecated [Karel Zak] + - move "create label" actions to menu callback [Karel Zak] + - move dos specific code [Karel Zak] + - move expect actions to menu callback [Karel Zak] + - move geometry commands to separate menu [Karel Zak] + - move get_nr_sects() fdisk.h [Karel Zak] + - move remaining actions to menu callbacks [Karel Zak] + - move remaining ptes[] code to fdiskdoslabel.c [Karel Zak] + - move sun commands to sun menu callback [Karel Zak] + - print geometry for dos-compatible mode too [Karel Zak] + - remove Mac code [Karel Zak] + - remove common.h [Karel Zak] + - remove dead code [Karel Zak] + - remove nowarn global variable [Karel Zak] + - remove old code to ask user [Karel Zak] + - remove ugly fatal() function [Karel Zak] + - remove unnecessary test [Karel Zak] + - remove unused code, coding style changes [Karel Zak] + - rename CHS dos_partition struct members [Karel Zak] + - revert add 'G' to create SGI label to the main menu [Karel Zak] + - rewrite dump first sector add dump disklabel command [Karel Zak] + - separate disks by \n in -l output [Karel Zak] + - use libfdisk to ask for partition type [Karel Zak] + - use fdisk_info() to print geometry [Karel Zak] + - use fdisk_{info,warn} on more places [Karel Zak] + - use functions from pt-mbr.h [Karel Zak] + - use new menu infrastructure to verify keys [Karel Zak] + - use new menus [Karel Zak] + - use remove read_int() usage from fdisk.c [Karel Zak] + - use xalloc stuff [Karel Zak] +findmnt: + - always allocate memory for cell value [Dave Reisner] + - avoid unused parameter warning [Karel Zak] + - make udev usage more robust [Karel Zak] + - test for fstype/options/maj min before source and target [Karel Zak] + - use TT_FL_FREEDATA for tt table [Karel Zak] +fsck: + - don't print warning if there is no /etc/fstab at all [Karel Zak] + - use libmount fs reference counter [Karel Zak] +fsck.cramfs: + - add LC_CTYPE [Karel Zak] + - check writing to a file descriptor was successful [Sami Kerola] +fsck.minix: + - check writing to a file descriptor was successful [Sami Kerola] +getopt: + - add reference to /usr/share/docs to man page [Karel Zak] +hexdump: + - add long options to the command [Sami Kerola] + - remove unnecessary global variables [Sami Kerola] + - revert global exitval variable change [Sami Kerola] +hexsyntax: + - in help text, wrap argument of option -e in angular brackets [Benno Schulenberg] +hwclock: + - remove references to adjtimex from man page [Karel Zak] + - use warn() to print cmos errors [Karel Zak] +include: + - Add missing includes [Michael Forney] + - add close_fd() for noticing write errors before close() [Sami Kerola] + - carefulput print determined char when unprintable char is found [Sami Kerola] +include/pt-mbr: + - add functio to store le [Karel Zak] +include/xalloc: + - add warn_unused_result to allocation functions [Karel Zak] +ipcs: + - assigned values are never read [clang-analyzer] [Sami Kerola] +last: + - --fulltime and --time-format are mutually exclusive [Karel Zak] + - add --present option [Sami Kerola] + - add --since time spec option [Sami Kerola] + - add --time-format with iso-8601 format [Sami Kerola] + - add link to util-linux to last.1 [Karel Zak] + - add long options, improve usage() [Karel Zak] + - allow --file to be defined multiple times [Sami Kerola] + - check expected numeric user input is number [Sami Kerola] + - check fstat() return [coverity scan] [Karel Zak] + - clean up the begin of the file [Karel Zak] + - coding style clean up [Karel Zak] + - consolidate btmp/wtmp file paths [Karel Zak] + - consolidate time formatting to one struct [Karel Zak] + - fix --present option logic error [Sami Kerola] + - fix man page groff warning [Karel Zak] + - fix memory leak [Sami Kerola] + - fix typo [Sami Kerola] + - global variables are initialize automatically to zero [Sami Kerola] + - make switch cases complete, and inform if impossible occurs [Sami Kerola] + - mention optional arguments in usage [Karel Zak] + - merge sysvinit last/lastb [Ondrej Oprala] + - never restrict session time [Sami Kerola] + - parse easy to use time formats [Sami Kerola] + - prefer enum rather than #definition list [Sami Kerola] + - remove broken code [Sami Kerola] + - remove mistaken -F, --fullnames entry from the man page [Benno Schulenberg] + - tell verbally system is still running [Sami Kerola] + - trim trailing white spaces [Sami Kerola] + - use as narrow variable scoping as possible [Sami Kerola] + - use bit array [Karel Zak] + - use carefulput() for printable character output [Sami Kerola] + - use configuration struct [Sami Kerola] + - use xalloc.h, err.h, nls.h and EXIT_ macros [Karel Zak] +last, utmpdump, agetty, wall, write: + - avoid compatibility hacks [Sami Kerola] +lib: + - add crc64() [Karel Zak] + - remove unused code [Sami Kerola] + - rename time-util.c to timeutils.c, fix headers [Karel Zak] +lib/canonical: + - use realpath() from libc [Karel Zak] +lib/colors: + - add colormode_or_err() [Karel Zak] + - add support for auto, always and never modes [Karel Zak] +lib/loopdev: + - assigned value is never read [clang-analyzer] [Sami Kerola] + - fix loopcxt_check_size() to work with blkdevs [Karel Zak] +lib/mbsalign: + - initializations values are never read [clang-analyzer] [Sami Kerola] +lib/strutils: + - move *swith() functions to private library [Sami Kerola] + - optimalize {starts,ends}with() [Karel Zak] +lib/time-util: + - copy time parsing functions from systemd [Sami Kerola] + - move YYYYMMDDHHMMSS to common parser [Sami Kerola] +lib/tt: + - add TT_FL_FREEDATA [Karel Zak] +lib/tty: + - don't hardcode terminal fd in get_terminal_name() [Karel Zak] + - fix get_terminal_name() usage, cleanup code [Karel Zak] +libblkid: + - Add bcache support [Rolf Fokkens] + - Detect external XFS log device [Eric Sandeen] + - Get rid of an unnecessary check [Karel Zak] + - add ReFS magic string [Karel Zak] + - add functions to set PTUUID [Karel Zak] + - check writing to a file was successful [Sami Kerola] + - diffs between errors and failed probing in silicon raid [Karel Zak] + - diffs between errors and failed probing in via raid [Karel Zak] + - don't interpret regual XFS as external xfs log [Karel Zak] + - don't use UUID= for xfs external log [Karel Zak] + - export info about bad csum [Karel Zak] + - fix blkid_parse_tag_string() to ignore incomplete tags [Karel Zak] + - fix kboff usage in BSD prober [Karel Zak] + - make uuid_is_empty() usable for whole library [Karel Zak] + - move MBR definitions to include/pt-mbr.h [Karel Zak] + - move MBR partition types to include/ [Karel Zak] + - move SGI disklabel definitions to include/ [Karel Zak] + - move bsd definitions to pt-bsd.h [Karel Zak] + - populate jbd LOGUUID in addition to UUID [Karel Zak] + - rename UUID_LOG to LOGUUID [Karel Zak] + - rename sys_type to sys_ind [Karel Zak] + - set PTUUID for GPT and DOS [Karel Zak] + - split blkid_parttable_set_id() [Karel Zak] + - support pseudo PARTUUID= for MBR [Karel Zak] + - update docs [Karel Zak] + - use proper type in xfs log checker [coverity scan] [Karel Zak] + - use separate function to verify checksums [Karel Zak] +libfdisk: + - (bds) cleanup includes [Karel Zak] + - (bsd) leave context if new disklabel unwanted [Karel Zak] + - (dos) all disklabel locate function [Karel Zak] + - (dos) correct the grammar of the disk-identifier prompt [Benno Schulenberg] + - (dos) cosmetic changes [Karel Zak] + - (dos) improve the grammar of an error message [Benno Schulenberg] + - (gpt) %ld -> %ju in verify function [Karel Zak] + - (gpt) cleanup structs members names [Karel Zak] + - (gpt) fix warning [Karel Zak] + - (gpt) more robust PMBR partition size check [Karel Zak] + - (gpt) print UUID and NAME in expert mode only [Karel Zak] + - (gpt) support for disklabel dump [Karel Zak] + - (gpt) use consistent final period in status messages [Benno Schulenberg] + - (gpt) use generic 'created partition' message [Karel Zak] + - (gpt) use lib/tt.c to list partitions [Karel Zak] + - (sgi) add driver [Karel Zak] + - (sun) make it more obvious why the first sector moved [Karel Zak] + - (sun) move driver from fdisk to library [Karel Zak] + - (sun) remove duplicate code [Karel Zak] + - add API to disable specified label [Karel Zak] + - add FDISK_DEBUG_FRONTEND [Karel Zak] + - add FDISK_LABEL_FL_REQUIRE_GEOMETRY [Karel Zak] + - add Intel Rapid Start Technology GUID [Karel Zak] + - add asktype "string" and support UUID partition change [Karel Zak] + - add bsd driver [Karel Zak] + - add fdisk_context_enable_details() [Karel Zak] + - add fdisk_has_user_device_properties() [Karel Zak] + - add fdisk_locate_disklabel() [Karel Zak] + - add fdisk_partname() [Karel Zak] + - add fdisk_scround() [Karel Zak] + - add generic function to get disklabel ID [Karel Zak] + - add generic function to set disklabel ID [Karel Zak] + - add list() label operation [Karel Zak] + - add new 'ask' type TABLE [Karel Zak] + - allow to address partition by chars [Karel Zak] + - clean up sun geometry stuff [Karel Zak] + - cleanup SGI functions names [Karel Zak] + - cleanup warning messages [Karel Zak] + - copy ask callback from parental context [Karel Zak] + - do not use va_list in the Ask API [Karel Zak] + - don't re-allocate range string in Ask API [Karel Zak] + - explicitly add COPYING file [Karel Zak] + - extend fdisk_info() functionality [Karel Zak] + - fix cylinders and sector buffer usage [Karel Zak] + - fix possible floating point exception [Karel Zak] + - fix sectorbuffer usage in dos driver [Karel Zak] + - gpt avoid unnecessary pmbr check [Davidlohr Bueso] + - gpt loosen check fot pmbr size in lba [Davidlohr Bueso] + - improve fdisk_save_user_geometry() [Karel Zak] + - improve nested context initialization [Karel Zak] + - improve spelling of two comments [Benno Schulenberg] + - make default geom usage more robust [Karel Zak] + - make it possible to reset device properties [Karel Zak] + - make the library usable with tests [Karel Zak] + - mark label modified for PMBR mismatch [Karel Zak] + - move mbr code to the library [Karel Zak] + - move sync() and reread PT code from fdisk to libfdisk [Karel Zak] + - provide more details about GPT [Karel Zak] + - remove "gpt support is new" warning [Karel Zak] + - remove unnecessary code from test_fdisk_ask [Karel Zak] + - support GPT partition name (label) change [Karel Zak] + - treat size mismatch as a warning, not an error [Karel Zak] + - update test_ranges() code [Karel Zak] + - use context geometry in SGI and SUN [Karel Zak] + - use fdisk_colon() and fdisk_sinfo() [Karel Zak] + - use fdisk_warnx() in fdisk_ask_partnum() [Karel Zak] +libfdisk/gpt: + - partly pluralize one message [Benno Schulenberg] +libfdisk/sgi: + - properly pluralize three messages [Benno Schulenberg] + - tweak and harmonize some comments [Benno Schulenberg] + - tweak and harmonize some message strings [Benno Schulenberg] +libmount: + - (docs) make it obvious how we call mount.<type> helpers [Karel Zak] + - (test) check writing to a file was successful [Sami Kerola] + - Fix typo in comment [Namhyung Kim] + - Free splitted optstr's when error occurred [Namhyung Kim] + - Get rid of an unnecessary check [Namhyung Kim] + - Remove stale comment on mnt_context_mount() [Namhyung Kim] + - Save errno if mkostemp() failed [Namhyung Kim] + - Set each optstr's to NULL if failed [Namhyung Kim] + - add a generic append_string() function [Karel Zak] + - add function for context userdata [Karel Zak] + - add functions to handle comments in fs tables [Ondrej Oprala, Karel Zak] + - add functions to safely replace a fs table [Ondrej Oprala] + - add missing declarations to libmount.h.in and documentation [Ondrej Oprala] + - add mnt_table_is_empty(), improve table list usage [Karel Zak] + - add mnt_table_with_comments() [Karel Zak] + - add mnt_table_{first,last}_fs() [Karel Zak] + - add mnt_table_{set,get}_userdata() [Karel Zak] + - add new function to docs [Karel Zak] + - add reference counter to libmnt_table [Karel Zak] + - add reference counting to libmnt_cache [Karel Zak] + - add reference counting to libmount_fs [Karel Zak] + - be more restrictive about valid tag names [Karel Zak] + - be robust for empty target/source strings [Karel Zak] + - be robust when work with loopdev backing file paths [Karel Zak] + - canonicalize for conversion from loopdev backing file [Karel Zak] + - change tailing to trailing in *_tailing_comments functions [Ondrej Oprala] + - cleanup libmnt_fs list after mnt_table_remove_fs() [Karel Zak] + - compose mount.<type> helpers paths more carefully [Karel Zak] + - don't ignore root fs on umount -a [Karel Zak] + - fix memory leak [clang-analyzer] [Karel Zak] + - fix mnt_context_is_child() comment [Karel Zak] + - fix typos [Ondrej Oprala] + - free username after check [Dave Reisner] + - make mnt_fs_{ap,pre}pend_options() more robust [Karel Zak] + - make mnt_table_replace_file() more robust [coverity scan] [Karel Zak] + - more robust options string parsing [Karel Zak] + - remove dead code [coverity scan] [Karel Zak] + - small cleanup in umount code [Karel Zak] + - update docs [Karel Zak] + - use MS_SILENT for /{proc,etc}/filesystems [Karel Zak] + - use err.h in test [Karel Zak] + - use memmove when overlap possible [Dave Reisner] +logger: + - add support for --prio-prefix when logging stdin [Dennis H Jensen] + - cleanup usage() [Karel Zak] + - small coding style changes [Karel Zak] +login: + - use TCSANOW to remove HUPCL [Karel Zak] +losetup: + - add --raw and --noheadings [Karel Zak] + - cut the remaining little block of help text into slices too [Benno Schulenberg] + - don't require 512-byte aligned offsets [Karel Zak] + - fix loop device name usage [Karel Zak] + - make -j <path> more robust [Karel Zak] + - set errno for misaligned offsets [Karel Zak] + - use TT_FL_FREEDATA for tt table [Karel Zak] + - use loop-control to explicitly ask for device [Karel Zak] + - use warn_size() for regular files only [Karel Zak] +lsblk: + - add SERIAL column [Karel Zak] + - use TT_FL_FREEDATA for tt table [Karel Zak] + - use devno to check if the filesystem is mounted [Karel Zak] + - use devno to get mountpoint [Karel Zak] +lscpu: + - add max MHz value to make cpu governor effects more visible [Sami Kerola] + - add virtualization types [Karel Zak] + - check strchr() result [coverity scan] [Karel Zak] + - cleanup DMI code [coverity scan] [Karel Zak] + - detect more hypervisor vendors [Ondrej Oprala] + - don't pass null pointer to string functions [coverity scan] [Karel Zak] + - fix memory leak [clang-analyzer] [Sami Kerola] + - fix shadow declaration [smatch scan] [Sami Kerola] + - report cpu min mhz [Davidlohr Bueso] + - use TT_FL_FREEDATA for tt table [Karel Zak] +lslocks: + - use TT_FL_FREEDATA for tt table [Karel Zak] +mcookie: + - pluralize two messages [Benno Schulenberg] +mesg: + - sync usage() with howto-usage-function.txt [Sami Kerola] +misc: + - use libmnt_cache reference counting [Karel Zak] + - use libmnt_table reference counter [Karel Zak] +mkfs.bfs: + - check writing to a file descriptor was successful [Sami Kerola] + - fix 64-Bit and endian problems [ihno] +mkfs.cramfs: + - argument to free() is a constant address [clang-analyzer] [Sami Kerola] + - unify write check to a file descriptor [Sami Kerola] + - use standard error message [Karel Zak] +mkfs.minix: + - check writing to a file descriptor was successful [Sami Kerola] + - properly pluralize four messages [Benno Schulenberg] +mkswap: + - add note about swap header limit to the man page [Karel Zak] + - unify write check to a file descriptor [Sami Kerola] +more: + - assigned value is never read [clang-analyzer] [Sami Kerola] + - check for buffer size when write multibyte char [Karel Zak] + - fix buffer overflow [Karel Zak] + - fix warning when compiled --without-ncurses [Karel Zak] + - guarantee space for multibyte [Karel Zak] + - make output redirection more efficient [Sami Kerola] + - use variable length printf field width to print blanks [Sami Kerola] +mount: + - (deprecated) fix typo tailed->failed [Yuri Chornoivan] + - add notes about UUIDs to the man page [Karel Zak] + - fix mistaken word and some grammar in man page of mount [Benno Schulenberg] + - fix repeating words in the man page [Karel Zak] + - update xfs docs [Karel Zak] +nologin: + - add new command [Karel Zak] +nsenter: + - Allow selecting the uid and gid to be used in the entered userns [Richard Weinberger] + - unshare use LC_ALL [Karel Zak] +partx: + - check writing to a file descriptor was successful [Sami Kerola] + - correct three messages [Benno Schulenberg] + - pluralize one message [Benno Schulenberg] + - use TT_FL_FREEDATA for tt table [Karel Zak] +pg: + - check writing to a file was successful [Sami Kerola] + - use LC_ALL [Karel Zak] +pg.c: + - Add --help and --version [Jari Aalto] +po: + - merge changes [Karel Zak] + - update ca.po (from translationproject.org) [Josep Puigdemont] + - update cs.po (from translationproject.org) [Petr Písař] + - update da.po (from translationproject.org) [Joe Hansen] + - update de.po (from translationproject.org) [Arun Persaud] + - update es.po (from translationproject.org) [Santiago Vila Doncel] + - update et.po (from translationproject.org) [Meelis Roos] + - update eu.po (from translationproject.org) [Mikel Olasagasti Uranga] + - update fi.po (from translationproject.org) [Lauri Nurmi] + - update fr.po (from translationproject.org) [David Prévot] + - update gl.po (from translationproject.org) [Fran Diéguez] + - update hr.po (from translationproject.org) [Tomislav Krznar] + - update hu.po (from translationproject.org) [Gabor Kelemen] + - update id.po (from translationproject.org) [Arif E. Nugroho] + - update it.po (from translationproject.org) [Marco Colombo] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update pt_BR.po (from translationproject.org) [Rafael Ferreira] + - update pt_BR.po (from translationproject.org) [Rodrigo Stulzer Lopes] + - update ru.po (from translationproject.org) [Pavel Maryanov] + - update sl.po (from translationproject.org) [Simon Mihevc] + - update sv.po (from translationproject.org) [Daniel Nylander] + - update tr.po (from translationproject.org) [Nilgün Belma Bugüner] + - update uk.po (from translationproject.org) [Yuri Chornoivan] + - update util-linux.pot (from translationproject.org) [FULL NAME] + - update vi.po (from translationproject.org) [Trần Ngọc Quân] + - update zh_CN.po (from translationproject.org) [Wylmer Wang] + - update zh_TW.po (from translationproject.org) [Wei-Lun Chao] +prlimit: + - delete rem_prlim prototype [Davidlohr Bueso] + - use TT_FL_FREEDATA for tt table [Karel Zak] +pylibmount: + - add __init__.py [Ondrej Oprala] + - add debug messages [Karel Zak] + - add regression tests [Ondrej Oprala] + - basic code [Ondrej Oprala] + - check for mnt_fs_get_tag() return value [coverity scan] [Karel Zak] + - cleanup *_HELP strings formatting [Karel Zak] + - cleanup cxt usage [Karel Zak] + - cleanup object names [Karel Zak] + - coding style changes in context.c [Karel Zak] + - coding style changes in fs.c [Karel Zak] + - coding style changes in tab.c [Karel Zak] + - coding style changes, don't touch Context() status [Karel Zak] + - fs.c - cleanup, remove libmount private stuff [Karel Zak] + - improve helps strings formatting [Karel Zak] + - make tab parsers more robust [coverity scan] [Karel Zak] + - remove Context_get_table() [Karel Zak] + - remove bindsrc from fs API [Karel Zak] + - remove unnecessary code [Karel Zak] + - rewrite to be py2/py3 universal [Ondrej Oprala] + - use libmount reference counting [Karel Zak] + - use mnt_fs_set_userdata() rather than ->userdata [Karel Zak] + - use only public libmount API in tab.c [Karel Zak] +raw: + - use LC_ALL [Karel Zak] +renice: + - exit with non-zero value when arguments cause warnings [Sami Kerola] +resizepart: + - check writing to a file descriptor was successful [Sami Kerola] +rev: + - fix new line regression [Sami Kerola] + - reduce stream checking when closing read-only file descriptor [Sami Kerola] + - simplify new line detection and impossible test [Sami Kerola] + - stop adding new line at the end when input does not have it [Sami Kerola] + - use string printing rather than character output [Sami Kerola] +runuser: + - update man page, add note about -l vs. -p [Karel Zak] +sd-daemon: + - update files taken from systemd project [Sami Kerola] +setarch: + - prefer preprocessor rather than autotools check [Sami Kerola] +setpriv: + - allow login and group name option arguments [Sami Kerola] + - check writing to a file descriptor was successful [Sami Kerola] + - check writing to a file was successful [Sami Kerola] + - use LC_ALL [Karel Zak] +setsid: + - add an option to wait child return value [Daniel Kahn Gillmor] + - exit when control terminal cannot be set [Sami Kerola] +setterm: + - fix term.h/ncurses.h include ordering [Mike Frysinger] +sfdisk: + - assigned value is never read [clang-analyzer] [Sami Kerola] + - check writing to a file descriptor was successful [Sami Kerola] + - clean up unhide code [Karel Zak] + - clean up usage() functions [Sami Kerola] + - don't call BLKRRPART for non-block devices [Karel Zak] + - don't use word 'disk'. [Karel Zak] + - fix typo [Karel Zak] + - fix y/n mismatch [Karel Zak] + - make unhiding as complete as possible [Sami Kerola] + - replace my_warn() with warnx() [Sami Kerola] + - use libc error printing function, and symbolic exit values [Sami Kerola] + - use program_invocation_short_name to determine program name [Sami Kerola] +su: + - add info about pam_lastlog to su.1 [Karel Zak] + - consistent angular brackets and lowercase in help text of 'su' [Benno Schulenberg] + - fix caught_signal logic and initialize oldact [coverity scan] [Karel Zak] + - fix exit status if terminated by signal [Ondrej Oprala] + - fix lastlog and btmp logging [Karel Zak] + - ignore --preserve-environment, it's mutually exclusive to --login [Karel Zak] + - suppress PAM info messages for -c or non-login sessions [Karel Zak] +su-common: + - pluralize one message [Benno Schulenberg] +sulogin: + - clean up error messages [Karel Zak] + - fix compiler warning [Karel Zak] + - fix memory leak [clang-analyzer] [Sami Kerola] +swaplabel: + - check writing to a file descriptor was successful [Sami Kerola] +swapon: + - allow a more flexible swap discard policy [Rafael Aquini] + - check writing to a file descriptor was successful [Sami Kerola] + - cleanup man page [Karel Zak] + - use TT_FL_FREEDATA for tt table [Karel Zak] +tests: + - add XFS log image [Karel Zak] + - add bcache images [Karel Zak] + - add cal day color corner cases [Sami Kerola] + - add calendar reformation check [Sami Kerola] + - add last(1) test [Sami Kerola] + - add losetup tests [Karel Zak] + - add nologin to build tests [Karel Zak] + - add partx regression tests [Ondrej Oprala] + - check cal works when year is far in future [Sami Kerola] + - check last(1) and utmpdump(1) IPv6 functionality [Sami Kerola] + - consolidate Py tests initialization [Karel Zak] + - improve cal --color test [Karel Zak] + - lscpu add CPU max MHz to test results [Sami Kerola] + - minor changes to make tests more portable [Karel Zak] + - new warning fix [Gilles Espinasse] + - partx tests cleanup [Karel Zak] + - refresh fdisk tests [Karel Zak] + - refresh jbd blkid test [Karel Zak] + - remove remaining set -x [Karel Zak] + - update build tests [Karel Zak] + - update fdisk outputs [Karel Zak] + - update libmount fstab full parse test [Karel Zak] + - update lscpu tests [Karel Zak] + - update odd output fdisk test [Karel Zak] + - update sun label test [Karel Zak] + - use 'btrfs' rather than 'btrfsctl' [Karel Zak] + - use stable MBR ID [Karel Zak] +textual: + - change spelling of "disk label" to the more abundant "disklabel" [Benno Schulenberg] + - end both the singular and the plural message with a period [Benno Schulenberg] + - equalize four error messages with already existing ones [Benno Schulenberg] + - fix misspelled words in -rc1 [Karel Zak] + - fix several typos and angular brackets in messages [Benno Schulenberg] + - fix typo in error message and uniformize their use of period [Benno Schulenberg] + - fixing typos in a warning and an error message [Benno Schulenberg] + - harmonize some loop-device error messages [Benno Schulenberg] + - improve clarity of some error messages [Benno Schulenberg] + - make two messages somewhat easier to understand [Benno Schulenberg] + - properly use uppercase in certain abbreviations [Benno Schulenberg] + - remove duplicate mention of '--help' from lsblk help text [Benno Schulenberg] + - standardize some "cannot read" and "seek failed" error messages [Benno Schulenberg] + - standardize synopsis for login, and improve an error message [Benno Schulenberg] + - standardize the spelling of "superuser" [Benno Schulenberg] + - tag a translator comment and put it in proper place [Benno Schulenberg] + - tiny alphabetical and grammatical tweak [Benno Schulenberg] + - use consistent wording and punctuation in fdisk stuff [Benno Schulenberg] + - use the standard angular brackets for non-literal arguments [Benno Schulenberg] +tools: + - generate autotools files if missing [Sami Kerola] +ul: + - enhance command performance [Sami Kerola] + - use correct types [Sami Kerola] + - use string printing function [Sami Kerola] +umount: + - provide more helpful error message [Karel Zak] +unshare: + - add --fork options for pid namespaces [Mike Frysinger] + - add --mount-proc for pid namespaces [Karel Zak] +utmpdump: + - add option to write to a file [Sami Kerola] + - assigned values are never read [clang-analyzer] [Sami Kerola] + - make IPv6 addresses work [Sami Kerola] + - make analyzers happy [Karel Zak] +uuidd: + - add missing initializer [clang-analyzer] [Karel Zak] + - clean up error messages [Karel Zak] +various: + - fix mixing declarations and code compiler warnings [smatch] [Sami Kerola] +wall: + - allow to specify <message> on command line [Karel Zak] + - check writing to a file descriptor was successful [Sami Kerola] + - line wrap at column 79 also when line has tab chars [Sami Kerola] + - make banner sysvinit compatible [Karel Zak] + - send message also to sessions opened by user 'sleeper' [Sami Kerola] + - sync usage() with howto-usage-function.txt [Sami Kerola] +wdctl: + - check writing to a file descriptor was successful [Sami Kerola] + - gettextize and pluralize one forgotten message [Benno Schulenberg] + - pluralize one thrice-repeated message [Benno Schulenberg] + - use TT_FL_FREEDATA for tt table [Karel Zak] +wipefs: + - Also wipe superblocks with bad checksums [Gabriel de Perthuis] + - add --backup [Ondrej Oprala] + - clean up code [Karel Zak] + - pluralize one message [Benno Schulenberg] +write: + - change determination can user write to a terminal [Sami Kerola] + +- change determination can user write to a terminal [Sami Kerola] diff --git a/Documentation/releases/v2.25-ReleaseNotes b/Documentation/releases/v2.25-ReleaseNotes new file mode 100644 index 0000000..45a38fb --- /dev/null +++ b/Documentation/releases/v2.25-ReleaseNotes @@ -0,0 +1,1290 @@ +Util-linux 2.25 Release Notes +============================= + +The command cytune(8) has been REMOVED from util-linux. + +The non-libmount mount(8) implementation has been REMOVED from util-linux. + +The "swapon --summary" output format is deprecated in favor of the +"swapon --show[=<columns>]" that provides better control on output formatting. + +Release highlights +------------------ + +libsmartcols: + - this NEW SHARED LIBRARY (but with stable API) allows to print data in + tables, trees or parsable formats, support colors, sorting etc. The code has + been originally developed for lsblk(8) and findmnt(8). + +cfdisk(8): + - the code been completely rewritten, now it uses libfdisk and libsmartcols, + supports GPT, SUN, SGI and BSD disk labels + - the command is no more based on CHS addressing + +fdisk(8): + - no more print sizes in 1024-byte blocks, but in real sectors or human + readable sizes (MiB, TiB, etc.) + - allows to modify GPT partition attributes + +lslogins(1): + - this NEW COMMAND list information about users, groups and system accounts, + provides data from last, wtmp, btmp, hust status, password expiration + settings, SELinux context, nologin setting, etc. + +terminal-colors.d(5): + - this new directory controls output colorization for various utilities + - now dmesg(1) supports colors customization, for example + echo 'alert 37;41' >> /etc/terminal-colors.d/dmesg.scheme + sets red background for alert messages. + +cal(1): + - supports new option --week to show week numbers + +fallocate(1): + - supports new option --dig-holes to detect and dig holes, it makes the + file sparse in-place, without using extra disk space. + +fstrim(1): + - supports new option --all to discard all filesystem on devices that supports + TRIM operation. + +hexdump(1): + - the original very old BSD has been refactored + - the output format units support colors now, the colorized regions could be + specified by value or offset. + +libmount: + - the library allows to use -s (sloppy) mount command line option for all external + mount helpers. The option was originally NFS specific. + +logger(1): + - supports new option --journald to send structured messages to systemd journal + +lsblk(8): + - supports new command line option --sort <column> to sort output + +kill(1) and setterm(1): + - the commands have been refactored to be more robust + + +The build system has been improved to support to build only explicitly specified +utils or libs (e.g. --disable-all-programs --enable-libblkid to build only +libblkid). + +The project test suite has been improved to be more portable and robust, project +uses travis-ci service now. + + +Stable maintenance releases between v2.24 and v2.25 +--------------------------------------------------- + +util-linux 2.24.1 [Jan 20 2014] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.1-ChangeLog + +util-linux 2.24.2 [Apr 24 2014] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.2-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.24/v2.24.2-ChangeLog + + +Changes between v2.24 and v2.25 +------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.25/ + + +addpart: + - minor man page improvements [Ondrej Oprala] +agetty: + - Fix implementation of option --nonewline. The flag F_NONL was never set. [Benjamin Robin] + - Update help usage function [Benjamin Robin] + - avoid that agetty nor sulogin are fooled by a running plymouth [Werner Fink] + - beside virtual consoles support xvc and hvc device lines as well [Werner Fink] + - better support of the special system consoles on S390 [Werner Fink] + - fix odd check for chardev/tty [Karel Zak] + - support the special terminal on first serial line on a S/390 [Werner Fink] + - update man page [Karel Zak] + - use the "best" interface for \4 and \6 [Karel Zak] +bash-completion: + - update cfdisk [Karel Zak] + - update fallocate, fstrim and lsblk [Karel Zak] + - update fdisk [Karel Zak] +blkdiscard: + - BLKSSZGET fills in an int, not a uint64 [Theodore Ts'o] +blkid: + - convert superblocks to new calling convention [Hannes Reinecke] + - escape quotes in the output [Karel Zak] + - remove unused variable [Sami Kerola] + - simple typo [Phillip Susi] + - stop scanning on I/O error [Hannes Reinecke] +blockdev: + - Some minor corrections to the manual [Bjarni Ingi Gislason] + - don't use HDIO_GETGEO [Phillip Susi] +buil-sys: + - disable in UL_BUILD_INIT() on --disable-all-programs [Karel Zak] +build: + - fix some compiler warnings [Ruediger Meier] +build-sys: + - add --disable-all-programs [Karel Zak] + - add --disable-minix [Karel Zak] + - add --enable-pylibmount [Karel Zak] + - add --with-smack to config-gen.d [Karel Zak] + - add BUILD_ vars for all Linux-only utils [Karel Zak] + - add BUILD_CHRT [Karel Zak] + - add BUILD_GETOPT [Karel Zak] + - add BUILD_{BLKID,FINDFS,WIPEFS,FINDMNT} [Karel Zak] + - add BUILD_{COL,COLCRT,COLRM,COLUMN,HEXDUMP,REV,TAILF} [Karel Zak] + - add BUILD_{SCRIPT,SCRIPTREPLAY} [Karel Zak] + - add BUILD_{SFDISK,BLOCKDEV,MKSWAP,IOSIZE,MKFS} [Karel Zak] + - add BUILD_{UUIDGEN,CAL,LOGGER,LOOP,MCOOKIE,NAMEI,WHEREIS} [Karel Zak] + - add UL_DEFAULT_ENABLE() and $ul_default_estate [Karel Zak] + - add UL_EXCLUDE_ARCH() [Karel Zak] + - add disable-all.conf to config-gen [Karel Zak] + - add libsmartcols to ko-release-gen script [Karel Zak] + - add missing dependencies to libsmartcols [Karel Zak] + - add non-libsmartcols.conf [Karel Zak] + - add sys-utils/uname26.8 to gitignore [Karel Zak] + - cleanup bash-completion/ [Karel Zak] + - consolidate systemd support [Karel Zak] + - don't compile deprecated last(1) on --enable-all-programs [Karel Zak] + - don't connect _DEPENDENCIES and _LIBADD [Karel Zak] + - enable chfn and chsh by default [Karel Zak] + - enable parallel tests for make check [Karel Zak] + - exclude Documentation/ from looking for translatable strings [Benno Schulenberg] + - fix .h.in usage in libblkid and libmount [Karel Zak] + - fix ENABLE_ALL [Karel Zak] + - fix UL_BUILD_INIT() [Karel Zak] + - fix autopoint gettext version fun [Ruediger Meier] + - fix fstrim systemd stuff [Karel Zak] + - fix smartcols.pc [Karel Zak] + - fix typo, look vs loop (1b15cbd1) [Ruediger Meier] + - fix typo, set HAVE_LIBUUID [Karel Zak] + - fix typo, sparc vs spark (62b2c024) [Ruediger Meier] + - fix update-potfiles script [Ruediger Meier] + - fix with_python usage, improve logic [Karel Zak] + - fixes for non-Linux systems [Samuel Thibault] + - fstrim depends on libmount [Karel Zak] + - harmonize some indentation [Benno Schulenberg] + - improve the informative message when not building some util [Benno Schulenberg] + - libmount/python/__init__.py is always a dist file [Ruediger Meier] + - move libsmartcols.so to /lib if they exists [Karel Zak] + - ove fdisks to disk-utils [Karel Zak] + - release++ (v2.25-rc1) [Karel Zak] + - release++ (v2.25-rc2) [Karel Zak] + - remove deprecated-mount/ [Karel Zak] + - remove obsolete wholedisk.c [Karel Zak] + - remove unnecessary void casts [Sami Kerola] + - restore make distcheck's configure flags [Ruediger Meier] + - small fixes to libsmartcols [Karel Zak] + - sort gitignore files [Sami Kerola] + - support ./configure ADJTIME_PATH= [Karel Zak] + - use automake's PYTHON primary for __init__.py [Ruediger Meier] + - use gettext 0.18.3 if possible [Ruediger Meier] +build_sys: + - fix default estate usage [Karel Zak] +cal: + - add input variable names to function prototypes [Sami Kerola] + - add month contents structure [Sami Kerola] + - added -w|--week for showing week numbers [Tommi Kyntola] + - added argument option for -w|--week to display that week [Tommi Kyntola] + - added two missing tests [Tommi Kyntola] + - all output must use my_putstring [Ruediger Meier] + - determine how many header lines are needed at initialization [Sami Kerola] + - determine output width at beginning of run and reuse result [Sami Kerola] + - fix coding style [Karel Zak] + - in man page admit that any week has just one Sunday [Benno Schulenberg] + - in man page improve grammar and wording of the reformation limitation [Benno Schulenberg] + - limit year to 32 bit value [Sami Kerola] + - make day_in_week() use same variable names as other functions [Sami Kerola] + - make user request to be part of read-only control struct [Sami Kerola] + - mention where Gregorian reformation happen in September 1752 [Sami Kerola] + - remove optional from short arg -w [Tommi Kyntola] + - remove unnecessary static variables [Sami Kerola] + - remove unused structure and definition [Sami Kerola] + - rename ascii_wnum() to ascii_weeknum() [Sami Kerola] + - simplify ascii_weeknum() function [Sami Kerola] + - use control structure for run time configuration [Sami Kerola] + - use month contents structure for --three printing [Sami Kerola] + - use month contents structure for --year printing [Sami Kerola] + - various tests for week numbers [Tommi Kyntola] +cfdisk: + - accept 's' as well as 'S' for sectors [Karel Zak] + - actually translate the partition types in the menu [Benno Schulenberg] + - add --zero command line option [Karel Zak] + - add UI for linfdisk menus, ask for size [Karel Zak] + - add [Sort] operation [Karel Zak] + - add braces to ensure operation order [Sami Kerola] + - add create lebel UI [Karel Zak] + - add help screen [Karel Zak] + - add menu action functions [Karel Zak] + - add page down/up [Karel Zak] + - add parttype dialog [Karel Zak] + - add usage() and some basic main() stuff [Karel Zak] + - basic UI stuff [Karel Zak] + - clean up scols usage [Karel Zak] + - cleanup, rename menuitem struct [Karel Zak] + - coding style, comments, etc. [Karel Zak] + - consolidate menu descriptions [Karel Zak] + - consolidate menu move code [Karel Zak] + - don't offer BSD [Karel Zak] + - fix colors initialization [Karel Zak] + - fix compile-time error fixes #59 [Wolfgang Richter] + - fix compiler warning [-Wsign-compare] [Karel Zak] + - fix division by zero [clang-analyze] [Karel Zak] + - fix header [Karel Zak] + - fix possible memory leak [coverity scan] [Karel Zak] + - fix slang usage [Karel Zak] + - fix typo (undeclared variable since b1f58330) [Ruediger Meier] + - fix warning usage, improve 's' help [Karel Zak] + - follow default end if possible [Karel Zak] + - follow terminal-colors.d [Karel Zak] + - improve add parttype UI [Karel Zak] + - improve info line and menu updates [Karel Zak] + - improve info line, add Delete action [Karel Zak] + - improve tree output [Karel Zak] + - improve write dialog [Karel Zak] + - make code more readable for analyzers [coverity scan] [Karel Zak] + - make menus sensitive to ESC [Karel Zak] + - menu actions refactoring [Karel Zak] + - minor man page improvements [Ondrej Oprala] + - refresh man page [Karel Zak] + - reorder abstract PT according to output [Karel Zak] + - resize UI on SIGWINCH [Karel Zak] + - restore the license that was lost in January [Benno Schulenberg] + - support <size>S, and long hint messages [Karel Zak] + - support partitions list longer than screen LINES [Karel Zak] + - supports also vertical menus [Karel Zak] + - update man page COLORS section [Karel Zak] + - update menu according to the current partition [Karel Zak] + - update table index when out of range [Karel Zak] + - use /dev/sda by default [Karel Zak] + - use \n for messages on stdout and stderr [Karel Zak] + - use real partno [Karel Zak] + - use tree-mode for extended, colorize freesapce [Karel Zak] +chcpu: + - cleanup return codes [Karel Zak] + - cleanup stdout/stderr usage [Karel Zak] +chfn: + - Improve the typesetting of the manual [Bjarni Ingi Gislason] +chsh: + - Improve the typesetting of the manual [Bjarni Ingi Gislason] +chsh, chfn: + - add info about non-local support to the man pages [Karel Zak] +column: + - fix mem leak [coverity scan] [Karel Zak] + - inform user when multibyte conversion error occurs [Sami Kerola] +cytune: + - remove from util-linux [Sami Kerola] +delpart: + - minor man page improvements [Ondrej Oprala] +dmesg: + - -w output not line-buffered [Karel Zak] + - add missing include [Karel Zak] + - avoid unnecessary variable assignment [Sami Kerola] + - don't report EPIPE [Karel Zak] + - fix --raw zero timestamp for kmsg [Karel Zak] + - move get_boot_time() to lib/timeutils [Sami Kerola] + - support colors customization [Karel Zak] +docs: + - add a new command boilerplate code [Sami Kerola] + - add fdisk mac support to TODO file [Karel Zak] + - add lslogins(1) to TODO [Karel Zak] + - add note about lsblk [Karel Zak] + - add note about make distcheck [Karel Zak] + - add patching process to howto-contribute.txt [Sami Kerola] + - add pid alis to deprecated.txt [Karel Zak] + - add v2.25-ReleaseNotes [Karel Zak] + - bring a few more man pages closer to standard formatting [Benno Schulenberg] + - bring eight more man pages closer to standard formatting [Benno Schulenberg] + - bring five more man pages closer to standard formatting [Benno Schulenberg] + - bring four more man pages closer to standard formatting [Benno Schulenberg] + - bring one more man page closer to standard formatting [Benno Schulenberg] + - bring several man pages closer to standard formatting [Benno Schulenberg] + - bring some more man pages closer to standard formatting [Benno Schulenberg] + - fix "behaviour" vs. "behavior" [Karel Zak] + - fix many wording and some formatting issues in the man page of kill [Benno Schulenberg] + - fix minor things in man-page howto [Karel Zak] + - fix name and URL of 2.25-rc1 [Benno Schulenberg] + - fix two command representations in the man page of more [Benno Schulenberg] + - grammarize the usage howto [Benno Schulenberg] + - improve formatting and wording of a few man pages [Benno Schulenberg] + - improve the formatting and wording of two man pages [Benno Schulenberg] + - improve the wording and conventions in the man-page howto [Benno Schulenberg] + - improve wording and formatting of the man page of cfdisk [Benno Schulenberg] + - make hexdump.1 color specification easier to understand [Sami Kerola] + - many tiny formatting and wording improvements to man page of mount [Benno Schulenberg] + - mount -o nouser is not useful, be clearer about that [Benno Schulenberg] + - refresh TODO [Karel Zak] + - remove obsolete cfdisk.txt [Karel Zak] + - rename libs xml/version.xml to xml/version-utils.xml [Karel Zak] + - setterm.1 add missing options to manual page and remove duplicate [Sami Kerola] + - setterm.1 add options compatibility note [Sami Kerola] + - setterm.1 clean up manual page groff style [Sami Kerola] + - update AUTHORS file [Karel Zak] + - update TODO [Karel Zak] + - update TODO, wipe check for fdisk already implemented [Karel Zak] + - update howto regards to build-system changes [Karel Zak] + - update links to http //git.kernel.org/ web repository views [Sami Kerola] + - update v2.25-ReleaseNotes [Karel Zak] +fallocate: + - Add "--dig-holes" option [Rodrigo Campos] + - Clarify that space can also be deallocated [Rodrigo Campos] + - Hide #ifdef tricks to call fallocate in a function [Rodrigo Campos] + - add --verbose, clean up usage() [Karel Zak] + - add FALLOC_FL_ZERO_RANGE support [Lukas Czerner] + - avoid unnecessary computation [Sami Kerola] + - clarify usage() [Pádraig Brady] + - code optimalizations [Karel Zak] + - fix FALLOC_FL_ZERO_RANGE flag check [Karel Zak] + - fix check of number of arguments [Bernhard Voelker] + - fix man page synopsis [Karel Zak] + - fix missing sentinel for is_nul() [Karel Zak] + - improve --dig-holes [Karel Zak] + - introduce an option -c to support COLLAPSE_RANGE [Dongsu Park] + - make man page readable for humans [Karel Zak] + - prefer FALLOC_FL_* flags from libc headers [Karel Zak] + - use O_CREAT only for the default behavior [Karel Zak] + - use POSIX_FADV_DONTNEED to discard cached data [Karel Zak] + - use SEEK_DATA on already sparse files [Karel Zak] + - use err_exclusive_options(), cleanup getopt_long() stuff [Karel Zak] +fdformat: + - Some minor change to the manual [Bjarni Ingi Gislason] + - match variable and print format types [Sami Kerola] +fdisk: + - (gpt) add A,B,R,S expert commands to modify attributes [Karel Zak] + - (gpt) more human readable info about free space [Karel Zak] + - add 'M' to access GPT nested protective/hybrid MBR [Karel Zak] + - add long options, cleanup man page and usage() [Karel Zak] + - add note about colors to the man page [Karel Zak] + - avoid code duplication [Sami Kerola] + - don't care about partition type [Karel Zak] + - don't use --geom-* prefix for CHS options [Karel Zak] + - fix 'p'rint error on empty PT [Karel Zak] + - fix nasty coding style [Karel Zak] + - fix printf stuff [Karel Zak] + - fix usage(), -l [<disk>] [Karel Zak] + - merge fdisk-ask.c to fdisk.c [Karel Zak] + - print table header as bold [Karel Zak] + - remove unnecessary code [Karel Zak] + - reorder intro warnings [Karel Zak] + - support colors customization [Karel Zak] + - use ASKTYPE_MENU [Karel Zak] + - use sysfs_devno_is_wholedisk() [Karel Zak] +findfs: + - add ability to work with PART{UUID,LABEL}= too [Karel Zak] + - use symbolic exit values, and tell about them in manual [Sami Kerola] +findmnt: + - add --bytes to print sizes in bytes [Karel Zak] + - add --nocanonicalize to avoid realpath() [Karel Zak] + - add -U to de-deplicate filesystems [Karel Zak] + - cleanup flags [Karel Zak] + - cleanup usage() [Karel Zak] + - fix memory leak [coverity scan] [Karel Zak] + - minimally improve wording of usage text [Benno Schulenberg] + - more robust usage of columns[] [Karel Zak] + - simplify cache_set_targets() [Karel Zak] + - slightly improve wording and formatting in man page [Benno Schulenberg] + - use libsmartcols [Ondrej Oprala] + - use mnt_cache_set_targets() for non-kernel table [Eric Rannaud] +flock: + - Change the 'exit status' man page section to make more sense [Wieland Hoffmann] + - document exit status of flock in man page [Phillip Susi] + - use nfs4 fallback on EBADF too [Karel Zak] +fsck: + - Some typographical corrections to the manual [Bjarni Ingi Gislason] + - add ext4 to list of filesystems with progress bars in fsck man page [Phillip Susi] + - don't return error if fsck.<type> does not exist [Karel Zak] + - uninitialized argument value [clang-analyze] [Karel Zak] + - use private lock file rather than whole-disk directly [Karel Zak] +fsck.cramfs: + - add option --blocksize [Ruediger Meier] + - allow smaller superblock sizes [Ruediger Meier] + - cleanup usage() and warning messages [Karel Zak] + - ifdef unused outbuffer and page_size [Ruediger Meier] + - refactor option -x/--extract [Ruediger Meier] + - remove define INCLUDE_FS_TESTS [Ruediger Meier] + - rename variable page_size to blksize [Ruediger Meier] + - update man page (--extract and --blocksize) [Ruediger Meier] +fsck.minix: + - A few typographical corrections to the manual [Bjarni Ingi Gislason] +fstrim: + - add --all to discard all filesystem [Karel Zak] + - add hint to man page [Karel Zak] + - add systemd units [Thomas Bächler] + - avoid TOCTOU race [Sami Kerola] + - cleanup usage() [Karel Zak] + - daily -> weekly in systemd timer [Karel Zak] + - de-duplicate list of filesystems [Karel Zak] + - fix memory leak [coverity scan] [Karel Zak] +getopt: + - getopt.1 The usual doc dir is /usr/share/doc, not .../docs [Ville Skyttä] +hexdump: + - Create struct hexdump containing previously global variables. [Ondrej Oprala] + - Merge hexsyntax.c into hexdump.c [Ondrej Oprala] + - Rename struct _pr to struct hexdump_pr and remove it's typedef [Ondrej Oprala] + - add --color to the man page [Karel Zak] + - add __attribute__ ((__noreturn__)) to bad*() functions [Ondrej Oprala] + - add basic tests [Ondrej Oprala] + - add highlighting support [Ondrej Oprala] + - add the prefix 'hexdump-' to {conv,display,parse}.c [Ondrej Oprala] + - catch memory leaks [Ondrej Oprala] + - cleanup of redundant symbols/repeating literals [Ondrej Oprala] + - color unit may now be longer than the corresponding format unit [Ondrej Oprala] + - convert a variable type according with fmt [Andrew Vagin] + - delete redundant typecasts [Ondrej Oprala] + - don't access hex after freeing it [Andrew Vagin] + - formatting and variable name cleanup [Ondrej Oprala] + - get rid of redundant typecasts [Ondrej Oprala] + - make addfile() variable names more hinting of their purpose [Ondrej Oprala] + - minor formatting improvements [Ondrej Oprala] + - minor formatting improvements in display() [Ondrej Oprala] + - rename add to add_fmt [Ondrej Oprala] + - rename in() to first_letter() [Ondrej Oprala] + - rename next{fs,fu,pr} to {fs,fu,pr}list [Ondrej Oprala] + - rename rewrite to rewrite_rules [Ondrej Oprala] + - rename struct _fs to struct hexdump_fs and remove its typedef [Ondrej Oprala] + - rename struct _fu to struct hexdump_fu and remove its typedef [Ondrej Oprala] + - rewrite add() [Ondrej Oprala] + - rewrite addfile() [Ondrej Oprala] + - rewrite addfile() to use getline() [Ondrej Oprala] + - rewrite cluttered case statements [Ondrej Oprala] + - rewrite escape() [Ondrej Oprala] + - rewrite get() [Ondrej Oprala] + - rewrite next() [Ondrej Oprala] + - rewrite rewrite() [Ondrej Oprala] + - rewrite() formatting improvements [Ondrej Oprala] + - simplify newsyntax arguments [Ondrej Oprala] + - use GNU case ranges where possible [Ondrej Oprala] + - use list.h queues and rewrite redundant for cycles [Ondrej Oprala] + - use new colors API [Karel Zak] + - use skip_space() in add() [Ondrej Oprala] + - use xasprintf in conv_c() [Ondrej Oprala] + - use xcalloc() [Karel Zak] + - use xstrncpy in add() [Ondrej Oprala] +hwclock: + - Check drift value in /etc/adjtime [Stanislav Brabec] + - Prevent excessive drift values [Stanislav Brabec] + - fix possible hang and other set_hardware_clock_exact() issues [Chris MacGregor] + - fix typo [Karel Zak] + - internationalizing the message of the used interface [Benno Schulenberg] + - sometimes one day lasts 23 hours. [peppe] +include/boottime: + - add a new file [Karel Zak] +include/c: + - do not gettextize a wordless string [Benno Schulenberg] + - remove a duplicate include [Benno Schulenberg] +include/c.h: + - add macro to print definitions as string [Sami Kerola] + - prefer nanosleep() over usleep() [Karel Zak] +include/carefulputc: + - cleanup and add fputs_{quoted,nonblank}() [Karel Zak] + - remove a duplicate include [Benno Schulenberg] +include/closestream: + - don't wipe errno on EPIPE [Karel Zak] +include/debug: + - add another debug macros [Karel Zak] + - fix coding style [Karel Zak] +include/list: + - add void data to the sort cmp function [Karel Zak] +include/swapheader.h: + - ensure type sizes [Sami Kerola] +include/tt: + - add function to convert table to string [Karel Zak] + - add tt_is_empty() [Karel Zak] +include/xalloc: + - add xvasprintf() [Karel Zak] +ionice: + - Fix output for case ioclass==0 [Michael Bunk] + - add a missing error message [Benno Schulenberg] + - add the way to specify the target processes with pgid and uid [Masatake YAMATO] +ipcs: + - cleanup jumplabel stlyes [Ruediger Meier] + - do not gettextize wordless strings [Benno Schulenberg] + - fix ipc_msg_get_info fallback case [Ruediger Meier] + - fix ipc_sem_get_info fallback case [Ruediger Meier] + - fix ipc_shm_get_info fallback case [Ruediger Meier] + - fix memleak in ipc_*_get_info functions [Ruediger Meier] + - fix size_t overflow [Karel Zak] +isosize: + - A few typographical changes to the manual [Bjarni Ingi Gislason] + - make --divisor to require argument [Sami Kerola] + - move file name printing after error determination [Sami Kerola] +kill: + - add --verbose option to display what is killed [Sami Kerola] + - add copyrights, etc. [Karel Zak] + - add parse_arguments() function [Sami Kerola] + - coding style, simplify code [Karel Zak] + - deprecat invocation as 'pid' command name [Sami Kerola] + - fix bug in --all semantic [Karel Zak] + - fix coding style [Sami Kerola] + - flip all comparions to be in smaller - greater order [Sami Kerola] + - make kill-by-name more obvious in man page [Karel Zak] + - make options --pid and --queue mutually exclusive [Sami Kerola] + - make usage() not to return [Sami Kerola] + - move magic numbers in beginning of the file [Sami Kerola] + - move sigqueue inputs to control struct [Sami Kerola] + - remove unnecessary indirection [Sami Kerola] + - rename printsig() to print_signal_name() [Karel Zak] + - rename printsignals() to print_all_signalsprint_all_signals() [Karel Zak] + - reorder functions to make it more readable [Karel Zak] + - return 64 on partial success [Karel Zak] + - tell what is wrong rather than output usage() [Sami Kerola] + - tiny change in man page [Karel Zak] + - use --queue option argument as sigval integer value [Sami Kerola] + - use control structure to pass user input to functions [Sami Kerola] +last: + - --time-format=full should do the same like -F [Ruediger Meier] + - avoid leading "-" before "no logout" [Ruediger Meier] + - fix is_phantom() detection [Sami Kerola] + - fix is_phantom() logic [coverity scan] [Karel Zak] + - fix minor typos in the man page [Ondrej Oprala] + - fix uninitialized length [Ruediger Meier] + - make session gone determination more robust [Sami Kerola] + - minor cleanup if statements [Ruediger Meier] +lib/boottime: + - add a new file [Karel Zak] +lib/canonicalize: + - make DM canonicalization more robust [Karel Zak] +lib/color: + - add colorscheme parser [Karel Zak] +lib/colors: + - add info to man pages, add terminal-colors.d.5 [Karel Zak, Ondrej Oprala] + - add support for @term and /home/kzak [Karel Zak] + - add to the man page hint about $HOME stuff [Karel Zak] + - allow to temporary disable colors [Karel Zak] + - care about colors only on tty() [Karel Zak] + - change an include to a local one [Benno Schulenberg] + - check for /etc/terminal-colors.d/[util].disable [Ondrej Oprala] + - fix colors test [Karel Zak] + - remove memory leak [Sami Kerola] + - support <name>.enable too [Karel Zak] + - support schemes customization [Karel Zak] + - update man page [Karel Zak] +lib/fileutils: + - add mkdir_p() from libmount [Karel Zak] + - add stripoff_last_component() from libmount [Karel Zak] + - xalloc stuff in library-like code [Karel Zak] +lib/ismounted: + - more robust buffer usage [clang-analyze] [Karel Zak] +lib/loopdev: + - comparing an array to null is not useful [coverity scan] [Karel Zak] +lib/loopdev.c: + - reset errno before strtol() call [Yuriy Nazarov] +lib/mbalign: + - add mbs_safe_width() from tt.c [Karel Zak] + - report also size in bytes [Karel Zak] +lib/mbsalign: + - split mbs_safe_encode() [Karel Zak] +lib/pager: + - use names when referring to standard file descriptors [Sami Kerola] +lib/path: + - add path_strdup() [Karel Zak] +lib/procutils: + - check fgets() return value [coverity scan] [Karel Zak] + - notice setuid() process ownership changes [Sami Kerola] + - reset errno before strtol() call [Sami Kerola] +lib/strutils: + - fix parse_size() return code [Karel Zak] + - support dec.points in parse_size() [Karel Zak] + - use proper return codes in parse_size() [Karel Zak] +lib/sysfs: + - add sysfs_devno_is_lvm_private() from libblkid [Karel Zak] + - add sysfs_devno_is_wholedisk() [Karel Zak] + - fix compiler warning [-Wunused-variable] [Karel Zak] + - fix scanf format string [coverity scan] [Karel Zak] + - make dirent d_type usage more robust [Karel Zak] +lib/terminal-colors.d: + - lib/terminal-colors.d.5 Improve the typesetting of the manual [Bjarni Ingi Gislason] +lib/timeutils: + - fix memory leak [Sami Kerola] + - remove get_boot_time from libcommon [Karel Zak] +lib/tt: + - add TT_FL_MAX to fill screen [Karel Zak] + - add reduce term width functionality [Karel Zak] + - add tb_get_nlines() [Karel Zak] + - add tt_line_get_userdata() [Karel Zak] + - don't hardcode stdout as output [Karel Zak] + - keep track about output order [Karel Zak] +lib/tt.c: + - Goodbye! [Ondrej Oprala] +libblkid: + - (nilfs2) check also backup superblock [Karel Zak] + - (zfs) let's keep compiler happy [Karel Zak] + - Identify extN file system properly [Lukas Czerner] + - add blkid_partlist_get_partition_by_partno() [Karel Zak] + - add extra checks to XFS prober [Karel Zak] + - cleanup internal return codes [Karel Zak] + - comparing an array to null is not useful [coverity scan] [Karel Zak] + - convert GPT attributes to host endianness [Karel Zak] + - correct the return values in squashfs probe [David Shea] + - detect alone PMBR [Karel Zak] + - detect squashfs 3 vs 4 [Ruediger Meier] + - fix compiler warning [-Wimplicit-function-declaration] [Karel Zak] + - fix memory leak in blkid_parse_tag_string() [Karel Zak] + - fix partitions probing [Karel Zak] + - fix probe_ddf() [clang-analyze] [Karel Zak] + - fix return codes from PART_ENTRY_* probing [Karel Zak] + - fix sgi PT parser to report system partitions [Karel Zak] + - fix swap-area version [Karel Zak] + - ignore private LVM devices [Karel Zak] + - improve comment [Karel Zak] + - make new_partition() more robust [Karel Zak] + - no more probe for btrfs backup superblock [Karel Zak] + - remove private function from docs [Karel Zak] + - use include/debug.h [Ondrej Oprala] + - use new debug functions [Karel Zak] +libblkid/libblkid.3: + - Improve the typsetting of the manual [Bjarni Ingi Gislason] +libcommon: + - add common debugging routines [Ondrej Oprala] + - define more debugging macros [Ondrej Oprala] + - don't mention lib versions in debug macros [Ondrej Oprala] +libfdisk: + - (bsd) fix output [Karel Zak] + - (bsd) remove get_partition_type() [Karel Zak] + - (bsd) use new get_part() API [Karel Zak] + - (dos) be more verbose when change bootable flag [Karel Zak] + - (dos) calculation of total size based on CHS in check function [Thorsten Wilmer] + - (dos) consolidate partition end-offset code [Karel Zak] + - (dos) count fisrt usable LBA to total number of used sectors [Karel Zak] + - (dos) fix ext_index usage [Karel Zak] + - (dos) fix free part counter [Karel Zak] + - (dos) fix log.partition delete [Karel Zak] + - (dos) improve logical partition reorder command [Karel Zak] + - (dos) make EBR parser more robust [Karel Zak] + - (dos) remove get_partition_type() [Karel Zak] + - (dos) use check() for dos-comaptible mode only [Karel Zak] + - (dos) use new list() and get_part() API [Karel Zak] + - (dos) warn on type 0 [Karel Zak] + - (gpt) add /home GUID [Karel Zak] + - (gpt) allow to work with hybrid GPT [Karel Zak] + - (gpt) fix last LBA code for S_ISREG [Karel Zak] + - (gpt) implement 'fix order' command [Karel Zak] + - (gpt) improve and cleanup recovery code [Karel Zak] + - (gpt) initialize last_lba, cleanup pa->{start,size} usage [Karel Zak] + - (gpt) recover from corrupted primary/backup PT [Karel Zak] + - (gpt) remove get_partition_type() [Karel Zak] + - (gpt) use entry attributes as bitmap [Karel Zak] + - (gpt) use fdisk_column [Karel Zak] + - (mbr) fix logical chain termination [Karel Zak] + - (sgi) cleanup, add infor about whole-disk partition [Karel Zak] + - (sgi) generate partname according to partition position [Karel Zak] + - (sgi) remove get_partition_type() [Karel Zak] + - (sgi) use new list() and get_part() API [Karel Zak] + - (sun) add info about whole-disk partition [Karel Zak] + - (sun) fix end sectors with +1 error [Karel Zak] + - (sun) remove get_partition_type() [Karel Zak] + - (sun) use new list() and get_part() API [Karel Zak] + - add ASKTYPE_MENU and context last_lba [Karel Zak] + - add dump functions, make freespace code generic [Karel Zak] + - add fdisk_partition_*_follow_default() [Karel Zak] + - add fdisk_table_get_nents() [Karel Zak] + - add fdisk_table_get_partition() [Karel Zak] + - add generic function to check partitions order [Karel Zak] + - add new list() columns, cleanup [Karel Zak] + - add partitions reorder operation to label API [Karel Zak] + - add reference counting to fdisk_partition [Karel Zak] + - add struct fdisk_partition [Karel Zak] + - add support to list free space [Karel Zak] + - add table container [Karel Zak] + - add table sort function, use it in get_freespace [Karel Zak] + - again improve freespace code [Karel Zak] + - avoid two compiler warnings about wrong print formats [Benno Schulenberg] + - clean up cylinder column [Karel Zak] + - clean up debug output [Karel Zak] + - clean up scols usage [Karel Zak] + - do not do the same thing twice in single if statement [Sami Kerola] + - don't ask for pri/log if wanted start within extended partition [Karel Zak] + - don't count special whole-disk partitions [Karel Zak] + - extend API definition to list info about partitions [Karel Zak] + - fix %ju -> %zu [Karel Zak] + - fix bsd_translate_fstype() for alpha [Ruediger Meier] + - fix fdisk_context_assign_device() comment [Karel Zak] + - fix freesapce detection for nested partitions [Karel Zak] + - fix logical partition reorder command [Karel Zak] + - fix possible memory leak [clang-analyze] [Karel Zak] + - fix printf stuff [Karel Zak] + - follow requested size rather than use all available space [Karel Zak] + - implement generic functions for FDISK_COL_ stuff [Karel Zak] + - improve conversion to string [Karel Zak] + - improve freesapce detection [Karel Zak] + - initialize last_lba [Karel Zak] + - make disk sync() optional [Karel Zak] + - make first sector buffer usage more robust [Karel Zak] + - make qsort_r() optional [Karel Zak] + - move partition stuff to partition.c [Karel Zak] + - properly implement read-only mode [Karel Zak] + - remove fdisk_colon() [Karel Zak] + - remove fdisk_get_partition_type() [Karel Zak] + - remove label specific get_freespace [Karel Zak] + - remove tt stuff from API [Karel Zak] + - rewrite freespace code [Karel Zak] + - support extended attributes modification [Karel Zak] + - support nested MBR [Karel Zak] + - tiny clean up in fdisk_table_to_string() [Karel Zak] + - update GPT partition types [Karel Zak] + - use fdisk_table to generate output [Karel Zak] + - use include/debug.h [Ondrej Oprala] + - use new debug functions [Karel Zak] + - use partition template [Karel Zak] + - warn about obsolete signatures on the device [Karel Zak] +libmount: + - FS id and parent ID could be zero [Karel Zak] + - accept (deleted) path suffix in mountinfo file [Karel Zak] + - add efivarfs to the list of pseudo filesystems [Karel Zak] + - add missing assert() [Karel Zak] + - add mnt_table_uniq_fs() [Karel Zak] + - add mnt_tag_is_valid() [Karel Zak] + - add statfs_magic.h [Karel Zak] + - adjust the ordering of a #define and tweak some comments [Benno Schulenberg] + - allow to use -s (sloppy) for all external helpers [Karel Zak] + - always use mnt_resolve_target() in mnt_fs_match_target() [Karel Zak] + - cgroup magic already defined [Karel Zak] + - cleanup fix_optstr() regards to selinux and smack [Karel Zak] + - define BTRFS_TEST_MAGIC if missing [Bernhard Voelker] + - don't touch mtab when mount -n specified [Karel Zak] + - fix scanf format string [coverity scan] [Karel Zak] + - fix typo in smack path [Karel Zak] + - further debug.h integration [Ondrej Oprala] + - initialize *root to NULL in mnt_table_get_root_fs [Thomas Bächler] + - make the mountinfo parser more robust [Karel Zak] + - mnt_resolve_path don't canonicalize fs->target for swap [Eric Rannaud] + - mnt_resolve_path use strcmp() only if both are canonical [Eric Rannaud] + - mnt_resolve_target tiptoe around active mount points [Eric Rannaud] + - remove smackfs* option when SMACK not enabled [Karel Zak] + - silence some docs warnings [Ondrej Oprala] + - special treatment for auto in fstype pattern [Karel Zak] + - update utab after successful extern helper mount [Karel Zak] + - use macros from include/debug.h [Ondrej Oprala] + - use new debug functions [Karel Zak] +libsmartcols: + - (docs) reorder functions in version section [Karel Zak] + - add SCOLS_FL_MAX [Karel Zak] + - add basic files [Ondrej Oprala] + - add cells [Ondrej Oprala] + - add columns [Karel Zak] + - add debug and version functions [Karel Zak] + - add debug messages [Karel Zak] + - add function to convert table to string [Karel Zak] + - add iterator [Ondrej Oprala] + - add lines [Karel Zak, Ondrej Oprala] + - add missing COPYING file [Karel Zak] + - add missing copyright notifications [Ondrej Oprala] + - add note about deallocations [Karel Zak] + - add reduce term width functionality [Karel Zak] + - add scols_sort_table() [Karel Zak, Shakur Shams Mullick] + - add scols_table_is_empty() [Ondrej Oprala] + - add separator getters/setters [Ondrej Oprala] + - add symbols [Ondrej Oprala] + - add table code [Karel Zak] + - add table struct, cleanup refcounting [Karel Zak] + - add test [Ondrej Oprala] + - allow to read lines as tree [Karel Zak] + - always deallocate in scols_reset_cell() [Karel Zak] + - avoid variable dereference after release [Sami Kerola] + - check recount_widths() return value [Karel Zak] + - clean up flags [Karel Zak] + - clean up flags usage [Karel Zak] + - clean up test.c example [Karel Zak] + - colors may now be specified as human-readable strings [Ondrej Oprala] + - documentation [Ondrej Oprala] + - don't colorize tree ascii art [Karel Zak] + - don't mix width (in cells) and size (in bytes) [Karel Zak] + - fill the symbol version file [Ondrej Oprala] + - fix a usage example [Ondrej Oprala] + - fix buffer usage [Karel Zak] + - fix docs [Karel Zak] + - fix padding [Karel Zak] + - fix test [Karel Zak] + - improve docs [Karel Zak] + - improve line and cell separators [Karel Zak] + - include stdio [Ondrej Oprala] + - init symbols when necessary [Karel Zak] + - move some code around [Ondrej Oprala] + - remove unnecessary code [Karel Zak] + - resuse buffer for encoded data [Karel Zak] + - revert the column flags API [Ondrej Oprala] + - rewrite test code to tree(1)-like util [Karel Zak] + - separate flags, add getters/setters [Ondrej Oprala] + - support alternative streams [Karel Zak] + - use buffer struct in table_print.c [Karel Zak] + - use new colors API [Karel Zak] +libuuid: + - (man/uuid_time.3) Improve the typesetting of the manual [Bjarni Ingi Gislason] + - (uuid.3) Improve the typesetting of the manual [Bjarni Ingi Gislason] + - (uuid_clear.3) Improve the typesetting of the manual [Bjarni Ingi Gislason] + - (uuid_compare.3) Improve the typesetting of the manual [Bjarni Ingi Gislason] + - (uuid_copy.3) Improve the typesetting of the manual [Bjarni Ingi Gislason] + - (uuid_generate) Improve the typesetting of the manual [Bjarni Ingi Gislason] + - (uuid_is_null.3) Improve the typesetting of the manual [Bjarni Ingi Gislason] + - (uuid_parse.3) Improve the typesetting of the manual [Bjarni Ingi Gislason] + - (uuid_unparse.3) Improve the typesetting of the manual [Bjarni Ingi Gislason] +linfdisk: + - align free space [Karel Zak] +logger: + - allow user to send structured journald messages [Sami Kerola] + - check numeric priority and facility input values [Sami Kerola] + - fail when io vector number exceeds maximum [Sami Kerola] +login: + - extract get_hushlogin_status [Ondrej Oprala] + - fix minor typos in the man page [Ondrej Oprala] +losetup: + - clean up columns[] usage [Karel Zak] + - clean up scols usage [Karel Zak] + - don't clear FD at EBUSY error in loopcxt_setup_device() [Stanislav Brabec] + - don't ignore EBUSY in losetup when the loop device is given [Stanislav Brabec] + - fix -f on systems without /dev/loop-control [Karel Zak] + - remove warning for unsupported -e and -E [Karel Zak] + - return EXIT_FAILURE on unsuccessful -f [Karel Zak] + - tiny change to usage() [Karel Zak] + - use libsmartcols [Ondrej Oprala] + - wait for udev [Karel Zak] +losetup, agetty: + - remove unnecessary if's before free() [Sami Kerola] +losetup, mount: + - remove --pass-fd at all [Karel Zak] +lsblk: + - add --sort <column> [Karel Zak] + - add -O option to show all available columns [Masatake YAMATO] + - add PARTFLAGS column [Karel Zak] + - add PARTTYPE tag [Michael Marineau] + - check number of used columns [Karel Zak] + - clean up data preparation [Karel Zak] + - differentiate between infos[] and columns[] [Karel Zak] + - fix -D segfault [Karel Zak] + - fix, set default sort_id = -1 [Ruediger Meier] + - remove unnecessary code [Karel Zak] + - use libsmartcols [Ondrej Oprala] +lscpu: + - avoid double free [Sami Kerola] + - avoid use of bzero() in favor of memset() [Sami Kerola] + - clean up scols usage [Karel Zak] + - cleanup, use _PATH_SYS_CPU/NODE [Ruediger Meier] + - detect OS/400 and pHyp hypervisors [Ruediger Meier] + - don't abort if cache size is unknown [Ruediger Meier] + - don't assume filesystem supports d_type when searching for NUMA nodes [Stewart Smith] + - fix ifdef HAVE_sys_io_h [checkconfig] [Karel Zak] + - improve vmware detection [Ruediger Meier] + - minor cleanup and improve hypervisor detection [Ruediger Meier] + - read_hypervisor_dmi only fallback to memory scan on x86/x86_64 [Stewart Smith] + - sort NUMA nodes to keep output human readable [Karel Zak] + - support discontinuous NUMA nodes [Karel Zak] + - support non sequentially numbering of CPUs [Alexander Troosh] + - use libsmartcols [Ondrej Oprala] +lslocks: + - clean up columns[] usage [Karel Zak] + - use libsmartcols [Ondrej Oprala] +lslogins: + - NLS for all messages [Karel Zak] + - add --noheadings [Karel Zak] + - add FAILED-LOGIN to pretty output [Karel Zak] + - add functionality [Ondrej Oprala] + - add option --iso [Ondrej Oprala] + - add option --time-format [Ondrej Oprala] + - add readtump.h header [Ondrej Oprala] + - add support for multiple time formats [Ondrej Oprala] + - align to right 0|1 columns [Karel Zak] + - also add readutmp.c [Ondrej Oprala] + - clean up password hash check [Karel Zak] + - cleanup -a output [Karel Zak] + - cleanup default outputs [Karel Zak] + - cleanup fill_table() [Karel Zak] + - cleanup some command line options [Karel Zak] + - cleanup status[] usage [Karel Zak] + - cleanup time formats [Karel Zak] + - cleanup usage() [Karel Zak] + - comment-in an expensive realloc [Ondrej Oprala] + - conding style changes [Karel Zak] + - count per-user processes [Ondrej Oprala] + - fix nologins check [Karel Zak] + - fix option exclusivity [Ondrej Oprala] + - fix pretty-print columns [Karel Zak] + - improve COL_PWD_WARN and COL_NPROCS desc [Karel Zak] + - improve nologins and shadow usage [Karel Zak] + - improve pretty output [Karel Zak] + - improve supplementary groups code, add SUPP-GIDS [Karel Zak] + - improve the columns information [Benno Schulenberg] + - improve wording and formatting of the man page [Benno Schulenberg] + - make --notruncate more robust [Karel Zak] + - make it work [Ondrej Oprala] + - mention --time-format in usage [Ondrej Oprala] + - more robust usage of columns[] [Karel Zak] + - move to login-utils [Ondrej Oprala] + - pretty printing and extended -l,-g [Ondrej Oprala] + - print systemd journal logs [Karel Zak, Ondrej Oprala] + - remove --sort-by-name [Karel Zak] + - store users in a tree [Ondrej Oprala] + - sync man page and usage() [Karel Zak] + - use bit-array, cleanup SELinux code [Karel Zak] + - use thread-safe functions [Ondrej Oprala] +lslogins(1): + - skeleton and argparsing for a new utility [Ondrej Oprala] +man: + - Syntax and spelling fixes. [Ville Skyttä] +mcookie: + - add --max-size option [Sami Kerola] + - allow --file option be defined multiple times [Sami Kerola] + - use control structure, and fix usage() [Sami Kerola] + - use lib/randutils [Sami Kerola] + - use same variable type consistently [Sami Kerola] +mkfs: + - Some typographical changes to the manual [Bjarni Ingi Gislason] + - mark this wrapper as DEPRECATED [Karel Zak] +mkfs.bfs: + - One typographical correction to the manual [Bjarni Ingi Gislason] +mkfs.cramfs: + - Some typographical corrections to the manual [Bjarni Ingi Gislason] + - fix crash when -b 0 [Ruediger Meier] + - use defined failure name rather than magic value [Sami Kerola] +mkfs.minix: + - Some typographical changes in the manual [Bjarni Ingi Gislason] + - fix fscanf() format string [coverity scan] [Karel Zak] +mkswap: + - Some minor typographical corrections to the manual [Bjarni Ingi Gislason] + - fix compiler warning [-Wunused-variable] [Karel Zak] + - remove cruft from the man page [Phillip Susi] + - remove legacy swap structure [Sami Kerola] + - remove unnecessary usage output [Sami Kerola] +mkswap, swaplabel: + - move version number to header [Sami Kerola] +more: + - fix double free crash [Sami Kerola] + - fix mem leak [coverity scan] [Karel Zak] + - improve formatting and wording of man page and help text [Benno Schulenberg] +mount: + - add btrfs to mount.8 [Gui Hecheng] + - add note about "noauto" to --all description [Karel Zak] + - add note about order for -a to the man page [Karel Zak] + - apply "nofail" to MNT_ERR_NOSOURCE libmount error [Karel Zak] + - correct mount man page default iso9660 permission [Phillip Susi] + - fix --all and nofail return code [Karel Zak] + - fix man mount page type [Phillip Susi] + - fix man page [checkmans] [Karel Zak] + - fix tiny typo in man page [Stephan Müller] + - improve -s man mage info [Karel Zak] + - make NAME=value tags usable for non-root [Karel Zak] + - more hints about default mount options to man page [Karel Zak] + - mount.8 Some typographical and prefix corrections to the manual [Bjarni Ingi Gislason] + - mount.8 fix grammar [Phillip Susi] + - note that -c unused for mount.<type> in man page [Karel Zak] + - remove obsolete and confusing statement from mount.8 [Phillip Susi] + - update XFS mount.8 allocsize= [Karel Zak] + - update info about mtab in mount.8 [Karel Zak] + - update man page ext3/4 mount options [Carlos Maiolino] + - update mount.8 about barrier mount options defaults [Ruediger Meier] +namei: + - align missing files with rest of the print out [Sami Kerola] +nologin: + - minor man page improvements [Ondrej Oprala] +nsenter: + - add + to getopt_long() [Karel Zak] + - fix set{gid,uid} order,drop supplementary groups [Karel Zak] +partx: + - Improve the typesetting of the manual [Bjarni Ingi Gislason] + - cleanup libsmartcols usage [Karel Zak] + - fix --update ranges and out of order tables [Scott Moser] + - make dirent d_type usage more robust [Karel Zak] + - use blkid_partlist_get_partition_by_partno() [Karel Zak] + - use libsmartcols [Ondrej Oprala] +pg: + - pg.1 Add -h, --help, -V, --version [Jari Aalto] + - pg.1 Move (plus) options near (minus) option at the beginning [Jari Aalto] +po: + - add '--no-wrap' to msgmerge, to not wrap long message lines [Benno Schulenberg] + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Písař] + - update da.po (from translationproject.org) [Joe Hansen] + - update de.po (from translationproject.org) [Mario Blättermann] + - update es.po (from translationproject.org) [Antonio Ceballos Roa] + - update fi.po (from translationproject.org) [Lauri Nurmi] + - update fr.po (from translationproject.org) [David Prévot] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update pt_BR.po (from translationproject.org) [Rafael Ferreira] + - update uk.po (from translationproject.org) [Yuri Chornoivan] + - update vi.po (from translationproject.org) [Trần Ngọc Quân] + - update zh_CN.po (from translationproject.org) [Wylmer Wang] +prlimit: + - clean up columns[] usage [Karel Zak] + - clean up scols usage [Karel Zak] + - remove repeating words from man page [Karel Zak] + - use libsmartcols [Ondrej Oprala] +pylibmount: + - correctly import from pylibmount.so [Dave Reisner] + - import directly from pylibmount in tests [Karel Zak] + - remove unncessary subdirectory [Karel Zak] +raw: + - Improve the typesetting of the manual [Bjarni Ingi Gislason] +rename: + - fix mem leak [coverity scan] [Karel Zak] + - remove reference to mmv gtom man page [Karel Zak] +renice: + - correct max priority in renice man page [Phillip Susi] +runuser: + - fix minor typos in the man page [Ondrej Oprala] +script: + - --quiet option is not quiet. [James Hunt] + - Also flush writes to timing file. [Jesper Dahl Nyerup] + - check that stdin is a terminal [Karel Zak] + - clean up code to genenrate Star/Done messages [Karel Zak] + - clean up files usage [Karel Zak] + - don't call TIOCGWINSZ in signal handler [Karel Zak] + - don't wait for empty descriptors if child is dead [Karel Zak] + - fix a rare deadlock after child termination [Csaba Kos] + - fix inconsistent -q, use poll() rather then O_NONBLOCK [Karel Zak] + - fix spurious exit from input read loop on EINTR. [Csaba Kos] + - restore errno in signal handler [Karel Zak] + - script input redirection / eof handling [Karel Zak] + - silence the done message on --quiet as well [Andreas Henriksson] + - time from end of read() call partially fixes #58 [Wolfgang Richter] + - use all-io.h to make the code more robust [Karel Zak] +scriptreplay: + - Add --maxdelay option. [Jesper Dahl Nyerup] + - no need to skip first time value or last bytes fixes #58 [Wolfgang Richter] +setarch: + - Fix ppc64le architectures [Anton Blanchard] + - add generic support for setarch $(uname -m) ... [Ruediger Meier] + - add shortcut binary uname26 [Ruediger Meier] + - flush output streams before exec [Ruediger Meier] +setpriv: + - Fix --apparmor-profile [Andy Lutomirski] + - Fix --selinux-label [Andy Lutomirski] + - avoid alloca() use xmalloc() instead [Sami Kerola] + - simplify usage() [Karel Zak] +setterm: + - add init_terminal() to make main() shorter [Sami Kerola] + - add option control structure [Sami Kerola] + - add set_blanking() action [Sami Kerola] + - add usage() descriptions [Sami Kerola] + - clean up includes [Sami Kerola] + - clean up screendump() [Sami Kerola] + - cleanup printf() usage [Karel Zak] + - convert remaining magic values to symbolic references [Sami Kerola] + - convert various constant number definitions to enums [Sami Kerola] + - correct usage() bright color argument [Sami Kerola] + - fix 'bright' in usage, remove unnecessary error message [Karel Zak] + - fix -dump man page info [Karel Zak] + - improve error messages [Sami Kerola] + - improve formatting and wording of usage text [Benno Schulenberg] + - improve perform_sequence() coding style [Sami Kerola] + - improve wording and formatting of the man page [Benno Schulenberg] + - make -msglevel 0 to work as is did earlier [Sami Kerola] + - mark some options to be exclusive with each other [Sami Kerola] + - move show_tabs() and screendump() functions [Sami Kerola] + - recommend long options with double hyphen [Sami Kerola] + - remove devfs and /dev/vcsa0 support [Sami Kerola] + - remove ulcolor and hbcolor duplicates [Sami Kerola] + - remove unnecessary variable [Sami Kerola] + - remove unused code [Sami Kerola] + - remove usage comment segment [Sami Kerola] + - tell user when options does not effect [Sami Kerola] + - use getopt_long_only() for option parsing [Sami Kerola] + - use string utils to numeric parsing [Sami Kerola] + - various visual terminal effects are not console specific [Sami Kerola] +sfdisk: + - Improve the typesetting of the manual [Bjarni Ingi Gislason] + - merge partname.c [Karel Zak] + - suppress Linux-irrelevant warnings with -L [Petr Uzel] + - use sysfs_devno_is_wholedisk() [Karel Zak] +strutils: + - add skip_space() function [Ondrej Oprala] +su: + - don't use kill(0, ...) when propagate signal [Karel Zak] + - fix minor typos in the man page [Ondrej Oprala] +sulogin: + - check result of the open() [coverity scan] [Karel Zak] + - don't use uninitialized struct sigaction [coverity scan] [Karel Zak] + - find a suitable console device [Werner Fink] + - minor man page improvements [Ondrej Oprala] + - use dirent->d_type when scans /dev [Karel Zak] +swaplabel: + - Improve the typesetting of the manual [Bjarni Ingi Gislason] + - wrong version number in check [Sami Kerola] +swapon: + - align --summary fields [Sami Kerola] + - clean up columns[] usage [Karel Zak] + - clean up scols usage [Karel Zak] + - mark --sumarry as deprecated [Karel Zak] + - swaps with legacy version label are not supported [Sami Kerola] + - use libsmartcols [Ondrej Oprala] +swapon, swapheader, mkswap: + - move swap signature to header [Sami Kerola] +switch_root: + - make dirent d_type usage more robust [Karel Zak] + - verify initramfs by f_type, not devno [Dave Reisner] +taskset: + - fix PERMISSIONS section of taskset man page [Rik van Riel] +term-utils: + - avoid error message string length couting errors [Sami Kerola] +tests: + - add .BE hexdump test results (from s390) [Karel Zak] + - add TERM= to all cal(1) tests [Karel Zak] + - add basic test case for ipcs -m -i n [Ruediger Meier] + - add basic test case for ipcs -q -i n [Ruediger Meier] + - add basic test case for ipcs -s -i n [Ruediger Meier] + - add exit case "KNOWN FAILED" [Ruediger Meier] + - add fdisk 'f' command MBR test [Karel Zak] + - add function ts_check_losetup [Ruediger Meier] + - add function ts_check_prog [Ruediger Meier] + - add isosize --sectors and --divisor tests [Sami Kerola] + - add kill --queue check [Sami Kerola] + - add kill_functions.sh to avoid duplicate code [Karel Zak] + - add lscpu IBM pSeries test data [Ruediger Meier] + - add lscpu dump for ppc cpu with no cache size [Ruediger Meier] + - add partx --update test [Karel Zak] + - add signal receiver program [Sami Kerola] + - add sparc64 lscpu test [Karel Zak] + - add test case for last -time-format=full [Ruediger Meier] + - add utmpdump-circle test (arch independent) [Ruediger Meier] + - add vbox lscpu dump [Ruediger Meier] + - align last.1 with recent phantom detection [Sami Kerola] + - allow test options to be overridden by env [Ruediger Meier] + - allow to add or override test suite options [Ruediger Meier] + - avoid executing dirname(1) command [Sami Kerola] + - cal do not let --week=<num> to adjust requested month [Sami Kerola] + - cal take account week numbers when determing month length [Sami Kerola] + - cal(1) is year is limited to signed 32 bit value [Sami Kerola] + - call ts_init_env as early as possible [Ruediger Meier] + - check /proc availability, and go-around if it is incomplete [Sami Kerola] + - check commands needed for running a test exist [Sami Kerola] + - check for mkfs.ext{2,3,4} [Ruediger Meier] + - check kill all user processes [Sami Kerola] + - check kill is converting signals names correctly [Sami Kerola] + - check kill print pid option [Sami Kerola] + - check swaplabel, and perform more swapon boundary tests [Sami Kerola] + - check various ways to specify kill signal [Sami Kerola] + - cleanup fallocate [Karel Zak] + - cleanup ts_scsi_debug_init [Ruediger Meier] + - cleanup, remove unused lscpu output [Ruediger Meier] + - consolidate some checks for commands [Ruediger Meier] + - fdisk added a partitions order message (8b60872e) [Ruediger Meier] + - fdisk now prints SGI system partitions too [Karel Zak] + - fix "KNOWN FAILED" for subtests [Ruediger Meier] + - fix fdisk GPT test [Ruediger Meier] + - fix fdisk/bsd for big endian systems [Ruediger Meier] + - fix fsck.cramfs for systems with certain page sizes [Ruediger Meier] + - fix hexdump for big endian [Ruediger Meier] + - fix hexdump, add ts_finalize [Ruediger Meier] + - fix kill problems [Ruediger Meier] + - fix last for bigendian [Ruediger Meier] + - fix python tests for dist and out-of-tree builds [Ruediger Meier] + - fix trailing spaces in cal(1) stuff [Karel Zak] + - fix utmpdump/ipv6tobin for bigendian [Ruediger Meier] + - fix utmpdump/ipv6totxt for bigendian [Ruediger Meier] + - fix utmpdump/to-binary for bigendian [Ruediger Meier] + - fix utmpdump/to-text for bigendian [Ruediger Meier] + - fix var names [Ruediger Meier] + - fix, typo schedutils/cpuset [Ruediger Meier] + - getting paraller_jobs more robust [Ruediger Meier] + - ignore deprecated last [Ruediger Meier] + - introduce TS_CMD_UUIDGEN (never use installed one) [Ruediger Meier] + - ipcs/limits2 is known to fail [Ruediger Meier] + - kill_functions.sh needs gawk (skip if sourced) [Ruediger Meier] + - last skip when last is not enabled [Mike Frysinger] + - libmount skip tabfiles-py when pylibmount is disabled [Mike Frysinger] + - make tests to run parallel [Sami Kerola] + - merge last/ and utmpdump/ into new utmp/ dir [Ruediger Meier] + - provide missing test data for "last" on exotic archs [Ruediger Meier] + - quote generated arguments for ipcrm [Ruediger Meier] + - refresh fdisk outputs [Karel Zak] + - rely on ts_init_py only [Karel Zak] + - remove deprecated mount tests [Ruediger Meier] + - remove test_fsck.cramfs (reverts 6c32ae78) [Ruediger Meier] + - remove test_wholedisk [Karel Zak] + - return error if failures file not usable [Ruediger Meier] + - rewrite hwclock test [Ruediger Meier] + - run tests in deterministic order [Ruediger Meier] + - script/race would work with variable loop count [Ruediger Meier] + - skip some last tests if no dns support [Ruediger Meier] + - skip umount-alltargets on regular mtab [Karel Zak] + - skip utmpdump tests for exotic archs [Ruediger Meier] + - some more tests need loop support [Ruediger Meier] + - split last into dns and nodns subtests [Ruediger Meier] + - split off losetup scsi_debug part [Ruediger Meier] + - style Makefile and make output [Ruediger Meier] + - swaplabel needs to respect pagesize [Ruediger Meier] + - test corruted GPT headers [Karel Zak] + - try hard to create swaplabel's test image [Ruediger Meier] + - ts_device_init remove useless error handling [Ruediger Meier] + - ts_device_init requires loop support [Ruediger Meier] + - ts_mount knows which fs is expected [Ruediger Meier] + - ts_mount validates error message [Ruediger Meier] + - ts_scsi_debug_init must not run in a subshell [Ruediger Meier] + - ts_scsi_debug_init skip instead of die [Ruediger Meier] + - update Py parse mountinfo test [Karel Zak] + - update blkid swap tests [Karel Zak] + - update build tests [Karel Zak] + - update build-sys tests [Karel Zak] + - update fdisk MBR and SUN tests [Karel Zak] + - update fdisk sun test [Karel Zak] + - update ionice test [Karel Zak] + - update libmount tabdiff tests [Karel Zak] + - update lscpu tests [Karel Zak] + - update partx sgi test [Karel Zak] + - use ts_check_losetup in losetup test [Ruediger Meier] + - use ts_mount for cramfs [Ruediger Meier] + - write tests/failures to build- instead of srcdir [Ruediger Meier] +textual: + - fix some typos [Sami Kerola] + - fix the usage message of kill [Benno Schulenberg] + - remove square brackets from around three dots [Benno Schulenberg] + - slice up and standardize the usage text of ionice [Benno Schulenberg] + - small inprovements to usage and man page of fstrim [Benno Schulenberg] +tools: + - add usage information to checkconfig.sh [Sami Kerola] + - make config-gen to require build target argument [Sami Kerola] +travis-ci: + - abort if make check fails [Ruediger Meier] + - enable more features and update gettext [Ruediger Meier] + - enable root checks [Ruediger Meier] + - import travis yaml controller [Ruediger Meier] + - minor cleanup and speedup [Ruediger Meier] + - refactor and add .travis-functions.sh [Ruediger Meier] +umount: + - Make sure exit code does not overflow [Nicolas Boichat] + - add info that --all-targets works with mtab symlink only [Karel Zak] + - don't use mountinfo if possible [Karel Zak] + - fix memory leak [coverity scan] [Karel Zak] + - fix typo in usage [Jonathan Liu] + - fix umount by tag for non-roots [Karel Zak] + - more robust success message for --all [Karel Zak] + - slightly improve the man page [Benno Schulenberg] +unshare: + - Add possibility to add mapping into root user in user namespace [Lubomir Rintel] + - add + to getopt_long() [Karel Zak] + - add more hints about mount namespaces to the man page [Karel Zak] + - include libmount.h to provide missing MS_* defines [Ruediger Meier] +utmpdump: + - fix localtime() error handling [Ruediger Meier] + - minor man page improvements [Ondrej Oprala] +uuidd: + - do not mix signed type and unsigned code [Sami Kerola] + - ensure pid file is wrote when it is requested [Sami Kerola] + - remove timeout from systemd service file [Karel Zak] + - set options to be mutually exclusive [Sami Kerola] + - use pkg-config to find systemd-deamon support [Sami Kerola] +uuidd.rc: + - Requires remote_fs [Andreas Henriksson] + - drop on-demand mode from script [Andreas Henriksson] +uuidgen: + - use type definitions from uuid.h [Sami Kerola] +vipw: + - minor man page improvements [Ondrej Oprala] +wall: + - add fallback for failed sysconf() [Karel Zak] + - replace magic number by named value [Sami Kerola] +wdctl: + - clean up columns[] usage [Karel Zak] + - clean up scols usage [Karel Zak] + - use libsmartcols [Ondrej Oprala] +whereis: + - avoid printing uninitialized string [Sami Kerola] + - fix missing newline on empty results [Andreas Henriksson] +wipefs: + - add comments to code [Karel Zak] + - call BLKRRPART when erase partition table [Karel Zak] + - don't erase nested partition tables by default [Karel Zak] diff --git a/Documentation/releases/v2.26-ReleaseNotes b/Documentation/releases/v2.26-ReleaseNotes new file mode 100644 index 0000000..abaca0f --- /dev/null +++ b/Documentation/releases/v2.26-ReleaseNotes @@ -0,0 +1,1042 @@ +Util-linux 2.26 Release Notes +============================= + + This version provides a completely new sfdisk(8) command; the new version is + based on libfdisk. If your use cases depend on sfdisk(8), then it is strongly + recommended to be careful and re-test your scripts. The new version supports + MBR and GPT disk labels (SGI and SUN are also supported but not well tested). + The new version no longer supports some obscure MBR-specific command-line + options nor legacy CHS addressing. + + + The library libblkid (and blkid(8) on the command line) now uses the same UDF + fields as Windows and other operating systems in order to get human-readable + UDF volume identifiers (LABEL= tag). This change may be backwardly incompatible + for some UDF volumes. + + + The command hwclock(8) uses the drift correction for all relevant operations + and it is unnecessary to specify --adjust on the hwclock command line now. + + The command hwclock(8) does not automatically (re)calculate the drift factor on + --systohc to avoid several problems (ntpd with '11 minute mode', for example), + but the new command-line option --update-drift has to be explicitly used to + force hwclock(8) to update /etc/adjtime. + + For more details see the hwclock(8) man page. + + +Release highlights +------------------ + +zramctl(8): + - this NEW COMMAND allows to control /dev/zramN devices + +agetty(8): + - supports new option --reload to force already running agetty processes to + reprint the /etc/issue file + +cfdisk(8), sfdisk(8) and fdisk(8): + - support sfdisk-compatible scripts; it's possible to save your partitioning + layout to text files and (re)use it in all fdisks + +fdisk(8), sfdisk(8): + - support new command-line option "--output <list>" to specify output columns + for --list or print commands + +nsenter(1): + - has been updated to work with the latest kernel changes in user namespaces + - supports new command-line option --preserve-credentials + +unshare(1): + - has been updated to work with the latest kernel changes in user namespaces + - supports new command-line option "--setgroups=<deny|allow>" + +swapon(8): + - supports new command-line option "-o <list>" with the same semantics as + -o for mount(8); it's now possible to specify swap options on the command + line by the same string as in fstab + +fdformat(8): + - supports new command-line options --from and --to to specify tracks and + --repair for broken floppies + +getopt(1): + - has been updated to the latest version (originally maintained outside of + util-linux) and refactored + +ldattach(8): + - has been improved to support GSM0710 and intro modem commands + +logger(1): + - supports new command-line option --id= to specify PID (or another ID) + - allows to specify --rfc3164 or --rfc5424 syslog protocols + +libfdisk: + - the library is distributed as a shared library with a stable API and a + standard header file + +libmount: + - provides a new simple API to monitor mount-table changes (including + changes in userspace mount options) + + +The debug infrastructure in the libraries libmount, libsmartcolsm, libfdisk and +libblkid allows to specify debug options by human-readable strings too. For +example "LIBMOUNT_DEBUG=all mount /mnt". + + +Stable maintenance releases between v2.25 and v2.26 +--------------------------------------------------- + +util-linux 2.25.1 [Sep 3 2014] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25.1-ChangeLog + +util-linux 2.25.2 [Oct 24 2014] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25.2-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25.2-ChangeLog + + +Changes between v2.25 and v2.26 +------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.26/ + +agetty: + - Reprompt and reprint /etc/issue when asked [Stef Walter] + - don't ignore TERM [Karel Zak] + - fix typo [Karel Zak] + - fixing FTBFS on !linux (Debian util-linux 2.20.1-1.2) [Christoph Egger] + - keep the current baud before try 9600 on serial lines [Karel Zak] + - use futimens, check for all in configure.ac [Karel Zak] + - always set default serial line speed [Karel Zak] +bash-completion: + - Invoke actual commands to be completed, not basenames [Ville Skyttä] + - fix runuser install [Mike Frysinger] + - stop being clever when listing block devices [Sami Kerola] + - use swapon label and uuid listing support [Sami Kerola] +blkdiscard: + - add support for steps and progress [Federico Simoncelli] + - fail on sector misalignment [Federico Simoncelli] + - fix compiler warning [Karel Zak] + - fix err->errx() [Karel Zak] + - fix includes [Karel Zak] + - fix underflow when offset is greater than device size [Raphael S. Carvalho] + - update man page [Karel Zak] +blkid: + - add hint about lsblk to the man page [Karel Zak] + - remove extra trailing spaces in output [Karel Zak] +blockdev: + - check return when read from sysfs [coverity scan] [Karel Zak] +build: + - fix printf warnings for icc (-Wformat-security) [Ruediger Meier] +build-sys: + - add -Wimplicit-function-declaration to compiler warnings [Karel Zak] + - add fdisk.pc [Karel Zak] + - add fdiskP.h to sources [Karel Zak] + - add hint about 'make' [Karel Zak] + - add sfdisk.static [Karel Zak] + - avoid icc warnings "ignoring unknown option" [Ruediger Meier] + - build libmount everywhere [Andreas Henriksson] + - check for libtoolize rather than libtool [Helmut Grohne] + - cleanup in libmount Makemodule [Karel Zak] + - cleanup library symbol files [Karel Zak] + - create a regular shared libfdisk.so [Karel Zak] + - create parent directory for $(PATHFILES) [Michael Marineau] + - fix UL_SCANF_TYPE_MODIFIER for icc [Ruediger Meier] + - fix double prefix with explict --libdir [Christoph Junghans] + - fix make checkincludes warnings [Sami Kerola] + - fix switch_root/pivot_root cut-n-paste error in configure.ac [Andreas Henriksson] + - free() needs stdlib.h [Ruediger Meier] + - hwclock requires -lm [Cristian Rodríguez] + - improve wording and punctuation of several messages [Benno Schulenberg] + - make scanf_cv_alloc_modifier to work [LeakSanitizer] [Sami Kerola] + - move all around clock_gettime() to monotonic.c [Karel Zak] + - old glibc requires -lrt clock_gettime() [Karel Zak] + - properly check for -lrt [Karel Zak] + - release++ (v2.26-rc1) [Karel Zak] + - release++ (v2.26-rc2) [Karel Zak] + - remove swap-common.h from sys-utils/Makemodule.am [Sami Kerola] + - support nsenter.static [Karel Zak] + - use -lutil for BSD only [Karel Zak] + - use CLOCKGETTIME_LIBS [Karel Zak] +cal: + - `color` option documentation should match actual behaviour [Eugene Yunak] + - fix signed integer overflow [AddressSanitizer] [Sami Kerola] + - use int64_t instead of long [Ruediger Meier] +cfdisk: + - actually translate the table headers and the bottom line [Benno Schulenberg] + - add libfdisk independent debug stuff [Karel Zak] + - add support for sfdisk scripts [Karel Zak] + - also recognize a lowercase 'l' for loading a script file [Benno Schulenberg] + - cleanup menuitem draw functions [Karel Zak] + - default to Quit menu item [Karel Zak] + - detect too small partition sizes [Karel Zak] + - disable some KEY_* in ui_get_wqstring() [Karel Zak] + - do not startle the user with a false message when --zero is used [Benno Schulenberg] + - don't mess up the help screen by printing the PO file header [Benno Schulenberg] + - don't modify ncurses LINES and COLS [Karel Zak] + - fix mem leak and main_menu_action() logic [coverity scan] [Karel Zak] + - fix typo in the previous commit [Karel Zak] + - force main menu to default to Quit/New menu items [Karel Zak] + - improve Dump dialog [Karel Zak] + - improve create-label UI [Karel Zak] + - improve menu clean function [Karel Zak] + - improve ui_get_size() warnings [Karel Zak] + - improve wording and consistency of the size warnings [Benno Schulenberg] + - make '?' an alias of 'h', to also show the help screen [Benno Schulenberg] + - move curs_set(1) to ui_end() [Karel Zak] + - print "wrong order" warning after startup, colorize info messages [Karel Zak] + - punctuate the bottombar messages consistently [Benno Schulenberg] + - reenable cursor when quitting [Andreas Henriksson] + - remove [Load] from menu [Karel Zak] + - remove the mistaken B from the explanation of size suffixes [Benno Schulenberg] + - shorten the help screen to make it fit within 25 lines [Benno Schulenberg] + - use only public libfdisk API [Karel Zak] + - wrong interpretation of yes in non-english language [Karel Zak] +chfn: + - add minimalistic struct chfn_control [Sami Kerola] + - clean up parse_argv() [Sami Kerola] + - fix compilation without libuser [Karel Zak] + - fix usage() regression [Sami Kerola] + - make command to obey login.defs CHFN_RESTRICT instructions [Sami Kerola] + - move new and old finger structs to chfn control struct [Sami Kerola] + - remove function prototypes [Sami Kerola] + - remove set_changed_data() and add add_missing() [Sami Kerola] + - rename prompt() to ask_new_field() [Sami Kerola] + - rewrite prompt() to use strutils [Sami Kerola] + - simplify parse_passwd() by using strsep() [Sami Kerola] + - use xasprintf() rather than bunch of strlen() and malloc() calls [Sami Kerola] +chfn, chsh: + - share illegal_passwd_chars() function [Sami Kerola] +chrt: + - add note about zero priority for IDLE and BATCH [Karel Zak] +chsh: + - allow user to set shell to /bin/sh if none is set [Sami Kerola] + - clean up parse_argv() [Sami Kerola] + - fail get_shell_list() check when /etc/shells cannot be opened [Sami Kerola] + - keep struct options in .rodata [Karel Zak] + - remove function prototypes [Sami Kerola] + - rewrite function interacting with user to get path to new shell [Sami Kerola] + - set few variables read-only and rename one of them [Sami Kerola] + - simplify check_shell() [Sami Kerola] + - simplify get_shell_list() [Karel Zak] + - use getline() to support arbitrarily long lines [Sami Kerola] +colcrt: + - slice up the usage text for ease of translation [Benno Schulenberg] +dmesg: + - Enable proper indent for messages containing line breaks [Ingo Brückl] + - improve reltime colors [Karel Zak] +docs: + - Spelling fixes [Ville Skyttä] + - add TODO entry for libblkid [Karel Zak] + - add cfdisk auto-sort to TODO file [Karel Zak] + - add howto-pull-request.txt [Sami Kerola] + - add info about *_DEBUG= to man pages [Karel Zak] + - add logger protocol notes to manual page [Sami Kerola] + - add new cfdisk request to TODO file [Karel Zak] + - add swapon -o to TODO file [Karel Zak] + - add the Sort command to the man page of cfdisk [Benno Schulenberg] + - adjust some formatting and wordings in a handful of man pages [Benno Schulenberg] + - adjust the grammar, text, sorting and formatting of logger man page [Benno Schulenberg] + - bring the chrt and taskset man pages closer to standard formatting [Benno Schulenberg] + - bring the rtcwake man page closer to standard formatting [Benno Schulenberg] + - bring the runuser and su man pages closer to standard formatting [Benno Schulenberg] + - don't use bold or italics for "[option]" in synopsis of man pages [Benno Schulenberg] + - fix grammar and punctuation and typos in 2.26 release notes [Benno Schulenberg] + - fix inconsistencies in man pages [Steven Honeyman] + - fix some things that were overlooked during the first pass [Benno Schulenberg] + - fix some wording and formatting in man page of swapon [Benno Schulenberg] + - fix some wording, grammar and formatting in man page of swapon [Benno Schulenberg] + - fix the grammar and formatting in the man page of sfdisk [Benno Schulenberg] + - fix the grammar of the recent comment about comments [Benno Schulenberg] + - fix the link to the rc1 changelog [Benno Schulenberg] + - fix two "maybe be" duplications in program comments [Benno Schulenberg] + - fix two paths of the v2.20-ReleaseNotes [Benno Schulenberg] + - fix two spellings in man page of logger [Benno Schulenberg] + - fix typos [Karel Zak] + - fix-up man-pages flagged by checkmans.sh [J William Piggott] + - give the man page of utmpdump the proper User Commands header [Benno Schulenberg] + - improve some wordings in the man page of mount [Benno Schulenberg] + - improve some wordings on the man page of wipefs [Benno Schulenberg] + - improve the description of --size in the man page of zramctl [Benno Schulenberg] + - improve the formatting of the chfn and chsh man pages [Benno Schulenberg] + - improve the grammar of the "see the changelog" phrase [Benno Schulenberg] + - improve the sorting of the options in the man page of getopt [Benno Schulenberg] + - improve the wording and formatting of the zramctl man page [Benno Schulenberg] + - make logger.1 facilities and levels easier to read [Sami Kerola] + - make the man-page licenses of chrt and taskset match their intent [Benno Schulenberg] + - make the wording of the partx man page a bit more precise [Benno Schulenberg] + - make tools/checkmans.sh to pass without warnings [Sami Kerola] + - mentintion default udp and tcp ports logger is using [Sami Kerola] + - mention nice(1) in renice(1) manual page [Sami Kerola] + - mention that setarch may not be able to set all listed architectures [Benno Schulenberg] + - remove all mention of helper= and uhelper= from umount man page [Benno Schulenberg] + - remove obsolete READMEs for (s)fdisk [Karel Zak] + - remove obsolete and unneeded comments from man-page files [Benno Schulenberg] + - restore minus symbols in long opts [J William Piggott] + - restore the alternative form of setarch in its man page [Benno Schulenberg] + - restore the mention of uhelper= and helper= in man page of umount [Benno Schulenberg] + - retrofit the dates on some old release announcements [Benno Schulenberg] + - small improvements to howto-contribute.txt [Sami Kerola] + - sort the options in the man page of sfdisk alphabetically [Benno Schulenberg] + - sort the options in the man pages of hwclock and uuidd [Benno Schulenberg] + - spelling, wording, and grammar fixes in the man page of whereis [Benno Schulenberg] + - sync the docstring of addpart, delpart and resizepart to the man page [Benno Schulenberg] + - update API docs years [Karel Zak] + - update AUTHORS file [Karel Zak] + - update TODO [Karel Zak] + - update TODO file [Karel Zak] + - update deprecation banners [Sami Kerola] + - update info about env debug variables [Karel Zak] + - update v2.26-ReleaseNotes [Karel Zak] +eject: + - add struct eject_control to remove global variables [Sami Kerola] + - add verbosity to cdrom door lock error [Sami Kerola] + - make open_device() and select_speed() to use struct eject_control [Sami Kerola] + - move unreachable code to preprocessor #else block [smatch scan] [Sami Kerola] + - use sysfs API to detect hotplug [Karel Zak] +fallocate: + - create mode 0666, that's what umask is for [Karel Zak] +fdformat: + - Add new switches -f/--from, -t/--to, -r/--repair [Jaromir Capik] + - clean up usage() [Karel Zak] + - fixing copy'n'paste issue in the manual [Jaromir Capik] +fdisk: + - (sgi) fix unsigned integer overflow [AddressSanitizer] [Sami Kerola] + - add --output <list> for print command(s) [Karel Zak] + - add --output to usage() [Karel Zak] + - add independent debug stuff [Karel Zak] + - add section about sizes to the man page [Karel Zak] + - add support for sfdisk scripts [Karel Zak] + - always print warning for mis-aligned partitions [Karel Zak] + - check return and robust label usage [coverity scan] [Karel Zak] + - fix -l [<device>] [Karel Zak] + - fix and improve -l warnings [Karel Zak] + - fix typo [Karel Zak] + - improve --list output [Karel Zak] + - missing break in switch [Boris Egorov] + - move --list functionality to separated file [Karel Zak] + - refactor /proc/partitions usage [Karel Zak] + - reset cached output fields when change disk label [Karel Zak] + - update tests and clean up output [Karel Zak] + - use libfdisk public API only [Karel Zak] +findmnt: + - document --uniq option in man page [Bernhard Voelker] + - don't parse mountinfo twice [Karel Zak] + - fix mem leaks [coverity scan] [Karel Zak] +flock: + - add error message to translations [Sami Kerola] + - zero timeout is valid [Karel Zak] +fsck: + - deallocate when no cache [coverity scan] [Karel Zak] + - fix compiler warning [-Wlogical-not-parentheses] [Karel Zak] + - use monotonic time to fsck run time measurement [Sami Kerola] +fsck.minix: + - fix segmentation fault [Sami Kerola] +fstrim: + - initialize path variable [Sami Kerola] +getopt: + - add struct getopt_control and remove global variables [Sami Kerola] + - avoid re-terminating long_option list at every update [Sami Kerola] + - change --shell argument parsing function [Sami Kerola] + - cleanup add_log_options() [Karel Zak] + - fix compiler warning [Karel Zak] + - make nonoptions optstring comment correct [Sami Kerola] + - make normalize() print strings [Sami Kerola] + - prefer switch-case rather than long if statement [Sami Kerola] + - remove function prototypes [Sami Kerola] + - remove unnecessary code [Sami Kerola] + - rename function to keep code readable [Karel Zak] + - sync with 1.1.6 release [Sami Kerola] + - use xstrdup rather than malloc + strcpy [Sami Kerola] +hexdump: + - Fix parse format of "byte count without repetition count" [HUANG Wei] + - remove deprecation message [Sami Kerola] + - use 'll' format modifier instead of the non-standard 'q'. [Natanael Copa] +hwclock: + - Add --update-drift option [J William Piggott] + - Add --update-drift option MAN [J William Piggott] + - Add ntptime reference to man-page [J William Piggott] + - Incorrect UTC defaults [JWP] + - Reduce drift factor update period [J William Piggott] + - add checking kernel vars to man-page [J William Piggott] + - add notes about default behavior changes [Karel Zak] + - adjust wording of v2.26 notes [J William Piggott] + - check for permissions before use clock interface [Karel Zak] + - cleanup man and usage() [Karel Zak] + - don't check CMOS automatically on x86_64 [Karel Zak] + - enable --directisa for x86_64 [JWP] + - exclude also i386 from CMOS auto-probing [Karel Zak] + - fix superfluous 'if' statement and typo [J William Piggott] + - hctosys drift compensation II [J William Piggott] + - hctosys drift compensation II COMMENTS [J William Piggott] + - hctosys drift compensation II MAN [J William Piggott] + - improve man-page language [J William Piggott] + - improve wording and formatting of man page [Benno Schulenberg] + - man page 'Since v2.26' notes [JWP] + - man regression [JWP] + - man-page errata [J William Piggott] + - persistent_clock_is_local [J William Piggott] + - persistent_clock_is_local MAN [J William Piggott] + - remove automatic ISA fallback [J William Piggott] + - remove referral to deprecated keyboard interface [Sami Kerola] + - update man page for v2.26 rc [JWP] + - update man-page for directisa change [J William Piggott] + - use fabs() instead abs() when argument is double [Sami Kerola] + - use pluralized translations. [Lauri Nurmi] +ibfdisk: + - (gpt) allow to maximize partition [Karel Zak] +include: + - fix compiler warnings [Sami Kerola] + - simplify fputc_careful() in carefulputc.h [Sami Kerola] +include/c: + - define UL_ASAN_BLACKLIST address_sanitizer function attribute [Sami Kerola] +include/carefulputc: + - encode also ' and $ in fputs_quoted() output [Karel Zak] +include/debug: + - allow to speficy empty masknames [Karel Zak] + - cleanup masks [Karel Zak] + - fix typo [Karel Zak] + - improve and cleanup [Karel Zak] + - make masknames optional [Karel Zak] + - remove duplicate 'const' declaration warning [Sami Kerola] +include/optutils: + - fix typo [Karel Zak] +include/statfs_magic: + - use macro rather than type for f_type [Karel Zak] +ionice: + - drop the duplicate docstring [Benno Schulenberg] +ipc*: + - use customary fputs() instead of fprintf() with the usage macros [Benno Schulenberg] +ipcrm: + - add hacks to avoid FTBFS [Andreas Henriksson] + - fix usage [Karel Zak] + - gettextize the command synopsis of the usage text [Benno Schulenberg] +ipcs: + - fix shmctl() usage [Karel Zak] + - fix two data type errors [AddressSanitizer] [Sami Kerola] + - in usage show resource option as nonoptional when used with -i [Benno Schulenberg] + - remaining kFreeBSD hackery for building. [Aurelien Jarno] + - remove FIXME markup [Sami Kerola] +last: + - improve code readability by renaming variable names [Sami Kerola] + - make is_phantom() when kernel config does not include audit support [Sami Kerola] +ldattach: + - GSM0710 support, add intro modem command [Karel Zak] + - add fallback for N_GSM0710 [Karel Zak] +lib: + - fix crc32 and crc64 integer overflows [AddressSanitizer] [Sami Kerola] + - remove xgetpass() [Sami Kerola] +lib/blkdev: + - report correct disk size on GNU/kFreeBSD. Thanks Tuco. [Robert Millan] +lib/colors: + - add function to return color from scheme [Karel Zak] + - fix double free on error path [Andreas Henriksson] + - use static buffers when parse scheme [Karel Zak] +lib/ismounted: + - make it more compatible with lsblk output [Karel Zak] +lib/loopdev: + - remove test program [Karel Zak] + - replace custom DBG() with include/debug.h [Karel Zak] +lib/mbalign: + - fix unsigned integer overflow [AddressSanitizer] [Sami Kerola] +lib/strutils: + - accept not just 'B' but also lowercase 'b' in a size suffix [Benno Schulenberg] +lib/swapprober: + - add missing header file [Karel Zak] +lib/sysfs: + - add subsystem and hotplug detection [Karel Zak] + - allow to write to sysfs attributes [Karel Zak] + - use ssize_t for sysfs_readlink() [coverity scan] [Karel Zak] +libblkid: + - (bcache) fix keys usage [Karel Zak] + - (gpt) fix PT offset [Karel Zak] + - (gpt) use real sector size to set PTMAGIC_OFFSET [Karel Zak] + - (hfs) avoid overflow [coverity scan] [Karel Zak] + - (nilfs) fix typo [Boris Egorov] + - assume strtoull() is available [Sami Kerola] + - care about unsafe chars in cache [Karel Zak] + - clean up debug, add "help" debug mask [Karel Zak] + - fix compiler warnings [-Wpointer-sign] [Karel Zak] + - fix macro redefinition [coverity scan] [Karel Zak] + - fix potential bufer overflows [Sebastian Krahmer] + - improve MBR vs. FAT + boot sector detection [Karel Zak] + - move string trim function to strutils.h [Karel Zak] + - set SBMAGIC for nilfs2 [Karel Zak] + - superblocks Add function blkid_probe_set_utf8_id_label for setting utf8 id label [Pali Rohár] + - udf Fix reading LABEL, add support for UUID and other udf identifiers [Pali Rohár] + - zeroize errno on blkid_probe_get_buffer() success [Karel Zak] +libfdisk: + - (bsd) add set_part() API [Karel Zak] + - (docs) fix typo [Karel Zak] + - (dos) allow to maximize partition [Karel Zak] + - (dos) be sure that sorted EBR list is terminated [Karel Zak] + - (dos) delete also logical with extended [Karel Zak] + - (dos) don't inform about logical partition [Karel Zak] + - (dos) fix N-1 error for partition size [Karel Zak] + - (dos) fix booable flag usage [Karel Zak] + - (dos) fix logical partitions add/delete code [Karel Zak] + - (dos) fix logical partitions errors handling [Karel Zak] + - (dos) fix typo [Karel Zak] + - (dos) follow bootable setting when add partition [Karel Zak] + - (dos) follow explicit sizes [Karel Zak] + - (dos) implement fdisk_set_partition() backend [Karel Zak] + - (dos) make a helpful message fit within 80 characters [Benno Schulenberg] + - (dos) more carefully check for primary partitions [Karel Zak] + - (dos) reset logical partition stuff after error [Karel Zak] + - (dos) set partition start/size only when requested [Karel Zak] + - (dos) use script label-id [Karel Zak] + - (dos) write new empty label too [Karel Zak] + - (gpt) add Microsoft Storage Spaces GUID [Sergei Antonov] + - (gpt) allow to specify attr bit by API [Karel Zak] + - (gpt) allow to specify uuid and name when create new partition [Karel Zak] + - (gpt) check return from GUID parser [coverity scan] [Karel Zak] + - (gpt) check string_to_guid() [Karel Zak] + - (gpt) cleanup header size usage [Karel Zak] + - (gpt) don't align last possible LBA [Karel Zak] + - (gpt) don't offer first sector before the first partion [Karel Zak] + - (gpt) fix N-1 error for partition size [Karel Zak] + - (gpt) follow explicit size, fiz size+1 buf [Karel Zak] + - (gpt) follow label-id from script [Karel Zak] + - (gpt) implement fdisk_set_partition() backend [Karel Zak] + - (gpt) make mode more readable [Karel Zak] + - (gpt) parse attr bits [Karel Zak] + - (gpt) remove 'Cylinders' [Karel Zak] + - (gpt) set_{name,uuid} functions refactoring [Karel Zak] + - (gpt) use generic API to change UUID and name [Karel Zak] + - (sgi) add set_part() API [Karel Zak] + - accept Start offset in {B,M,G..}iB in sfdisk scripts [Karel Zak] + - accept dump with quotes [Karel Zak] + - actually translate the human-readable name of the partition type [Benno Schulenberg] + - add API docs [Karel Zak] + - add comments to header file [Karel Zak] + - add docs for BSD functions [Karel Zak] + - add docs for DOS functions [Karel Zak] + - add docs for GPT functions [Karel Zak] + - add docs for SGI functions [Karel Zak] + - add docs for SUN functions [Karel Zak] + - add docs for init functions [Karel Zak] + - add docs for iterator [Karel Zak] + - add fdisk_apply_table() and fdisk_delete_all_partitions() [Karel Zak] + - add fdisk_copy_parttype() [Karel Zak] + - add fdisk_label_get_field_by_name() and const for labels [Karel Zak] + - add fdisk_partition_is_bootable() [Karel Zak] + - add fdisk_partition_is_wholedisk() [Karel Zak] + - add fdisk_set_partition() [Karel Zak] + - add functions to apply partitiong scripts [Karel Zak] + - add functions to play nasty games with first/last LBA [Karel Zak] + - add geometry to API, cleanup [Karel Zak] + - add more comments [Karel Zak] + - add ref.counting to ask API [Karel Zak] + - add reference to context to dump [Karel Zak] + - add some docs [Karel Zak] + - add support for sfdisk-like script format [Karel Zak] + - add version.c [Karel Zak] + - allow to specify partition size by explicit number of sectors [Karel Zak] + - basic fdisk_dump_* functions [Karel Zak] + - clean up API (alignment.c) [Karel Zak] + - clean up API (context.c) [Karel Zak] + - clean up debug, add help debug mask [Karel Zak] + - cleanup ask API, add comments [Karel Zak] + - cleanup context devname usage [Karel Zak] + - cleanup fdisk_is_label stuff [Karel Zak] + - cleanup fdisk_partition_to_string() comment [Karel Zak] + - cleanup gtk-docs warnings [Karel Zak] + - cleanup internal drivers' API [Karel Zak] + - cleanup label geometry API [Karel Zak] + - cleanup partno API [Karel Zak] + - cleanup parttype API [Karel Zak] + - cleanup script dump [Karel Zak] + - cleanup script size= code [Karel Zak] + - consolidate script parser code [Karel Zak] + - don't align very small partitions [Karel Zak] + - don't use off_t in public API [Karel Zak] + - extend dump parsing function [Karel Zak] + - fdisk_label_is_labeltype() [Karel Zak] + - fdisk_read_firstsector should seek to offset 0 [Samuel Thibault] + - final parttype API cleanup [Karel Zak] + - fix add_logical() assert [Karel Zak] + - fix bug in cmp_numbers() and partitions sorting [Karel Zak] + - fix cfdisk freespace analyze [Karel Zak] + - fix compiler warning [Karel Zak] + - fix fdisk_delete_all_partitions() [Karel Zak] + - fix fdisk_get_optimal_iosize() and update tests [Karel Zak] + - fix fdisk_partition_get_parent() docs [Karel Zak] + - fix get_partition_unused_primary() [Boris Egorov] + - fix issues with very small partitions [Karel Zak] + - fix partition names on GNU Hurd. [Gabriele Giacone] + - fix possible mem leak [coverity scan] [Karel Zak] + - fix script next_token() [Karel Zak] + - fix script parser [Karel Zak] + - fix script parser, add debug messages [Karel Zak] + - fix script partitions size parsing [Karel Zak] + - fix script unit test [Karel Zak] + - fix some typos [Karel Zak] + - fix sun and sgi to be usable from sfdisk [Karel Zak] + - fix table_add_freespace(), add debug messages [Karel Zak] + - fix typo [Karel Zak] + - follow explicitly specified partition size [Karel Zak] + - grain is in bytes, fix previous patches [Karel Zak] + - ignore whole-disk partition when check order [Karel Zak] + - improve debug messages [Karel Zak] + - make code more readable [Karel Zak] + - make fdisk_partition_to_string() more robust [coverity scan] [Karel Zak] + - make it possible to get fields for all labes [Karel Zak] + - make it possible to use zero for size and start [Karel Zak] + - make label names case insensitive [Karel Zak] + - make script header parser more pedantic [Karel Zak] + - make yes/no dialogs more robust [Karel Zak] + - more docs [Karel Zak] + - move fdisk_ask_partnum() to API [Karel Zak] + - move get_parttypes to label API [Karel Zak] + - propagate assign-device operation to parent [Karel Zak] + - remove 'end' from struct fdisk_partition [Karel Zak] + - remove debug dump function, cleanup API [Karel Zak] + - remove dependence on libsmartcols [Karel Zak] + - remove flags from fdisk_ask API [Karel Zak] + - remove old label drives' API for parttypes [Karel Zak] + - rename and move function [Karel Zak] + - rename fdisk_column to fdisk_field [Karel Zak] + - rename fdisk_dump_ to fdisk_script_ [Karel Zak] + - rename sector_t to fdisk_sector_t [Karel Zak] + - return partno when add new partition [Karel Zak] + - support unknown partition types in sfdisk scripts [Karel Zak] + - use new set_part API in fdisk_set_partition_type() [Karel Zak] + - use reference counting for context [Karel Zak] + - use skip_blank() in scripts [Karel Zak] + - vary basic dump parsing functions [Karel Zak] +libmount: + - (docs) add monitor example [Karel Zak] + - (monitor) add kernel mountninfo monitoring [Karel Zak] + - (monitor) cleanup wait/verify stuff [Karel Zak] + - (monitor) make mnt_monitor_next_changed() usable for epoll version too [Karel Zak] + - (monitor) use inotify for utab lock file [Karel Zak] + - MNT_OMODE_FORCE usage [Fridolin Pokorny] + - add --enable-libmount-force-mountinfo [Karel Zak] + - add new libmnt_monitor API [Karel Zak] + - add options map to docs [Karel Zak] + - add private mnt_context_get_mtab_for_target() [Karel Zak] + - allow unspecified source on remount [Karel Zak] + - clean up debug, add help debug mask [Karel Zak] + - cleanup gtk-docs warnings [Karel Zak] + - cleanup monitor test [Karel Zak] + - don't return root if path contains // or ending / [Søren Holm] + - don't use /{proc,ext}/filesystems when more fs types specified [Karel Zak] + - fix lock test to use real time to sync [Karel Zak] + - fix mem leak in do_mount_by_types() [coverity scan] [Karel Zak] + - fix memory overflow [AddressSanitizer] [Sami Kerola] + - fix mnt_is_readonly() #ifdef [Karel Zak] + - fix possible mem leak in has_utab_entry() [coverity scan] [Karel Zak] + - fix type pointer usage [Karel Zak] + - fix utab entry on remount [Karel Zak] + - hide details about failed search in fstab/mtab [Karel Zak] + - improve kernel command line parsing [Mike Frysinger] + - improve mnt_reset_fs() [Karel Zak] + - improve remount logic [Karel Zak] + - make public top-level monitor FD only [Karel Zak] + - monitor unref function refactoring [Karel Zak] + - only include context on linux [Andreas Henriksson] + - only invoke loopcxt on linux [Andreas Henriksson] + - provide version as int for better compiletime test [Søren Holm] + - read utab always when read mtab from /proc [Karel Zak] + - remove assert(arg) from public functions [Karel Zak] + - reuse allocated fs in parser [Karel Zak] + - revert "read mtab on remount" idea [Karel Zak] + - split monitor initialization [Karel Zak] + - use -t for type.subtype in helpers API [Karel Zak] +libs/debug: + - accept human readable names for _DEBUG= [Ondrej Oprala] +libsmartcols: + - (docs) improve section descriptions [Karel Zak] + - clean up debug, add help debug mask [Karel Zak] + - cleanup gtk-docs warnings [Karel Zak] + - fix docs namespace [Karel Zak] + - remove assert(arg) from public functions [Karel Zak] + - remove unnecessary check [coverity scan] [Karel Zak] + - use ASCII art for trees rather than padding [Karel Zak] +libuuid: + - add extern qualifiers to uuid/uuid.h system header [Sami Kerola] + - remove _SVID_SOURCE pre-processor definition [Sami Kerola] +line: + - use util-linux conventions [Sami Kerola] +linfdisk: + - cleanup fsync usage [Karel Zak] +linmount: + - (monitor) refresh docs, headers and symbols table [Karel Zak] +logger: + - add --socket-errors compatibility option [Sami Kerola] + - add function pointer to choose how logging is done [Sami Kerola] + - add hostname to rfc3164 message [Sami Kerola] + - add process --id=parent optional argument [Sami Kerola] + - add rfc5424 support [Sami Kerola] + - allow use of --id=ppid when logging locally [Sami Kerola] + - check availability of ntp_gettime() [Samuel Thibault] + - clean up strings usage [Karel Zak] + - do not rely only getlogin(3) telling who ran the command [Sami Kerola] + - ensure program writes everything to syslog file descriptor [Sami Kerola] + - fix -i=ppid [Karel Zak] + - fix indentation issues [Sami Kerola] + - fix untranslated message [Karel Zak] + - gettimeofday needs <sys/time.h> [Andreas Henriksson] + - improve readablity of pencode() function [Sami Kerola] + - improve usage() [Karel Zak] + - make --stderr print remote server messages [Sami Kerola] + - optimize string initializations [Sami Kerola] + - refactor long if clause [Sami Kerola] + - remove openlog(3) options [Sami Kerola] + - require --{server,socket} to remote rfc542/rfc3164 log [Karel Zak] + - set function arguments read-only when possible [Sami Kerola] + - tidy up main() by adding small functions and ctl data [Sami Kerola] + - use generic --id=<id> [Karel Zak] + - warn when --file and command line message are combined [Sami Kerola] +login: + - Fix unused variables in login.c if _HAVE_UT_TV isn't defined [Will Johansson] + - fix mem leak in init_environ() [coverity scan] [Karel Zak] + - ignore SIGXFSZ when write to lastlog [Karel Zak] +login-utils: + - Enable building util-linux against OpenPAM [Will Johansson] + - use libc error printing facility [Sami Kerola] +look: + - remove dead code [Sami Kerola] + - slice up the usage text for ease of translation [Benno Schulenberg] +losetup: + - improve man page -D docs [Karel Zak] +lsblk: + - add HOTPLUG column [Karel Zak] + - add SUBSYSTEMS column [Karel Zak] + - add notes about udev to the man page [Karel Zak] + - fix compiler warning [Sami Kerola] + - implement SOMEOK (=64) return code [Karel Zak] +lscpu: + - add s-Par support [Benjamin Romer] + - blacklist vmware_bdoor() AddressSanitizer check [Sami Kerola] + - clean up vmware inline asm [Mike Frysinger] + - cleanup ppc virtualization detection [Karel Zak] + - detect also QEMU emulation on ppc [Karel Zak] + - fix compiler error [-Werror=format-security] [Karel Zak] + - fix cppcheck warnings [Boris Egorov] + - fix typos in ppc code [Karel Zak] + - theoretical buffer overflow [Tobias Stoeckmann] +lslocks: + - fix type warning [Sami Kerola] +lslogins: + - add space to systemd journal header and message [Sami Kerola] + - align usage() and manual with struct option longopts [Sami Kerola] + - allow changing password changed and expiration time formats [Sami Kerola] + - cleanup after error [coverity scan] [Karel Zak] + - fix -l -g logic [Karel Zak] + - fix assertion failure for none existing logins [Sami Kerola] + - fix short options [Sami Kerola] + - free after error [coverity scan] [Karel Zak] + - make journald last logs time stamps to honor --time-format [Sami Kerola] + - reject unknown time format arguments [Sami Kerola] + - tell why command failed [Sami Kerola] + - use hardcoded paths from pathnames.h [Sami Kerola] +maint: + - fix shadow declaration [Sami Kerola] +mcookie: + - avoid format warning [Bernhard Voelker] +misc: + - use monotonic time rater than gettimeofday [Karel Zak] +mkfs.minix: + - fix couple compiler warnings [Sami Kerola] +mkswap: + - add struct mkswap_control to remove global variables [Sami Kerola] + - always use header from control struct [Karel Zak] + - coding style improvements [Karel Zak] + - device open code refactoring [Karel Zak] + - device write code refactoring [Karel Zak] + - make final report more human readable [Karel Zak] + - make remaining functions to take control structure as argument [Sami Kerola] + - remove memory leaks [LeakSanitizer] [valgrind] [Sami Kerola] + - remove system architecture specific max swap size checks [Sami Kerola] + - remove unnecessary size check [Sami Kerola] + - set variable only when it's value is known [Sami Kerola] + - use err() rather than perror() && exit() [Sami Kerola] + - various minor improvement [Sami Kerola] +more: + - blacklist unsigned integer overflow [AddressSanitizer] [Sami Kerola] + - fix compiler warnings [Karel Zak] + - fix repeat search crash [Sami Kerola] + - replace ad-hoc support for plurals with gettext plurals. [Lauri Nurmi] +mount: + - Add documentation of FAT mount option time_offset [Jan Kara] + - Further FAT mount option update [Jan Kara] + - clean up -t info in mount.8 and fstab.5 [Karel Zak] + - don't ignore mtab for --bind -o remount [Karel Zak] + - improve --move docs [Karel Zak] +mountpoint: + - add struct mountpoint_control [Sami Kerola] + - clarify that it works on files [Dave Reisner] + - drop S_ISDIR check [Dave Reisner] + - simplify if statement [Sami Kerola] +newgrp: + - avoid use of obsolete getpass() function [Sami Kerola] + - move shell determination closer where it is used [Sami Kerola] + - set function arguments read-only when possible [Sami Kerola] + - simplify if else clauses [Sami Kerola] + - use libc function to read gshadow if it is available [Sami Kerola] +nsenter: + - add --preserve-credentials and cleanup setgroups() usage [Karel Zak] + - allow to use --set{uid,gid} for all namespaces [Karel Zak] + - keep semantic consistent [Karel Zak] +partx: + - add --update to ul_excl_twq list [Karel Zak] + - don't use "hard drive" in man pages [Karel Zak] + - simplify a --verbose progress message [Benno Schulenberg] +po: + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Písař] + - update da.po (from translationproject.org) [Joe Hansen] + - update de.po (from translationproject.org) [Mario Blättermann] + - update es.po (from translationproject.org) [Antonio Ceballos Roa] + - update fi.po (from translationproject.org) [Lauri Nurmi] + - update fr.po (from translationproject.org) [David Prévot] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update pt_BR.po (from translationproject.org) [Rafael Ferreira] + - update ru.po (from translationproject.org) [Pavel Maryanov] + - update uk.po (from translationproject.org) [Yuri Chornoivan] + - update vi.po (from translationproject.org) [Trần Ngọc Quân] + - update zh_CN.po (from translationproject.org) [Wylmer Wang] + - update zh_TW.po (from translationproject.org) [Wei-Lun Chao] +raw: + - fix raw query [Karel Zak] +rename: + - add getpriority() message lookup table [Sami Kerola] + - allow renaming in subdirectories [Sami Kerola] + - continue despite something failed [Sami Kerola] + - use function pointer to select file or symlink operation [Sami Kerola] + - use strrchr() instead of rindex() [Sami Kerola] + - use usage and version print out macros [Sami Kerola] +renice: + - avoid having same lines of code twice [Sami Kerola] + - disallow --priority <arg> without pid argument [Sami Kerola] + - fix numeric uid argument parsing [Sami Kerola] + - reorder functions to avoid need of function prototype [Sami Kerola] + - reorder usage() option descriptions [Sami Kerola] +script: + - may be hangs [Andreas Henriksson] + - no logging for non-interactive shells [Stanislav Brabec] + - script.1 Improve documentation of non-interactive behavior [Stanislav Brabec] +setarch: + - cleanup options usage [Karel Zak] + - differentiate between "unrecognized" and "cannot set" [Benno Schulenberg] + - fix --list [Karel Zak] + - fix typo (missing braces) for ppcle [Ruediger Meier] + - make the usage synopsis comprehensible for translators [Benno Schulenberg] + - print error when command runs without arguments [Sami Kerola] + - reindent code [Sami Kerola] + - use personality() system call when it is available [Sami Kerola] +setterm: + - fix dubious one-bit signed bitfield [smatch scan] [Sami Kerola] +sfdisk: + - --list just one device [Karel Zak] + - actually translate the table headers by calling gettext() [Benno Schulenberg] + - add --activate [Karel Zak] + - add --append [Karel Zak] + - add --backup and --backup-file [Karel Zak] + - add --dump functionality [Karel Zak] + - add --label-nested for hybrid GPT [Karel Zak] + - add --list-types [Karel Zak] + - add --name [Karel Zak] + - add --no-act [Karel Zak] + - add --no-reread and --force [Karel Zak] + - add --output <list> for print command(s) [Karel Zak] + - add --part-attrs [Karel Zak] + - add --parttype [Karel Zak] + - add --quiet [Karel Zak] + - add --show-size [Karel Zak] + - add --unit and --show-geometry, update deprecated.txt [Karel Zak] + - add --uuid command [Karel Zak] + - add --verify [Karel Zak] + - add comments, remove unnecessary function [Karel Zak] + - add deprecated --Linux [Karel Zak] + - add missing stuff to usage() [Karel Zak] + - ask on EOF [Karel Zak] + - basic main() and friends [Karel Zak] + - be sensitive to PT limits [Karel Zak] + - cleanup comments and command_activate() [Karel Zak] + - cleanup isatty() usage [Karel Zak] + - cleanup option names [Karel Zak] + - cleanup sync() usage, fix --activate [Karel Zak] + - cleanup usage() and long options [Karel Zak] + - fix --bytes [Karel Zak] + - fix --id fallthrough [coverity scan] [Karel Zak] + - fix compiler warnings about uninitialized variables [Sami Kerola] + - fix version typos in man page [Karel Zak] + - implement --list [Karel Zak] + - implement command_fdisk() [Karel Zak] + - improve UI [Karel Zak] + - in the usage text show -v for --version instead of -V [Benno Schulenberg] + - include rpmatch.h [Sami Kerola] + - leave on error [Karel Zak] + - make dump format usable on stdin [Karel Zak] + - more update to the man page [Karel Zak] + - require confirmation before write to the device [Karel Zak] + - return deterministic value from sfdisk_deinit() [Sami Kerola] + - support -N for primary partitions [Karel Zak] + - update man page [Karel Zak] + - update usage() [Karel Zak] + - use fdisk_set_partition_type() [Karel Zak] + - use pluralized translation. [Lauri Nurmi] +strutils: + - fix unsigned integer overflows [AddressSanitizer] [Sami Kerola] +su: + - fix mem leak in modify_environ() [coverity scan] [Karel Zak] + - print proper core dump message when killed [pcpa] +sulogin: + - make sure that fallback FD is valid [coverity scan] [Karel Zak] +sulogin, hwclock: + - use xusleep() instead of usleep() [Sami Kerola] +swaplabel: + - move swapon-common to include directory [Sami Kerola] +swapoff: + - swapoff swap files by LABEL and UUID [Karel Zak] +swapon: + - add -o <list> for compatibility with mount [Karel Zak] + - align available columns section in usage() [Sami Kerola] + - don't print errors as data in smartcols table [Karel Zak] + - don't use empty strings for smartcols output [Karel Zak] + - improve man page notes about holes [Karel Zak] + - remove extra word from usage [Karel Zak] + - remove invalid error string print outs [Sami Kerola] + - reword some usage strings [Benno Schulenberg] + - share get_swap_prober() with swaplabel to print uuid and label [Sami Kerola] + - split swapon-common.c [Karel Zak] +switch_root: + - document that maintains /run too [Karel Zak] + - improve statfs->f_type portability [Karel Zak] +tailf: + - slice up the usage text for ease of translation [Benno Schulenberg] +terminal-colors.d: + - add debug stuff [Karel Zak] + - add note about comments to man page [Karel Zak] + - fix filter by name [Karel Zak] +tests: + - Add UDF hdd image created by Linux mkudffs [Pali Rohár] + - Add UDF hdd image created by Linux mkudffs with custom params [Pali Rohár] + - Add UDF hdd image created by NetBSD newfs_udf (from UDFclient 0.7.5) [Pali Rohár] + - Add UDF hdd image created by NetBSD newfs_udf (from UDFclient 0.7.7) [Pali Rohár] + - Add UDF hdd image created by Windows 7 [Pali Rohár] + - Fall back on host/getent in ts_resolve_host [Andreas Henriksson] + - add PMBR sfdisk test [Karel Zak] + - add blkdiscard offsets test [Federico Simoncelli] + - add debug tests [Ondrej Oprala] + - add function to change directory reliable way [Sami Kerola] + - add more getopt tests [Sami Kerola] + - add mount -t test [Karel Zak] + - add rename(1) checks [Sami Kerola] + - add rename(1) return value check [Sami Kerola] + - add sfdisk GPT tests [Karel Zak] + - add sfdisk test [Karel Zak] + - allow non-inotify tailf to keep up [Andreas Henriksson] + - apply travis clang PATH workaround [Sami Kerola] + - check for wipefs and helpers in fdisk tests [Karel Zak] + - cleanup libmount debug test [Karel Zak] + - copy test-suite from Frodo Looijaard's getopt [Sami Kerola] + - don't check the current ipcs limits [Karel Zak] + - don't hardcode devnames [Karel Zak] + - fix fdisk/bsd again for big endian [Ruediger Meier] + - fix fdisk/bsd for the two possible sectors/offsets [Aurelien Jarno] + - fix memory leak [AddressSanitizer] [Sami Kerola] + - fix rename subdir check that was failing in travis [Sami Kerola] + - fix swaplabel test for 9a83b03c [Ruediger Meier] + - fix the ipcs test for shmall being too big to show [Karel Zak] + - improve some wordings of the output [Benno Schulenberg] + - kill output message change [Sami Kerola] + - make ipcs limit calculations work when numbers are large [Sami Kerola] + - mark python libmount tests known to fail with AddressSanitizer [Sami Kerola] + - python tests should not remove user's LD_LIBRARY_PATH [Ruediger Meier] + - scsi_debug workaround [Karel Zak] + - simplify and update swaplabel test [Karel Zak] + - skip kill -SEGV test when running AddressSanitizer [Sami Kerola] + - test cazy sizes for sfdisk [Karel Zak] + - update MBR sort test [Karel Zak] + - update UDF test (add identifiers) [Pali Rohár] + - update bsd test [Karel Zak] + - update build tests [Karel Zak] + - update build-sys tests [Karel Zak] + - update fdisk formatting [Karel Zak] + - update fdisk tests [Karel Zak] + - update sfdisk tests [Karel Zak] + - use ts_cd everywhere to change direcrory [Sami Kerola] +textual: + - "ambivalent" applies to intentions, "ambiguous" to results [Benno Schulenberg] + - add a comma for clarity, plus some other tweaks [Benno Schulenberg] + - add a docstring to most of the utilities [Benno Schulenberg] + - angular brackets around a non-literal argument, singular [Benno Schulenberg] + - do not start option descriptions with a capital [Benno Schulenberg] + - fix couple typos in comments [Sami Kerola] + - fix some typos and inconsistencies in various messages [Benno Schulenberg] + - fix spellos and inconsistencies in several program messages [Benno Schulenberg] + - fix various minor typos [Yuri Chornoivan] + - grammarize an error message [Benno Schulenberg] + - grammarize an informative message, and tweak some comments [Benno Schulenberg] + - grammarize and harmonize the stat error message [Benno Schulenberg] + - grammarize another error message [Benno Schulenberg] + - improve error messages [Sami Kerola] + - list the options of setarch in a more alphabetical order [Benno Schulenberg] + - make the license of chrt and taskset slightly more explicit [Benno Schulenberg] + - not using angular brackets around literal arguments [Benno Schulenberg] + - put option and its description into a single translatable string [Benno Schulenberg] + - remove some inconsistent periods from error messages [Benno Schulenberg] + - share crypt() error message in sulogin and newgrp [Sami Kerola] + - slice up the usage text of swapon for ease of translation [Benno Schulenberg] + - sort the options in the usage text of sfdisk alphabetically [Benno Schulenberg] + - there may be no space between option and optional =arg [Benno Schulenberg] + - use a somewhat clearer and more standard failure message [Benno Schulenberg] + - use angular brackets around each individual argument [Benno Schulenberg] + - use manual tail usage() macro [Sami Kerola] + - use usage() text element macros [Sami Kerola] + - use version printing macro everywhere [Sami Kerola] + - using angular brackets around individual arguments [Benno Schulenberg] +tools: + - checkman.sh portability [J William Piggott] + - checkman.sh portability lexgrog [J William Piggott] + - checkmans.sh add stats [J William Piggott] + - checkmans.sh clean up 'let' [J William Piggott] +travis: + - whitelist branches [Karel Zak] +ul: + - fix filter() indentation [Sami Kerola] + - remove unexplained TERM=lpr override [Sami Kerola] +umount: + - read mountinfo if --detach-loop given [Robert Schiele] +unshare: + - Fix --map-root-user to work on new kernels [Eric W. Biederman] + - add --setgroups=deny|allow [Karel Zak] + - add some examples [Lubomir Rintel] +utmpdump: + - don't pass parameter of type "struct utmp" by value [coverity scan] [Karel Zak] +uuidd: + - Fixed a typo in daemon logging message [Nikolay Sivov] +various: + - erase all traces of the long-obsolete ext filesystem [Benno Schulenberg] + - erase all traces of the long-obsolete xiafs [Benno Schulenberg] +wall: + - wrap message header when it exceeds 79 characters [Sami Kerola] +whereis: + - cleanup debug stuff, fix argv[] usage [Karel Zak] + - lookup also info docs [Karel Zak] + - reset search mask more carefully [Karel Zak] +wipefs: + - fix FD leak on error [coverity scan] [Karel Zak] +zramctl: + - add bash completion script [Sami Kerola] + - add details to --size option documentation [Sami Kerola] + - cannonicalize devname when no fullpath specified [Karel Zak] + - fail status printout when device does not exist [Karel Zak] + - fix the wording of some message strings [Benno Schulenberg] + - fix typo [Karel Zak] + - fixed two -Wformat-security warnings [Steven Honeyman] + - improve error message [Sami Kerola] + - improve option combination error messaging [Sami Kerola] + - remove extra \n from usage() [Karel Zak] + - add new command to control /dev/zramN devices [Karel Zak, Timofey Titovets] diff --git a/Documentation/releases/v2.27-ReleaseNotes b/Documentation/releases/v2.27-ReleaseNotes new file mode 100644 index 0000000..c0e5b1b --- /dev/null +++ b/Documentation/releases/v2.27-ReleaseNotes @@ -0,0 +1,765 @@ +Util-linux 2.27 Release Notes +============================= + +The command tailf is deprecated in favour of tail -f from coreutils. + +The command unshare provides a new option --propagation=slave|shared|private|unchanged +to control propagation in mount namespaces. The default is "private" now. The +new default unifies unshare behavior and makes it independent of distribution +default. The unshare supports persistent namespaces too (no process has to run +to keep namespace in existence). + +The command mount(8) supports read-only binds in one step by the options +"bind,ro" (command line or fstab). This feature is implemented by additional +remount mount(2) syscall and it is not atomic. + +The commands fdisk and sfdisk can be compiled with GNU readline support to +improve their line-editing functionality. + +The library libsmartcols and the commands findmnt, losetup, lsblk, lslocks, +sfdisk and lsipc provide output in JSON format. + +The command mkfs (deprecated in favour of mkfs.<type>) does not use hard-coded +paths, but it follows $PATH. + +The command script has been massively improved to be more robust and less +complex. Now all is implemented by one process which monitors the running +session by poll(), signalfd(), etc. + +The command sulogin supports locked root accounts if the command-line option +--force is specified. Read the sulogin man page before you use it! + +The command agetty reloads the prompt on address changes if network information +is displayed. + +util-linux now supports and enables colors by default. It is possible to change +this behavior with --disable-colors-default to be more user-friendly to colorblind +people. The colors can still be enabled by editing /etc/terminal-colors.d. See +terminal-colors.d(5). + +The command cfdisk displays more information about the selected partition +(partition UUID, filesystem identifiers, mountpoint, etc.). This extra window +can be toggled with the 'x' key. + +The command fdisk provides a new command 'F' to print free, unpartitioned space +(gaps) on the disk. The same functionality is provided by sfdisk through the +option --list-free. The fdisk command wipes the beginning of the device by +default; the new option --protect-boot disables this behavior. The new fdisk +command 'i' provides more information about a specified partition. + +The command cal supports the new options --twelve and --months <n> to display +the next twelve or <n> months. + +The command rtcwake supports a new option --list-modes to list available modes, +and a new option --date for human-readable times. rtcwake does not support +RTC_ALM_READ and RTC_ALM_SET fallbacks any more. + +The util-linux code is possible rebuild with --disable-assert now. + + +Security issues +--------------- + +CVE-2015-5224 - chfn, chsh file name collision due to incorrect mkstemp use if + compiled without libuser. + [thanks to Qualys Security Advisory team; qualys.com] + + +Stable maintenance releases between v2.26 and v2.27 +--------------------------------------------------- + +util-linux 2.26.1 [Mar 3 2015] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26.1-ChangeLog + +util-linux 2.26.2 [Apr 4 2015] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26.2-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26.2-ChangeLog + + +Changes between v2.26 and v2.27 +------------------------------- + + For more details see ChangeLog files at: + https://www.kernel.org/pub/linux/utils/util-linux/v2.27/ + +agetty: + - Reprompt once the network addresses change if address displayed [Stef Walter] + - cleanup plymouth usage [coverity scan] [Karel Zak] + - make sure that reload file exists [Karel Zak] + - reload issue on --autologin --login-pause too [Karel Zak] + - support /usr/lib/os-release too [Karel Zak] +bash-completion: + - cal add --twelve and --color options [Sami Kerola] + - handle comma-separated options [Boris Egorov] + - remove unused variables [shellcheck] [Boris Egorov] + - sync lscpu completion with code [Boris Egorov] + - update few options changed since v2.26 [Sami Kerola] +blkid: + - another hint to the man page [Karel Zak] + - be more precise in the man page [Karel Zak] + - don't ignore info about partitions on non-formated devices [Karel Zak] + - make zfs detection more robust [Michal Humpula] +build-sys: + - add --disable-assert [Karel Zak] + - add --disable-cal [Karel Zak] + - add --disable-colors-default [Karel Zak] + - add --enable-usrdir-path [Karel Zak] + - add --with-readline [Ondrej Oprala] + - add --without-* for all libs [Karel Zak] + - add HAVE_LIBMOUNT [Karel Zak] + - add TINFO_LIBS_STATIC [Karel Zak] + - add new compiler warnings [Karel Zak] + - allow autoconf < 2.64 to be used [Kir Kolyshkin] + - allow gettext 0.17 to be used [Kir Kolyshkin] + - cleanup realtime lib usage [Karel Zak] + - define cfdisk dependence on open_memstream [Karel Zak] + - fix READLINE_LIBS_STATIC usage for fdisk [Karel Zak] + - fix parallel builds w/setarch links [Mike Frysinger] + - fix test_colors build [Karel Zak] + - fix typo [Karel Zak] + - include errno.h instead of argp.h [Chen Qi] + - make autogen.sh more robust [Karel Zak] + - mark script(1) as Linux only due to signalfd() [Karel Zak] + - ncurses is optional, don't fail when missing [Karel Zak] + - python is optional, don't fail when missing [Karel Zak] + - release++ (v2.27-rc1) [Karel Zak] + - release++ (v2.27-rc2) [Karel Zak] + - support static build with readline [Karel Zak] + - support unshare.static [Georg Schiesser] + - typo -ltinfo [Ruediger Meier] + - use REALTIME_LIBS for script [Karel Zak] +cal: + - add -Y and -n <num> [Max Klinger, Karel Zak] + - care about setuprterm() result [Karel Zak] + - check biggest week number correctly when highlighting [Sami Kerola] + - correct gregorian week numbering [Sami Kerola] + - correct the man page the reformation eliminated eleven days, not ten [Benno Schulenberg] + - fix January 1753 week number printout [Sami Kerola] + - replace magic constants with symbolical values [Sami Kerola] +cfdisk: + - allow an uppercase X to toggle the extra info [Benno Schulenberg] + - check return value [coverity scan] [Karel Zak] + - cleanup extra partitions info for slang [Karel Zak] + - don't print obsolete CHS addresses [Karel Zak] + - fix condition logic [cppcheck] [Boris Egorov] + - make sure that extra info is refreshed/removed [Karel Zak] + - make sure that output fits to terminal width [Karel Zak] + - properly toggle extra info window, make it more robust [Karel Zak] + - provide extra partinfo with "x" [Ondrej Oprala, Karel Zak] + - remove extra line between menu and info line [Karel Zak] + - spell "label" in lower case [Benno Schulenberg] +cfdisk, sfdisk: + - remove unused variables [Karel Zak] +chfn: + - document CHFN_RESTRICT /etc/login.defs [Karel Zak] +chrt: + - fix --help inconsistency [Karel Zak] + - make the usage synopsis clearer [Benno Schulenberg] + - slice up the usage text and normalize its layout [Benno Schulenberg] +chsh, chfn, vipw: + - fix filenames collision [Karel Zak] +colcrt: + - allocate enough space for data moves [afl & asan] [Sami Kerola] + - avoid writing beyond array bound [afl & asan] [Sami Kerola] + - use #define in place of magic constants [Sami Kerola] +colors: + - cleanup man pages, add hint to usage() [Karel Zak] +dmesg: + - fix shadow declaration [Sami Kerola] + - highlight -T issues in docs [Karel Zak] + - use GMT in tests, add DMESG_TEST_BOOTIME [Karel Zak] +docs: + - add hint about chfn & chsh bug and thanks to qualys [Karel Zak] + - add lsblk vs. btrfs to TODO [Karel Zak] + - add mount --namespace to TODO [Karel Zak] + - add notest about drone.io and travis-ci [Karel Zak] + - add terminal-colors requests to TODO [Karel Zak] + - add v2.27-ReleaseNotes [Karel Zak] + - document --exclude for tests [Karel Zak] + - fix TODO typos [Karel Zak] + - fix gtk-docs related warnings [Karel Zak] + - fix some grammar and punctuation in the 2.27 release notes [Benno Schulenberg] + - fix some spelling errors and typos in man pages [Bill Pemberton] + - fix typo [Karel Zak] + - fstab(5) grammar / English fixes, and some other updates [Peter Cordes] + - make fsck.minix(8) more pretty [Sami Kerola] + - remove obsolete things from TODO [Karel Zak] + - unify mkswap(8) with swapon(8) about holes warning [Sami Kerola] + - update AUTHORS file [Karel Zak] + - update TODO [Karel Zak] + - update v2.27-ReleaseNotes [Karel Zak] +eject: + - use parse_switch() [Sami Kerola] +fallocate: + - fix error message [Karel Zak] +fdisk: + - add 'F' command to list free unpartitioned space [Karel Zak] + - add --protect-boot [Karel Zak] + - add GNU Readline support to fdisk [Karel Zak] + - add the 'i'nfo command [Jean-Loup 'clippix' Bogalho] + - differentiate between +<sector> and +<size>{M,G,...} [Karel Zak] + - fix readline wrapper [Karel Zak] + - fix typo [Karel Zak] + - init libsmartcols debug [Karel Zak] + - provide more information by 'i'nfo command [Karel Zak] + - value is never read [clang analyze] [Karel Zak] +fdisk, sfdisk: + - fix -o <list> backend [Karel Zak] +findmnt: + - add --json [Karel Zak] + - add --mountpoint command line option [Karel Zak] + - don't rely on st_dev for --target [Karel Zak] +flock: + - NULL deref [Brad Forschinger] + - add --verbose option [Sami Kerola] + - fix timeout handler pointer usage [Karel Zak] + - improve timeout handling [Sami Kerola] +fsck: + - Fix parsing of -r [Stanislav Brabec] + - fix fsck -C {fd} parsing [Stanislav Brabec] + - implement fsck -r {fd} [Stanislav Brabec] + - print errors on invalid -r argument [Karel Zak] + - use PATH or fallback to /sbin [Karel Zak] +fsck.minix: + - add minix v3 support [Sami Kerola] + - be more paranoid with block buffers [coverity scan] [Karel Zak] + - introduce long options to the command [Sami Kerola] + - rename device file descriptor variable [Sami Kerola] +fstrim: + - close dir before exit [coverity scan] [Karel Zak] + - de-duplicate by mount source too [Karel Zak] +getopt: + - use $(...) command substitution in example script [shellcheck] [Sami Kerola] +hexdump: + - fix man page (-x vs. default output) [Karel Zak] +hwclock: + - Improve FILES section [J William Piggott] + - Remove TZUTC [J William Piggott] + - add '11 minute mode' information [J William Piggott] + - add -D to the man page [Karel Zak] + - add TZDIR [J William Piggott] + - clean up man page header [Karel Zak] + - cosmetic changes to man page [Karel Zak] + - don't allow non-root access [Karel Zak] + - fix fgets unchecked return value warning on alpha [Andreas Henriksson] + - fix format warning in alpha code [Andreas Henriksson] + - fix iopl implicit declaration warning on alpha [Andreas Henriksson] + - fix signed/unsigned comparison warning on alpha [Andreas Henriksson] + - fix spelling, punctuation and formatting mistakes in the man page [Benno Schulenberg] + - flush stdout in hwclock -c [Alexey Galakhov] + - increase debug output precision [J William Piggott] + - make static analyzes more happy [Karel Zak] + - man-page errata [J William Piggott] + - non-root access in test mode [J William Piggott] + - regression fix [J William Piggott] + - remove an untrue phrase from the man page [Benno Schulenberg] + - remove dead code [J William Piggott] + - remove depreciated ntpdate [J William Piggott] +include/all-io: + - read_all() don't retry on EOF [Karel Zak] +include/c: + - Define F_DUPFD_CLOEXEC on kFreeBSD systems if missing [Guillem Jover] +include/xalloc: + - add err_oom() [Karel Zak] +ipcmk: + - support <size>{K,M,G,...} [Karel Zak] +kill: + - Add verbose to man page. [Raghavendra D Prabhu] +last: + - fix first (current) runlevel line [Ruediger Meier] + - fix utmplist usage [Karel Zak] + - keep array of files in main() [Karel Zak] +last-deprecated: + - remove from source tree [Sami Kerola] +ldattach: + - adapt print_table column width to widest entry [Tilman Schmidt] + - always set line speed and format for N_GIGASET_M101 [Tilman Schmidt] + - order line disciplines canonically [Tilman Schmidt] + - tiny coding style changes [Karel Zak] +lib/blkdev: + - use 64-bit to count size in bytes [Karel Zak] +lib/colors: + - add USAGE_COLORS_DEFAULT [Karel Zak] + - use libtinfo to check terminal capability [Karel Zak] +lib/fileutils: + - Add new dup_fd_cloexec function [Guillem Jover] +lib/monotonic: + - fix compiler warnings [Karel Zak] +lib/procutils: + - add proc_get_cmdline() [Karel Zak] +lib/strutil: + - fix parse_switch resource leak [coverity scan] [Andreas Henriksson] +lib/strutils: + - extend parse_switch() to accept more options [Karel Zak] + - fix string_add_to_idarray() int vs. size_t [Karel Zak] + - make strmode() more generic [Karel Zak] + - move parse_switch() from setterm(1) to library [Sami Kerola] +lib/strv: + - add new functions (from systemd) [Karel Zak] +lib/sysfs: + - Fix /dev to /sys node name translation [Stanislav Brabec] + - Use dup_fd_cloexec instead of direct call to fcntl [Guillem Jover] + - make sysfs_next_subsystem() more robust [Karel Zak] + - rename devname functions, cleanup [Karel Zak] +lib/sysfs.c: + - use fcntl(..F_DUPFD_CLOEXEC) instead of dup(2) [Cristian Rodríguez] +lib/timer: + - use separate file for timers [Karel Zak] +lib/timeutils: + - fix indention [smatch scan] [Karel Zak] +libblkid: + - (drbdmanage) add magic strings array terminator [Karel Zak] + - (drbdmanage) improve version setting code [Karel Zak] + - (nilfs2) check devise size [Karel Zak] + - (nilfs2) check size for backup superblock only [Karel Zak] + - added drbdmanage control volume detection. [Philipp Marek] + - cleanup names, don't copy probing results [Karel Zak] + - fix compiler warning [-Wunused-variable] [Karel Zak] + - fix compiler warnings [Sami Kerola] + - fix inconsistent indenting [smatch scan] [Karel Zak] + - make probing data structures more dynamic [Ondrej Oprala] + - remove dead code [coverity scan] [Karel Zak] + - use 'VERSION' rather than 'PERSISTENCE_VERSION' [Karel Zak] + - simplify some conditions [cppcheck] [Boris Egorov] + - (zfs) make less syscalls [Michal Humpula] +libfdisk: + - (bsd) add note about non-written parental MBR [Karel Zak] + - (dos) retain existing boot flag when resizing a partition [Karel Zak, awilliam@redhat.co] + - (dos) fix cylinders calculation [Karel Zak] + - (dos) fix tiny partitions calculation [Karel Zak] + - (gpt) add API for raw partition attributes [Michael Marineau] + - (gpt) add extra check for First/Last LBA [Karel Zak] + - (gpt) add missing GUIDs [Karel Zak] + - (gpt) check header size before verify CRC [Karel Zak] + - (gpt) fix "MidnightBSD UFS" UUID [Karel Zak] + - (gpt) fix LE usage [Karel Zak] + - (gpt) fix attributes endianness [Ruediger Meier] + - (gpt) fix check for beginning of protective partition [Michael Marineau] + - (gpt) fix end sector calculation on resize [Karel Zak] + - (gpt) fix label pointer usage [smatch scan] [Karel Zak] + - (gpt) make it possible to create really small partitions [Karel Zak] + - (gpt) reorder only when necessary [Karel Zak] + - Use predictable /dev/mapper partition names for /dev/dm-N [Stanislav Brabec] + - add GPT GUIDs for ARMs [Karel Zak] + - add GPT GUIDs for PReP [Scott Moser] + - add JSON dump output [Karel Zak] + - add comment to the header file [Karel Zak] + - add fdisk_label_get_fields_ids_all() [Karel Zak] + - add fdisk_table_get_partition_by_partno() [Karel Zak] + - add fgets() callback for scripts [Karel Zak] + - add new API to read label specific data [Karel Zak] + - add warning to resize function [Karel Zak] + - add {first,last}-lba header to sfdisk scritps [Karel Zak] + - allow to change partition type for extended partitions [Karel Zak] + - allow to move start to first usable LBA [Karel Zak] + - cleanup assert() usage [Karel Zak] + - don't resize in label drivers [Karel Zak] + - don't return empty strings from fdisk_partition_to_string() [Karel Zak] + - fix fdisk_label_parse_parttype() for unknown types [Karel Zak] + - fix script parser to support resize operations [Karel Zak] + - fix scriptk parser to support alone signs [Karel Zak] + - fix symbols versioning script [Karel Zak] + - ignore misaligned optimal I/O size [Karel Zak] + - improve +0 partition size [Karel Zak] + - keep FDISK_FIELD_CYLINDERS independent on context mode [Karel Zak] + - make context->label usage more robust [smatch scan] [Karel Zak] + - recognize FAT32 partitions hidden by Acronis software [Jörg Jenderek] + - remove impossible condition [smatch scan] [Karel Zak] + - rename script functions to improve readability [Karel Zak] + - result of operation is garbage or undefined [clang analyze] [Karel Zak] + - support alignment to non power of 2 [Karel Zak] + - support bootbits protection from (p)MBR [Karel Zak] + - support resize operation in fdisk_set_partition() [Karel Zak] + - undefined or garbage value returned to caller [clang analyze] [Karel Zak] +libmount: + - (docs) fix typo [Ronny Chevalier] + - (docs) fix wording [Ronny Chevalier] + - (monitor) fix docs [Karel Zak] + - add mnt_table_get_fs_root() to header file [Karel Zak] + - add note about flock() to docs [Karel Zak] + - add support for "bind,ro" [Karel Zak] + - add support for MS_LAZYTIME [Karel Zak] + - cleanup assert() usage [Karel Zak] + - cleanup fs root detection code [Karel Zak] + - do not call umount helper on --fake [Karel Zak] + - fix compiler warning [-Wdiscarded-qualifiers] [Karel Zak] + - fix mnt_monitor_event_cleanup() [Karel Zak] + - fix typo in mnt_optstr_prepend_option() [Karel Zak] + - handle arbitrary line length for mounts [Karel Zak] + - improve monitor to be usable for non-root users [Karel Zak] + - make mnt_get_filesystems() more robust [clang analyze] [Karel Zak] + - mark overlay as pseudo-FS [Karel Zak] + - sort pseudo filesystems by LC_COLLATE=C [Karel Zak] + - typo fixes [Kir Kolyshkin] + - variable dereferenced before check [smatch scan] [Karel Zak] +libsmartcols: + - add JSON output format [Karel Zak] + - don't link with tinfo [Karel Zak] + - keep JSON field names lower-case [Karel Zak] + - make child-parent reference more robust [clang analyze] [Karel Zak] + - reduce relative columns more aggressively [Karel Zak] +libuuid: + - return correct value for uuid_generate_time_safe [Romain Bouvier] +logger: + - --stderr and --no-act turn "auto-errors" on [Ruediger Meier] + - Add support to logger for RFC6587 octet counting [Alex Bligh] + - Fix use of errno after strtol() without zeroing first [Stef Walter] + - add --msgid option, permits to set RFC5424 MSGID field [Rainer Gerhards] + - add --no-act for testing [Karel Zak] + - add --skip-empty-lines to prevent logging empty lines [Rainer Gerhards] + - add -DTEST_LOGGER [Karel Zak] + - add comment [Karel Zak] + - add note about kern->user conversion [Karel Zak] + - bugfix missing sanity checks with --prio-prefix option [Rainer Gerhards] + - bugfix tcp syslog framing is broken, -T unusable [Rainer Gerhards] + - check for ntp_gettime() rather than for timex.h [Karel Zak] + - check xgethostname() return value [Sami Kerola] + - do not exit when socket errors are not enforced [Sami Kerola] + - fix -i argument parsing regression [Sami Kerola] + - fix -p kern.* priority is accepted regression [Rainer Gerhards] + - fix LOGGER_TEST_TIMEOFDAY check [Karel Zak] + - fix inconsistent format regression when logging locally [Rainer Gerhards] + - fix invalid timestamp in rfc5425 format [Rainer Gerhards] + - fix invalid timestamp regression in local format [Rainer Gerhards] + - fix memory leaks [Sami Kerola] + - fix multiple format bugs in rfc5424 formatter [Rainer Gerhards] + - fix rfc5424 format crash [Karel Zak] + - fix whitespace and compiler warning [-Wunused-variable] [Karel Zak] + - generate header when reading message from stdin [Patrick Plagwitz] + - improve logger --journald man page example [Michal Schmidt] + - improve readability [smatch scan] [Karel Zak] + - link libsystemd-daemon.so [Ruediger Meier] + - messages are logged with kern.* priority by default [Rainer Gerhards] + - move /dev/log to pathnames.h [Sami Kerola] + - permit to send messages larger than 1024 characters [Rainer Gerhards] + - refactor message generation [Rainer Gerhards] + - refactor the way output is written [Rainer Gerhards] + - remove "interface to syslog(3)" from man page [Karel Zak] + - small change in usage() [Karel Zak] + - tidy few indentation issues [Sami Kerola] + - use errx() when checking user input [Sami Kerola] + - use username as the default tag [Karel Zak] + - use xstrdup() [Karel Zak] +logger man page: + - bump man page date to current [Rainer Gerhards] + - fix some "syslog(3) routine" remnants [Rainer Gerhards] + - fix typo [Rainer Gerhards] + - update --size doc [Rainer Gerhards] +login: + - replace siginterrupt with sigaction [Chen Qi] +losetup: + - add --json [Karel Zak] + - be careful with errno [Karel Zak] + - print more usable error message on failed -f [Karel Zak] +lsblk: + - Display mountpoint even for top-level device [Milan Broz] + - add --json [Karel Zak] + - add debug support [Karel Zak] + - don't ignore dependences for partitioned devies [Karel Zak] + - fix resource leak [coverity scan] [Andreas Henriksson] + - follow kernel for inverse tree [Karel Zak] + - lsblk.8 Fix description of output format [Stanislav Brabec] + - use internally sysfs devnames [Karel Zak] +lscpu: + - add cpu flags entry to summary output [WANG Chao] + - add warning for __SANITIZE_ADDRESS__ [Karel Zak] + - fix read_hypervisor_powerpc() logic [Karel Zak] +lsipc: + - add COMMAND for shmem [Karel Zak] + - add CTIME to shmem default [Karel Zak] + - add USE% to --global [Karel Zak] + - add more resource to the limits list [Karel Zak] + - check scols_line_refer_data() return code [Karel Zak] + - cleanup -o usage [Karel Zak] + - cleanup columns indexes [Karel Zak] + - cleanup usernames [Karel Zak] + - cleanup {user,group}name usage [Karel Zak] + - default to --global [Karel Zak] + - differentiate between UID and USER names [Karel Zak] + - don't duplicate already allocated data [Karel Zak] + - fix ID parsing, use full time for pretty print [Karel Zak] + - fix coding style [Karel Zak] + - ifdef SHM_* macros [Karel Zak] + - improve --global [Karel Zak] + - improve JSON output [Karel Zak] + - make --id usable with all output formats and with -o [Karel Zak] + - move outmode to coltrol struct [Karel Zak] + - new command to list IPC facilities [Karel Zak, Karel Zak] + - remove --print0 and -colon-separate [Karel Zak] + - remove duplicate "Usage " [Karel Zak] + - the default --global is mutually exclusive with -c --id and -t [Karel Zak] + - tiny change about --global to the man page [Karel Zak] + - use sub-table for semphore elements [Karel Zak] + - value is never read [clang analyze] [Karel Zak] +lslocks: + - add --json [Karel Zak] + - slice up the recently modified usage text [Benno Schulenberg] +lslogins: + - fix --user-accs and --system-accs docs [Karel Zak] + - merge read_utmp() code [Karel Zak] + - remove duplicate [make checkincludes] [Karel Zak] +man: + - fix nolazytime typo in mount(8) [Andreas Henriksson] +mcookie: + - fix -f usage [clang analyze] [Karel Zak] +misc: + - fix indention [smatch scan] [Karel Zak] + - fix redundant assignment and reassignments before use [cppcheck] [Sami Kerola] + - fix shadow declarations [Sami Kerola] +mkfs: + - drop hardcoded search path [Mike Frysinger] +mkfs.cramfs: + - remove dead code [coverity scan] [Karel Zak] +mkfs.minix: + - add fs_control structure, and remove most global variables [Sami Kerola] + - add hint for scanners [coverity scan] [Karel Zak] + - check requested blocks will not exceed available on device [Sami Kerola] + - check user input carefully [Sami Kerola] + - increase maximum minix v2 and v3 file system sizes [Joshua Hudson] + - introduce long options to the command [Sami Kerola] + - re-fix block count maths [Sami Kerola] + - refactor root block content creation [Sami Kerola] + - remove unuseful code [Sami Kerola] + - use is_mounted() from libcommon [Sami Kerola] + - use xalloc [Karel Zak] +more: + - improve ugly macro [Karel Zak] +mount: + - don't remount read-only on --bind [Karel Zak] + - fix lazytime docs [Karel Zak] + - mount.8 Clarify relation between noatime and nodiratime [Borut Mrak] + - mount.8 also note diratime does not override noatime. [Borut Mrak] + - remove XFS from man page, xfsprogs provides xfs(5) [Karel Zak] + - remove duplications of --help and --version from usage text [Benno Schulenberg] +nsenter: + - add -Z to set selinux context [Karel Zak] +po: + - merge changes [Karel Zak] + - update da.po (from translationproject.org) [Joe Hansen] + - update es.po (from translationproject.org) [Antonio Ceballos Roa] + - update fi.po (from translationproject.org) [Lauri Nurmi] + - update fr.po (from translationproject.org) [David Prévot] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update uk.po (from translationproject.org) [Yuri Chornoivan] +prlimit: + - tell in --verbose output which pid got the new limit [Sami Kerola] +procutils: + - reset errno before readdir [Ruediger Meier] +rename: + - allow full-path renames [Andreas Henriksson] +reset: + - deprecate the script, and remove reset.033c [Sami Kerola] +rpmatch: + - use symbolic value when evaluation return codes [Sami Kerola] +rtcwake: + - add --list-modes [Sami Kerola] + - add human readable --date timestamp format [Sami Kerola] + - add rtcwake_control and remove global variables [Sami Kerola] + - clean up struct tm initializations [Sami Kerola] + - cosmetic changes [Karel Zak] + - do not overwrite device name [Sami Kerola] + - don't use usage() on error [Karel Zak] + - enumerate constant mode strings [Sami Kerola] + - fix ARRAY_SIZE() usage [Karel Zak] + - fix preprocessor redefinition [Sami Kerola] + - fix valgrind warning [Sami Kerola] + - improve coding style [Sami Kerola] + - improve open() usage [coverity scan] [Karel Zak] + - improve read_clock_mode() [Sami Kerola] + - make some command line options mutually exclusive [Sami Kerola] + - read accepted mode strings from /sys/power/state [Sami Kerola] + - remove RTC_ALM_READ and RTC_ALM_SET compatibility [Sami Kerola] + - replace long if else statement with switch case [Sami Kerola] +script: + - Fix mangled EOF and hang on big endian [Stanislav Brabec] + - add 'Script started' line always to capture file [Sami Kerola] + - add noreturn function attributes [Sami Kerola] + - add note to BUGS man page section [Karel Zak] + - add struct script_control and remove global variables [Sami Kerola] + - add support for SCRIPT_DEBUG= [Karel Zak] + - cleanup signals usage [Karel Zak] + - close timingfp also when -e [Karel Zak] + - debug poll() results [Karel Zak] + - evaluate errno only if read() sets it [Ruediger Meier] + - fix EOF problems [Karel Zak] + - fix variable initialization warning [Sami Kerola] + - improve SIG{TERM,QUIT,KILL} sensitivity [Karel Zak] + - improve poll debugging [Karel Zak] + - make sure errno is zero [Karel Zak] + - merge doinput() and output() functions to do_io() [Sami Kerola] + - move do_io() content to small functions [Sami Kerola] + - move timing file opening close to use of it [Sami Kerola] + - remove function prototypes [Sami Kerola] + - remove io vs signal race [Sami Kerola] + - remove magic constants from poll code [Karel Zak] + - rename control struct members [Karel Zak] + - replace strftime() workaround with CFLAGS = -Wno-format-y2k [Sami Kerola] + - use correct input type, move comment, and so on [Sami Kerola] + - use gettime_monotonic() to get timing file timestamps [Sami Kerola] + - use poll() rather than select() [Sami Kerola] + - use signalfd() to catch signals [Sami Kerola] +setarch: + - fix regression for sparc builds [Waldemar Brodkorb] +setterm: + - remove dead code [coverity scan] [Karel Zak] +sfdisk: + - accept empty partitions from dump [Karel Zak] + - add --json [Karel Zak] + - add --list-free [Karel Zak] + - add missing --color [Karel Zak] + - add readline support [Karel Zak] + - clarification for sfdisk man page [Ian Wienand] + - cleanup prompt usage [Karel Zak] + - don't print extra linebreaks on --quiet [Karel Zak] + - don't use BLKRRPART to check loopdev usage [Karel Zak] + - enable bootbits protection [Karel Zak] + - fix -a vs. -A bug [Karel Zak] + - improve -N warnings [Karel Zak] + - improve some formatting and wording in the man page [Benno Schulenberg] + - show that the command --verify optionally takes device names [Benno Schulenberg] +sulogin: + - Use read instead of allocated size from getline() [Guillem Jover] + - don't use strcpy(), enlarge pwd line buffer [Karel Zak] + - improve support for locked root account [Karel Zak] +swapon: + - fix restart waitpid with errno == EINTR [Karel Zak] + - search for mkswap via PATH [Mike Frysinger] +sys-utils: + - lscpu segfaults when built with -fsanitize=address [Cristian Rodríguez] +sys-utils/disk-utils/lib: + - fix printf format types [cppcheck] [Boris Egorov] +tailf: + - count last lines correctly at initial print out [Sami Kerola] + - deprecated [Ruediger Meier] + - do not allow minus signed last lines argument [Sami Kerola] + - ensure file argument really is a file [Sami Kerola] + - fix open() return value check [coverity scan] [Karel Zak] + - use size_t and fwrite() [Karel Zak] +tasts: + - add logger octet counting test [Karel Zak] +test_uuidd: + - add comment [Karel Zak] + - add pid, tid and idx back to object [Karel Zak] + - cleanup counters names [Karel Zak] + - cleanup pid usage [Karel Zak] + - cleanup used types [Karel Zak] + - don't exit on failed pthread_create() [Karel Zak] + - err messages, argv[] parsing and another cleanups [Karel Zak] + - fix include [Karel Zak] + - improve readability [Karel Zak] + - make objdump more robust [Karel Zak] +tests: + - (blkid) update drbdmanage [Karel Zak] + - (cal) update US week numbers [Karel Zak] + - add $top_builddir to $PATH [Ruediger Meier] + - add --exclude=<list> for run.sh [Karel Zak] + - add --skip-loopdevs [Karel Zak] + - add JSON sfdisk dumps [Karel Zak] + - add blkid script to test whole-disk MBR devices [Karel Zak] + - add colcrt regression tests [Sami Kerola] + - add dmesg multiline message check [Sami Kerola] + - add documentation about environment variables [Ruediger Meier] + - add fsck.minix checks [Sami Kerola] + - add fullpath tests to rename/subdir [Andreas Henriksson] + - add hexdump from GPT [Karel Zak] + - add logger(1) command line options tests [Sami Kerola] + - add logger(1) error condition tests [Sami Kerola] + - add logger(1) journald test [Sami Kerola] + - add logger(1) message format tests [Sami Kerola] + - add old dump for sfdisk [Karel Zak] + - add script output buffering race check [Sami Kerola] + - add scriptreplay test [Sami Kerola] + - add sfdisk resize regression tests for MBR [Karel Zak] + - add sfdisk resize tests [Karel Zak] + - add sfdisk resize tests for GPT [Karel Zak] + - add subtests for invalid logger devive [Ruediger Meier] + - add test_dmesg that has fixed boot time [Sami Kerola] + - add udevadm settle [Karel Zak] + - add uuidd test program [Huschaam Hussain] + - add very long mount line to libmount mtab [Kees Cook] + - add way to control mkfs.minix time stamps [Sami Kerola] + - always kill helper [Ruediger Meier] + - avoid &>> for bash compatibility [Ruediger Meier] + - check dmesg message coloring [Sami Kerola] + - check script options work as expected [Sami Kerola] + - check timestamp formats [Sami Kerola] + - config.h lives in build directory [Ruediger Meier] + - disarm tailf test [Ruediger Meier] + - fix cramfs/mkfs for BE and different pagesizes [Ruediger Meier] + - fix fdisk/bsd for ppc64le [Ruediger Meier] + - fix getopt for old glibc [Ruediger Meier] + - fix kill/all_processes [Ruediger Meier] + - fix logger device pathname too long [Ruediger Meier] + - fix minix test [Karel Zak] + - fix minix tests filenames [Karel Zak] + - fix sfdisk GPT test [Karel Zak] + - fix, don't call ts_die from subshell [Ruediger Meier] + - improve readability for fdisk/bsd [Ruediger Meier] + - introduce TS_LOOP_DEVS for cleanup [Ruediger Meier] + - introduce ts_cleanup_on_exit() [Ruediger Meier] + - logger with socat device [Ruediger Meier] + - logger, validate written socket data [Ruediger Meier] + - logger/errors does not use --no-act [Ruediger Meier] + - loop tests, don't call ts_die() with DEVICE parameter [Ruediger Meier] + - make libmount context tests sensitive to USE_LIBMOUNT_FORCE_MOUNTINFO [Karel Zak] + - make libmount python context tests sensitive to USE_LIBMOUNT_FORCE_MOUNTINFO [Karel Zak] + - more error handling in mount/move (refactor) [Ruediger Meier] + - more(1) depends on terminal, force to TERM=linux [Karel Zak] + - mount/move also tests findmnt vs. mountpoint [Ruediger Meier] + - mount/rlimit tries to restore mtab [Ruediger Meier] + - never use -o pipefail [Ruediger Meier] + - optionally skip tests where loop support is needed [Ruediger Meier] + - remove private2 dir from mount/move [Karel Zak] + - remove warning from test output [Ruediger Meier] + - require wipefs for sfdisk/gpt [Karel Zak] + - scsi_debug tests, don't call ts_die() with DEVICE parameter [Ruediger Meier] + - simplify common logger options [Ruediger Meier] + - some more mount error handling [Ruediger Meier] + - start script/race test only when --force specified [Karel Zak] + - try mkfs & mount all supported minix versions [Karel Zak] + - ts_scsi_debug_init() sleeps a bit earlier [Ruediger Meier] + - update build-sys tests [Karel Zak] + - update fdisk BSD [Karel Zak] + - update lscpu tests (due to CPU flags in output) [Karel Zak] + - update sfdisk --dump test [Karel Zak] + - update static build test [Karel Zak] + - use --no-act for logger tests [Karel Zak] + - use ts_skip for logger/journald [Karel Zak] + - verify logger return value [Ruediger Meier] +textual: + - adjust grammar and punctuation of some messages [Benno Schulenberg] +tools: + - add err_oom() to smatch no_return_funcs [Karel Zak] + - add hexdump badconv() to noreturn smatch list [Karel Zak] + - add libfdisk docs to kernel.org release generator [Karel Zak] + - stop checkmans.sh validating libtool builds [Sami Kerola] +travis: + - add MAKE_CHECK_OPTS [Karel Zak] + - install socat >= 1.7.2 [Ruediger Meier] + - move install script to .travis-functions.sh [Ruediger Meier] + - whitelist travis* branches [Ruediger Meier] +travise: +tunelp: + - remove get_val() in favour of strtol_or_err() [Sami Kerola] + - remove unnecessary preprocessor directives [Sami Kerola] + - use parse_switch() [Sami Kerola] +unshare: + - add --propagation, use MS_PRIVATE by default [Karel Zak] + - allow persisting mount namespaces [Karel Zak] + - allow persisting namespaces [Karel Zak] + - remove angular brackets from literal argument in usage text [Benno Schulenberg] + - remove duplicate [make checkincludes] [Karel Zak] +wall: + - do not use a temporary file. [Karel Zak, Jann Horn] +whereis: + - make "-BMS <dir> -f" more obvious in usage() [Karel Zak] + - tell when mandatory option is missing [Sami Kerola] + - trivial spelling and grammar fix [Mike Place] +zramctl: + - add MEM-LIMIT, MEM-USED and MIGRATED columns [Karel Zak] + - add link to kernel documentation [Sami Kerola] + - support /sys/block/zram<id>/mm_stat [Karel Zak] diff --git a/Documentation/releases/v2.28-ReleaseNotes b/Documentation/releases/v2.28-ReleaseNotes new file mode 100644 index 0000000..795f67f --- /dev/null +++ b/Documentation/releases/v2.28-ReleaseNotes @@ -0,0 +1,725 @@ +Util-linux 2.28 Release Notes +============================= + +Now cfdisk, sfdisk and fdisk wipe all filesystem and RAID signatures when +creating a new disk label in interactive mode. It's possible to control this +feature with --wipe[=auto|never|always]. For non-terminals the feature is +disabled by default. + +lsns -- this NEW COMMAND lists information about all currently accessible +namespaces or about the given namespace. + +The command sfdisk supports new operations --delete, --move-data and --reorder. + +The command blkdiscard supports a new option --zeroout to zero-fill rather than +discard a specified area. + +The command cal supports a new option --span to span the date when displaying +multiple months (e.g. "cal --span --months 5" to display two months before and +two months after the current month). + +The command chrt supports the DEADLINE scheduling class and the new options +--sched-runtime --sched-period and --sched-deadline. + +The command logger supports RFC 5424 structured data through the new options +--sd-id and --sd-param. + +The command losetup supports a new option --direct-io[=on|off]. + +The command lsblk allows to sort output by unprinted columns (e.g. lsblk +--output NAME --sort SIZE). + +The command mount applies the nofail mount option to ENOMEDIUM errors. + +The commands nsenter and unshare support a new option --cgroup for work with +cgroups namespaces (CLONE_NEWCGROUP). + +The library libmount has been improved to properly detect already mounted btrfs +subvolumes. + +The library libsmartcols has been massively improved to print table ranges, +multi-line cells, table titles and to support continuous printing. + +The package build system and code have been improved to be more portable to +non-Linux systems (BSD, OSX). + +The package does not provide fallback solutions for openat-family functions +anymore. + +The python binding for libsmartcols is available in separate project at +https://github.com/ignatenkobrain/python-smartcols. + + +Security issues +--------------- + +CVE-2016-2779 + +This security issue is NOT FIXED yet. It is possible to disable the ioctl +TIOCSTI by setsid() only. Unfortunately, setsid() has well-defined use cases +in su(1) and runuser(1) and any changes would introduce regressions. It seems +we need a better way -- ideally another ioctl (or whatever is supported by the +kernel) to disable TIOCSTI without setsid(). + + +Stable maintenance releases between v2.27 and v2.28 +--------------------------------------------------- + +util-linux 2.27.1 [Nov 11 2015] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27.1-ChangeLog + + +Changes between v2.27 and v2.28 +------------------------------- + +agetty: + - add support for \e in issue file to print \033 [Karel Zak] + - don't ignore netlink on select() [Karel Zak] + - fix chown(3), chmod(3) and open(3) race [Sami Kerola] + - remove atoi() from argv[] parsing [clang analyze] [Karel Zak] + - support \e{name} for issue file [Karel Zak] + - tweak formatting and some wordings in the man page [Benno Schulenberg] +bash-completion: + - add cal --span [Karel Zak] + - curly brace missed for findmnt [Alexander Kuleshov] + - fsck.cramfs, isosize find files an argument [Sami Kerola] + - fstrim use mountpoint, not device [Andreas Henriksson] + - ipcmk add missing completion file [Sami Kerola] + - lslogins add missing completion file [Sami Kerola] + - lsns add missing completion file [Sami Kerola] + - update chrt completion [Sami Kerola] +blkdiscard: + - add --zeroout (BLKZEROOUT ioctl) [Karel Zak] + - don't report "zero range" at the end [Ruediger Meier] + - fix stats reporting (off by one) [Ruediger Meier] + - fix timeval comparison inclusive usecs [Ruediger Meier] + - slice up the recently changed usage text [Benno Schulenberg] +blkid: + - don't mark zfs as RAID [Karel Zak] +blkid, uuidd, uuidgen: + - assume getopt.h and getopt.h are available [Sami Kerola] +build-sys: + - Properly order install dependencies of pylibmount [Filipe Brandenburger] + - add --disable-ipcrm --disable-ipcs [Ruediger Meier] + - add --disable-logger and --disable-lslogins [Ruediger Meier] + - add and use openat build conditionals [Ruediger Meier] + - add lsns to gitignore [Karel Zak] + - add missing "not found" strings [Ruediger Meier] + - always add AM_CFLAGS [Ruediger Meier] + - always use global LDADD [Ruediger Meier] + - build_init should check for flock [Ruediger Meier] + - bump also PACKAGE_VERSION_RELEASE number [Karel Zak] + - check linker support for version scripts [Ruediger Meier] + - chrt requires a sched_set* function [Ruediger Meier] + - disable login-utils if shadow.h or utmp.h is missing [Ruediger Meier] + - disable unused parameter warnings for some test progs [Ruediger Meier] + - fix [g]libtoolize version for OSX [Ruediger Meier] + - fix again UL_SCANF_TYPE_MODIFIER [Ruediger Meier] + - fix cap-ng configure flag handling [Mike Frysinger] + - fix if..endif for *_la_LDFLAGS [Karel Zak] + - fix libtoolize for OSX [Ruediger Meier] + - fix typo [Romain Naour] + - fix typo and more all RT to the same place [Karel Zak] + - happy new year... [Karel Zak] + - ignore vim .swp files [Ruediger Meier] + - improve uuidd and script build conditions [Ruediger Meier] + - install missing bash completions [Ruediger Meier] + - no need to un-ignore tracked files [Ruediger Meier] + - portable usage of find command [Ruediger Meier] + - pylibmount, mount context is Linux only [Ruediger Meier] + - release++ (v2.28-rc1) [Karel Zak] + - release++ (v2.28-rc2) [Karel Zak] + - remove AM_CONDITIONAL from UL_CHECK_SYSCALL [Karel Zak] + - remove duplicate cal sources [Ruediger Meier] + - remove libtermcap support [Sami Kerola] + - some libmount test progs are Linux only [Ruediger Meier] + - use $PKG_CONFIG [Karel Zak] + - use AC_PROG_MKDIR_P and remove a few gnuisms [Ruediger Meier] + - use REALTIME_LIBS [Karel Zak] +buildsys: + - fix static configuration and building [Lada Trimasova] +cal: + - Add --span option [Deiz] + - Track date span independently from months_in_row [Deiz] + - remove libtermcap arguments to my_tgetstr() [Sami Kerola] +cfdisk: + - use new libsmartcols functionality to fix output [Karel Zak] + - wipe device if create a new label [Karel Zak] +chfn: + - improve formatting and wording of the manpage [Benno Schulenberg] +chrt: + - add control struct [Karel Zak] + - add support for SCHED_DEADLINE [Karel Zak] + - fix case SCHED_RR [Ruediger Meier] + - make --sched-* short options to require an argument [Sami Kerola] + - make man page more structured [Karel Zak] + - make usage more readable [Karel Zak] + - output function refactoring [Karel Zak] + - remove duplicate words and tweak some phrasings in the man page [Benno Schulenberg] + - restore removed ifdef SCHED_RESET_ON_FORK [Ruediger Meier] + - set function refactoring [Karel Zak] + - use sched_getattr() [Karel Zak] + - use sched_setattr() if available [Karel Zak] +colcrt: + - minor cosmetic changes [Karel Zak] + - reimplementation [Sami Kerola] +column: + - ignore non-printable chars [Karel Zak] +ctrlaltdel: + - display setting when ran without arguments [Sami Kerola] + - improve error messaging [Sami Kerola] + - tweak the wording in the man page [Benno Schulenberg] + - use path.h to read /proc [Karel Zak] + - use reboot() provided by libc, assuming it is 1-adic. [Casper Ti. Vector] +dmesg: + - improve grammar and consistency of usage text [Benno Schulenberg] +dmseg: + - slightly improve punctuation and formatting of the manpage [Benno Schulenberg] +doap: + - fix download URL [Karel Zak] +docs: + - add note about CLONE_NEWCGROUP support [Karel Zak] + - add note about libsmartcols Python binding [Karel Zak] + - add to TODO file [Karel Zak] + - fix typos found by codespell [Ruediger Meier] + - improve grammar and wording in the 2.28 release notes [Benno Schulenberg] + - miscellaneous tiny tweaks of man pages [Benno Schulenberg] + - update AUTHORS file [Karel Zak] + - update AUTHORS file [Sami Kerola] + - update TODO file [Karel Zak] + - update ctrlaltdel.8 man page [Sami Kerola] + - update v2.28-ReleaseNotes [Karel Zak] +exec_shell: + - prevent basename from modifying env [Ruediger Meier] +fallocate: + - improve synopsis and spelling in man page [Benno Schulenberg] + - restore man-page content that was deleted in commit 5b033bfd [Benno Schulenberg] +fdformat: + - fix block device open race [Sami Kerola] +fdisk: + - add --wipe [Karel Zak] + - fix the grammar of an option description [Benno Schulenberg] + - fix warning, incompatible pointer types passing 'uint64_t *' [Ruediger Meier] + - fix warning, uninitialized variable [Ruediger Meier] + - make 'f' command more verbose [Karel Zak] + - remove dead assignment [clang analyze] [Karel Zak] + - remove unused include sysfs.h [Ruediger Meier] + - sun, undef HAVE_QSORT_R for non-Linux [Ruediger Meier] + - to recognize Intel Rapid Start hibernation partition [Jörg Jenderek] + - to recognize partition type 0xEA (Rufus) [Jörg Jenderek] +fdisk, cfdisk, sfdisk: + - improve the grammar of three messages [Benno Schulenberg] +fdisk, sfdisk: + - adjust some formatting in the man pages [Benno Schulenberg] + - adjust the wording of the --wipe option [Benno Schulenberg] +findmnt: + - improve formatting and wording of the man page [Benno Schulenberg] + - use scols_table_print_range() for --poll [Karel Zak] +fsck: + - retire stat(3) when access(3) does better job [Sami Kerola] +fsck.minix: + - fix v3 version offset [Ruediger Meier] +fstrim: + - a few tiny tweaks of the man page [Benno Schulenberg] + - add reference to blkdiscard [Karel Zak] + - systemd timer units should be WantedBy=timers.target [Peter Hoeg] +getopt: + - fix -n name for BSD [Ruediger Meier] + - make sure setprogname provided by non-Linux system [Karel Zak] +hexdump: + - certain long options should not accept arguments [Phil Ruffwind] + - fix a typo and tweak some wordings in the manpage [Benno Schulenberg] +hwclock: + - change audit message [Karel Zak] + - fix format specifier [cppcheck] [Boris Egorov] + - remove extra space from --show output [Karel Zak] + - use labs() for long [Karel Zak] +hwclock.c, hwclock.8.in: + - new --show format [J William Piggott] +include: + - add missing header file [Karel Zak] + - add missing includes [Ruediger Meier] + - check for sys/sysmacros.h [Ruediger Meier] + - fix sys/sysinfo.h [Ruediger Meier] + - move sys/sysmacros.h to c.h [Karel Zak] + - provide MAP_ANONYMOUS on OSX [Ruediger Meier] + - remove now useless linux_reboot.h. [Casper Ti. Vector] + - remove unused mntent.h [Ruediger Meier] +include/bitops: + - add casts to bswap functions [Ruediger Meier] + - avoid fallbacks for more systems [Ruediger Meier] +include/fileutils: + - add is_same_inode() check [Sami Kerola] +include/pt-mbr-partnames: + - remove '|' from partition type name [Karel Zak] +ipcs: + - --shmems, upward/backward compatibility [Ruediger Meier] + - consolidate output header printing [Ruediger Meier] + - fix ipc_sem_get_limits() [Karel Zak] + - make static analyzer happy [clang analyze] [Karel Zak] + - make sure to parse whole lines for shm_data [Ruediger Meier] + - show gid instead of uid [Hushan Jia] + - ulong -> unsigned long [Ruediger Meier] +isosize: + - stop unmeaningful printing errno message [Sami Kerola] +last: + - display input file in usage() according to command name [Sami Kerola] +lib: + - define LOGIN_NAME_MAX fallback [Ruediger Meier] + - fix ismounted includes for FreeBSD [Ruediger Meier] + - fix unused parameters and variables [Ruediger Meier] + - include strutils.h for mempcpy() [Ruediger Meier] + - include sys/stat.h for struct stat [Ruediger Meier] + - move fopen_at() to fileutils.h, remove at.h [Ruediger Meier] + - provide fallback if mkostemp(3) missing [Ruediger Meier] + - remove openat fallback functions (include/at.h) [Ruediger Meier] + - remove unused variable [Ruediger Meier] + - rename strmode() and setmode() [Ruediger Meier] +lib/blkdev: + - add open_blkdev_or_file() function [Sami Kerola] +lib/color: + - add more ESC seq. [Karel Zak] +lib/crc32: + - don't require to modify GPT header [Karel Zak] +lib/linux_version: + - avoid major and minor shadowing [Karel Zak] +lib/mbsalign: + - fix warnings when compile without widechars [Karel Zak] +lib/path: + - ifdef path_set_prefix() like in path.h [Ruediger Meier] +lib/strutils: + - add more ERANGE messages [Ruediger Meier] + - fix errno usage in strtoint functions [Ruediger Meier] + - parse_size(), sync errno and return value [Ruediger Meier] + - use int for fgetc() [Karel Zak] +lib/strv: + - add strv_extendv() [Karel Zak] +lib/sysfs: + - make sysfs_get_devname()/blkid_devno_to_wholedisk() more robust [Karel Zak] +lib/tty: + - Pass default width to get_terminal_width() [Boris Egorov] +libblkid: + - (promise raid) cleanup code [Karel Zak] + - (zfs) add cast to fix UB [cppcheck] [Boris Egorov] + - (zfs) keep bufferes read-only [Karel Zak] + - Update for newer bcache superblocks [Kent Overstreet] + - add read() based fallback for char (UBI) devs [Karel Zak] + - check limits before indexing array [cppcheck] [Boris Egorov] + - don't include endian.h [Ruediger Meier] + - fix buffers mapping on 32bit archs [Karel Zak] + - fix compiler warnings [-Wmissing-prototypes] [Ruediger Meier] + - make XFS Log visible for wipefs [Karel Zak] + - make minix prober more robust [Karel Zak] + - revert mmap usage [Karel Zak] + - use internally uint64_t for offsets and sizes [Karel Zak] + - use mmap() rather than read() [Karel Zak] +libblkid,libmount: + - Do not use void* in calculations [cppcheck] [Boris Egorov] +libcommon: + - don't include sysinfo.h [Ruediger Meier] +libfdisk: + - (bsd) fix spelling in warning message [Benno Schulenberg] + - (gpt) control ranges in set_partition [Karel Zak] + - (gpt) reword two error messages with a sense of direction [Benno Schulenberg] + - Add GPT type GUID for Itanium Linux root [Andrew Wilcox] + - Detect out-of-space when adding new primary partition [Ian Wienand] + - Fix order of C/H/S numbers output [Andreas Henriksson] + - add API to control signatures wiping [Karel Zak] + - add missing break [Karel Zak] + - add more debug message to resize code [Karel Zak] + - fix compiler warnings [-Wmissing-prototypes] [Ruediger Meier] + - fix missing symbol [Ruediger Meier] + - fix partition move/resize code [Karel Zak] + - fix ref.counting in fdisk_apply_script() [clang analyze] [Karel Zak] + - fix typo [Karel Zak] + - fix warnings, "redundant redeclaration" [-Wredundant-decls] [Ruediger Meier] + - remove ifdef HDIO_GETGEO [Ruediger Meier] +libmount: + - (monitor) don't check for regular mtab [Karel Zak] + - (monitor) remove unnecessary epoll EPOLLPRI [Karel Zak] + - Fix possible NULL dereference in get_btrfs_fs_root() [Karel Zak] + - Typo fix [Stanislav Brabec] + - add 'force-mountinfo' to features list, improve debug [Karel Zak] + - add cgroup2 pseudo FS [Karel Zak] + - add comment, remove TODO item [Karel Zak] + - add loop to debug output [Karel Zak] + - add mnt_fs_set_priority() [Ruediger Meier] + - cleanup btrfs.c header [Karel Zak] + - code re-indentation [Stanislav Brabec] + - consolidate btrfs stuff, make it more portable [Karel Zak] + - don't include libio.h [Ruediger Meier] + - fix is-mounted check for btrfs [Karel Zak] + - fix memleak in mnt_pretty_path() [Karel Zak] + - fix mnt_table_is_fs_mounted() for loopdev [Karel Zak] + - fix mnt_table_is_fs_mounted() loopdev use [Karel Zak] + - fix target resolving for btrfs stuff [Karel Zak] + - fix uid= and gid= translation [Karel Zak] + - follow docs with parse-error callback return code [Karel Zak] + - handle btrfs default subvolume mount [Stanislav Brabec] + - improve conversion from root= to the devname [Karel Zak] + - move btrfs subvol code refactoring [Karel Zak] + - result of operation is garbage or undefined [clang analyze] [Karel Zak] + - run btrfs subvol checks for "auto" fs type [Stanislav Brabec] + - run btrfs subvol checks for "subvolid" option [Stanislav Brabec] + - use fstatat(AT_NO_AUTOMOUNT) for mountpoints [Karel Zak] +libsmartcols: + - add 'Since' tag for gtkdoc for some functions [Igor Gnatenko] + - add JSON to the test application [Karel Zak] + - add SCOLS_FL_HIDDEN [Karel Zak] + - add few methods to get information about title [Igor Gnatenko] + - add new functions to docs [Karel Zak] + - add sample-scols-continuous [Karel Zak] + - add samples directory [Karel Zak] + - add scols_column_is_hidden into sym file [Igor Gnatenko] + - add scols_column_is_wrap to docs [Igor Gnatenko] + - add scols_table_enable_nowrap() [Karel Zak] + - add scols_table_print_range() [Karel Zak] + - add title to the test application [Karel Zak] + - add wrap.c sample [Karel Zak] + - allow to reduce tree columns [Karel Zak] + - allow to set data by reference to libscols_column [Karel Zak] + - be sure column is unused [Karel Zak] + - document v2.27 symbols [Karel Zak] + - don't loose colors when wrapping [Igor Gnatenko] + - don't sort if cmpfunc() is not set [Karel Zak] + - don't try to align title if it's more that term [Igor Gnatenko] + - don't use fprintf() when count cells [Karel Zak] + - fill wrapped lines with space instead of 'x' [Igor Gnatenko] + - fix relative column width for maxout [Karel Zak] + - fix right-aligned logic for last column [Karel Zak] + - fix samples build, add title.c [Karel Zak] + - fix scols_table_print_range() to print header [Karel Zak] + - fix stupid typo [Karel Zak] + - fix title aligning to center [Igor Gnatenko] + - fix title sample [Karel Zak] + - fix uninitialized variable [Ruediger Meier] + - implement SCOLS_FL_WRAP [Igor Gnatenko] + - implement scols_table_print_range_to_string [Igor Gnatenko] + - implement title of table [Igor Gnatenko] + - make SCOLS_FL_WRAP usable in tree [Karel Zak] + - make output buffer size estimation more robust and elegant [Karel Zak] + - make sure we have space for ascii art [Karel Zak] + - position of title in fact unsigned [Igor Gnatenko] + - print title only with SCOLS_FMT_HUMAN [Igor Gnatenko] + - put new line after title [Igor Gnatenko] + - reduce also SCOLS_FL_WRAP columns [Karel Zak] + - reflect changinging SCOLS_FL_TREE after adding to table [Igor Gnatenko] + - rewrite ./sample-scols-wrap [Karel Zak] + - set everything once in scols_table_set_title() [Igor Gnatenko] + - support continuous printing [Karel Zak] + - support multi-line cells [Karel Zak] + - support multibyte titles, rename wrap to padding [Karel Zak] + - use libscols_cell for title [Karel Zak] + - use symbols for title wrap [Igor Gnatenko] + - wrap columns correctly with unicode [Igor Gnatenko] +libuuid: + - fix buffer overflow with long paths [Karel Zak] +line: + - keep stdin unbuiffered [Karel Zak] +logger: + - add --sd-id and -sd-param [Karel Zak] + - always update header when writing stdin line [Karel Zak] + - correct the grammar of an error message [Benno Schulenberg] + - fix compiler warning, const facilitynames [Ruediger Meier] + - fix memory leak [ASAN and valgrind] [Sami Kerola] + - fix messages separation on UNIX socket [Karel Zak] + - improve grammar and formatting of the manpage [Benno Schulenberg] + - keep man page consistent and use \- everywhere [Karel Zak] + - remove unnecessary comment [Karel Zak] + - shadow declaration [Sami Kerola] + - sort the options in the manpage alphabetically [Benno Schulenberg] + - use --id as local socket credentials [Karel Zak] + - use SCM_CREDENTIALS on LINUX only [Ruediger Meier] + - use iovec and sendmsg() to send message [Karel Zak] + - use iovec for all message [Karel Zak] +login: + - fix stat(2) race [Sami Kerola] +login, mount: + - fix __SC_GETPW_R_SIZE_MAX usage [Karel Zak] +login-utils: + - minor utmp cleanup [Ruediger Meier] +look: + - consider blanks as directory characters [Karel Zak] +losetup: + - clean up --direct-io [Karel Zak] + - correct some formatting in the man page [Benno Schulenberg] + - support ioctl cmd of LOOP_SET_DIRECT_IO [Ming Lei] + - support list direct io [Ming Lei] +lsblk: + - allow to --sort by hidden column [Karel Zak] + - remove useless warnings [Karel Zak] + - tiny man page update for --sort [Karel Zak] + - use unsigned type for SIZE [Karel Zak] +lscpu: + - Fix model and model name on Power Systems [Vasant Hegde] + - Print physical cpu information [Sukadev Bhattiprolu] + - correct the Virtualization type on Xen DomU PV guest [Dongli Zhang] + - fix backward buffer size adjustment after adding delimiter [Yuriy M. Kaminskiy] + - fix memleak because of ambiguous tags [Ruediger Meier] + - improve spacing and spelling in the man page [Benno Schulenberg] + - keep lscpu usable on snapshots [Karel Zak] + - revert unnecessary path_exist() [Karel Zak] + - use cpu and revision tag if available [Ruediger Meier] +lsipc: + - don't free shm data if no shm id is found [Romain Naour] + - tweak a few wordings on the manpage [Benno Schulenberg] +lsln: + - allows to list namespace processes [Karel Zak] +lslocks: + - use stuff from lib/procutils [Karel Zak] +lslogins: + - fix getgrouplist() usage for 64BE [Karel Zak] +lsns: + - Fix "lowers" -> "lowest" typo in --help for COL_PID [W. Trevor King] + - add USER and UID [Karel Zak] + - add details to the man page [Karel Zak] + - add man page [Karel Zak] + - filter by NS type [Karel Zak] + - fix failure after zombie process [Yuriy M. Kaminskiy] + - fix usage() [Karel Zak] + - improve formatting and wording of the man page [Benno Schulenberg] + - improve man page [Karel Zak] + - new command [Karel Zak] + - read all processes when --task specified [Karel Zak] + - remove unwanted comment [Karel Zak] + - sort namespaces, avoid duplicate entries in tree output [Karel Zak] + - use xcalloc() [Ruediger Meier] +lsns.c: + - fix error return [Yuriy M. Kaminskiy] +mesg: + - fix multiple races [Sami Kerola] +misc: + - again fixing many printf format strings [Ruediger Meier] + - always cast timeval.tv_usec to long rather than int [Ruediger Meier] + - avoid shadowing [Karel Zak] + - fix compiler warnungs (unsigned/signed) [Ruediger Meier] + - fix icc/clang compiler warnings [Ruediger Meier] + - fix printf i386 compiler warnings [Ruediger Meier] + - fix some includes [Ruediger Meier] + - fix some printf format strings [Ruediger Meier] + - fix warnings "unused parameter" [-Wunused-parameter] [Ruediger Meier] + - never cast void* from malloc(3) and friends [Ruediger Meier] + - remove duplicate includes [Karel Zak] + - remove path name definitions that are unused [Sami Kerola] + - safer (and uniform) handling of return value [Yuriy M. Kaminskiy] +misc-utils: + - build test_uuidd only if BUILD_UUIDD [Ruediger Meier] +mkfs.bfs: + - allow creating file system to a file [Sami Kerola] + - fix block device open race [Sami Kerola] +mkfs.minix: + - fix block device open race [Sami Kerola] + - fix v2/v3 .badblocks inode number for big endian [Ruediger Meier] +mkswap: + - add warnings for insecure device permissions/owners [Wayne R. Roth] + - fix block device open race [Sami Kerola] +more: + - remove unnecessary compatibility layer [Karel Zak] +mount: + - adjust some wordings and formatting in the man page [Benno Schulenberg] + - allow nofail to silence ENOMEDIUM cases [Mike Frysinger] + - further improve formatting of the man page [Benno Schulenberg] + - hardwrap an overlong example in the man page [Benno Schulenberg] + - mount.8 Add documentation of overlay mount options [Osamu Aoki] +mount, umount, swapon, fsck, lsblk, findmnt: + - harmonize six error messages [Benno Schulenberg] + - ignore malformed lines [Karel Zak] +namei: + - move icache to lib/ [Karel Zak] +newgrp: + - rename memset_s() [Ruediger Meier] +nologin: + - require /etc/nologin.txt to be file [Sami Kerola] +partx: + - fix --nr usage [Karel Zak] + - prevent code duplication [Karel Zak] +po: + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Písař] + - update de.po (from translationproject.org) [Philipp Thomas] + - update es.po (from translationproject.org) [Antonio Ceballos Roa] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update pt_BR.po (from translationproject.org) [Rafael Fontenelle] + - update ru.po (from translationproject.org) [Evgeniy Yakushev] + - update sv.po (from translationproject.org) [Sebastian Rasmussen] + - update uk.po (from translationproject.org) [Yuri Chornoivan] + - update zh_CN.po (from translationproject.org) [Wylmer Wang] +prlimit: + - cleanup output units [Karel Zak] +readprofile: + - add scanf field width limits [cppcheck] [Boris Egorov] +rename: + - add example to the man page [Kaligule] +scols/table_print: + - restore old stream after printing to str [Igor Gnatenko] +script: + - be pedantic and use "%"SCNi64 [Karel Zak] + - don't assume that time_t is compatible with long [Isaac Dunham] + - fix misspelling [Ruediger Meier] + - tweak spacing and wording, and restore filling in the man page [Benno Schulenberg] +script, hwclock: + - check file exist with access(3) rather than stat(3) [Sami Kerola] +scriptreplay/newgrp: + - use signed int to store return of getopt_long [Filipe Brandenburger] +setarch: + - add "exec" message to --verbose [Ruediger Meier] + - fix personality syscall return code check [Dmitry V. Levin] +setsid: + - fix argument count bug [Sami Kerola] +sfdisk: + - add 'U' shortcut for ESP [Karel Zak] + - add --delete [Karel Zak] + - add --move-data [Karel Zak] + - add --reorder [Karel Zak] + - add --wipe [Karel Zak] + - add ESP shortcut also for Legacy MBR [Karel Zak] + - adjust more wordings and formatting in the man page [Benno Schulenberg] + - cleanup and optimize --move-data [Karel Zak] + - fix -N return code detection, add debug messages [Karel Zak] + - improve the wording of seven error messages [Benno Schulenberg] + - make --quiet really quiet [Karel Zak] +sfdisk, fdisk: + - add fflush() [Karel Zak] +su: + - clean up groups initialization [Karel Zak] +sulogin: + - Always make echo work after performing getpasswd even if root account is locked [Werner Fink] + - Use fallback method on the Hurd for detecting consoles [James Clarke] + - avoid shared memory area usemask but use waitid() for childs [Werner Fink] + - fix sigset_t initialization [Karel Zak] + - ignore missing WEXITED, add warning [Ruediger Meier] + - keep initialization more robust [Karel Zak] +swapon: + - add control struct [Sami Kerola] + - do not run execvp() calls when swapon is setuid binary [Sami Kerola] + - drop perms if setuid before call mkswap [Karel Zak] + - fix discard=pages docs [Richard Yao] + - fix stat(3) and open(3) race [Sami Kerola] + - move function arguments to control structure [Sami Kerola] + - remove unnecessary assert [Karel Zak] + - rewrite control struct usage [Karel Zak] + - simplify ctl->device usage [Karel Zak] +taskset: + - fix description of `-c` option in the man page [Yuriy M. Kaminskiy] +tests: + - --parallel prints results in a single line [Ruediger Meier] + - add DM error target for blkid [Karel Zak] + - add btrfs mount tests [Stanislav Brabec] + - add colcrt functional tests [Sami Kerola] + - add fdisk/bsd hexdump for alpha [Ruediger Meier] + - add logger tests "id _numbers_ with spaces" [Ruediger Meier] + - add missing files [Karel Zak] + - add new fdisk bsd test [Karel Zak] + - add option --parsable [Ruediger Meier] + - add sfdisk --move-data test [Karel Zak] + - add some check_test_command requirements [Ruediger Meier] + - add some line tests [Ruediger Meier] + - add test for loop option in fstab [Stanislav Brabec] + - add uuid parser check [Sami Kerola] + - add uuidd output check [Sami Kerola] + - add uuidgen output check [Sami Kerola] + - always create sparse image files [Ruediger Meier] + - avoid sed -E [Ruediger Meier] + - blkdiscard, check return values [Ruediger Meier] + - check for TS_HELPER_SYSINFO in swap tests [Karel Zak] + - cramfs, fix root group [Ruediger Meier] + - disable eject for broken kernels [Ruediger Meier] + - don't compare btrfs mount options [Karel Zak] + - don't skip case "output undefined" [Ruediger Meier] + - don't use mkfs.btrfs option -f [Ruediger Meier] + - don't use system's mount commands [Ruediger Meier] + - fallback for missing TS_DESC [Karel Zak] + - fix compiler warnings [-Wmissing-prototypes] [Ruediger Meier] + - fix fdisk/bsd for alpha [Ruediger Meier] + - fix fdisk/bsd for hppa [Ruediger Meier] + - fix minix tests for big endian [Ruediger Meier] + - fix non-working udevadm settle for scsi_debug [Ruediger Meier] + - fix redirection [Stanislav Brabec] + - fix run.sh --parallel=1 [Ruediger Meier] + - fix ts_option helpers [Ruediger Meier] + - getopt2, add function gnu_getopt_clean() [Ruediger Meier] + - hotfix, wait for scsi_debug partion [Ruediger Meier] + - ignore setarch on sparc [Karel Zak] + - ignore swapon warnings [Ruediger Meier] + - improve getopt loop error case [Ruediger Meier] + - improve setarch tests, regarding --uname-2.6 issues [Ruediger Meier] + - improve skipping of old btrfs-tools [Ruediger Meier] + - make libmount/lock optional [Karel Zak] + - make swaplabel test more robust [Karel Zak] + - make test_uuid_parser to read files [Sami Kerola] + - mark old bsd fdisk test as deprecated [Karel Zak] + - mark script race test as "known fail" [Karel Zak] + - minix, add a useful non-root check [Ruediger Meier] + - minix, some corrections and cleanup [Ruediger Meier] + - minix, use hexdump instead of md5sum [Ruediger Meier] + - minor cleanup ts_fdisk_clean() [Ruediger Meier] + - mkfs.ext3 image-file needs option -F [Ruediger Meier] + - no more sleep, udevadm settle only [Ruediger Meier] + - remove deprecated md5sum based fdisk/bsd test [Ruediger Meier] + - remove invalid argument in libmount/debug [Ruediger Meier] + - remove redundant check for NULL [cppcheck] [Boris Egorov] + - replace username with tag in logger test [Karel Zak] + - sfdisk/gpt-reorder, add missing results [Ruediger Meier] + - skip BLKDISCARD if unsupported [Ruediger Meier] + - skip automake's empty "Testsuite summary" [Ruediger Meier] + - skip btrfs tests if version too old [Ruediger Meier] + - skip ipcs test which require /proc [Ruediger Meier] + - skip nonroot before checking for progs in PATH [Ruediger Meier] + - skip old socat silently [Ruediger Meier] + - ts_fdisk_clean(), remove optimal iosize [Ruediger Meier] + - udevadm settle before losetup -d [Ruediger Meier] + - update ZFS test [Karel Zak] + - update and extend logger tests [Karel Zak] + - update build-sys tests [Karel Zak] + - update colcrt test expectations [Sami Kerola] + - update swapfile output [Karel Zak] + - use sfdisk --no-reread wherever it's needed [Ruediger Meier] + - use xz instead of bzip2 for blkid images [Ruediger Meier] + - wipefs fix, ts_init was called too late [Ruediger Meier] +tools: + - add checkcompletion.sh [Karel Zak] + - add missing checkcompletion.sh [Karel Zak] +travis: + - Remove workaround for libtool install of pylibmount [Filipe Brandenburger] + - add OSX build [Ruediger Meier] + - cosmetics, order scripts like they are executed [Ruediger Meier] + - install mdadm [Ruediger Meier] + - let's ignore apt-get return code [Karel Zak] + - minor cleanup [Ruediger Meier] + - switch to Ubuntu 14.04 Trusty [Ruediger Meier] + - workaround env pollution, PYTHON_CFLAGS [Ruediger Meier] +umount: + - add man page note that --force is not perfect [Karel Zak] +unshare: + - add example for persistent mount namespace [Karel Zak] + - describe the setgroups restriction more explicitly [Benno Schulenberg] + - fix busyloop and reduce racing probability [Yuriy M. Kaminskiy] + - fix incomplete sentence in man page [Karel Zak] + - improve wording and formatting in the man page [Benno Schulenberg] + - replace a special character in the man page with a space [Benno Schulenberg] + - tiny change [Karel Zak] +uuidd: + - add debug message for timeout [Karel Zak] + - correct the wording of an error message [Benno Schulenberg] + - fix compiler warning [-Wsign-compare] [Karel Zak] + - fix shadow declaration [Sami Kerola] + - improve socket activation error messaging [Sami Kerola] + - slice up the usage text and normalize its layout [Sami Kerola] + - use cxt->quiet [Karel Zak] + - use signalfd() and setup_timer() [Sami Kerola] +vipw: + - Remove pre-ANSI compiler support [Romain Naour] + - make tmp_file usage more robust [clang analyze] [Karel Zak] + - print only one new line when asking about shadow file [Sami Kerola] + - use puts() when formatting unnecessary [Karel Zak] +wipefs: + - Allow b to be used as the short option for backup [Bill Pemberton] +wipefs, sfdisk: + - include libgen.h for basename(3p) [Ruediger Meier] +zramctl: + - fix lists of the all devices [Karel Zak] + - fix typo [Karel Zak] diff --git a/Documentation/releases/v2.29-ReleaseNotes b/Documentation/releases/v2.29-ReleaseNotes new file mode 100644 index 0000000..4d73312 --- /dev/null +++ b/Documentation/releases/v2.29-ReleaseNotes @@ -0,0 +1,587 @@ +Util-linux 2.29 Release Notes +============================= + +Security issues +--------------- + +CVE-2016-2779 + +This security issue is NOT FIXED yet. It is possible to disable the ioctl +TIOCSTI by setsid() only. Unfortunately, setsid() has well-defined use cases +in su(1) and runuser(1) and any changes would introduce regressions. It seems +we need a better way -- ideally another ioctl to disable TIOCSTI without +setsid() or in userspace implemented pty container (planned as experimental +su(1) feature for v2.30). + + +Stable maintenance releases between v2.28 and v2.29 +--------------------------------------------------- + +util-linux 2.28.2 [Sep 7 2016] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.2-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.2-ChangeLog + +util-linux 2.28.1 [Aug 11 2016] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.28/v2.28.1-ChangeLog + +Changes between v2.28 and v2.29 +------------------------------- + +agetty: + - call uname() only when necessary [Karel Zak] + - don't modify argv[] when parse speeds [Karel Zak] + - fix \S usage [Karel Zak] + - move unreachable code to pre-processor #else segment [oclint] [Sami Kerola] +blkdev: + - guard against missing DIOCGDINFO on FreeBSD 11 [Franco Fichtner] +blkdiscard: + - Improve man page [Allon Mureinik] +build-sys: + - add --disable-plymouth-support [Karel Zak] + - add --disable-widechar [Karel Zak] + - add --enable-libuuid-force-uuidd [Ruediger Meier] + - add UL_REQUIRES_COMPILE macro [Karel Zak] + - add missing include/plymouth-ctrl.h [Karel Zak] + - add non-action for ncurses pkg-cong test [Karel Zak] + - add parisc to define ARCH_ [Karel Zak] + - add tools/Makemodule.am [Karel Zak] + - clean up relation between ncurses[w] and wide-char support [Karel Zak] + - cleanup --with-ncurses [Karel Zak] + - fix comments in ul.m4 [Karel Zak] + - fix drone.io builds [Karel Zak] + - fix missing ncursesw message [Ruediger Meier] + - fix typo on ncurses-config command line [Karel Zak] + - fix uClibc-ng scanf check [Waldemar Brodkorb] + - improve libncursesw5 install for travis [Karel Zak] + - release++ (v2.29-rc1) [Karel Zak] + - release++ (v2.29-rc2) [Karel Zak] + - remove dead libsmartcols sample [Karel Zak] + - remove global dependence between widechar and ncursesw [Karel Zak] + - remove obsolete [cs]fdisk LDADDs [Karel Zak] + - remove obsolete comment [Karel Zak] + - test functions does not return void [Sami Kerola] + - use UL_DEFAULT_ENABLE() only for programs [Karel Zak] + - use ncurses-config rather than pkg-config [Karel Zak] + - workaround for autoconf "present but cannot be compiled" [Karel Zak] +cal: + - allow to specify month by name [Karel Zak] + - cleanup man page [Karel Zak] + - cleanup non-ncurses build [Karel Zak] + - remove err message from monthname_to_number() [Karel Zak] + - support abbreviated month names [Karel Zak] + - support alone month name parameter [Karel Zak] + - support timestamps [Karel Zak] + - use %04d for year [Karel Zak] +cfdisk: + - fix mountpoint detection [Karel Zak] + - use libsmartcols ASCII for non-widechar environment [Karel Zak] +cfisk: + - add /dev/vda as another default disk [Karel Zak] +chfn: + - chsh use selinux_check_passwd_access() [Karel Zak] +chrt: + - add fallback to be usable on kernels without sched_{get,set}attr [Karel Zak] + - fix HAVE_SCHED_SETATTR fallback case [Ruediger Meier] + - follow nice setting, prefer sched_setscheduler() [Karel Zak] + - validate priority before trying to use it [Sami Kerola] +colcrt: + - avoid the command getting hung [afl] [Sami Kerola] +cramfs: + - add missing includes [Karel Zak] + - revert crc32 changes [Karel Zak] +debug: + - use const void * for ul_debugobj() [Igor Gnatenko] +deprecated.txt: + - Add sfdisk --show-pt-geometry [Stanislav Brabec] +dmesg: + - --notime should not suppress --show-delta [Sami Kerola] + - drop core at impossible case in read_buffer() [oclint] [Sami Kerola] + - fix indention [Karel Zak] + - use strtimeval_iso() [Karel Zak] +docs: + - Fix various typos [Sebastian Rasmussen] + - add file format note to utmpdump manual page [Sami Kerola] + - add sfdisk scripts quotes issue to TODO file [Karel Zak] + - optinal option arguments should be long-only [Sami Kerola] + - some random fixes [Karel Zak] + - update AUTHORS file [Karel Zak] + - update TODO file [Karel Zak] + - update infor about TIOCSTI [Karel Zak] + - update v2.29-ReleaseNotes [Karel Zak] +fdisk: + - Add support for altering GPT size [Sassan Panahinejad] + - Fix typo RequiredPartiton -> RequiredPartition [Sebastian Rasmussen] + - add --wipe-partitions=auto|never|default [Karel Zak] + - fix compiler warning [Karel Zak] + - fix memleak in list_disk_geometry() [Ruediger Meier] + - make -l <dev ...> behaves like fdisk -l [Thierry Vignaud] + - use PAGER for 'l' command. [Karel Zak] +findmnt: + - (verify) add docs [Karel Zak] + - (verify) add options verification [Karel Zak] + - (verify) add source verification [Karel Zak] + - (verify) add swaparea verification [Karel Zak] + - (verify) check filesystem type [Karel Zak] + - (verify) fix mem leak [coverity scan] [Karel Zak] + - (verify) minor changes in strings [Karel Zak] + - add --verify and --verbose [Karel Zak] + - remove duplicate include [Karel Zak] +flock: + - Introduce no-fork option. [Terry Burton] + - fix no-flock patch [Karel Zak] + - keep run_program() simple [Karel Zak] +fsck: + - fix racing between unlock/unlink and open [Yuriy M. Kaminskiy] + - remove fs-specific options from man page [Karel Zak] +fsck.cramfs: + - don't ignore read() result [coverity scan] [Karel Zak] +fsck.minix: + - Verify more fields in super-block. [Tobias Stoeckmann] + - fix endless loop and out of stack [Karel Zak] +fstrim: + - add -v to the systemd service [Karel Zak] +getops: + - improve getopt-parse.bash example [Sami Kerola] +getopt: + - be sure that options array is terminated [Karel Zak] + - fix memory leaks and integer overflows [ASAN & valgrind] [Sami Kerola] + - keep pointer to 'name' in control struct [Karel Zak] +hwclock: + - use strtimeval_iso() [Karel Zak] +include/closestream: + - define exit codes [Karel Zak] +include/env: + - minor fixes and clean ups [Karel Zak] +include/timeutils: + - rewrite iso formatting functions [Karel Zak] + - use pointer for time_t [Karel Zak] +include/widechar: + - add fallback for WEOF [Karel Zak] + - add missing fallbacks [Karel Zak] +ionice: + - clarify description of --classdata [Daniel Shahaf] +isosize: + - don't ignore read() result [coverity scan] [Karel Zak] + - fix read() result check [Karel Zak] +kill: + - remove pid command-name to option alias [Sami Kerola] +last: + - cleanup time formatting code [Karel Zak] + - fix logout time [Karel Zak] +lib: + - avoid double free in loopdev.c [Sami Kerola] + - try to find tty in get_terminal_name() [Sami Kerola] +lib/crc32: + - prefix public functions [Gustavo Zacarias] +lib/loopdev: + - Set errno in is_loopdev on error [Tobias Stoeckmann] + - cleanup sizelimit check [Karel Zak] +lib/mbsalign: + - fix for non-widechar [Karel Zak] + - free buffer after error [coverity scan] [Karel Zak] +lib/pager: + - cleanup and extend API [Karel Zak] + - fix test [Karel Zak] + - restore signals setting by pager_close() [Karel Zak] +lib/randutils: + - add xsrand() and rand_get_number() [Karel Zak] + - remove unnecessary function [Karel Zak] +lib/strutils: + - make left and right trims more robust [Sami Kerola] +lib/sysfs: + - be more smart for non-scsi devices [Karel Zak] +lib/timeutils: + - add strtime_short() [Karel Zak] + - add strxxx_iso() functions [Karel Zak] +lib/ttyutils: + - use stdout for get_terminal_width() [Karel Zak] +libblkid: + - Add metadata signature check for IMSM on 4Kn drives [Alexey Obitotskiy] + - Avoid OOB access on illegal ZFS superblocks [Tobias Stoeckmann] + - Avoid strlen if only first char is checked [Tobias Stoeckmann] + - Check that cluster size is nonzero when probing exFAT [Rostislav Skudnov] + - [exfat] Limit maximum number of iterations in find_label [Rostislav Skudnov] + - avoid non-empty recursion in EBR [Karel Zak] + - check blkid_parse_tag_string() return code [coverity scan] [Karel Zak] + - don't check nonnull attributes for NULL [-Wnonnull-compare] [Karel Zak] + - fix debugging macro [oclint] [Sami Kerola] + - fix mistake in debug message [Karel Zak] + - ignore empty MBR on LVM device [Karel Zak] + - ignore extended partition at zero offset [Karel Zak] + - improve debug messages [Karel Zak] + - make I/O errors on CDROMs non-fatal [Karel Zak] + - make blkid_do_wipe() work with probes with offset [Petr Uzel] + - reduce probing area for crazy CDROMs [Karel Zak] + - remove unused function [Karel Zak] + - simplify if clause [oclint] [Sami Kerola] + - store only canonical devnames to the cache [Karel Zak] +libcommon: + - add ISO_8601_GMTIME that will print UTC-0 timestamps [Sami Kerola] +libfdisk: + - (docs) add missing version notes [Karel Zak] + - (gpt) be more careful with 64bit constants [Karel Zak] + - (gpt) make attributes parser more robust [Karel Zak] + - (script) make bootable flag parsing more robust [Karel Zak] + - Add support for altering GPT size [Sassan Panahinejad] + - Distinguish between first LBA sector and partition [Tobias Stoeckmann] + - Fix assert error in free space handling [Tobias Stoeckmann] + - add API for work with labelitems [Karel Zak] + - add fdisk_wipe_partition() [Karel Zak] + - add trivial script test [Karel Zak] + - cleanup fdisk_gpt_set_npartitions() [Karel Zak] + - cleanup labelitem initialization [Karel Zak] + - don't offer zero length freespace [Karel Zak] + - fix range checking for fdisk_set_last_lba [Sassan Panahinejad] + - fix script Type= and Id= parsing [Karel Zak] + - fix typo [Karel Zak] + - fix uninitialized fdisk_labelitem [Ruediger Meier] + - make script token parser more robust [Karel Zak] + - make table-length usage more robust [Karel Zak] + - move fdisk_field_...() functions to field.c [Karel Zak] + - use fdisk_add_partition() for unused partno [Karel Zak] + - use table-length in dump for non-standard PT [Karel Zak] +liblkid: + - Add length check in probe_nilfs2 before crc32 [Torsten Hilbrich] + - fix probe_nilfs2 I/O error backup [Karel Zak] +libmount: + - Fix possible crash in mnt_context_setup_loopdev() [Stanislav Brabec] + - Introduce new error MNT_ERR_LOOPOVERLAP [Stanislav Brabec] + - Preserve empty string value in optstr parsing [Filipe Brandenburger] + - Re-organize is_mounted_same_loopfile() [Stanislav Brabec] + - don't check nonnull attributes for NULL [-Wnonnull-compare] [Karel Zak] + - don't support /etc/mtab by default [Karel Zak] + - fix memory leak [Sami Kerola] + - fix mnt_table_parse_mtab() logic [Karel Zak] + - fix mnt_table_parse_stream() logic [Karel Zak] + - fix mount -a for cifs [Aurelien Aptel] + - fix null-checking [coverity scan] [Karel Zak] + - ignore redundant slashes [Karel Zak] + - make kernel_fs_postparse() more robust [Karel Zak] + - one iteration to detect overlap and reuse loopdev [Karel Zak] + - paranoid change in mnt_table_is_fs_mounted() [Karel Zak] + - remove duplicate code [Karel Zak] + - reuse existing loop device [Stanislav Brabec] + - try absolute target before canonicalize [Karel Zak] +libmount, look: + - remove dead code [oclint] [Sami Kerola] +libmout: + - Reuse loop device safely [Stanislav Brabec] +libsmartcols: + - (docs) add missing functions [Karel Zak] + - (docs) add missing version notes [Karel Zak] + - Corrected JSON escaping [Karel Zak, Bryan Elliott] + - add JSON support to sample application [Karel Zak] + - add application to test library features [Karel Zak] + - add fallback for symbols [Karel Zak] + - add functions to control terminal usage [Karel Zak] + - add maxout sample [Karel Zak] + - add scols_column_add_width() [Karel Zak] + - add scols_table_get_name() [Igor Gnatenko] + - add scols_table_is_nolinesep() [Igor Gnatenko] + - add scols_table_is_nowrap() [Igor Gnatenko] + - add support for trees to the sample application [Karel Zak] + - allow to change cell padding char [Karel Zak] + - be consistent, use 'sy' for symbols [Igor Gnatenko] + - be more strict about empty tables [Karel Zak] + - cleanup get functions [Karel Zak] + - cleanup line separator usage [Karel Zak] + - cleanup scols_table_set_symbols() API [Karel Zak] + - commit missing file [Karel Zak] + - custom wrap fixes [Karel Zak] + - don't print title color is colors disabled [Karel Zak] + - extend wrapnl sample [Karel Zak] + - fix WRAPNL crashes [Karel Zak] + - fix WRAPNL on strings without \n [Karel Zak] + - fix comment [Karel Zak] + - fix hidden file usage [Karel Zak] + - fix minimal column width calculation [Karel Zak] + - fix non-tty output for 'maxout' columns [Karel Zak] + - fix padding for non-maxout output [Karel Zak] + - fix scols_table_enable_colors() usage in samples [Karel Zak] + - fix title output on non-tty [Karel Zak] + - fix tree padding [Karel Zak] + - fix typos in docs [Igor Gnatenko] + - fixes in doc generation [Igor Gnatenko] + - improve JSON [Karel Zak] + - keep scols_table_get_termwidth() read-only [Karel Zak] + - make get_line/column_separator() return const [Igor Gnatenko] + - make scols_sort_table() usable for trees [Karel Zak] + - remove debuging code from sample [Karel Zak] + - support LIBSMARTCOLS_DEBUG_PADDING=on [Karel Zak] + - support custom wrap and remove SCOLS_FL_WRAPNL [Karel Zak] + - support multi-line cells based on line breaks [Karel Zak] + - use SCOLS_FL_RIGHT in sample [Karel Zak] + - use const qualifier for scols_table_get_termwidth [Igor Gnatenko] + - use const qualifier where it's possible [Igor Gnatenko] +logger: + - add man page note about the default --tag [Karel Zak] + - be more precise about --port description [Karel Zak] + - remove trailing spaces when outputing to journal [Sami Kerola] + - simplify if clause [oclint] [Sami Kerola] +loopdev: + - Implememt loopcxt_set_status() [Stanislav Brabec] +losetup: + - Prevent AUTOCLEAR detach race [Stanislav Brabec] + - add --nooverlap options [Karel Zak, Stanislav Brabec] + - allow to use --nooverlap when device specified [Karel Zak] + - fix outdated comment ["Yuriy M. Kaminskiy"] +losetup --nooverlap: + - fix typo [Stanislav Brabec] +lsblk: + - add note about --sort and --list relation [Karel Zak] + - improve support for nvme [Karel Zak] + - sort by MAJ MIN by default [Karel Zak] + - use ID_WWN_WITH_EXTENSION is possible [Karel Zak] +lscpu: + - add --physical option [Heiko Carstens] + - add drawer support [Heiko Carstens] + - add parsable testcase with the --physical option [Heiko Carstens] + - add s390 drawer testcase [Heiko Carstens] + - disable is_vmware_platform() for non-root users [Karel Zak] + - fix MMHZ column entry within man page [Heiko Carstens] + - fix typo in summary output [Heiko Carstens] + - make lookup_cache() more robust [Karel Zak] + - only try to read sysfs attributes of present CPUs [Heiko Carstens] + - print correct number of threads per core if possible [Heiko Carstens] + - show additional caches (s390) [Heiko Carstens] + - show machine type (s390) [Heiko Carstens] + - show static and dynamic MHz (s390) [Heiko Carstens] + - update s390-lpar-drawer testcase [Heiko Carstens] +lsipc: + - use strtime_short() [Karel Zak] + - use strtm_iso() [Karel Zak] +lslocks: + - add --noinaccessible [Karel Zak] +lslogins: + - simplify if clause and move definition and comments [oclint] [Sami Kerola] + - use strtime_short() [Karel Zak] + - use strtm_iso() [Karel Zak] +lsns: + - check for OOM [Karel Zak] + - fix mem leak [coverity scan] [Karel Zak] + - missing ns/<name> is not error [Karel Zak] + - support cgroup namespaces [Michał Bartoszkiewicz] +lspcu: + - minor manpage improvement [Heiko Carstens] +man pages: + - fix spacing between man page name & section number [Mike Frysinger] +misc: + - Fix various typos [Sebastian Rasmussen] + - always check setenv(3) return value [Sami Kerola] + - cleanup non-widechar compilation [Karel Zak] + - fix declarations shadowing variables in the global scope [oclint] [Sami Kerola] + - fix some compiler warnings [Ruediger Meier] + - fix unsigned int usage for ctype.h functions [Karel Zak] + - once again some printf format strings [Ruediger Meier] + - simplify if clauses [oclint] [Sami Kerola] +mkswap: + - tolerate ENOTSUP when failing to relabel [Lubomir Rintel] +more: + - don't include ncurses.h, fix for non-widechar [Karel Zak] +mount: + - Handle EROFS before calling mount() syscall [Stanislav Brabec] + - Handle MNT_ERR_LOOPOVERLAP [Stanislav Brabec] + - add note about another flags for "remount,bind" [Karel Zak] + - add note about loopdev reuse to mount.8 [Karel Zak] + - add note about paths verification to mount.8 [Karel Zak] + - append inverting options for mount.<type> on "users" [Karel Zak] + - mount.8 Update loop device documentation [Stanislav Brabec] + - small change to mount.8 loopdev section [Karel Zak] + - try to tell what mount was doing when it failed [Sami Kerola] +nsenter: + - enter namespaces in two passes [James Bottomley] +pathnames: + - guard clashing definitions on FreeBSD [Franco Fichtner] +pg: + - stop building the command by default [Sami Kerola] +po: + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Písař] + - update de.po (from translationproject.org) [Philipp Thomas] + - update es.po (from translationproject.org) [Antonio Ceballos Roa] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update nl.po (from translationproject.org) [Benno Schulenberg] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update sv.po (from translationproject.org) [Sebastian Rasmussen] + - update uk.po (from translationproject.org) [Yuri Chornoivan] + - update zh_CN.po (from translationproject.org) [Wylmer Wang] +pylibmount: + - include c.h [Karel Zak] +ramctl: + - add support for zram-control [Karel Zak] +rev: + - Avoid calling free in a signal handler [Tobias Stoeckmann] + - Avoid out of boundary read [Tobias Stoeckmann] +rtcwake: + - add note about RTC limits [Karel Zak] + - make sure buffer is zero terminated [coverity scan] [Karel Zak] +script: + - avoid trying fclose(NULL) [Sami Kerola] + - check status of writes when closing outputs [Sami Kerola] + - close file descriptors on exec [Sami Kerola] + - improve coding style and the "done" message [Karel Zak] + - use empty-slave heuristic more carefully [Karel Zak] +scriptreplay: + - avoid re-implementing strtod_or_err() [Sami Kerola] + - improve error message [Sami Kerola] +setarch: + - let's keep analyzer happy [coverity scan] [Karel Zak] +setpwnam: + - fix memory leak [Sami Kerola] +setterm: + - de-duplicate color option string parsing [Karel Zak] + - fix declarations shadowing variables in the global scope [oclint] [Sami Kerola] + - remove unnecessary translation string [Sami Kerola] +sfdisk: + - Add --show-pt-geometry compatibility code [Stanislav Brabec] + - Add support for altering GPT size [Sassan Panahinejad] + - add --no-tell-kernel [Karel Zak] + - add --wipe-partitions=auto|never|default [Karel Zak] + - add show-pt-geometry to usage() and sfdisk.8 [Karel Zak] + - cleanup before going out of scope [coverity scan] [Karel Zak] + - exit with error if rereading partition table fails [Victor Dodon] + - free before going out of scope [coverity scan] [Karel Zak] + - make non-interactive output more readable [Karel Zak] +smartcols/symbols: + - free cell_padding in unref() [Igor Gnatenko] +su, runuser, setpriv: + - create links between man pages [Karel Zak] +su,runuser: +sulogin: + - agetty use the plymouth local protocol instead the plymouth binary [Werner Fink] + - make fopen O_CLOEXEC specifier usage portable [Sami Kerola] + - remove __nonnull__ function attribute [Sami Kerola] +swapoff: + - fix mem leak [coverity scan] [Karel Zak] +swapon: + - fix discard option parsing [Karel Zak] +switch_root: + - simplify code and reduce indentation [oclint] [Sami Kerola] +syspriv: + - flip inverted logic [oclint] [Sami Kerola] +tailf: + - Fix previously adjusted segfault patch [Tobias Stoeckmann] + - Fix segmentation fault in tailf on 32 bit [Tobias Stoeckmann] +taskset: + - clarify that masks are always hex in man page [Chris Metcalf] +tests: + - fix raid1 minimum I/O size [Ruediger Meier] + - (cramfs) check for test_sysinfo [Karel Zak] + - Add helper for TIOCSTI exploit [Stanislav Brabec] + - Add loop-overlay test [Stanislav Brabec] + - Add losetup-loop test suite [Stanislav Brabec] + - Allow running a single test case from tests/run.sh [Filipe Brandenburger] + - Fix fdisk/id and fdisk/mbr-nondos-mode on Sparc [James Clarke] + - Use proper word splitting when executing tests [Filipe Brandenburger] + - add GPT attributes parser tests [Karel Zak] + - add another libsmartcols tests [Karel Zak] + - add another sfdisk script tests [Karel Zak] + - add chrt test [Karel Zak] + - add chrt vs. nice test [Karel Zak] + - add columns separator to libsmartcols test [Karel Zak] + - add export and raw to libsmartcols test [Karel Zak] + - add flock tests [Karel Zak] + - add libsmartcols JSON test [Karel Zak] + - add libsmartcols title test [Karel Zak] + - add libsmartcols wrap and wrapnl tree tests [Karel Zak] + - add missing expected/ dir stuff [Karel Zak] + - add sfdisk Type= and Id= test [Karel Zak] + - add sfdisk script case-insensitive test [Karel Zak] + - add tree libsmartcols test files [Karel Zak] + - always quote $LODEV [Ruediger Meier] + - avoid &>> for bash compatibility [Ruediger Meier] + - call umount --fake for tmpfs tests [Karel Zak] + - challenge utmpdump localization go-around [Sami Kerola] + - check for mount(8) in minix test [Karel Zak] + - check for timeout prog [Karel Zak] + - consolidate rmmod scsi_debug [Ruediger Meier] + - don't depend on GNU md5sum [Ruediger Meier] + - fix for non-ncurses version [Karel Zak] + - fix libmount loop-overlay test [Karel Zak] + - fix loop-overlay test [Karel Zak] + - fix losetup tests for --nooverlap [Karel Zak] + - fix ttyutils test [Karel Zak] + - fix utmpdump timestamps to be in iso format [Sami Kerola] + - implement ts_skip_subtest [Karel Zak] + - improve libsmartcols test [Karel Zak] + - keep 'hppa' in fdisk/bsd test too [Karel Zak] + - let lsmod fail silently [Ruediger Meier] + - let's follow ts_scsi_debug_rmmod [Karel Zak] + - make chrt test more debug-able [Karel Zak] + - make tests more portable due to mtab [Karel Zak] + - mark build-in paths test as optional [Karel Zak] + - mark chrt as TS_KNOWN_FAIL [Karel Zak] + - mark chrt tests as root-only [Karel Zak] + - move getopt to separate directory [Karel Zak] + - really fix fdisk/bsd for hppa [Helge Deller] + - refresh cal(1) test [Karel Zak] + - remove USE_LIBMOUNT_FORCE_MOUNTINFO [Karel Zak] + - remove unnecessary file [Sami Kerola] + - replace sleep by udevadm [Ruediger Meier] + - test_md5 prints md5sum only [Ruediger Meier] + - udevadm settle before losetup -d [Ruediger Meier] + - update build-sys expected output [Karel Zak] + - update build-sys tests [Karel Zak] + - update sfdisk output strings [Karel Zak] + - utmpdump add subsecond accuracy test [Sami Kerola] + - wait for flock background process [Ruediger Meier] +tools: + - add script to load .po from translationproject.org [Karel Zak] + - make ko-release-gen usable with gpg2 [Karel Zak] +travis: + - fix OSX, glibtoolize could not find sed [Ruediger Meier] +trivial: + - s/automatical/automatic/g [Igor Gnatenko] + - use tabs consistently [Igor Gnatenko] +ul: + - Fix buffer overflow [Tobias Stoeckmann] +umount: + - add note about FS names differences to the man page [Karel Zak] + - cleanup umount.8 about mtab [Karel Zak] + - fix obsolete info about loop= in umount.8 [Karel Zak] +utmpdump: + - use always UTC-0 timezone in textual output [Sami Kerola] + - use iso-8601 timestamp format with subsecond accuracy [Sami Kerola] +uuidd: + - remove unnecessary pidpile path variable [Sami Kerola] +wdct: + - mark usage() as noreturn [coverity scan] [Karel Zak] +wipefs: + - force GPT detection [Karel Zak] +write: + - add control structure to clarify what is going on [Sami Kerola] + - don't use strftime() [Karel Zak] + - fix setuid related regression [Wayne Pollock] + - get rid of function prototypes [Sami Kerola] + - improve coding style [Sami Kerola] + - improve function and variable names [Sami Kerola] + - make timestamp to be obviously just a clock time [Sami Kerola] + - remove PUTC macro [Sami Kerola] + - remove pointless fileno(3) calls [Sami Kerola] + - remove unnecessary utmp variables [Sami Kerola] + - remove unused variable [Sami Kerola] + - run atexit() checks at the end of execution [Sami Kerola] + - set atime value in term_chk() only when needed [Sami Kerola] + - stop removing and adding /dev/ in front of tty string [Sami Kerola] + - tell when effective gid and tty path group mismatch [Sami Kerola] + - use xstrncpy() from strutils.h [Sami Kerola] + +- add control structure to clarify what is going on [Sami Kerola] +- don't use strftime() [Karel Zak] +- fix setuid related regression [Wayne Pollock] +- get rid of function prototypes [Sami Kerola] +- improve coding style [Sami Kerola] +- improve function and variable names [Sami Kerola] +- make timestamp to be obviously just a clock time [Sami Kerola] +- remove PUTC macro [Sami Kerola] +- remove pointless fileno(3) calls [Sami Kerola] +- remove unnecessary utmp variables [Sami Kerola] +- remove unused variable [Sami Kerola] +- run atexit() checks at the end of execution [Sami Kerola] +- set atime value in term_chk() only when needed [Sami Kerola] +- stop removing and adding /dev/ in front of tty string [Sami Kerola] +- tell when effective gid and tty path group mismatch [Sami Kerola] +- use xstrncpy() from strutils.h [Sami Kerola] diff --git a/Documentation/releases/v2.30-ReleaseNotes b/Documentation/releases/v2.30-ReleaseNotes new file mode 100644 index 0000000..3e795be --- /dev/null +++ b/Documentation/releases/v2.30-ReleaseNotes @@ -0,0 +1,758 @@ +Util-linux 2.30 Release Notes +============================= + +The libblkid library has been improved for hybrid CDROM/DVD media by extracting +the LABEL and UUID values from the UDF header, rather than the ISO9660 header. +This change makes hybrid CDROM/DVD media created on other operating systems more +compatible in Linux user-space. Unfortunately, this change may introduce a +regression for (unusual) hybrid CDROM/DVDs where the ISO and UDF headers use a +different LABEL. + +The deprecated command tailf has been removed. Use "tail -f" from coreutils. + +blkzone -- NEW COMMAND to run zone commands on block devices that support Zoned +Block Commands (ZBC) or Zoned-device ATA Commands (ZAC). The currently +supported functionality is 'report' and 'reset'. +[thanks to Shaun Tancheff (Seagate), Damien Le Moal (WD)] + +fincore -- NEW COMMAND to count pages of file contents in core (memory). +[thanks to Masatake YAMATO (Red Hat)] + +lsmem -- NEW COMMAND to list the ranges of available memory with their online +status (originally implemented in Perl for s390-tools). [thanks to Clemens von Mann +and Heiko Carstens (IBM)] + +chmem -- NEW COMMAND to set memory online/offline status [thanks to Heiko +Carstens (IBM)] + +Removed Alpha and dead code from hwclock's --directisa option. + +The command fallocate supports an "insert range" operation now. + +The command "column -t|--table" has been modified to use libsmartcols. It now +provides nearly all of that library's functionality from the command line. For +example: printing a table header, reordering columns, aligning columns +to the right, printing tree-like output, wrapping lines in cells, truncating +text in cells, etc. + +The libmount library now provides an API to generate exit codes and error/warning +messages compatible with mount(8). + + +Security issues +--------------- + +hwclock - no longer makes any internal permission checks. The System + Administrator must set proper permissions to control user access to + the RTC. It is NOT recommended to use set-user-ID. + +CVE-2016-2779 - This security issue is NOT FIXED yet. It is possible to + disable the ioctl TIOCSTI by setsid() only. Unfortunately, setsid() + has well-defined use cases in su(1) and runuser(1) and any changes + would introduce regressions. It seems we need a better way -- ideally + another ioctl to disable TIOCSTI without setsid() or in a userspace + implemented pty container (planned as experimental su(1) feature). + + +Stable maintenance releases between v2.29 and v2.30 +--------------------------------------------------- + +util-linux 2.29.2 [Feb 02 2017] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.2-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.2-ChangeLog + +util-linux 2.29.1 [Jan 01 2017] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.29/v2.29.1-ChangeLog + +Changes between v2.29 and v2.30 +------------------------------- + +agetty: + - fix a memory leak when parsing \S in issue files [Matthias Gerstner] + - fix characters reorder in login prompt [Karel Zak] + - fix ifdef typo [Ruediger Meier] + - fix login-options desc in man page [Karel Zak] + - fix typo [Karel Zak] + - make --remote to forward --nohostname as -H to login [Sami Kerola] + - re-add utmp.h for Debian GNU/kFreeBSD [Ruediger Meier] + - remove obsolete HAVE_UPDWTMP fallback [Ruediger Meier] + - remove variable that is set but not read [Sami Kerola] + - various man-page fixes [J William Piggott] +bash-completion: + - add a function for fincore command [Masatake YAMATO] + - add blkreset and blkreport completion [Sami Kerola] + - update disk-utils [Sami Kerola] + - update fincore [Sami Kerola] + - update fincore to have latest options [Sami Kerola] + - update hwclock [Sami Kerola] + - update login-utils [Sami Kerola] + - update misc-utils [Sami Kerola] + - update schedutils [Sami Kerola] + - update sys-utils [Sami Kerola] + - update term-utils [Sami Kerola] + - update text-utils [Sami Kerola] +blkid: + - add control struct [Sami Kerola] + - add curly braces to do-while statement [Sami Kerola] + - add long options [Sami Kerola] + - add messages to translations [Sami Kerola] + - fix compiler warning [-Wdiscarded-qualifiers] [Karel Zak] + - fix return code when display the version [Alexey Gladkov] + - simplify version option handling [Sami Kerola] +blkzone: + - Add --count option [Damien Le Moal] + - Fix zone condition strings handling [Damien Le Moal] + - Improve zone information print [Damien Le Moal] + - Report all zones if length is not specified [Damien Le Moal] + - Reset all zones when length is not specified [Damien Le Moal] + - add bash-completion [Karel Zak] + - add count option to bash-completion [Karel Zak] + - add new command (merge blkreport and blkreset) [Karel Zak] + - use optutils.h to check mutually exclusive options [Karel Zak] + - remove "LBA" from usage() and unnecessary alignment check [Karel Zak] + - slice up option descriptions, fix typo, fix docstring [Benno Schulenberg] + - remove in favour of blkzone [Karel Zak] + - small code clean ups [Sami Kerola] + - remove "LBA" from usage() [Karel Zak] + - Add new commands for ZAC/ZBC drives [Shaun Tancheff] +build-sys: + - add AC_STRUCT_TIMEZONE [Karel Zak] + - add missing file [Karel Zak] + - add missing header file [Karel Zak] + - add non-widechar.conf [Karel Zak] + - add parse-date.y [Karel Zak] + - check for POSIX utmpx usage [Ruediger Meier] + - cleanup UL_NCURSES_CHECK [Karel Zak] + - cosmetics PACKAGE_VERSION_MINOR [Ruediger Meier] + - cosmetics, avoid useless m4 quotes [Ruediger Meier] + - disable tailf by default [Ruediger Meier] + - don't clean *.img files [Ruediger Meier] + - fix "remove the g in git describe" [Ruediger Meier] + - fix --disable-all-programs --enable-schedutils [Karel Zak] + - fix bashism, introduced in 85004b14 [Ruediger Meier] + - fix compilation with ncurses and uClibc or musl libc [Carlos Santos] + - fix empty package release number [Ruediger Meier] + - fix library order when linking [Ruediger Meier] + - fix lsmem dependence [Karel Zak] + - improve detection of the "isnan" function in uClibc [Carlos Santos] + - make ncurses detection more robust [Karel Zak] + - mark lsmem and chmem as Linux only [Karel Zak] + - ncurses headers cleanup [Karel Zak] + - prefer ncurses-config rather than pkg-config [Karel Zak] + - prefer pkg-config for ncurses [Karel Zak] + - release++ (v2.30-rc1) [Karel Zak] + - release++ (v2.30-rc2) [Karel Zak] + - remove column-old.c [Karel Zak] + - remove duplicate includes [Karel Zak] + - remove old git fallback from git-version-gen [Ruediger Meier] + - require kernel headers on Linux [Karel Zak] + - simplify UL_ENABLE_ALIAS() semantic [Karel Zak] + - test_linux_version is Linux only [Karel Zak] + - update package release number during development [Ruediger Meier] + - use -lm for scriptreplay if necessary [Karel Zak] + - use MATH_LIBS for hwclock [Karel Zak] + - use sed to substitute [Karel Zak] +cal: + - ncurses cleanup [Karel Zak] +cfdisk: + - add copyright to help [Karel Zak] + - add hints for scanners [coverity scan] [Karel Zak] + - avoid use of VLA in combination with sizeof() [smatch scan] [Sami Kerola] + - fix compiler warning [Karel Zak] + - support UI refresh on ^L [Karel Zak] + - use buffer editor for ui_get_string() [Karel Zak] +chfn: + - disable tab completion [Sami Kerola] +chfn, chsh: + - use readline(3) to receive user input [Sami Kerola] +chmem: + - don't use scanf format for printf [Ruediger Meier] + - new tool [Heiko Carstens] +chrt: + - default to SCHED_RR policy [Andreas Henriksson] +chsh: + - use -h as shorthand for --help instead of -u [Andreas Henriksson] +col: + - avoid extra newline if no input [Sami Kerola] + - backspacing widechars [Grady Martin] +column: + - add --json [Karel Zak] + - add --table-colnames [Karel Zak] + - add --table-colright [Karel Zak] + - add --table-hide [Karel Zak] + - add --table-noextreme [Karel Zak] + - add --table-order [Karel Zak] + - add --table-truncate [Karel Zak] + - add --table-wrap [Karel Zak] + - add --tree to the man page [Karel Zak] + - add missed semicolons in case of !HAVE_WIDECHAR [Alexander Kuleshov] + - add note that circular dependencies are ignored [Karel Zak] + - add support for trees [Karel Zak] + - be robust on empty table [Karel Zak] + - clean up man page [Karel Zak] + - clean up multi-byte #ifelse [Karel Zak] + - clean up usage() and options order [Karel Zak] + - don't ignore mbs_to_wcs() errors [Karel Zak] + - fix --tree id-parent loop crash [Karel Zak] + - fix greedy initialization [Karel Zak] + - fix typo [Karel Zak] + - force to follow specified width [Karel Zak] + - make input() more generic [Karel Zak] + - make mbs/wcs conversions more robust [Karel Zak] + - make more obvious what is default behavior [Karel Zak] + - parent and child has to be independent [Karel Zak] + - rename --columns to --output-width [Karel Zak] + - rename functions [Karel Zak] + - rename options [Karel Zak] + - rename too generic macro [Karel Zak] + - reorder functions [Karel Zak] + - require column names for JSON [Karel Zak] + - split old and new code [Karel Zak] + - use NOEXTREMES for the last column [Karel Zak] + - use colntrol struct on more places [Karel Zak] + - use err_exclusive_options() [Karel Zak] + - use libsmartcols for --table [Karel Zak] + - use libsmartcols to avoid circular dependences [Karel Zak] +columns: + - add control struct [Karel Zak] + - add note about width [Karel Zak] +disk-utils/mkfs.minix: + - Set ninodes after checking max [Nate Clark] +dmesg: + - remove unnecessary header [Karel Zak] +docs: + - Fix word repetitions [Yuri Chornoivan] + - add BUG REPORTING section to README [Karel Zak] + - add chmem and tailf to ReleaseNotes [Karel Zak] + - add information about mailing list rejection [J William Piggott] + - add note about branches to README [Karel Zak] + - improve agetty.8 manual page [Sami Kerola] + - improve boilerplate.c options example [Sami Kerola] + - ionice(1) SEE ALSO add ioprio_set(2) [Michael Kerrisk] + - kill(1) Add more detail on use of SIGTERM vs SIGKILL [Michael Kerrisk] + - kill(1) Fix section reference for sigqueue(3) and add to SEE ALSO [Michael Kerrisk] + - kill(1) Formatting fixes [Michael Kerrisk] + - kill(1) Rework notes on thread groups [Michael Kerrisk] + - kill(1) Wording fix [Michael Kerrisk] + - last(1) Eliminate oddball formatting [Michael Kerrisk] + - last(1) SEE ALSO add reference to wtmp(5) [Michael Kerrisk] + - lsns(8) SEE ALSO add namespaces(7) [Michael Kerrisk] + - make column.1 example to use ascii output [Sami Kerola] + - mount(8) Wording fix [Michael Kerrisk] + - move source-code-management.txt to README [J William Piggott] + - namei(1) SEE ALSO add symlink(7) [Michael Kerrisk] + - nsenter(1) Describe the 'file' argument used by namespace options [Michael Kerrisk] + - nsenter(1) Formatting fix [Michael Kerrisk] + - nsenter(1) add missing 'see also' for --user [Karel Zak] + - parse-date.txt fix whitespace [J William Piggott] + - renice(1) Add SEE ALSO entry for sched(7) [Michael Kerrisk] + - renice(1) Add credentials(7) to SEE ALSO [Michael Kerrisk] + - renice(1) Remove obsolete BUGS text [Michael Kerrisk] + - renice(1) Rework discussion of unprivileged users, [Michael Kerrisk] + - replace FTP by HTTPS in kernel.org URLs [Sébastien Helleu] + - taskset(1) Wording fix [Michael Kerrisk] + - try to convince open(2) O_DIRECT rather than using raw device [Sami Kerola] + - update AUTHORS file [Karel Zak] + - update Documentation/deprecated.txt [Karel Zak] + - update TODO, add mount(8) noauto,auto [Karel Zak] + - update howto-contribute.txt [J William Piggott] + - update source-code-management.txt [Karel Zak] + - update v2.30-ReleaseNotes [J William Piggott] + - update v2.30-ReleaseNotes [Karel Zak] + - various pages Format pathnames as italic (.I) [Michael Kerrisk] + - various pages Use "ID" not "id" in man pages [Michael Kerrisk] + - various pages Use "PID" not "pid" in man-pages [Michael Kerrisk] + - various pages Use "system call" not "syscall" [Michael Kerrisk] + - various pages Use 'UID" and "GID", not "uid" and "gid" in man pages [Michael Kerrisk] + - various pages Use consistent terminology (set-user-ID and set-group-ID) [Michael Kerrisk] +fallocate: + - Added posix_fallocate() support. [Denis Chaplygin] + - add insert range support [Fabian Frederick] +fdisk: + - add to the man page missing option [Karel Zak] + - check scols_line_refer_data() return code [coverity scan] [Karel Zak] + - don't be silent when list non-existing device [Karel Zak] + - fix type dialog [Karel Zak] + - improve --wipe functionality [Karel Zak] + - inform on 'p' about wiped partitions [Karel Zak] +fdisk, sfdisk: + - avoid non-ANSI function declarations [smatch scan] [Sami Kerola] +fincore: + - add --bytes and --noheadings [Karel Zak] + - add --output [Karel Zak] + - add --raw and --json [Karel Zak] + - add column RES [Karel Zak] + - check rc from smartcols stuff [coverity scan] [Karel Zak] + - cleanup return codes [Karel Zak] + - fix error on open() [Karel Zak] + - fix file descriptor leak [Sami Kerola] + - fix multiplication overflow [Ruediger Meier] + - new command for counting pages of file contents in core [Masatake YAMATO] + - use libsmartcols [Karel Zak] + - use size_t everywhere [Karel Zak] +findfs: + - use getopt_long() to parse options [Sami Kerola] +findmnt: + - add --tree to allow to enable tree output for --mtab [Karel Zak] + - add note about mount options [Karel Zak] + - error on --target /non-exist [Karel Zak] + - fix couple memory leaks [cppcheck] [Sami Kerola] + - flush stdout after each (un)(re)mount event, when polling. [Pedro Miguel Carvalho] + - use line separator for --poll output [Karel Zak] +fsck.minix: + - add hint for scanners [coverity scan] [Karel Zak] + - fix crash [Sami Kerola] +fsfreeze: + - move filesystem support info to manual page [Sami Kerola] + - remove unnecessary functions [Sami Kerola] +fstrim: + - de-duplicate btrfs sub-volumes [Stanislav Brabec] + - use MNT_EX_* from libmount [Karel Zak] +getops: + - make --a-long option work again [Sami Kerola] +hwclock: + - --set and --predict segmentation fault [J William Piggott] + - add debugging to open_rtc() [Sami Kerola] + - alloate date_resp parsing buffer in interpret_date_string() [Sami Kerola] + - clarify cmos inb and outb preprocessor directives [Sami Kerola] + - clarify set_cmos_epoch() code [Sami Kerola] + - do not hardcode date command magic string twice [Sami Kerola] + - *SECURITY* don't check for permissions [Karel Zak] See 'Security issues' + - extra messages for debug only [J William Piggott] + - fix rtc atexit registration [Sami Kerola] + - fix whitespace in hwclock-rtc.c [J William Piggott] + - improve audit control [J William Piggott] + - improve cmos message strings [J William Piggott] + - improve coding style [Sami Kerola] + - improve default function handling [J William Piggott] + - initialize struct adjtime members [Sami Kerola] + - make --date=argument less prone to injection [Sami Kerola] + - make clock test mode message consistent [J William Piggott] + - make epoch functions alpha only [J William Piggott] + - move command-line options to control structure [Sami Kerola] + - move error messages to determine_clock_access_method() [Sami Kerola] + - remove --compare option [Sami Kerola] + - remove 1994 Award BIOS workaround [J William Piggott] + - remove FLOOR macro in favour of floor(3) [Sami Kerola] + - remove UTC-0 localization hack [Sami Kerola] + - remove alpha cmos [J William Piggott] + - remove dead cmos code [J William Piggott] + - remove dead code and other minor fixes [Sami Kerola] + - remove division by zero [asan] [Sami Kerola] + - remove hwclock_exit() indirection [Sami Kerola] + - remove if-if-condition [Karel Zak] + - remove magic constants from interpret_date_string() [Sami Kerola] + - remove residual 'compare' from man-page [J William Piggott] + - remove trailing dot from messages that include system error message [Sami Kerola] + - remove unnecessary type casts [Sami Kerola] + - remove unneeded braces [J William Piggott] + - remove unused 'silent' arg [J William Piggott] + - remove unused atomic arg in cmos [J William Piggott] + - remove unused cmos ctl structs [J William Piggott] + - simplify save_adjtime() execution flow [Sami Kerola] + - stream line synchronize_to_clock_tick_rtc() [Sami Kerola] + - try RTCGET and RTCSET only when normal rtc fails [Sami Kerola] + - use a consistent name for --predict [J William Piggott] + - use errtryhelp() [J William Piggott] + - use parse_date function [J William Piggott] + - use symbolic magic values passed in between functions [Sami Kerola] +hwclock-rtc.c: + - try the 'new' rtc class first [J William Piggott] +include: + - fix compiler warning [Sami Kerola] +include/c.h: + - add errtryhelp() [Karel Zak] +include/exitcodes: + - remove mount(8) exit codes [Karel Zak] +ipcs: + - make shmall overflow a bit less worse [Ruediger Meier] +last: + - include libgen.h for basename(3p) [Ruediger Meier] + - use --time-format instruction when printing wtmp creation time [Sami Kerola] + - use domain string more carefully [Karel Zak] +lib: + - add parse-date documentation [J William Piggott] + - add parse-date.y [J William Piggott] + - add timegm() portability function to lib/timeutils.c [Sami Kerola] + - use unique ifdefs for tests [Karel Zak] +lib,strutils: + - add strtoux[16|32|64]_or_err functions [Heiko Carstens] +lib/colors: + - Fix bug where help text was not being translated. [Sebastian Rasmussen] + - assert rathen than overflow [-Wnull-dereference] [Karel Zak] + - fix test compilation [Karel Zak] + - ncurses cleanup [Karel Zak] +lib/cpuset: + - stop changing variable that is not read [Sami Kerola] +lib/idcache: + - add void to function declaration [smatch scan] [Sami Kerola] +lib/linux_version: + - add test for manual testing [Karel Zak] + - fix code indention [Karel Zak] + - fix stupid typo [Karel Zak] +lib/list: + - remove LIST_HEAD macro [Karel Zak] +lib/loopdev: + - remove unnecessary header [Karel Zak] +lib/mbsedit: + - add simple buffer editor [Karel Zak] + - fix typo in comment [Sami Kerola] +lib/pager: + - don't use pager if command not available [Karel Zak] + - use xalloc [Karel Zak] +lib/parse-date: + - don't use xalloc in lib-like code [Karel Zak] +lib/randutils: + - glibc 2.25 has getrandom(2) declaration [Sami Kerola] + - use getrandom(2) when it is available [Sami Kerola] +lib/strutils: + - fix typos in huge size suffixes [Karel Zak] + - return end pointer by isdigit_string() [Karel Zak] +lib/timer: + - add comment [Karel Zak] +lib/timer.c: + - prevent pathological race condition [Rasmus Villemoes] + - remove bogus SA_SIGINFO from timer_settime call [Rasmus Villemoes] +libblkid: + - (docs) add missing 'since' tags [Karel Zak] + - (gpt) fix force flag [Karel Zak] + - Add support for Latin1 encoding in blkid_encode_to_utf8() [Pali Rohár] + - Fix blkid.conf parsing [Tobias Stoeckmann] + - Fix out of bounds byte swaps in ZFS handling [Alden Tondettar] + - Fix out of bounds reads in BEFS handling [Alden Tondettar] + - Fix out of bounds reads on bad GPT header [Alden Tondettar] + - Fix out of bounds reads on bad NTFS Master File Table [Alden Tondettar] + - add blkid_partitions_get_name() [Sami Kerola] + - add blkid_probe_set_sectorsize() [Karel Zak] + - avoid overflow when initializing array [Sami Kerola] + - declare across file variables in blkidP.h [smatch scan] [Sami Kerola] + - ensure uninitialized variable is not used [clang] [Sami Kerola] + - fix BLKID_PARTS_FORCE_GPT usage [Karel Zak] + - fix typo [Karel Zak] + - prevent OOB access while probing HFS+ [Tobias Stoeckmann] + - remove unnecessary 'static' keyword [Karel Zak] + - udf Change algorithm for reporting UUID [Pali Rohár] + - udf Correctly handle UDF strings encoded in 8bit OSTA Compressed Unicode [Pali Rohár] + - udf For better readibility use one snprintf call instead multiple in loop [Pali Rohár] +libblkid/minix: + - Match minix superblock types [Nate Clark] + - Sanity check superblock s_state for v 1 and 2 [Nate Clark] + - Use same checks for version 3 [Nate Clark] +libfdisk: + - (docs) add missing 'since' tags [Karel Zak] + - (dos) add ID related debug messages [Karel Zak] + - (dos) debug what we read from first sector [Karel Zak] + - (dos) make it possible to create primary/logical by template [Karel Zak] + - (gpt) add check for entries array size [Karel Zak] + - (gpt) care about SSIZE_MAX for read(2) [Karel Zak] + - (gpt) don't access entries array directly [Karel Zak] + - (gpt) fix ents zeroize [Karel Zak] + - (gpt) make calculations more robust [Karel Zak] + - (gpt) make entries array size calculation more robust [Karel Zak] + - (gpt) make sure it's GPT in public API [Karel Zak] + - (gpt) rename to gpt_entry_is_used() [Karel Zak] + - (gpt) update nparts_max [Karel Zak] + - (gpt) use size_t and gpt_get_nentries() [Karel Zak] + - (sun) use self_label() [Karel Zak] + - add fdisk_partition_has_wipe() [Karel Zak] + - add sample-fdisk-mkpart binary [Karel Zak] + - add version to debug output [Karel Zak] + - allow to change an existing extended partition [Pavel Butsykin] + - apply label alignment properties [Karel Zak] + - change the way how apply user device properties [Karel Zak] + - check for collisions when create new label [Karel Zak] + - classify collision type [Karel Zak] + - don't print uninitialized variable [coverity scan] [Karel Zak] + - don't use blkdev ioctls for regular files [Karel Zak] + - don't use errno after close() [Karel Zak] + - fix NLS support [Karel Zak] + - fix compiler warning [-Wsign-compare] [Karel Zak] + - fix fdisk_set_wipe_area() calls [Karel Zak] + - fix potentially NULL pointer usage [Karel Zak] + - fix variable shadowing [Sami Kerola] + - initialize partno variable [coverity scan] [Karel Zak] + - recount size when apply user device properties [Karel Zak] + - update docs [Karel Zak] + - use memcpy() for non-terminated string [coverity scan] [Karel Zak] + - verify partno from template [Karel Zak] +libmount: + - (docs) add missing 'since' tags [Karel Zak] + - (docs) add unused declarations [Karel Zak] + - (docs) remove unwanted tag [Karel Zak] + - Ensure utab.lock mode 644 [Stanislav Brabec] + - Fix incorrect detach of reused loop device [Stanislav Brabec] + - add mnt_context_get_excode() [Karel Zak] + - add read-only warning [Karel Zak] + - check fstat() return code [coverity scan] [Karel Zak] + - cosmetic change to mnt_table_find_srcpath() [Karel Zak] + - don't pass -1 to close() [coverity scan] [Karel Zak] + - fix file descriptor leak [Sami Kerola] + - fix memory leak [coverity scan] [Karel Zak] + - fix mount -oloop=/dev/loopX regression [Stanislav Brabec] + - fix use of preprocessor identifier [Sami Kerola] + - introduce X-* comments [Karel Zak] + - make rootfs lookup by parent-id more robust [Karel Zak] + - reimplement mnt_match_options() [Karel Zak] + - return tab entry for default node [Petr Vorel] + - revert X-* and x-* meaning [Karel Zak] + - support MS_RDONLY on write-protected devices [Karel Zak] + - support name=value for mnt_match_options() [Karel Zak] + - use x-systemd options as X-* [Karel Zak] +libsmartcols: + - (docs) add missing 'since' tags [Karel Zak] + - add debug mesg to see width change [Karel Zak] + - add scols_cell_get_alignment() [Karel Zak] + - add scols_line_is_ancestor() [Karel Zak] + - add scols_line_move_cells() [Karel Zak] + - add scols_sort_table_by_tree() [Karel Zak] + - add scols_table_move_column() [Karel Zak] + - allow to add column to already used table [Karel Zak] + - check scols_table_set_default_symbols() return code [coverity scan] [Karel Zak] + - column width reduction refactoring [Karel Zak] + - fix relative width interpretation [Karel Zak] + - fix test variable shadowing [Sami Kerola] + - fix typo [Karel Zak] + - remove dead checks [Igor Gnatenko] + - support columns separators greater than one output cell [Karel Zak] + - unused parameter [-Wunused-parameter] [Karel Zak] +libuuid: + - unused parameter [-Wunused-parameter] [Karel Zak] +logger: + - make month names, login name, and tag read-only objects [Sami Kerola] + - support sub-trees in the ID for RFC5424 [Karel Zak] +login: + - prevent OOB read on illegal /etc/hushlogins [Tobias Stoeckmann] + - re-add lastlog.h header [Ruediger Meier] +login-utils: + - avoid using the defined utmp sizes. [Ruediger Meier] + - remove _HAVE_UT_TV fallback [Ruediger Meier] + - switch to utmpx.h [Ruediger Meier] +losetup: + - losetup.8 Reorder options documentation [Frederick Grose] +lsblk: + - add ZONED column [Damien Le Moal] + - don't duplicate columns [Karel Zak] + - fix --inverse --list [Karel Zak] + - move scols_flags to lsblk control struct [Karel Zak] + - use errtryhelp() [Karel Zak] +lscpu: + - Detect Windows Subsystem for Linux [Stanislav Brabec] + - Read available CPUs max and min frequencies [Mamatha Inamdar] + - add --json [Karel Zak] + - add aarch64 specific names [Karel Zak] + - check return code [coverity scan] [Karel Zak] + - don't use path_exist() before path_fopen() [Karel Zak] + - fix mem leak [coverity scan] [Karel Zak] + - make cpu_{max,min}_mhz() usage more elegant [Karel Zak] + - make min/max freq arrays usage more robust [Karel Zak] + - make osrelease file optional [Karel Zak] + - reuse the same buffer [Karel Zak] + - use libsmartcols to print summary too [Karel Zak] + - use macro for path to DMI [Karel Zak] + - use sysfs for table access if available [Ard Biesheuvel] +lsipc: + - fix options parsing and sync with man page [Sami Kerola] +lslocks: + - remove dead code [Karel Zak] +lslogins: + - remove useless strlen() [Ruediger Meier] +lsmem: + - (man page) recommend use --output [Karel Zak] + - add --summary[=<when>] option [Karel Zak] + - add Copyright [Karel Zak] + - add missing placeholders [Karel Zak] + - add testcase [Heiko Carstens] + - align STATE to the right [Karel Zak] + - cleanup for --summary=only [Karel Zak] + - cleanup man page [Karel Zak] + - cleanup, use libsmartcols for all output [Karel Zak] + - disable summary for JSONm, raw and export output [Karel Zak] + - improve node lookup [Heiko Carstens] + - new tool [Heiko Carstens] + - rename control struct [Karel Zak] +lsns: + - Fix parser for /proc/<pid>/stat which is including space in comm [OGAWA Hirofumi] +man: + - add a page for fincore command [Masatake YAMATO] + - chfn(1) add chsh and login.defs to SEE ALSO [Andreas Henriksson] + - chsh(1) add login.defs to SEE ALSO [Andreas Henriksson] + - fix couple tools/checkmans.sh warnings [cat ./disk-utils/fsck.8 | troff -mandoc -ww -] + - improve blkreport(8) and blkreset(8) manual pages [Sami Kerola] +misc: + - add static keyword to where needed [smatch scan] [Sami Kerola] + - consolidate smartcols error messages [Karel Zak] + - do not use plain 0 as NULL [smatch scan] [Sami Kerola] + - fix some printf format strings [Ruediger Meier] + - fix some warnings [Ruediger Meier] + - fix typos using codespell [Ruediger Meier] + - spelling, always use "cannot" instead of "can not" [Ruediger Meier] + - stop mixing declarations and code [Sami Kerola] +mkswap: + - use memcpy() for non-terminated string [coverity scan] [Karel Zak] +more: + - avoid double free() on exit [Karel Zak] +mount: + - use MNT_EX_* from libmount [Karel Zak] +mount, umount: + - use mnt_context_get_excode() [Karel Zak] +newgrp: + - use libc explicit_bzero() when it is available [Sami Kerola] +nologin: + - don't call fstat() after failed open() [coverity scan] [Karel Zak] +nsenter: + - add --all option [Karel Zak] + - fix usage() and improve man page [Karel Zak] +optutils.h: + - don't print non-graph characters [J William Piggott] +parse-date: + - remove extraneous form feed [J William Piggott] +partx: + - add --list-types option [Sami Kerola] + - add --sector-size option [Karel Zak] +po: + - merge changes [Karel Zak] + - update da.po (from translationproject.org) [Joe Hansen] + - update de.po (from translationproject.org) [Philipp Thomas] + - update fr.po (from translationproject.org) [Stéphane Aulery] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update pt_BR.po (from translationproject.org) [Rafael Fontenelle] + - update sv.po (from translationproject.org) [Sebastian Rasmussen] + - update tr.po (from translationproject.org) [Mesutcan Kurt] + - update uk.po (from translationproject.org) [Yuri Chornoivan] + - update zh_CN.po (from translationproject.org) [Wylmer Wang] +rename: + - add --no-act option [Alexander F Rødseth] + - add --no-act to bash-completion [Karel Zak] + - make --no-act to imply --verbose [Sami Kerola] +runuser: + - add "--" to SYNOPSIS [Karel Zak] +script: + - always write stat and done message to typescript file [Karel Zak] + - don't call strftime() if not necessary [Karel Zak] + - fix start message showing in output file when -q is on [Rui Zhao (renyuneyun)] +setterm: + - add --resize option [Sami Kerola] + - fix bitfield warning [smatch] [Sami Kerola] +sfdisk: + - --quiet fixes [Karel Zak] + - add hints for scanners [coverity scan] [Karel Zak] + - add note about alignment to man page [Karel Zak] + - cleanup --dump error messages [Karel Zak] + - disambiguate units of --show-size [Chris Morin] + - don't be silent when list non-existing device [Karel Zak] + - improve --wipe functionality [Karel Zak] + - note about small partition in man page [Karel Zak] + - support empty label use-case [Karel Zak] + - unused parameter 'sf' [-Wunused-parameter] [Karel Zak] +su: + - properly clear child PID [Karel Zak] + - remove duplicate const declaration [Sami Kerola] +su, runuser: + - fix typo in the /etc/default path [Karel Zak] +sulogin: + - add missing type [Karel Zak] + - bail out from getpasswd(...) on timeout [Andreas Henriksson] + - make getpasswd(...) return NULL on ^D [Andreas Henriksson] + - reduce vulnerability surface [Sami Kerola] +switch_root: + - unlink files without _DIRENT_HAVE_D_TYPE [Patrick Steinhardt] + - use getopt_long() to parse options [Sami Kerola] +tailf: + - remove deprecated utility [Sami Kerola] +taskset: + - don't use zero PID in messages [Karel Zak] +term-utils/script: + - fix typo leading to syntax error [Bert van Hall] +test: + - fix mountpoint device check in libmount/loop [Ruediger Meier] +test_uuidd: + - don't use error.h [Karel Zak] +tests: + - (libmount) parse version from command line [Karel Zak] + - (sfdisk) tell kernel about new partition [Karel Zak] + - Add UDF CD-ROM hybrid image (ISO+Joliet+UDF) created by Nero 6 [Pali Rohár] + - Add UDF hdd image with non ASCII 8bit label created by Linux mkudffs 1.3 [Pali Rohár] + - Add UDF hdd images created by Linux mkudffs 1.3 [Pali Rohár] + - Fix UDF test output after changing UUID algorithm [Pali Rohár] + - Fix UDF test output for 8bit OSTA Compressed Unicode [Pali Rohár] + - Fix test output for low-probe-udf to contain UDF data [Pali Rohár] + - Introduce libmount/loop [Stanislav Brabec] + - Rename udf-hdd-mkudffs* images to indicate used mkudffs version [Pali Rohár] + - add --mountpoint to findmnt calls [Karel Zak] + - add --show-diff [Karel Zak] + - add cases for testing fincore command [Masatake YAMATO] + - add column(1) columnate test [Karel Zak] + - add column(1) table test [Karel Zak] + - add column/files directory [Karel Zak] + - add findmnt output tests [Karel Zak] + - add findmnt tests [Karel Zak] + - add missing file [Karel Zak] + - add new build-sys tests [Karel Zak] + - add new findmnt --options tests [Karel Zak] + - add sfdisk --wipe and --wipe-partition tests [Karel Zak] + - add static keyword where needed [smatch scan] [Sami Kerola] + - add tests for new column features [Karel Zak] + - add udevadm settle to sfdisk wipe [Karel Zak] + - add x86_64-16g lsmem test [Karel Zak] + - another improvement to the sfdisk wipe test [Karel Zak] + - avoid diff of diffs [Ruediger Meier] + - check for TS_HELPER_SYSINFO in fincore test [Karel Zak] + - check for ps --ppid [Karel Zak] + - check for timeout command [Ruediger Meier] + - cleanup and update lsmem [Karel Zak] + - define columns for fincore test [Karel Zak] + - do not use plain 0 as NULL [smatch scan] [Sami Kerola] + - fincore/count, skip unsupported FS [Ruediger Meier] + - fix fincore/count for PAGE_SIZE != 4096 [Ruediger Meier] + - grep's short option -A is more portable [Ruediger Meier] + - handle dd errors in fincore/count [Ruediger Meier] + - handle non glibc error message for fallocate [Ruediger Meier] + - make /proc optional [Karel Zak] + - make sfdisk wipe partition optional [Karel Zak] + - redirect unwanted dd(1) advices to /dev/null [Karel Zak] + - refresh fincore test [Karel Zak] + - refresh lscpu tests [Karel Zak] + - remove fincore SMALLER_THAN_PAGESIZE tests [Ruediger Meier] + - remove status=none dd(1) from fincore [Karel Zak] + - update build-sys due to readline [Karel Zak] + - update build-sys test [Karel Zak] + - update libmount outputs [Karel Zak] + - update lsmem tests [Karel Zak] + - update script(1) tests [Karel Zak] + - update sfdisk output [Karel Zak] + - update wipe-partition [Karel Zak] + - use swap in sfdisk wipe test [Karel Zak] +text-utils: + - use proper paths to term.h [Karel Zak] +travis: + - let OSX auto-skip utmpx tools [Ruediger Meier] +umount: + - exclude selinuxfs from --all [Karel Zak] + - fix typo [Karel Zak] + - use MNT_EX_* from libmount [Karel Zak] +unshare: + - add note about persisten PID namespaces [Karel Zak] + - add note about sysfs and procfs [Karel Zak] + - fix SYNOPSIS and usage() [Karel Zak] + - add cross reference to namespaces(7) [Michael Kerrisk (man-pages)] +utmpdump: + - code formatting for readability [Ruediger Meier] + - remove unnecessary variable [Sami Kerola] +vipw: + - use getopt_long() to parse options [Sami Kerola] +wall: + - add --group option [Jim Patterson] + - check -g GID [Karel Zak] + - make sure with not referencing a null pointer [Karel Zak] + - remove unnecessary include [Karel Zak] +wipefs: + - add note about no-act to the man page [Karel Zak] + - unused parameter [-Wunused-parameter] [Karel Zak] +zramctl: + - add mising line terminator [Karel Zak] + - be more specific about default output [Karel Zak] + - make mm_stat parser more robust [Karel Zak] diff --git a/Documentation/releases/v2.31-ReleaseNotes b/Documentation/releases/v2.31-ReleaseNotes new file mode 100644 index 0000000..aabf832 --- /dev/null +++ b/Documentation/releases/v2.31-ReleaseNotes @@ -0,0 +1,671 @@ +Util-linux 2.31 Release Notes +============================= + +The package build-system follows GNU Coding Standards and uses --runstatedir +instead of --localstatedir. The default is /run. Please, review your distribution +build scripts (spec files etc.) to be sure that this change does not introduce +any regression to your distribution. + + +Release highlights +------------------ + +rfkill -- NEW COMMAND for enabling and disabling wireless devices. This new +implementation is based upon, and backward compatible with, the original rfkill +from Johannes Berg and Marcel Holtmann. + +The command su has been refactored and extended to create pseudo terminal for +the session (new option --pty). This new EXPERIMENTAL feature provides better +isolation between root's terminal and an unprivileged su session. + +uuidparse -- NEW COMMAND to provide variant and type details for input UUIDs. + +The library libuuid and command uuidgen support hash-based UUIDs v3 (md5) and +v5 (sha1) as specified by RFC-4122. The library also provides UUID templates +for dns, url, oid, or x500. + +The library libblkid has been extended to support DM-integrity, HPE (aka +extended-XFS) and UBI superblock. The library also provides a new API to hide +already detected signatures. This allows the gathering of all possible magic +string permutations for a device. For example, the command wipefs will now print +the complete list of all magic strings. + +The library libfdisk provides a new API to modify grain (a size used for +partition calculations) and it is also possible to completely disable dialog +driven partitioning. + +The library libsmartcols provides a new API to move columns. This new +functionality is available by "column --table-order" on the command line. + +The command "column --table-header-repeat" allows repetition of table headers +according to terminal size. + +The libfdisk has been extended to use BLKPG ioctls to inform the kernel about +changes. This means that cfdisk and fdisk will not force the kernel to reread +all of the partition table, but untouched partitions may remain mounted and used +by the system. The typical use-case is resizing the last partition on the system +disk. + +The command cfdisk provides a new dialog to resize a partition. + +The fdisk menu behavior on ^C and ^D has been improved to stop the current +operation and return to main menu rather than immediately terminating the fdisk +program. + +The 'look' command now follows the WORDLIST environment variable (if specified) +to find the word list. + +Almost all of the --help and --version outputs have been improved (thanks to +Ruediger Meier and others). + +The 'script' command has been improved to follow the usual semantics for +stop/continue signals. It's possible to move a session to the background and +later back to the foreground (e.g. shell command "fg", etc.). + +The setpriv command now supports ambient capabilities with the new command line +option --ambient-caps (thanks Patrick Steinhardt) and the new command line +option --init-groups allows initialization of supplementary groups (thanks to +Sebastian Schrader). + +The hwclock command now significantly reduces system shutdown times by not +reading the RTC before setting it (except when the --update-drift option is +used). This also mitigates other potential shutdown and RTC setting problems +caused by requiring an RTC read. + +The hwclock command now logs --systz when using libaudit. Also, for busybox +compatibility -l is now aliased to --localtime. + + +Security issues +--------------- + +CVE-2016-2779 + + The new experimental "su --pty" feature has been implemented to fix this issue. + The feature is not enabled by default and the new command line option --pty is + necessary. + + The classic way is to use setsid() to disable the ioctl TIOCSTI. Unfortunately, + setsid() has well-defined use cases in su(1) and runuser(1) and any changes + would introduce regressions. The setsid() also does not fix core of the problem + that is terminal file descriptors shared between privileged and unprivileged + sessions. + +Stable maintenance releases between v2.30 and v2.31 +--------------------------------------------------- + +util-linux 2.30.1 [Jul 07 2017] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30.1-ChangeLog + +util-linux 2.30.2 [Sep 21 2017] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30.2-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30.2-ChangeLog + +Changes between v2.30 and v2.31 +------------------------------- +Docs: + - add a comment for constants to boilerplate.c [J William Piggott] + - add hwclock 'highlights' v2.31-ReleaseNotes [J William Piggott] + - grammar fixes for v2.31-ReleaseNotes [J William Piggott] + - move option naming to howto-contribute.txt [J William Piggott] + - update howto-usage-function.txt [J William Piggott] + - output rfkill type names from an array instead of a static string. [Darren Salt] +agetty: + - add --list-speeds option [Sami Kerola] + - add compile time features to --version output [Sami Kerola] + - fix --login-pause logic [Karel Zak] + - fix /etc/os-release parsing [Karel Zak] + - fix invalid usage crash [Sami Kerola] + - fix login name DEL/CTRL^U issue [Karel Zak] + - keep returns in main() [Karel Zak] + - print /etc/issue on --skip-login [Karel Zak] + - remove dead DO_DEVFS_FIDDLING code segment [Sami Kerola] +bash-completion: + - look for look completions [Sami Kerola] + - make completions to work when bash set -u is in use [Sami Kerola] + - simplify pid listing [Sami Kerola] + - update uuidgen, wipefs, tunelp, setpriv, and hwclock [Sami Kerola] +blkid: + - Add dm-integrity superblock signature [Milan Broz] + - cleanup man page info about lsblk [Karel Zak] + - improve man page wording [Karel Zak] + - more info about ambivalent results to the man page [Karel Zak] + - use errtryhelp instead of errtryh [Ruediger Meier] +blockdev: + - correct man page name in --help [Ruediger Meier] + - document --setro more properly [Karel Zak] + - improve --help and man page [Ruediger Meier] +build-sys: + - use --runstatedir instead of --localstatedir [Andreas Henriksson] + - add --disable-rfkill [Karel Zak] + - add libtinfow check [Karel Zak] + - chown before chmod for SUIDs [Karel Zak] + - define dependence between chsh and getusershell [Karel Zak] + - don't use non-existing UUID_LIBS [Ruediger Meier] + - fix chown mistake, add checkusage.sh to the dist [Ruediger Meier] + - fix non-blkid compilation [Karel Zak] + - make chown usage more robust [Karel Zak] + - make rfkill optional (and enabled by default) [Karel Zak] + - release++ (v2.31-rc1) [Karel Zak] + - release++ (v2.31-rc2) [Karel Zak] + - remove unused rfkill.py [Karel Zak] + - support ncursesw without headers in ncursesw/ directory [Karel Zak] + - update DISTCHECK_CONFIGURE_FLAGS [Karel Zak] +cfdisk: + - add missing 0x7F key mapping [Karel Zak] + - add resize function [Karel Zak] + - cleanup die-on-signal code [Karel Zak] + - make resize code more readable [Karel Zak] + - use fdisk_reread_changes() [Karel Zak] +chsh: + - cleanup global_shells usage [Karel Zak] + - make readline completion to propose valid shells [Sami Kerola] + - remove local /etc/shells parsing in favour of getusershell(3) [Sami Kerola] + - split get_shell_list() [Karel Zak] +column: + - (-t) disable encoding for non-printable chars [Karel Zak] + - add --table-header-repeat [Karel Zak] + - fix compilation when libc lacks wide-character support [Carlos Santos] +dmesg: + - do not accept any non-option arguments [Ruediger Meier] + - fix delimiter calculation [Karel Zak] + - fragment concatenation [Vinnie Magro] + - print only 2 hex digits for each hex-escaped byte [Ivan Delalande] +docs: + - (TODO) make PMBR boot flag more user-friendly [Karel Zak] + - add --enable-programs to TODO [Karel Zak] + - add 2.30.2 to ReleaseNotes [Karel Zak] + - add ASAN to TODO list [Karel Zak] + - add Atari PT to the TODO list [Karel Zak] + - add CAP_SYS_ADMIN to TODO [Karel Zak] + - add UUID v3 an v5 to TODO [Karel Zak] + - add exec() exit codes to TODO [Karel Zak] + - add optional option back to struct option [Sami Kerola] + - add program-desc to howto-usage-function.txt and boilerplate.c [Karel Zak] + - correct line(1) deprecation comment [Ruediger Meier] + - remove TODO item for fdisk [Karel Zak] + - remove UUID v3 and v5 from TODO [Karel Zak] + - remove repeated word from mount(8) man page [Sami Kerola] + - remove some old history from manpages [Ruediger Meier] + - update AUTHORS file [Karel Zak] + - update TODO, remove auto,noauto [Karel Zak] + - update boilerplate.c usage() [J William Piggott] + - update v2.31 release notes [Karel Zak] + - update v2.31-ReleaseNotes [Karel Zak] +fdformat: + - clear progress message before printing "done" [Jakub Wilk] +fdisk: + - add missing include [Karel Zak] + - add wrap_fgets() for getting user input [Vaclav Dolezal] + - fix copy from readline and whitespace stripping [Vaclav Dolezal] + - fix readline interaction with signals [Karel Zak] + - handle SIGINT in dialogs as cancel [Vaclav Dolezal] + - minor fixes to make readline work [Vaclav Dolezal] + - reset context after failed script [Karel Zak] + - use fdisk_reread_changes() [Karel Zak] + - use strutils to trim whitespace from input [Vaclav Dolezal] +fincore: + - make sure mmap(NULL, ...) [coverity scan] [Karel Zak] +flock, getopt: + - write --help to stdout and return 0 [Ruediger Meier] +fsck: + - add --help and --version [Ruediger Meier] +fstab(5): + - mention how tabs are escaped [Andreas Henriksson] +fstrim: + - prefer earlier mounted filesystems [Alex Ivanov] + - remove obsolete comment [Karel Zak] +hwclock: + - --epoch presence test fails [J William Piggott] + - add --update-drift check [J William Piggott] + - add -a that is short of --adjust to manual page and usage [Sami Kerola] + - add audit for --systz [J William Piggott] + - add usage() functions heading [J William Piggott] + - allow -l as alias for --localtime [Rasmus Villemoes] + - close hwaudit_fd unconditionally [J William Piggott] + - correlate hclocktime instead of set_time. [J William Piggott] + - don't always use hwclock_exit [J William Piggott] + - don't ifdef printf arguments [Ruediger Meier] + - exit bug fix and single test mode message [J William Piggott] + - final usage() strings slice [J William Piggott] + - fix RTC read logic [J William Piggott] + - fix hclock_valid test and error messages [J William Piggott] + - fix regression from c3ae785 [J William Piggott] + - fix unimplemented ioctl test [J William Piggott] + - fix warning [-Winvalid-noreturn] [Ruediger Meier] + - for debugging print startup system time [J William Piggott] + - improve RTC epoch messages [J William Piggott] + - make debug implicit for test mode. [J William Piggott] + - move drift correction and --predict [J William Piggott] + - move rtc permissions test [J William Piggott] + - move systz above init clocks read [J William Piggott] + - move systz into hctosys [J William Piggott] + - refactor set_system_clock() [J William Piggott] + - remove bool type definition [Sami Kerola] + - remove busywait tristate return status [J William Piggott] + - remove custom errno string [J William Piggott] + - remove dead code in usage() [J William Piggott] + - remove dead ioctl check [J William Piggott] + - remove from usage() FILE *out = stdout [J William Piggott] + - remove m68k and alpha cmos from manual [J William Piggott] + - remove set_system_clock_timezone() [J William Piggott] + - remove sysexits.h [J William Piggott] + - remove unused epoch_option [J William Piggott] + - remove unused optstring characters [J William Piggott] + - remove unused stdarg.h [J William Piggott] + - remove unwanted space before description [Karel Zak] + - restore select() timeout warning [J William Piggott] + - slice up the usage text [J William Piggott] + - squash custom errno strings [J William Piggott] + - sync one-liner descriptions [J William Piggott] + - update --help content and grammar [J William Piggott] + - update man page [J William Piggott] + - update set_system_clock comments [J William Piggott] + - update set_system_clock debugging [J William Piggott] + - update usage() [J William Piggott] + - update usage() FILE name [J William Piggott] + - update usage() to util-linux style [J William Piggott] + - usage() use program_invocation_short_name [J William Piggott] + - use RTC in help output [J William Piggott] +include: + - move pamfail.h to auth.c [Sami Kerola] + - update pathnames.h [J William Piggott] +include/c.h: + - add USAGE_COMMANDS and USAGE_COLUMNS [J William Piggott] +ipcs: + - fix memory leak [coverity scan] [Karel Zak] +isosize: + - avoid reading more data than what is needed [Sami Kerola] + - iterate over all arguments even when something fails [Karel Zak] + - usage() and coding style cleanup [Karel Zak] +last: + - condition (secs == 0) - now handled correctly [coastal-hiker] + - don't show negative time [coastal-hiker] +ldattach: + - simplify debugging function when vwarnx(3) is available [Sami Kerola] +lib: + - fix strutils.h, remove STRTOXX_EXIT_CODE [Ruediger Meier] + - remove _RLD_ from forbid environment variable list [Sami Kerola] + - simplify cpuset if clauses that return [Sami Kerola] + - style cosmetics plymouth-ctrl.c [Ruediger Meier] +lib/blkdev: + - remove support for Linux < 2.6 [Ruediger Meier] +lib/match: + - make match_fstype() case insensitive [Karel Zak] +lib/mbsedit: + - check wctomb() return code [coverity scan] [Karel Zak] +lib/pager: + - check open() return code [coverity scan] [Karel Zak] +lib/path: + - add error handling to path_vcreate() [Ruediger Meier] + - fix crash, pathbuf overflow [Ruediger Meier] +lib/pwdutils: + - add xgetlogin() [Karel Zak] +lib/randutils: + - improve getrandom() usage [Karel Zak] + - remove superfluous continue [Karel Zak] + - reset lose counter [Karel Zak] +lib/randutils.c: + - Fall back gracefully when kernel doesn't support getrandom(2). [Christopher James Halse Rogers] + - More paranoia in getrandom() call. [Christopher James Halse Rogers] +lib/ttyutils: + - return terminal lines too [Karel Zak] +libblkid: + - (vfat) add more debug messages [Karel Zak] + - add HPE extended-XFS to known filesystems [Mark Tinguely] + - add support for UBI superblock [Rafał Miłecki] + - allow to hide already detected signatures [Karel Zak] + - don't check for size on UBI (char dev) [Karel Zak] + - don't use CDROM_GET_CAPABILITY ioctl for DM devices [Karel Zak] + - fix compiler warning [-Wformat-truncation=] [Karel Zak] + - fix gcc-7 warning -Wint-in-bool-context [Ruediger Meier] + - mark UBI as RAID [Karel Zak] + - remove dead code and blkid_probe_new_value() [Karel Zak] + - udf Add support for ID_FS_VERSION [Pali Rohár] + - udf De-duplicate code for dstring decoding [Pali Rohár] + - udf Define magic constants [Pali Rohár] + - udf Fix detection of UDF images with block size 1024 and 4096 [Pali Rohár] + - udf Fix parsing of UDF dstring structures [Pali Rohár] + - udf Fix types [Pali Rohár] +libfdisk: + - (dos) accept start for log.partitions on template [Karel Zak] + - (dos) be more verbose on partno -ERANGE error [Karel Zak] + - (dos) cleanup template based partitioning [Karel Zak] + - (dos) fix primary/logical logic when follow template [Karel Zak] + - (dos) return EINVAL when delete unused partition [Karel Zak] + - (dos) use size-=1 when alignment not used later [Karel Zak] + - (gpt) fix size-1 error [Karel Zak] + - (sun) make math more robust [coverity scan] [Karel Zak] + - add --grain to mkpart sample [Karel Zak] + - add --nopartno to mkpart sample [Karel Zak] + - add comment [Karel Zak] + - add fdisk_device_is_used() [Karel Zak] + - add fdisk_disable_dialogs() [Karel Zak] + - add fdisk_reassign_device() [Karel Zak] + - add fdisk_save_user_grain() [Karel Zak] + - add more debug messages to get-last-possible resize space [Karel Zak] + - add sample-fdisk-mkpart-fullspec [Karel Zak] + - allow to resize container [Karel Zak] + - allow to resize in unsorted partition table [Karel Zak] + - cleanup sun label checksum usuage [Ruediger Meier] + - don't hardcode label type in samples [Karel Zak] + - fix fdisk_reset_partition() leaking *_chs strings. [Vaclav Dolezal] + - fix guid usage of packed struct gpt_entry [Ruediger Meier] + - fix two potential memory errors. [Vaclav Dolezal] + - fix warning -Wunused-function [Ruediger Meier] + - improve "add partition" debug message [Karel Zak] + - improve alignment debug mesagges [Karel Zak] + - improve table print debugs [Karel Zak] + - make fdisk compliant to UEFI/GPT specification on PMBR [Karel Zak] + - move fdisk_reread_partition_table() to another file [Karel Zak] + - remove unnecessary fstat() call [Karel Zak] + - remove whitespaces [Karel Zak] + - support default partno in mkpart-fullspec sample [Karel Zak] + - support logical partition resize [Karel Zak] + - use BLKPG ioctls to inform kernel about changes [Karel Zak] + - use BLKPG_* ioctls on linux only [Karel Zak] + - use fdisk_sector_t consistently and fix printf format strings [Ruediger Meier] +libmount: + - (umount) use mount table filter on -c only [Karel Zak] + - add human compatible message for EBADMSG errno [Karel Zak] + - btrfs, remove unused setter functions [Ruediger Meier] + - export locking errors as MNT_EX_FILEIO [Karel Zak] + - fix Python get_propagation [Giuseppe Scrivano] + - fix warning "set but not used" [Ruediger Meier] + - ignore "bind" from fstab on command line "remount" [Karel Zak] + - make mnt_context_is_fs_mounted work for /proc [Ivan Delalande] + - make sure we call stat() propely [coverity scan] [Karel Zak] + - use _exit() in <type> handlers [Karel Zak] + - use mount table filter on --no-canonicalize [Karel Zak] +libsmartcols: + - (docs) add new functions [Karel Zak] + - (docs) add note about line separators [Karel Zak] + - (sample) cleanup line separator usage [Karel Zak] + - add header-repeat feature [Karel Zak] + - add missing symbols [Karel Zak] + - add scols_table_enable_noencoding() [Karel Zak] + - add scols_table_{set,get}_termheight() [Karel Zak] + - don't call free_buffer() for uninitialized variable [coverity scan] [Karel Zak] + - fix comment (to make gtk-docs happy) [Karel Zak] + - fix heap-buffer-overflow when move columns [Karel Zak] + - fix scols_line_move_cells() n+1 error [asan] [Karel Zak] + - fix warning "unused parameter" [Ruediger Meier] +libuuid: + - add support for hash-based UUIDs [Philip Prindeville] + - use access(2) when checking /dev/random availability [Sami Kerola] +logger: + - add dummy fallback for OSX [Karel Zak] + - allow to reconnect on initial failed connect too [Karel Zak] + - keep header generators independent on connection [Karel Zak] + - make stdin parsing more friendly to static analyzers [Karel Zak] + - reconnect on failed send() [Karel Zak] +login: + - add --help and --version [Ruediger Meier] + - add --help text [Ruediger Meier] + - add xgetpwnam() [Karel Zak] + - fix signal race [Tobias Stoeckmann] + - use IPv4 on IPv4-mapping-to-IPv6 [Karel Zak] +look: + - use WORDLIST environment variable to find word list [Sami Kerola] +losetup: + - Add support for logical block size [Stanislav Brabec] + - add info about lazy detach to manpage [Karel Zak] + - add missing initializer [clang] [Sami Kerola] + - fix bitwise vs. logical typo [coverity scan] [Karel Zak] + - fix conflicting types for ‘loopcxt_set_blocksize’ [Karel Zak] + - rename to --sector-size and LOG-SEC [Karel Zak] +lsblk: + - add option --tree [Karel Zak] + - small man page change in return codes description [Karel Zak] +lscpu: + - cleanup DMI detection return codes [Karel Zak] + - make clang analyzer happy [Ruediger Meier] +lslogins: + - be more explicit with -g in man page [Karel Zak] + - fix possible memory leak [coverity scan] [Karel Zak] + - ignore non-existing users [Karel Zak] +lsmem: + - fix, using freed memory [Ruediger Meier] +misc: + - POSIX usage dd, regarding unit suffixes [Ruediger Meier] + - avoid some dead initialization warnings [Ruediger Meier] + - cleanup UUID_STR_LEN definitions [Karel Zak] + - cleanup and fix --unknownopt issues [Ruediger Meier] + - consolidate all --help option descriptions [Ruediger Meier] + - consolidate macro style USAGE_HELP_OPTIONS [Ruediger Meier] + - consolidate usage() "Available columns" [Karel Zak] + - cosmetics, remove argument from usage(FILE*) [Ruediger Meier] + - cosmetics, remove argument from usage(int) [Ruediger Meier] + - fix gcc-7 snprintf warnings -Wformat-truncation [Ruediger Meier] + - fix gcc-7 sprintf warnings -Wformat-overflow [Ruediger Meier] + - fix ggc-7 fallthrough warnings [Sami Kerola] + - fix more strutils related exit codes [Ruediger Meier] + - fix optutils.h related exit codes [Ruediger Meier] + - fix reassigned values before old ones has been used [cppcheck] [Sami Kerola] + - fix some broken exit codes [Ruediger Meier] + - fix some printf format strings [Ruediger Meier] + - fix xalloc.h related exit codes [Ruediger Meier] + - introduce print_usage_help_options() [Ruediger Meier] + - never use usage(ERROR) [Ruediger Meier] + - never use usage(stderr) [Ruediger Meier] + - no more errtryh() [Ruediger Meier] + - remove stray semicolons [Sami Kerola] + - remove superfluous null pointer checks for optarg [Ruediger Meier] + - replace magic number 37 with UUID_STR_LEN [Philip Prindeville] + - revert to the old USAGE_HELP strings [Ruediger Meier] + - update --help content again [Ruediger Meier] +mkfs.cramfs: + - add --help and --version [Ruediger Meier] +more: + - add --help and --version [Ruediger Meier] + - remove unused variable [Ruediger Meier] +mount: + - fix man page typo (--bind,ro) [Karel Zak] + - remove extN from mount.8 man page [Karel Zak] +parse-date: + - fix printf format [Ruediger Meier] + - refactor tm_diff() [J William Piggott] + - remove unused EPOCH_YEAR [J William Piggott] + - remove unused ordinal_day_seen [J William Piggott] + - remove unused year_seen [J William Piggott] + - replace ISDIGIT with c_isdigit [J William Piggott] + - time_zone_hhmm() bug fixes [J William Piggott] + - use int where appropriate [J William Piggott] + - use intmax_t where appropriate [J William Piggott] + - use to_uchar() instead of assignment. [J William Piggott] + - use uintmax_t where appropriate [J William Piggott] +partx: + - move partx.h to include/ [Karel Zak] +po: + - Fix a typo [Masanari Iida] + - Fix translation in ja.po [Masanari Iida] + - fix ipcrm translation error fr.po [Karel Zak] + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Písař] + - update da.po (from translationproject.org) [Joe Hansen] + - update es.po (from translationproject.org) [Antonio Ceballos Roa] + - update fr.po (from translationproject.org) [Stéphane Aulery] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update pt_BR.po (from translationproject.org) [Rafael Fontenelle] + - update sv.po (from translationproject.org) [Sebastian Rasmussen] +pylibmount: + - NULL terminate kwlist in Context_init [Zac Medico] +rename: + - add -o to the man page [Karel Zak] + - notice when expression and replacement are the same string [Sami Kerola] +reset: + - remove script from the package [Sami Kerola] +rfkill: + - add NFC fallback for old headers [Karel Zak] + - add Sami to authors [Karel Zak] + - add bash-completion file [Sami Kerola] + - add systemd-rfkill(8) see also segment [Sami Kerola] + - allow use of multiple arguments [Sami Kerola] + - check id number refers to a device that exists [Sami Kerola] + - clarify 'all devices' handling [Sami Kerola] + - cleanup returns [Karel Zak] + - cleanup usage() [Karel Zak] + - do not fsync(3) /dev/rfkill file descriptor [Sami Kerola] + - do not ignore read error [Sami Kerola] + - fix coding style and error messages [Karel Zak] + - fix description name typo [Sami Kerola] + - fix typo [coverity scan] [Karel Zak] + - improve default output [Karel Zak] + - inform in syslog when rfkill is invoked [Sami Kerola] + - make command to build in util-linux project [Sami Kerola] + - make programming style to match util-linux project [Sami Kerola] + - move files to appropriate locations [Sami Kerola] + - refactor actions [Karel Zak] + - remove duplicate code [Karel Zak] + - support old "list" output [Karel Zak] + - update manual page [Sami Kerola] + - use back and forward compatible test [Sami Kerola] + - use human readable timestamps in event output [Sami Kerola] + - use libsmartcols output [Sami Kerola] + - move it below rfkill_block. [Darren Salt] +runuser: + - fix linking [Sami Kerola] +script: + - ensure typescript and timing errors do not break terminal [Sami Kerola] + - fix ambiguity about the optional argument of the -t option [Antonio Ospite] + - rename fixtty() to enable_rawmode_tty() [Karel Zak] + - simplify stdin usage in poll() [Karel Zak] + - support sig{stop/cont} [Karel Zak] +setarch: + - use errtryhelp() [Ruediger Meier] +setpriv: + - Add --init-groups option [Sebastian Schrader] + - add --ambient-caps to usage() [Karel Zak] + - align --help [Ruediger Meier] + - document accepted formats for naming caps [Patrick Steinhardt] + - introduce indirection for `capng_type` enum [Patrick Steinhardt] + - proxy function checking whether a capability is set [Patrick Steinhardt] + - proxy function to update capabilities [Patrick Steinhardt] + - silence compiler warning [Ruediger Meier] + - support dumping ambient capabilities [Patrick Steinhardt] + - support modifying the set of ambient capabilities [Patrick Steinhardt] + - support setting unnamed capabilities [Patrick Steinhardt] +setproctitle: + - fix out of boundary access [Tobias Stoeckmann] +setsid: + - document fork(2) usage [Karel Zak] +sfdisk: + - use fdisk_device_is_used() [Karel Zak] +su: + - (pty) fix child signal mask usage [Karel Zak] + - (pty) fix slave terminal attributes initialization [Karel Zak] + - (pty) improve SIGSTOP/SIGCONT semantic [Karel Zak] + - (pty) save child status [Karel Zak] + - (pty) simplify stdin usage in poll() [Karel Zak] + - add --pty option [Karel Zak] + - add PTY support [Karel Zak] + - add child to control struct [Karel Zak] + - add control struct [Karel Zak] + - add debug.h stuff [Karel Zak] + - add more informartion to man page [Karel Zak] + - add wait_for_child() [Karel Zak] + - clean up const usage [Karel Zak] + - clean up signals usage [Karel Zak] + - cleanup PAM stuff [Karel Zak] + - cleanup pwd struct usage [Karel Zak] + - cleanup setenv related code [Karel Zak] + - cleanup setuid/gid related code [Karel Zak] + - cleanup shell related code [Karel Zak] + - cleanup usage() [Karel Zak] + - cleanup usernames usage [Karel Zak] + - consolidate tty name usage [Karel Zak] + - cosmetic changes after indent [Karel Zak] + - cosmetic code changes [Karel Zak] + - enable TIOCSCTTY and minor changes [Karel Zak] + - fix compiler warnings [-Wimplicit-fallthrough=] [Karel Zak] + - fix debug message [Karel Zak] + - fix indention [Karel Zak] + - fix non-pty compilation [Karel Zak] + - fix refactoring bug in child PID usage [Karel Zak] + - improve some debug messages [Karel Zak] + - keep old sigactions in control struct [Karel Zak] + - make wait_for_child() usable in arbitrary situation [Karel Zak] + - move PAM session initialization to separate function [Karel Zak] + - move parent signals setup to separate function [Karel Zak] + - properly clear child PID [Karel Zak] + - rename evaluate_uid() [Karel Zak] + - reorder functions [Karel Zak] + - unblock signals is all initialized [Karel Zak] + - use switch() to split after fork [Karel Zak] +swaplabel: + - fix --disable-libuuid compilation [Karel Zak] +test: + - update PMBR hex dumps [Karel Zak] +tests: + - Add UDF hdd image which label has length 30 characters [Pali Rohár] + - Add UDF hdd images with blocksize 1024 and 4096 created by Linux mkudffs 1.3 [Pali Rohár] + - add MBR resize tests [Karel Zak] + - add more tests for line(1) [Ruediger Meier] + - check for missing programs in last(1) test [Karel Zak] + - check sfdisk resize on unsorted offsets [Karel Zak] + - don't use errno in output [Karel Zak] + - explicitly define wipefs outpuit columns [Karel Zak] + - fix and refactor partx [Ruediger Meier] + - fix fincore, don't use variable COLUMNS [Ruediger Meier] + - remove UUIDs with time overflow from uuidparse [Karel Zak] + - split partx in root and non-root [Ruediger Meier] + - update UDF test, add ID_FS_VERSION [Pali Rohár] + - update build-sys tests [Karel Zak] + - update sfdisk wipe test [Karel Zak] + - update wipefs outputs [Karel Zak] + - use sample-fdisk-mkpart [Karel Zak] + - use sample-fdisk-mkpart-fullspec [Karel Zak] +tools: + - add checkusage.sh [Ruediger Meier] + - add segfault detection for checkusage.sh [Ruediger Meier] + - checkusage can dump all command output [Ruediger Meier] + - ignore unsafe commands in checkusage.sh [Ruediger Meier] +travis: + - add make checkusage [Ruediger Meier] + - fix another chown issue [Karel Zak] + - minor cosmetics [Ruediger Meier] + - use --disable-makeinstall-chown everywhere [Karel Zak] +tunelp: + - use linux header [Sami Kerola] +umount: + - add note about NFS and -c to umount.8 [Karel Zak] + - never 'stat' the path when "-c" is given. [NeilBrown] +uuidd: + - remove unused define [Ruediger Meier] +uuidgen: + - add more details to man page [Karel Zak] + - add support for hash-based UUIDs [Philip Prindeville] + - improve --help [Karel Zak] + - slice up the usage text [Sami Kerola] +uuidparse: + - add bash-completion file [Sami Kerola] + - add new command [Sami Kerola] + - fix getopt crash [Ruediger Meier] + - fix stack-buffer-overflow [asan] [Karel Zak] + - nil uuid have all bits set to zero [Sami Kerola] + - se JSON table name on -J [Karel Zak] +vipw: + - use explicit_bzero() to clear buffer after copy [Sami Kerola] +wall: + - don't use gid_t when allocate grounps array [Karel Zak] + - fix OSX getgrouplist, gid_t* vs int* [Karel Zak] +wdctl: + - do not call fsync(2) when closing watchdog device [Sami Kerola] +whereis: + - add --help and --version [Ruediger Meier] + - include native multiarch path in lib search paths [Andreas Henriksson] +wipefs: + - add control struct [Karel Zak] + - cleanup offsets list usage, fix -t filter [Karel Zak] + - don't do step-back if <type> does not match [Karel Zak] + - exit on failed erase [Karel Zak] + - improve --help [Karel Zak] + - print all signature permutations [Karel Zak] + - try another magic strings on -o and -t [Karel Zak] + - use libsmartcols [Karel Zak] +zramctl: + - fix show all non-zero zram devices [James Sanford] + - remove unused ZRAM_EMPTY and blank line [James Sanford] diff --git a/Documentation/releases/v2.32-ReleaseNotes b/Documentation/releases/v2.32-ReleaseNotes new file mode 100644 index 0000000..7fb93df --- /dev/null +++ b/Documentation/releases/v2.32-ReleaseNotes @@ -0,0 +1,492 @@ +Util-linux 2.32 Release Notes +============================= + +Release highlights +------------------ + +The command cal(1) has been improved to provide better control on used calendar +system. Now it is possible to switch between Gregorian and Julian exclusively, +or use the current default (reform in September 1752). The new command line +options --reform and --iso have been added. The command also follows terminal +width to format output. + +The library libblkid has been extended to support LUKS2, Micron mpool, VDO and +Atari partition table. + +The command rfkill(8) has been moved to /usr/sbin to be compatible with the +original rfkill implementation. + +The command dmesg(1) provides better support for multi-line messages and the +new command line option --force-prefix to print facility, level or timestamp +information to each line of a multi-line message + +The command fallocate(1) --dig-holes is faster and more effect now. + +The command fdisk(8) provides access to Protective MBR accessible from main +menu. The Sun label support has been improved. + +The command lscpu(1) provides more details about ARM CPUs now. + +The command lsmem(1) supports memory zone awareness now. + +The command lsns(8) provides netnsid and nsfs columns now. + +The command rtcwake(8) waits stdin to settle down before entering a system +sleep. + +The new command line option --kill-child has been added to unshare(1). + + +Stable maintenance releases between v2.31 and v2.32 +--------------------------------------------------- + +util-linux 2.31.1 [Dec 19 2017] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.31/v2.31.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.31/v2.31.1-ChangeLog + + +Changes between v2.31 and v2.32 +------------------------------- + +agetty: + - Fix a use of uninitialised memory in an agetty error path. [Steven Smith] + - add support for /etc/issue.d [Karel Zak] + - remove unused flag [Karel Zak] +bash-completion: + - (umount) use findmnt, escape a space in paths [Karel Zak] + - Exclude /dev/fd from fsck find [Kevin Locke] + - update zramctl algorithms list [Sami Kerola] +blkid: + - Add support for LUKS2 and new LABEL attributes. [Milan Broz] +blkzone: + - Fix a typo in blkzone.8 [Masanari Iida] +blockdev: + - be more explicit for BLKSSZ in blockdev.8 [Karel Zak] +build-sys: + - (configure) fix bashisms [Mike Frysinger] + - add --enable-asan and --memcheck-asan for tests [Karel Zak] + - add missing include [Karel Zak] + - automake is able to find headers in builddir ... [Ruediger Meier] + - avoid using prog_DEPENDENCIES [Ruediger Meier] + - disable bz2 tarball and fix some am warnings [Ruediger Meier] + - don't check for swapon() number of arguments [Karel Zak] + - forgot update NEWS for v2.32-rc1 [Karel Zak] + - gtkdoc-fixxref v1.27 requires module option [Karel Zak] + - lsns requires libmount [Karel Zak] + - move rfkill to /usr/sbin [Karel Zak] + - release++ (v2.32-rc2) [Karel Zak] + - remove generated headers from dist tar ball [Ruediger Meier] + - remove redundant EXTRA_DIST files [Ruediger Meier] + - remove unneeded dependencies on bla.h.in [Ruediger Meier] +cal: + - Use ALTMON_* correctly [Rafal Luzynski] + - add ifdef TEST_CAL [Karel Zak] + - add option to set Gregorian reform date [J William Piggott] + - clean up man page synopsis syntax [Karel Zak] + - do not set months_in_row with -3 option [J William Piggott] + - don't use year header for -1, -3 or -n [Karel Zak] + - explain magic values for day of week calculation [Karel Zak] + - fix first week calculation [J William Piggott] + - fix julian calendars for large years [J William Piggott] + - fix multi-byte comment, explain in better way [Karel Zak, J William Piggott] + - fix week calculations for 1752 [J William Piggott] + - follow terminal width [Karel Zak] + - honor num_months when only a year argument [J William Piggott] + - move REFORMATION_YEAR to control struct [J William Piggott] + - remove extra space after year output [Karel Zak] + - update man page [J William Piggott] +chmem: + - cleanup includes [Karel Zak] + - cleanup usage() [Karel Zak] +chrt: + - fix compiler warning [-Wmaybe-uninitialized] [Karel Zak] +column: + - add --table-noheadings [Karel Zak] + - allow to hide unnamed columns [Karel Zak] + - don't ignore space-char separators at begin of the line [Karel Zak] + - fix memory leak [coverity scan] [Karel Zak] + - update column.1 [ahmogit] + - use \x<hex> for invalid multibyte seq. [Karel Zak] +dmesg: + - Add --force-prefix option [Prarit Bhargava] + - add note about -F format to the man page [Karel Zak] + - fix compiler warning [-Wuninitialized] [Karel Zak] + - use xstrdup() in xalloc.h based util [Karel Zak] +docs: + - add ISC licence [Carlos Santos] + - add new idea to TODO list [Karel Zak] + - add note about JSON [Karel Zak] + - add note about NVMe-multipath to TODO [Karel Zak] + - add remount-all idea to TODO [Karel Zak] + - add script(1) events idea to TODO [Karel Zak] + - improve setarch(8) manual page [Sami Kerola] + - update AUTHORS file [Karel Zak] + - update TODO [Karel Zak] + - update TODO file [Karel Zak] + - update v2.32-ReleaseNotes [Karel Zak] +eject: + - remove list_speeds() #ifdef CDROM_SELECT_SPEED protection [Sami Kerola] +fallocate: + - dig holes only in data extents [Karel Zak, Vaclav Dolezal] + - remove typo [Karel Zak] +fdisk: + - (gpt) make PMBR accessible from main menu [Karel Zak] +fincore: + - Handle large files correctly on 32 bit [Tobias Stoeckmann] + - Handle large files on 32 bit without LFS [Tobias Stoeckmann] + - fix a typo in fincore.1 [Masatake YAMATO] +findfs: + - don't include exitcodes.h [Karel Zak] +findmnt: + - findmnt.8 remove spurious spaces before "--tree" and "--verbose" [Jakub Wilk] +fsck: + - cleanup find_fsck() [Karel Zak] + - coding style cleanup [Karel Zak] + - use xasprintf to avoid buffer overruns with an insane fs type [Theodore Ts'o] +fsck.cramfs: + - Fix bus error on broken file system. [Tobias Stoeckmann] + - fix crash when superblock size is too small [Ruediger Meier] + - fix error message [Ruediger Meier] +fstrim: + - don't include exitcodes.h [Karel Zak] + - fix fs.h and mount.h collision [Karel Zak] +hwclock: + - add --ul-debug implementing debug.h [J William Piggott] + - add iso-8601 overflow check [J William Piggott] + - fix debug regression [J William Piggott] + - rename --debug option to --verbose [J William Piggott] + - revert ioctl test [Karel Zak] + - use reentrant time conversion functions [J William Piggott] +include/c: + - add errexec() [Karel Zak] +include/debug: + - don't print pointer address for SUID programs [Karel Zak] + - improve debug message [Karel Zak] + - introduce __UL_INIT_DEBUG_FROM_STRING() [Karel Zak] + - print info when addresses suppressed [Karel Zak] +kill: + - Extract signal names into signames.h/signames.c [Niklas Hambüchen] +lib: + - Add simple crc32c() function [John Groves] +lib/exec_shell: + - (and pager) use errexec() [Karel Zak] + - cleanup function attributes [Karel Zak] +lib/mangle: + - return size of the decoded buffer [Karel Zak] +lib/mbsalign: + - Fix escaping nonprintable multibyte characters [Vaclav Dolezal] + - add mbs_invalid_encode() [Karel Zak] + - encode \x to \xecx [Karel Zak] + - encode backslash to prevent ambiguity [Vaclav Dolezal] + - escape "\x" when HAVE_WIDECHAR not defined [Vaclav Dolezal] +lib/md5: + - use ul_/UL_ prefix [Karel Zak] +lib/path: + - make path_set_prefix() independent on cpu_set_t [Karel Zak] +lib/randutils: + - Do not block on getrandom() [Carlo Caione] + - don't break on EAGAIN, use usleep() [Karel Zak] +lib/sha1: + - fix indention [Karel Zak] + - use proper WORDS_BIGENDIAN macro [Karel Zak] + - use ul_/UL_prefix for symbols [Karel Zak] +lib/signames: + - fix redefinition of 'sys_signame' on OSX [Karel Zak] + - remove signame array from header file [Karel Zak] + - remove unused function [Sami Kerola] +lib/timeutils: + - ISO_8601_BUFSIZ too small [J William Piggott] + - add common ISO timestamp masks [J William Piggott] + - add get_gmtoff() [J William Piggott] +lib/timeutils.c: + - bug fix Segmentation fault [J William Piggott] + - strxxx_iso do not wrap tm_year [J William Piggott] + - strxxx_iso test conversion errors [J William Piggott] + - warn format_iso_time() overflow [J William Piggott] +libblkid: + - (bcache) cleanup magic string definition [Karel Zak] + - (dos) make subtypes probing more robust [Karel Zak] + - (mpool) checksum is LE [Karel Zak] + - (mpool) don't use gtkdocs-like comment block [Karel Zak] + - Add VDO superblock information into blkid [Sweet Tea Dorminy] + - Add support for Micron mpool formatted drives [John Groves] + - Add support for stratis [Tony Asleson] + - Mark char* params to blkid_dev_set_search as const [Andy Grover] + - Support for Atari partitioning scheme [Vaclav Dolezal] + - add debug messages when ignore useless devices [Karel Zak] + - atari - don't add duplicate entries [Vaclav Dolezal] + - atari - fix bad variable name [Vaclav Dolezal] + - atari - reject devices with blocksize != 512 [Vaclav Dolezal] + - atari - test if any partition fits disk size [Vaclav Dolezal] + - ignore private Stratis devices [Tony Asleson] + - improve FreeBSD partitions parsing [Karel Zak] + - make mpool independent on libuuid [Karel Zak] + - udf Fix parsing LVID location [Pali Rohár] + - udf Fix parsing UDF revision [Pali Rohár] + - udf Fix reading Logical Volume Integrity Descriptor Implementation Use (LVIDIU) [Pali Rohár] + - udf Optimize and fix probing when block size > 2048 bytes [Pali Rohár] + - udf Really try to read only first LVID [Pali Rohár] + - udf Stop scanning Volume Descriptors after we found Terminating Descriptor [Pali Rohár] + - udf Update copyright [Pali Rohár] + - udf Use UDF revision field from LVD domain id "*OSTA UDF Compliant" as a fallback value for ID_FS_VERSION when LVIDIU is missing [Pali Rohár] + - vfat Fix reading labels which starts with byte 0x05 [Pali Rohár] +libfdisk: + - (docs) add missing docs blocks [Karel Zak] + - (docs) improve enums documentation [Karel Zak] + - (docs) update year [Karel Zak] + - (dos) fix max heads [Karel Zak] + - (gpt) add VMware specific UUIDs [Karel Zak] + - (gpt) move backup header after device resize [Karel Zak] + - (gpt) use fdisk_warn() for failed name setting [Karel Zak] + - (script) be consistent in code with types [Karel Zak] + - (script) support R (RAID) and V (LVM) shortcuts [Karel Zak] + - (sun) enhance searching of free space [Mikhail Vorobyov] + - (sun) fix creation of whole disk partition [Mikhail Vorobyov] + - (sun) fix n-1 bug and whole-disk [Karel Zak] + - (sun) move aligning of the first sector before availability check [Mikhail Vorobyov] + - Fix uninitialized structure [Roddy Shuler] + - allocate enough bytes for ucs2 to utf8 encoding [Vaclav Dolezal] + - allow to start freespace for zero [Karel Zak] + - extend API to provide label specific geometry ranges [Karel Zak] + - fix docs warnings [Karel Zak] + - gpt properly encode string on rename [Vaclav Dolezal] + - return bytes processed from gpt_entry_set_name(), process rc [Vaclav Dolezal] +libmount: + - (docs) update year [Karel Zak] + - Allow MNT_FORCE and MNT_DETACH at umount [Joshua Watt] + - Use waitpid() when waiting for mount helper child process [Vratislav Podzimek] + - add missing macro to docs [Karel Zak] + - add nsfs between pseudo filesystems [Karel Zak] + - check waitpid() return code [Karel Zak] + - deallocate on /proc/swaps parse error [Karel Zak] + - fix access() utab write test [Karel Zak] + - fix debug message [Karel Zak] + - fix example in docs [Karel Zak] + - fix fs pattern usage in mount --all [Karel Zak] + - fix mnt_table_is_fs_mounted() for rbind [Karel Zak] + - make libmount.h more robust [Karel Zak] + - make sure we deallocate on parse error [Karel Zak] + - minimize utimensat() write test usage [Karel Zak] + - use eacess() rather than open() to check mtab/utab [Karel Zak] +libsmartcols: + - (docs) update year [Karel Zak] + - don't add blank padding after left aligned title [Karel Zak] + - fix docs warnings [Karel Zak] + - fix mem-leaks in samples [Karel Zak] + - fixes issue with 0 width columns [taiyu] + - interpret zero width for pending data as error [Karel Zak] + - set minimal column width to 1 [Karel Zak] +libuuid: + - make "CONFORMING TO" man sections more explicit [Karel Zak] +login: + - add LOGIN_PLAIN_PROMPT to login.defs [Karel Zak] +login-utils: + - use free_getlogindefs_data() [Karel Zak] +lsblk: + - add hint about perms to man page [Karel Zak] + - document LSBLK_DEBUG= [Karel Zak] + - try device/dev to read devno [Karel Zak] +lscpu: + - (arm) cleanup code [Karel Zak] + - Decode ARM CPUs [Riku Voipio] + - Treat read failure on Xen Hypervisor properties as non-fatal [Dirk Mueller] + - move ARM decoding to lscpu-arm.c [Karel Zak] + - move struct lscpu_desc header file [Karel Zak] +lscpu-arm: + - add Faraday And Brahma cores [Riku Voipio] +lslocks: + - add note about OFDLCK [Karel Zak] +lsmem: + - add --split [Karel Zak] + - add hint about block merges to the man page [Karel Zak] + - fix memory leak [coverity scan] [Karel Zak] + - fix total online/offline memory calculation [Gerald Schaefer] + - improve path_read_xxx() usage [Karel Zak] + - make --split optional, follow output by default [Karel Zak] +lsmem/chmem: + - add memory zone awareness [Gerald Schaefer] + - add memory zone awareness to bash-completion [Andre Wild] +lsns: + - (man) write about using multi-line in NSFS cell of lsns [Masatake YAMATO] + - add --nowrap(-W) option [Masatake YAMATO] + - add a case for testing netnsid column [Masatake YAMATO] + - add a case for testing nsfs column [Masatake YAMATO] + - add netnsid column [Masatake YAMATO] + - add nsfs column [Masatake YAMATO] + - disable netnsid column by default [Masatake YAMATO] + - fix clang compiler warning [Ruediger Meier] + - initialize stuff when really necessary [Karel Zak] + - nsfs stuff cleanup [Karel Zak] + - remove if-after-xcalloc [Karel Zak] + - rename notruns to no_trunc [Karel Zak] +man: + - use long options in text and add example to uuidgen [Sami Kerola] +mcookie: + - (man) add note about getrandom() [Karel Zak] + - properly initialize hash [Karel Zak] +md5: + - declare byteReverse as static [Luca Ceresoli] +misc: + - fix printf i386 compiler warnings [Ruediger Meier] + - fix typos [Sami Kerola] + - fix typos using codespell [Ruediger Meier] + - remove %p from debug messages [Karel Zak] +mount: + - (man) be explicit about bind operation [Karel Zak] + - (man) update mount options for UDF [Steve Kenton] + - add hint about -t and root perms to the man page [Karel Zak] + - add more details about UUIDs and LABELs to the man page [Karel Zak] + - add note about "already mounted" behavior [Karel Zak] + - add note about cached kernel table for --all [Karel Zak] + - be more accurate in man page about propagation flags [Karel Zak] +mount(8): + - drop redundant filesystem-specific sections [Mike Frysinger] + - point people to the proc(5) page for mount options [Mike Frysinger] + - umount does not (anymore?) say `none busy' [Alan Jenkins] +newgrp: + - use errexec() [Karel Zak] +nsenter: + - fix compiler warning [-Wuninitialized] [Karel Zak] + - revert changes committed by accident [Karel Zak] +po: + - merge changes [Karel Zak] + - update cs.po (from translationproject.org) [Petr Písař] + - update es.po (from translationproject.org) [Antonio Ceballos Roa] + - update fi.po (from translationproject.org) [Lauri Nurmi] + - update fr.po (from translationproject.org) [Frédéric Marchal] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update pt_BR.po (from translationproject.org) [Rafael Fontenelle] + - update uk.po (from translationproject.org) [Yuri Chornoivan] +rename: + - rename.1 fix typo, where -> were [Kenyon Ralph] + - use access(3) to check if a file exists [Sami Kerola] +rfkill: + - provide RFKILL_TYPE_FM if undefined [Ruediger Meier] +rtcwake: + - add note about HW and sleep to the man page [Karel Zak] + - fix sys vs. rtc time delta usage [Karel Zak] + - wait stdin to settle down before entering a system sleep [Sami Kerola] +sample-scols-title: + - add left title without padding [Karel Zak] +schedutils: + - use errexec() [Karel Zak] +setarch: + - minor code clean up [Sami Kerola] +setpriv: + - add example section [Sam Morris] + - fix manpage typo [Sam Morris] + - improve description in man page [Sam Morris] + - include --init-groups in the list of options that can be specified with --[re]gid [Sam Morris] +setsid: + - new option --fork [Karel Zak] +sfdisk: + - add hint about udev and flock to the man page [Karel Zak] + - allow to disable bootable flag on all partitions [Karel Zak] + - allow to use --activate for PMBR [Karel Zak] + - cleanup shortcuts in man page too [Karel Zak] + - create empty label on 'write' command [Karel Zak] + - wait before re-read [Karel Zak] +signames: + - Make input char buffers const [Niklas Hambüchen] +su: + - build fix for the case where USE_PTY is not defined [Samuel Thibault] + - use errexec() [Karel Zak] +sys-utils: + - use errexec() [Karel Zak] +test: + - Add UDF hdd image with final block size 4096 created by Linux mkudffs 1.3 [Pali Rohár] + - use subtests for jan1753 cal(1) test [Karel Zak] +test_sha1: + - update helper [Karel Zak] +tests: + - Add UDF cd image created by mkudfiso 20100208 [Pali Rohár] + - GPT device resize test [Karel Zak] + - add /proc/swaps libmount parser test [Karel Zak] + - add LUKS test images [Milan Broz] + - add cal(1) --week=40 1752 [Karel Zak] + - add fsck.cramfs bad-header test [Karel Zak] + - add ipcslimits lock [Ruediger Meier] + - add lock on shared resources (e.g. scsi_debug) [Karel Zak] + - add mdadm locks [Karel Zak] + - add mpool blkid test image [Karel Zak] + - add set-x to lsns test [Karel Zak] + - add some more udevadm settle [Ruediger Meier] + - add tests for encode functions from lib/mbsalign.c [Vaclav Dolezal] + - add udevadm settle to sfdisk/resize [Ruediger Meier] + - add wierd sleep for libmount/context [Ruediger Meier] + - added missing expected outputs for partx (atari) [Vaclav Dolezal] + - added test for libblkid atari pt [Vaclav Dolezal] + - adjust for ISO timezone colon use [J William Piggott] + - allow to use memory checks for libsmartcols [Karel Zak] + - better lsns report on fail [Karel Zak] + - check for HAVE_LINUX_NET_NAMESPACE_H [Karel Zak] + - column(1) test for space-char separator [Karel Zak] + - column(1) test non-space separator at begin of line [Karel Zak] + - consolidate ts_device_has UUID or LABEL [Ruediger Meier] + - don't call tests with races in --parallel [Karel Zak] + - don't lock fd 1 (stdout), don't use /proc/$$/fd [Ruediger Meier] + - don't use mount.<type> helpers in mount-by-pattern tests [Karel Zak] + - don't use unlocked resources [Ruediger Meier] + - dont't timeout flock [Ruediger Meier] + - fix fincore/count KNOWN_FAIL [Ruediger Meier] + - fix grep expressions for devices [Ruediger Meier] + - fix losetup race [Ruediger Meier] + - fix lsns perms [Karel Zak] + - handle xargs errors and invalid args [Ruediger Meier] + - make lsns test more robust [Karel Zak] + - mark fincore/count as KNOWN_FAIL [Karel Zak] + - mark mbsencode as KNOWN_FAIL [Vaclav Dolezal] + - mbsencode - removed emoji, added control unicode character [Vaclav Dolezal] + - mbsencode - test for HAVE_WIDECHAR [Vaclav Dolezal] + - merge 1m and 3m cal(1) tests [Karel Zak] + - merge sep1752 cal(1) tests [Karel Zak] + - merge year cal(1) tests [Karel Zak] + - re-introduce bash 3 compatibility (OSX) [Ruediger Meier] + - rename --memcheck to --memcheck-valgrind [Karel Zak] + - rename ts_valgrind to ts_run [Karel Zak] + - rewrite cal(1) bigyear test [Karel Zak] + - rewrite fsck-bad-header [Ruediger Meier] + - simplify cal(1) sep1752w test [Karel Zak] + - support multiple locks [Karel Zak] + - suppress warning for old sync(1) [root] + - unlocks on failed ts_scsi_debug_init [Karel Zak] + - update build-sys tests [Karel Zak] + - update cal(1) tests [Karel Zak] + - update columns test due to dda229c7b2b16a31fae8e99079ab4f4ae5bc8eac [Karel Zak] + - update default lsmem output [Karel Zak] + - update libsmartcols/title [Karel Zak] + - update lsmem [Karel Zak] + - update setarch test [Karel Zak] + - use TS_HELPER_CAL [Karel Zak] + - use flock to modify fstab [Karel Zak] + - use libtool to execute with valgrind [Karel Zak] + - use pgrep instead of ps --ppid ... [Ruediger Meier] + - use subtests for sep1752w test [Karel Zak] + - use subtests for weekarg cal(1) tests [Karel Zak] + - use subtests for weeknum cal(1) tests [Karel Zak] +tests/lsmem: + - update lsmem test with ZONES column [Gerald Schaefer] +text-utils: + - use errexec() [Karel Zak] +tools: + - improve checkmans [Karel Zak] +travis: + - enable osx root checks [Ruediger Meier] + - homebrew/dupes was deprecated [Ruediger Meier] + - use parallel root checks [Ruediger Meier] +unshare: + - Add --kill-child option. [Niklas Hambüchen] + - Allow passing <signame> to --kill-child [Niklas Hambüchen] + - cleanup if-if code [Karel Zak] +uuidd: + - cosmetic coding style change [Karel Zak] + - don't truncate long socket paths [Ruediger Meier] +vipw: + - do not let editor to inherit open file descriptors [Sami Kerola] + - use errexec() [Karel Zak] +whereis: + - fix typo in debug message [Karel Zak] +zramctl: + - use xstrdup() [Karel Zak] diff --git a/Documentation/releases/v2.33-ReleaseNotes b/Documentation/releases/v2.33-ReleaseNotes new file mode 100644 index 0000000..395c9ff --- /dev/null +++ b/Documentation/releases/v2.33-ReleaseNotes @@ -0,0 +1,614 @@ +Util-linux 2.33 Release Notes +============================= + +Release highlights +------------------ + +choom -- NEW COMMAND to adjust and display the current OOM-killer score. + +The library libsmartcols has been improved to differentiate between numbers, +booleans and strings in JSON output. The old versions uses strings everywhere. +It's recommended to re-test your applications if you parse JSON outputs from +util-linux tools. + +The command fstrim(8) has been extended to trim all mounted filesystems from +/etc/fstab (-A|--fstab). This semantic is the default for systemd +fstrim.service now. The original default for the service was to trim all +(-a|--all) mounted filesystems (including for example removable media). Now it +is also possible to test fstrim behavior by new command line option --dry-run. + +The command hwclock(8) provides a new command line option --delay to overwrite +internally used delay when set clock time. The default is 0.5 (500ms) for +rtc_cmos, for another RTC types the delay is 0. If RTC type is impossible to +determine (from sysfs) then it defaults also to 0.5 to be backwardly +compatible. The 500ms default is based on commonly used MC146818A-compatible +(x86) hardware clock. + +The commands mount and umount, and libmount allow to mount and umount +filesystem in another namespace. The namespace may be specified by --namespace +<pid|path> command line option. The commands switch to the namespace when it +reads /etc/fstab, writes /etc/mtab (or writes to /run/mount) and calls [u]mount +system calls, otherwise it runs in the original namespace. It means that the +target namespace does not have to contain any libraries or another requirements +necessary to execute mount(8) or umount(8) commands. + +The command rename(1) provides a new command line option --interactive to ask +before overwriting. + +The command setarch(8) does not require architecture when modify personality like +ADDR_NO_RANDOMIZE. The architecture argument is optional now. + +The command su(1) provides a new command line option --whitelist-environment to +protect specified variables when su(1) starts a new session. + +The command setpriv(1) provides a new command line option --reset-env to reset +all environment. The another new command line option --pdeathsig allows to +keep, clear or or set the parent death signal. Note that some LSMs, most notably +SELinux and AppArmor, clear the signal when the process' credentials change. + +The commands fdisk(8) and sfdisk(8) print disk model name to simplify device +identification. + +The command "column --table-empty-lines" allows to use empty lines in formatted +output. + +The command wipefs has been improved to postpone BLKRRPART (re-read partition +table) ioctl until all magic strings are wiped. This semantic allows to avoid +conflicts between on partition magic strings and partition tables. + +The command script(1) has been extended to store more information about +terminal size and type to the typescript header. The size of the output may be +also restricted by a new command line option --output-limit. + +The libblkid provides BitLocker and basic APFS detection now. + +The command lsblk is possible to execute against /sys and /proc dumps if command +line option --sysroot is specified. This allows to prepare regression tests for +lsblk. So, if you have a complicated or unusual setup (RAIDs, pools, etc) than +you can use + https://raw.githubusercontent.com/karelzak/util-linux/master/tests/ts/lsblk/mk-input.sh +to generate the dump and send the tarball to upstream developers. (Thanks!) + + +The script ./configure has been improved and --with/without command line +options should be more consistent now. It's recommended to re-test your build +scripts. + + +Stable maintenance releases between v2.32 and v2.33 +--------------------------------------------------- + +util-linux 2.32.1 [Jul 16 2018] + + * https://www.kernel.org/pub/linux/utils/util-linux/v2.32/v2.32.1-ReleaseNotes + https://www.kernel.org/pub/linux/utils/util-linux/v2.32/v2.32.1-ChangeLog + + +Changes between v2.32 and v2.33 +------------------------------- + +agetty: + - Reload only if it is really needed [Stanislav Brabec] + - Watch only protocol requested by issue escapes [Stanislav Brabec] + - agetty.8 Avoid a warning about an unbreakable line [Bjarni Ingi Gislason] + - cleanup code to copy to log strings [Karel Zak] + - cleanup issue output change, remove bool [Karel Zak] + - don't put the VC into canonical mode [Lubomir Rintel] + - don't use __u32 [Karel Zak] + - keep c_iflags unmodified on --autologin [Karel Zak] + - make output more robust [Karel Zak] + - move all issue variables to struct [Karel Zak] + - rename variable changed to triggered [Stanislav Brabec] + - when logname is erased, re-enable reloads [Stanislav Brabec] +bash-completion: + - add findmnt --real --pseudo [Karel Zak] + - add swapon specifiers to completion [Sami Kerola] + - catch up with option changes [Sami Kerola] + - cleanup mount and umount --namespace [Karel Zak] + - do not print eject --cdspeed error messages [Sami Kerola] + - fix few bash set -u issues [Sami Kerola] + - fix typo in blockdev file [Sami Kerola] + - setpriv --securebits argument can be comma separated list [Sami Kerola] + - update column [Karel Zak] +blkid: + - (man) add note about udev encoding [Karel Zak] + - Encode any field which starts with LABEL in same way as LABEL field [Pali Rohár] + - fix compiler warnings [-Wcast-qual] [Karel Zak] +blkzone: + - fix report zones sector offset check [Masato Suzuki] + - fix whole device detection [Karel Zak] + - use new ul_path_* API [Karel Zak] +blockdev: + - use new ul_path_* API [Karel Zak] +bugfix: + - fix possible segfault during umount -a [Richard Fuchs] +build: + - Add missing -lintl linkage to lib{smartcols,uuid} [Karel Zak] +build-sys: + - --without-systemd disables --with-systemdsystemunitdir [Karel Zak] + - add -Wdiscarded-qualifiers [Karel Zak] + - add -Wno-cast-function-type for python [Karel Zak] + - add USE_LIBMOUNT_SUPPORT_NAMESPACES [Karel Zak] + - cleanup --with/--without help strings [Karel Zak] + - default to /lib64 for ${exec_prefix}/lib64 [Karel Zak] + - extend "Could not locate the pkg-config" error message [Karel Zak] + - fix typo in man install [Karel Zak] + - improve bison version detection [Karel Zak] + - release++ (v2.33-rc1) [Karel Zak] + - release++ (v2.33-rc2) [Karel Zak] +cal: + - fix --span for large numbers of months [Karel Zak] + - use snprintf everywhere [Karel Zak] +cfdisk: + - fix compiler warnings [-Wcast-qual] [Karel Zak] + - fix compiler warnings, follow-up 7085f1e4 (#636) [Ruediger Meier] + - fix missing prototype for `get_wch` [Patrick Steinhardt] + - use uint64_t to avoid compiler warnings [Karel Zak] +chcpu: + - Fix maximal number of CPUs [Stanislav Brabec] + - use new ul_path_* API [Karel Zak] +chmem: + - use new ul_path_* API [Karel Zak] +choom: + - fix build, remove unnecessary include [Karel Zak] + - new command to adjust OOM-killer score value [Karel Zak] + - set oom_score_adj before exec [Vaclav Dolezal] + - use new ul_path_* API [Karel Zak] +closestream: + - remove dummy function __fpending() [Sami Kerola] +column: + - add --table-empty-lines [Karel Zak] + - fix leading space characters bug [Karel Zak] +ctrlaltdel: + - use new ul_path_* API [Karel Zak] +dmesg: + - fix raw output [Karel Zak] + - link together with syslog(2) manual page [Sami Kerola] +docs: + - add adjtime_config(5) man page [Karel Zak] + - add cal(1) TODO items [Karel Zak] + - add choom to TODO [Karel Zak] + - add fdisk to TODO [Karel Zak] + - add getopt to TODO [Karel Zak] + - add hint about script [Karel Zak] + - add hwclock to TODO [Karel Zak] + - add info about branches; update travis.yml [Karel Zak] + - add note about --disable-all-programs [Karel Zak] + - add note about lsblk to TODO [Karel Zak] + - add note about lsblk usage/free cols [Karel Zak] + - add to column(1) TODO [Karel Zak] + - cleanup TODO [Karel Zak] + - fix gtkdoc warning [Karel Zak] + - fix typos [Jakub Wilk] + - remove obsolete entry from TODO [Karel Zak] + - update AUTHORS file [Karel Zak] + - update TODO [Karel Zak] + - update TODO (libblkid) [Karel Zak] + - update TODO (lsblk) [Karel Zak] + - update v2.33-ReleaseNotes [Karel Zak] + - use SPDX license names [Karel Zak] +eject: + - use err() rather than abort() [Karel Zak] +exec_shell: + - prevent ". applet not found" error when SHELL env is not set. [osexp2000] +fallocate: + - add man page note about --collapse-range granularity [Karel Zak] + - add missing semicolon [Matti Niemenmaa] + - remove unwanted debug message [Karel Zak] +fdisk: + - add "Disk model " to the print output [Karel Zak] + - fix compiler warning [-Wmaybe-uninitialized] [Karel Zak] + - fix error message on 'd' command [Karel Zak] + - fix typo in debug string [Vaclav Dolezal] +fincore: + - fincore.1 add missing space [Jakub Wilk] + - use scols_column_set_json_type() [Karel Zak] +findmnt: + - add --output-all option [Sami Kerola] + - use scols_column_set_json_type() [Karel Zak] +fstrim: + - Return EXIT_FAILURE when FTRIM ioctl fails [Karel Zak] + - add --dry-run [Karel Zak] + - add -A|--fstab to trim according to /etc/fstab [Karel Zak] + - add control struct [Karel Zak] + - cleanup includes [Karel Zak] + - update .service to follow /etc/fstab [Karel Zak] + - use -n shortcut for --dry-run [Karel Zak] + - use new ul_path_* API [Karel Zak] + - use new ul_path_* API, improve sysfs context usage [Karel Zak] +hwclock: + - add --delay <seconds> [Karel Zak] + - fix warning [Karel Zak] + - rely on kernel for RTC_UIE_ON on Aplha and Sparc [Karel Zak] + - remove ntpd from man page [Karel Zak] +include/all-io: + - const cleanup [Karel Zak] +include/c: + - add NAME_MAX compat [Sevan Janiyan] + - add str2memcpy() and mem2strcpy() [Karel Zak] +include/list, include/c: + - update and container_of() [Karel Zak] +include/path: + - make sure PATH_MAX is defined [Karel Zak] +include/pt-mbr.h: + - fix integer overflow [Sami Kerola] +include/strutils: + - remove unnecessary cast [Karel Zak] +include/ttyutils: + - define values if missing. [Sevan Janiyan] +ipcs: + - use new ul_path_* API [Karel Zak] +ipcs,chmem: + - fix access() usage [Ruediger Meier] +iscript: + - s/COLS/COLUMNS/ in start message [Karel Zak] +last: + - fix false positive compiler warning [Sami Kerola] + - make sure domain is zero terminated [Karel Zak] +lib/canonicalize: + - fix truncation warning [Sami Kerola] +lib/color-names: + - const cleanup [Karel Zak] +lib/colors: + - fix compiler warnings [-Wcast-qual] [Karel Zak] +lib/loopdev: + - fix compiler warning [-Wcast-qual] [Karel Zak] + - remove obsolete macro [Karel Zak] + - use new ul_path_* API [Karel Zak] +lib/mangle: + - const quialifier cleanup [Karel Zak] +lib/pager: + - fix compiler warning [-Wrestrict] [Karel Zak] +lib/path: + - add more debug messages [Karel Zak] + - add ul_path_get_abspath() [Karel Zak] + - add ul_path_read_buffer() [Karel Zak] + - add ul_prefix_fopen(), improve cpuset funcs [Karel Zak] + - allow dir-path formatting [Karel Zak] + - don't use extra '/' [Karel Zak] + - fix read string to be backwardly compatible [Karel Zak] + - improve debug message on redirect [Karel Zak] + - make ul_path_read_ usable with NULL handler [Karel Zak] + - new implementation [Karel Zak] + - remove unused expression [Ruediger Meier] + - simplify debug message [Karel Zak] +lib/path lib/sysfs: + - add debug [Karel Zak] +lib/strutils: + - fix strnlen() fallback [Karel Zak] + - follow const in parse_size() [Karel Zak] + - remove redundant condition [Karel Zak] + - return from xstrmode() [Karel Zak] +lib/sysfs: + - add sysfs_blkdev_get_parent() [Karel Zak] + - add ul_new_sysfs_path() shortcut [Karel Zak] + - cleanup function names [Karel Zak] + - fix sysfs_blkdev_get_wholedisk() [Karel Zak] + - fix ul_path_read_string() usage [Karel Zak] + - make possible to call sysfs_blkdev_deinit_path() in loop [Karel Zak] + - new implementation [Karel Zak] +libblkid: + - (hfs) check allocation size [Karel Zak] + - (ntfs) enlarge cluster limit to 2MB [Karel Zak, Jean-Pierre André] + - (ntfs) fix cluster size check [Karel Zak] + - (zfs) fix compiler warning [-Wmaybe-uninitialized] [Karel Zak] + - Add more APFS checking to avoid false positives [Harry Mallon] + - Add very basic APFS recognition [Harry Mallon] + - Check for a secondary LUKS2 header. [Milan Broz] + - add BitLocker detection [Karel Zak] + - const qualifier cleanup [Karel Zak] + - udf Fix reporting UDF 2.60 revision [Pali Rohár] + - use new ul_path_* API [Karel Zak] + - use xstrncpy() for PT id [coverity scan] [Karel Zak] + - vfat Change parsing label in special cases [Pali Rohár] +libfdisk: + - (docs) add missing function [Karel Zak] + - (docs) fix section name [Karel Zak] + - Accept negative numbers for last sector input [Awal Garg] + - Fix multipath partition seperators for user-friendly names [KyleMahlkuch] + - accept grain script header [Karel Zak] + - add fdisk_get_devmodel() and fdisk_get_devno() [Karel Zak] + - count gaps to possible size when resize [Karel Zak] + - fix OSX compiler warning [Ruediger Meier] + - fix compiler warning [-Wmaybe-uninitialized] [Karel Zak] + - fix compiler warning [-Wunused-parameter] [Karel Zak] + - fix compiler warnings [-Wcast-qual] [Karel Zak] + - fix list_del after partition reset [Vaclav Dolezal] + - fix printf format modifier [Ruediger Meier] + - improve JSON output [Karel Zak] + - reduce number of asprintf() calls, check return value [Karel Zak] + - use \x<hex> to read/write partition name [Karel Zak] + - use new ul_path_* API [Karel Zak] +libmount: + - (mountinfo) parse empty strings in source [Alban Crequy] + - (utils) fix compiler warnings [-Wcast-qual] [Karel Zak] + - accept another flags on MS_REMOUNT|MS_BIND [Karel Zak] + - add missing const [Karel Zak] + - add since tag for new functions [Karel Zak] + - add support for switching namespaces [Vaclav Dolezal] + - added error MNT_ERR_NAMESPACE [Vaclav Dolezal] + - cleanup const in umount code [Karel Zak] + - cleanup licenses sections in the files [Karel Zak] + - don't use MS_MGC_VAL magic in mount(2) syscall [Karel Zak] + - fix compiler warning [-Wcast-qual] [Karel Zak] + - fix compiler warning [-Wunused-parameter] [Karel Zak] + - fix mnt_table_is_fs_mounted() for NFS bind mounts. [NeilBrown] + - improve MS_REC usage [Karel Zak] + - improve docs about mnt_context_mount() return codes [Karel Zak] + - include sys/mount.h on Linux only [Karel Zak] + - include sys/mount.h only if necessary [Karel Zak] + - keep namespaces support optional [Karel Zak] + - make errno usable after mnt_context_set_target_ns() [Karel Zak] + - note namespaces in mnt_reset_context() docs [Vaclav Dolezal] + - report context paths on debug [Karel Zak] + - support for namespaces for helpers [Vaclav Dolezal] + - switch namespace when appropriate [Vaclav Dolezal] + - use const char in fstab parser [Karel Zak] + - use const char in mountinfo parser [Karel Zak] + - use const char in swaps parser [Karel Zak] +libsmartcols: + - allow to add line to table without columns [Karel Zak] + - don't mark as extreme where average is zero [Karel Zak] + - don't print empty column [Karel Zak] + - improve JSON support (add types) [Karel Zak] + - make sure boolean is true/false only [Karel Zak] +libuuid: + - add note about RFC4122 UUID layout [Karel Zak] + - fix name-based UUIDs [Karel Zak] +logger: + - Define SD_JOURNAL_SUPPRESS_LOCATION. [YmrDtnJu] + - add -S to the man page [Karel Zak] +login: + - cleanup code to copy to log strings [Karel Zak] + - use const qualifier for username from PAM or struct passwd [-Wcast-qual] [Karel Zak] +losetup: + - add --output-all option [Sami Kerola] + - add reference to suffixes for --{sizelimit,offset} [Karel Zak] + - fix mem leak, improve code [coverity scan] [Karel Zak] + - keep -f and <devname> mutually exclusive [Karel Zak] + - use scols_column_set_json_type() [Karel Zak] +lsblk: + - add --sysroot [Karel Zak] + - add PATH column [Karel Zak] + - add columns FSAVAIL,FSSIZE,FSUSED,FSUSE% [Karel Zak] + - add lsblk.h [Karel Zak] + - add note about --list -I <maj,...> [Karel Zak] + - add partition table UUID and type fields. [Milan Broz] + - always use "part" as TYPE for partitions [Karel Zak] + - cleanup udev/blkid properties code [Karel Zak] + - consolidate column types for JSON and qsort() [Karel Zak] + - differentiate between swap and mount [Karel Zak] + - document --sysroot [Karel Zak] + - don't ask udev when --sysroot specified [Karel Zak] + - don't exclude RAM disks on --all [Karel Zak] + - encapsulate stat() usage [Karel Zak] + - fix COL_SCHED [Karel Zak] + - fix notes about RAM disks [Karel Zak] + - fix sysfs_devno_to_devname() usage [Karel Zak] + - fix ul_path_read_string() usage [Karel Zak] + - fix unknown type `stat` caused by missing header [Patrick Steinhardt] + - follow --sysroot when read mountpoints [Karel Zak] + - init/deinit libmount stuff [Karel Zak] + - move mount stuff to lsblk-mnt.c [Karel Zak] + - move udev and blkid stuff to lsblk-properties.c [Karel Zak] + - prefer MODEL from udev DB [Karel Zak] + - use lsblk_ prefix mountpoint getter [Karel Zak] + - use new ul_path_* API [Karel Zak] + - use prefix for DM name [Karel Zak] +lscpu: + - Cortex-A12 merged into Cortex-A17 [Karel Zak] + - add 'Address sizes' [Karel Zak] + - add --output-all option [Sami Kerola] + - fix resource leak [coverity scan] [Karel Zak] + - fixed part ID for ARM Cortex-M7 [Mark Sheppard] + - make xasprintf call more robust [Karel Zak] + - use new ul_path_* API [Karel Zak] + - use the first VM from /proc/sysinfo [Karel Zak] +lscpu, chcpu: + - Avoid use of the old CPU macros [Stanislav Brabec] +lsipc: + - cleanup columns[] usage [Karel Zak] +lslocks: + - add --bytes cleanup SIZE usage [Karel Zak] + - add --output-all option [Sami Kerola] + - add info about OFD [Karel Zak] + - fix memory leak [Karel Zak] + - use scols_column_set_json_type() [Karel Zak] +lslogins: + - add --output-all option [Sami Kerola] + - add -o+<COLNAME> support [Karel Zak] + - add PWD-METHOD column [Karel Zak] + - add info about single-user output mode [Karel Zak] + - fix password verification [Karel Zak] + - remove redundant condition [Karel Zak] + - return 1 on "lslogins nonexisting" [Karel Zak] +lsmem: + - add --output-all option [Sami Kerola] + - improve JSON output [Karel Zak] + - make output more compatible with another utils [Karel Zak] + - remove unused variable [Karel Zak] + - use new ul_path_* API [Karel Zak] +lsns: + - add --output-all option [Sami Kerola] + - remove unnecessary include [Karel Zak] + - use scols_column_set_json_type() [Karel Zak] +man: + - Change the only argument to two for the two-fonts macros [Bjarni Ingi Gislason] + - Use the correct macro for a font change of one argument [Bjarni Ingi Gislason] + - choom.1 Use the correct macro for the font change of one argument [Bjarni Ingi Gislason] +man pages: + - Fix misuse of two-fonts-macros (BR, IR) [Bjarni Ingi Gislason] + - Remove "left" (or change to "l") in the column formats of tables [Bjarni Ingi Gislason] + - fix formatting of long lines in tables [Bjarni Ingi Gislason] +mesg: + - do not print 'ttyname failed' message unless --verbose requested [Sami Kerola] +misc-tools/findmnt: + - a few whitespace fixes [sluidfoe] + - add --pseudo, --real filters [sluidfoe] +misc-utils/findmnt: + - misc-utils/findmnt.8 add --pseudo and --real options [sluidfoe] +misc-utils/getopt: + - misc-utils/getopt.1 minor corrections to the manual [Bjarni Ingi Gislason] +mkfs.cramfs: + - properly copy disk name [Karel Zak] + - remove redundant condition [Karel Zak] +mkswap: + - fix compiler warnings [-Wcast-qual] [Karel Zak] +more: + - do not call fileno() for std{in,out,err} streams [Sami Kerola] + - move couple functions [Sami Kerola] + - remove 'register' keywords [Sami Kerola] + - remove dead code and useless comments [Sami Kerola] + - remove function like preprocessor defines [Sami Kerola] + - remove function prototypes [Sami Kerola] + - remove global variables, add struct more_control [Sami Kerola] + - remove pointless functions [Sami Kerola] + - remove unnecessary ifdef preprosessor directives [Sami Kerola] + - rename functions [Sami Kerola] + - rename variable names [Sami Kerola] + - reorder global declarations [Sami Kerola] + - return is statement not a function [Sami Kerola] +mount: + - add -N to man page helpers section [Karel Zak] + - add details about mtab and --namespace to mount.8 [Karel Zak] + - add ext4 to some places to the man page [Karel Zak] + - add note about MS_BIND and _netdev [Karel Zak] + - add support for namespaces [Vaclav Dolezal] + - added options exposing libmount's optsmode [Vaclav Dolezal] + - allow PID as --namespace argument [Vaclav Dolezal] + - document --namespace in man/help [Vaclav Dolezal] + - document --options-* in man/help [Vaclav Dolezal] + - keep MS_MOVE as flag [Karel Zak] + - more notes about --options-* to man page [Karel Zak] + - use internally string to set move/bind operations [Karel Zak] + - use string_to_bitmask() [Vaclav Dolezal] +mount(8): + - clarify behavior of --options-mode [Vaclav Dolezal] +mountpoint: + - simplify test condition [cppcheck] [Sami Kerola] +namei: + - provide more usable error message on lstat() error [Karel Zak] +nls: + - remove translation strings [Sami Kerola] +partx: + - add --output-all option [Sami Kerola] + - exit with error code when partition read failed [Andreas Henriksson] + - use new ul_path_* API [Karel Zak] +po: + - fix lsblk translation [Karel Zak] + - merge changes [Karel Zak] + - pt_BR fix fallocate '-l' help msg [Luiz Angelo Daros de Luca] + - update cs.po (from translationproject.org) [Petr Písař] + - update es.po (from translationproject.org) [Antonio Ceballos Roa] + - update fr.po (from translationproject.org) [Frédéric Marchal] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update pt_BR.po (from translationproject.org) [Rafael Fontenelle] + - update sv.po (from translationproject.org) [Sebastian Rasmussen] + - update uk.po (from translationproject.org) [Yuri Chornoivan] +rename: + - add option --interactive to ask before overwriting [G.raud Meyer] + - ask() call __fpurge() to cater for multi-byte characters [G.raud Meyer] + - ask() print n when EOF on input [G.raud Meyer] + - avoid undefined function prototype for `fpurge` [Patrick Steinhardt] + - check source file access early [G.raud Meyer] + - consolidate printing the symlink in addition to its target [G.raud Meyer] + - detect tty in cbreak mode to make ask() read a single byte [G.raud Meyer] + - fix/reverse the semantics of --no-overwrite in --symlink mode [G.raud Meyer] + - fixup & style (no functional changes) [G.raud Meyer] + - prevent --no-act from setting --no-overwrite [G.raud Meyer] + - rename.1 describe interactive mode [G.raud Meyer] + - rename.1 fix warning section [G.raud Meyer] + - skip faccessat() failure if AT_SYMLINK_NOFOLLOW is not a valid flag [G.raud Meyer] + - test availability of __fpurge() and fpurge() [G.raud Meyer] + - when --no-overwrite skip verbosily only when --verbose [G.raud Meyer] +resizepart: + - use new ul_path_* API [Karel Zak] +rev: + - move a global variable to local scope [Sami Kerola] +rfkill: + - add --output-all option [Sami Kerola] + - don't use lib/path [Karel Zak] + - include <poll.h> instead of <sys/poll.h> [Patrick Steinhardt] + - use scols_column_set_json_type() [Karel Zak] +script: + - add more info to script header [Karel Zak] + - add the -o/--output-limit option. Fix race test. [Fred Mora] + - be sensitive to another SIGCHLD ssi_codes [Karel Zak] + - cleanup done timestamp message [Karel Zak] + - fix printf format specifiers [Ruediger Meier] + - record exit code [Karel Zak] + - use uint64_t for file sizes [Karel Zak] +setarch: + - add another PER_LINUX32 aliases for ppcle [Karel Zak] + - make <arch> optional [Karel Zak] + - split set_arch() function to small functions [Karel Zak] +setpriv: + - add --reset-env [Karel Zak] + - add user/group names to usage() [Karel Zak] + - allow to use group name for --groups [Karel Zak] + - implement option to set parent death signal [Patrick Steinhardt] +setterm: + - fix compiler warnings [-Wcast-qual] [Karel Zak] +sfdisk: + - be more verbose about PMBR on --activate [Karel Zak] + - disable --activate for Hybrid GPT/MBR [Karel Zak] + - document script GPT headers [Karel Zak] +su: + - add --whitelist-environment [Karel Zak] + - add note about SIGKILL to the man page [Karel Zak] + - add note about merged /usr [Karel Zak] + - cleanup code to copy to log strings [Karel Zak] +sulogin: + - do not use plain 0 as NULL [Karel Zak] + - restore signals after failed exec() only [Karel Zak] +swapon: + - add --output-all option [Sami Kerola] + - fix compiler warnings [-Wcast-qual] [Karel Zak] +sys-utils/fallocate: + - sys-utils/fallocate.1 Some tidying of the manual [Bjarni Ingi Gislason] +test: + - update UUID v5 tests [Karel Zak] +tests: + - Add tests for FAT32 labels [Pali Rohár] + - add cal --span tests [Karel Zak] + - add choom to build-sys test [Karel Zak] + - add column --table-empty-lines test [Karel Zak] + - add empty column test [Karel Zak] + - add lsblk test script [Karel Zak] + - add mountinfo with empty source [Karel Zak] + - add simple & stupid script to generate lsblk /sys and /proc dump [Karel Zak] + - add simple ATA and NVME lsblk dump [Karel Zak] + - add simple LVM lsblk dump [Karel Zak] + - check for test_cal [Karel Zak] + - move stderr redirection out from test expression [Sami Kerola] + - remove debug stuff from ts/script/options [Karel Zak] + - remove namei(1) failed lstat test [Karel Zak] + - update JSON outputs [Karel Zak] + - update column(1) space-separator test [Karel Zak] + - update fdisk dialogs [Karel Zak] + - update fdisk output [Karel Zak] + - update lscpu tests [Karel Zak] + - update script done messages [Karel Zak] + - update script headers [Karel Zak] + - update sfdisk JSON output [Karel Zak] + - update sfdisk resize [Karel Zak] +umount: + - add --quiet option [Karel Zak] + - add note about --lazy [Karel Zak] + - add support for namespaces [Vaclav Dolezal] + - allow PID as --namespace argument [Vaclav Dolezal] + - fix behaviour of -A and -R with --namespace [Vaclav Dolezal] +unshare: + - remove -s from --help output [Karel Zak] +wall: + - make sure line is zero terminated [Karel Zak] +wipefs: + - add missing ifdef [Ruediger Meier] + - postpone BLKRRPART until all is done [Karel Zak] + - use scols_column_set_json_type() [Karel Zak] +zramctl: + - (man) explain that --find is necessary [Karel Zak] + - add --output-all option [Sami Kerola] + - fix truncation warning [Sami Kerola] + - use new ul_path_* API [Karel Zak] diff --git a/Documentation/releases/v2.33.1-ReleaseNotes b/Documentation/releases/v2.33.1-ReleaseNotes new file mode 100644 index 0000000..f023b14 --- /dev/null +++ b/Documentation/releases/v2.33.1-ReleaseNotes @@ -0,0 +1,51 @@ +util-linux 2.33.1 Release Notes +=============================== + +agetty: + - Return old behavior with empty logname [Stanislav Brabec] + - fix output of escaped characters [Christian Hesse] + - fix portability issues [Samuel Thibault] +build-sys: + - do not require crypt() [Karel Zak] + - do not require dirfd() [Karel Zak] + - make fdisk, sfdisk, cfdisk optional (enabled by default) [Carlos Santos] +chmem: + - add initilizer [clang] [Sami Kerola] +choom: + - fix negative adjust score usage [Karel Zak] +dmesg: + - correct "-n, --console-level level" example in manual page [Jean-Philippe ROMAIN] +docs: + - add link to mail list archive [Sami Kerola] + - update AUTHORS file [Karel Zak] +fstrim: + - Add Documentation key to fstrim.service [Andreas Henriksson] + - fix usage() [Karel Zak] +include/c: + - re-add type checking in container_of() [Ruediger Meier] +libblkid: + - (ntfs) fix compiler warning [-Wpedantic] [Karel Zak] + - fix detection of dm-integrity superblock [Milan Broz] + - stratis correct byte order [Tony Asleson] +libmount: + - (umount) make mnt_stat_mountpoin() usable for relative paths [Karel Zak] +libuuid: + - fix man page typos [Seth Girvan] +mkswap: + - fix page size warning message [Noel Cragg] + - use dd(1) in example rather than fallocate(1) [Karel Zak] +po: + - merge changes [Karel Zak] + - update es.po (from translationproject.org) [Antonio Ceballos Roa] + - update sv.po (from translationproject.org) [Sebastian Rasmussen] +setarch: + - fix obscure sparc32bash use-case [Karel Zak] +tests: + - check for tar and {b,g}zip [Karel Zak] + - enlarge backing file for fstab-btrfs [Karel Zak] + - make lsns-netnsid portable [Karel Zak] + - run oids test only when uuidgen tool was built [Thomas Deutschmann] +umount: + - fix --quiet [Karel Zak] +uuidd: + - Add Documentation key to uuidd.service [Andreas Henriksson] |