From 30ff6afe596eddafacf22b1a5b2d1a3d6254ea15 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 15:14:44 +0200 Subject: Adding upstream version 2.36.1. Signed-off-by: Daniel Baumann --- Documentation/releases/v2.35-ReleaseNotes | 541 ++++++++++++++++++++++++++++++ 1 file changed, 541 insertions(+) create mode 100644 Documentation/releases/v2.35-ReleaseNotes (limited to 'Documentation/releases/v2.35-ReleaseNotes') diff --git a/Documentation/releases/v2.35-ReleaseNotes b/Documentation/releases/v2.35-ReleaseNotes new file mode 100644 index 0000000..dc3aa31 --- /dev/null +++ b/Documentation/releases/v2.35-ReleaseNotes @@ -0,0 +1,541 @@ +Util-linux 2.35 Release Notes +============================= + +Release highlights +------------------ + +agetty(8) now provides a new command-line option --show-issue to print issue +file(s) on the current terminal in the same way how it will be printed when +agetty(8) executed regularly. + +agetty(8) supports /run/issue and /usr/lib/issue files and directrories now. + +dmesg(1) escapes unprintable and potentially unsafe characters by default. The +new command-line option --noescape disables this feature. + +kill(1) now uses pidfd kernel feature to implement a new command-line option +--timeout. The option allows sending a sequence of follow-up signals with +defined timeouts without the possibility of race. + +script(1) now used the same PTY code as su(1) --pty. script(1) has also been +massively extended to support new logging features like log signals, stdin or +additional session information. The new features are implemented by the new +timing file format. The changes are backwardly compatible, and the original +timing file format is still the default. + +scriptreplay(1) now allows to extract stdin or session summary from script(1) +logs. + +scriptlive(1) this NEW COMMAND re-execute stdin log by a shell in PTY session. + +mount(8) and libmount now provides built-in dm-verity support if linked with +libcryptsetup. This new feature is EXPERIMENTAL and disabled by default; use +--with-cryptsetup to enable. + +libmount now uses poll() syscall to verify /proc/self/mountinfo file consistence +and it re-read the file if modified during previous read call. + +mount(8) now provides a new command-line option --target-prefix to mount, for +example, fstab to an alternative location. This feature is usable, for example, +for chroots or containers. + +mount(8) now allows to use -o together with --all, for example, "mount --all +-o ro --target-prefix /foo" will mount real-only all filesystems from fstab to +/foo. + +lsblk(8) provides new columns FSVER (filesystem version) and PARTTYPENAME +(human-readable partition type). + +lsblk(8) reads device properties from /dev/ text file when executed +with --sysroot. This is usable for tests and dumps. + +sfdisk(8) uses progress bar for --move-data and data move is now significantly +faster than in previous versions as it does not use fsync during the data move +(use --move-use-fsync to disable this feature). + + + +Changes between v2.34 and v2.35 +------------------------------- + +agetty: + - Remove superfluous fflush() [Stanislav Brabec] + - add --show-issue to review issue output [Karel Zak] + - add support for /run/issue and /usr/lib/issue [Karel Zak] + - keep freed issue file pointer zeroized [Karel Zak] + - return proper value if compiled without ISSUEDIR support [Patrick Steinhardt] + - simplify code in dolog() preprocessor blocks [Sami Kerola] +bash-completion: + - (unshare) add --map-current-user [Karel Zak] + - Add fallback for symlinks/images [Kevin Locke] + - Add non-canonical device fallback [Kevin Locke] + - Standardize fsck/mkfs file/device [Kevin Locke] + - update for new script tools [Karel Zak] + - update options [Sami Kerola] + - update script, scriptlive, and scriptreplay files [Sami Kerola] +blkid: + - (man) add note about udev to --list-one [Karel Zak] + - retport block size of a filesystem [Mikulas Patocka] +build-sys: + - .gitignore hwclock-parse-date.c [Karel Zak] + - Include in ./configure wchar_t test [Florian Weimer] + - add --with-cryptsetup to config-gen.d/all.conf [Karel Zak] + - add UL_REQUIRES_ARCH() [Karel Zak] + - add missing NR underscore to UL_CHECK_SYSCALL() [Sami Kerola] + - add missing header [Karel Zak] + - check for linux/capability.h [Karel Zak] + - cleanup prefixed used for tests [Karel Zak] + - fix UTIL_LINUX_PT_SGI_H macro [lgtm scan] [Karel Zak] + - fix build with pty [Karel Zak] + - fix out-of-tree build for hwclock [Karel Zak] + - fix typo [Karel Zak] + - improve hwclock CMOS dependences [Karel Zak] + - introduce $sysconfstaticdir [Karel Zak] + - make scriptlive optional [Samuel Thibault] + - release++ (v2.35-rc1) [Karel Zak] + - release++ (v2.35-rc2) [Karel Zak] + - remove duplicate includes [Karel Zak] + - support 'none' for parallel tests [Karel Zak] + - use parse-date() only for hwclock [Karel Zak] +cal: + - (man) make -w, -m and --iso relation more obvious [Karel Zak] +cfdisk: + - check mnt_table_parse_fstab() return code [coverity scan] [Karel Zak] +chfn: + - don't append extra tailing commas [Karel Zak] +choom: + - improve docs [Karel Zak] +chsh: + - replace getpw unsafe functions with xgetpw [Quentin Rameau] +cleanup: + - Remove some spurious spaces [Elliott Mitchell] +colcrt: + - make seek to \n more robust [Karel Zak] +column: + - fix outputing empty column at the end of line [Yousong Zhou] + - pass control struct to local_wcstok() [Sami Kerola] +cript: + - always use decimal point numbers in logs [Karel Zak] +disk-utils: + - docs fix sfdisk(8) man page typo [Matthew Krupcale] +dmesg: + - add --noescape [Karel Zak] + - do not stop on \0 [Karel Zak] + - fix output hex encoding [Karel Zak] +doc: + - howto-man-page.txt Use font macros instead of font escapes [Bjarni Ingi Gislason] +docs: + - Fix adjtime documentation [Pierre Labastie] + - add GPLv3 text [Karel Zak] + - add bjd-pfq to AUTHORS (rev.c co-author) [Karel Zak] + - add irqtop to TODO [Karel Zak] + - add non-signalfd PTY request to TODO [Karel Zak] + - add sfdisk --dump and --backup improvements to TODO [Karel Zak] + - add v2.35-ReleaseNotes [Karel Zak] + - correct su.1 runuser reference from section 8 to 1 [Sami Kerola] + - fix mixtyped constant. [Andrius Štikonas] + - fix typos [fossies codespell scan] [Karel Zak] + - remove implemented TODO items [Karel Zak] + - try to find broken man references and fix them [Sami Kerola] + - update AUTHORS file [Karel Zak] + - update howto-tests.txt [Karel Zak] + - update v2.35-ReleaseNotes [Karel Zak] + - update year in libs docs [Karel Zak] + - we have 2019 already [Karel Zak] +eject: + - use O_EXCL on default [Karel Zak] +fallocate: + - fallocate.1 List gfs2 as supporting punch-hole [Andrew Price] +fdformat: + - cast before lseek [lgtm scan] [Karel Zak] +fdisk: + - Correct handling of hybrid MBR [Elliott Mitchell] + - add hint about --wipe to warning [Karel Zak] + - cleanup wipe warning [Karel Zak] + - fix quit dialog for non-libreadline version [Karel Zak] + - make quit question more usable [Karel Zak] + - use 'r' to return from MBR to GPT [Karel Zak] +fsfreeze: + - remove unnecessary condition [lgtm scan] [Karel Zak] +fstrim: + - fix systemd service protection [Karel Zak] + - ignore non-directory mountpoints [Karel Zak] +hexdump: + - add header file guards [lgtm scan] [Karel Zak] +hwclock: + - add SPDX-License-Identifier(s) [Karel Zak] + - report rtc open() errors on --verbose [Karel Zak] + - use CMOS clock only if available [Carlos Santos] +include: + - add some missing licence stuff to header files [Karel Zak] +include/all-io: + - remove unnecessary condition [lgtm scan] [Karel Zak] +include/closestream: + - avoid close more than once [Karel Zak] + - fix assignment to read-only standard streams [Patrick Steinhardt] +include/pidfd-utils: + - small cleanup [Karel Zak] +include/strutils: + - add strdup_between_structs() [Karel Zak] + - add strrealloc() [Karel Zak] +include/xalloc: + - ensure xstrdup() and xstrndup() returns nonnull attribute [Sami Kerola] + - reindent function bodies to unify indentation [Sami Kerola] + - use multiline function declarations [Sami Kerola] +isosize: + - move ISO size functions into a shared header [Daniel Drake] +kill: + - add another ifdef [Karel Zak] + - add missing ifdefs [Karel Zak] + - deallocate follow_ups [assan] [Karel Zak] + - make man page more informative about --timeout [Karel Zak] + - report features on -V, add lish_header initialization [Karel Zak] + - use pidfd system calls to implement --timeout option [Sami Kerola] +last: + - replace strncat() with more robust mem2strcpy() [Sami Kerola] +lib: + - add _PATH_TMP fallback [Karel Zak] + - add missing license headers [Karel Zak] +lib/fileutils: + - add close_all_fds() [Karel Zak] +lib/loopdev.c: +lib/path: + - add ul_path_stat(), fix absolute paths [Karel Zak] + - fix missing header for `struct stat` [Patrick Steinhardt] + - make sure ul_path_read_buffer() derminate result [Karel Zak] +lib/pty: + - allow use callback from mainloop [Karel Zak] + - make sure we not use closed FD [Karel Zak] + - reset mainloop timeout on signal [Karel Zak] + - save sigmask, add API to free all resources [Karel Zak] +lib/pty-session: + - add generic PTY container code [Karel Zak] + - add log callbacks [Karel Zak] + - add loggin callback to code, follow return codes [Karel Zak] + - fix compilation [Karel Zak] + - improve debug messages [Karel Zak] + - make wait_child callback optional [Karel Zak] + - simplify example/test code [Karel Zak] +lib/pwdutils: + - add xgetpwuid [Quentin Rameau] +lib/randutils: + - re-licensing back to BSD [Karel Zak] +lib/timeutils: + - add %Y-%m-%dT%H %M %S to parse_timestamp() [Karel Zak] +lib/ttyutils: + - avoid checking same thing twice [Sami Kerola] +libblkid: + - (drbd) fix comment formatting [Karel Zak] + - (drbd) simplify padding [Karel Zak] + - (xfs) external log check for regular xfs on more sectors [Mauricio Faria de Oliveira] + - (xfs) fix sector size calculation [Karel Zak] + - (zfs) don't probe whole-disk areas covered by partitions [Karel Zak] + - Fix documentation in libblkid header [John Baublitz] + - check for medium on CDMROMs probing [Karel Zak] + - check number of test_blkid_save arguments correctly [Sami Kerola] + - check status for the current CDROM slot [Karel Zak] + - do not interpret NTFS as MBR [Karel Zak] + - fix address sanitizer issues [Sami Kerola] + - fix file descriptor leak in blkid_verify() [Karel Zak] + - improve MD I/O size calculation [lgtm scan] [Karel Zak] + - improve handling of ISO files with partition tables [Daniel Drake] + - improve identification of ISO9660 partition [Daniel Drake] + - improve vfat entries calculation [lgtm scan] [Karel Zak] + - open device in nonblock mode. [Michal Suchanek] + - remove unnecessary condition [lgtm scan] [Karel Zak] + - udf Fix reporting UDF 2.60 revision for Mac OS X disks [Pali Rohár] +libdisk: + - write sample output to stdout [Karel Zak] +libfdisk: + - (MBR) use 0xEA partition type by BootLoaderSpecification [Karel Zak] + - (bsd) cast before ask [lgtm scan] [Karel Zak] + - (docs) add notes about fdisk_enable_wipe() [Karel Zak] + - (gpt) add GUID for APFS containers [Ernesto A. Fernández] + - (gpt) cast number of entries [lgtm scan] [Karel Zak] + - (gpt) fix hybrid MBR detection, fix 'w' [Karel Zak] + - (script) support shortcuts in the type= field [Karel Zak] + - Fix double free of *_chs strings in fdisk_partition [Vojtech Trefny] + - Space before first partition may not be aligned [Evan Green] + - add fdisk_assign_device_by_fd() [Karel Zak] + - add fdisk_script_set_table() [Karel Zak] + - add sector-size to dump [Karel Zak] + - cleanup fdisk_deassign_device() docs [Karel Zak] + - consolidate strdup() use [Karel Zak] + - don't use FAT as MBR [Karel Zak] + - don't use NTFS as MBR [Karel Zak] + - fix fdisk_script_get_table() [Karel Zak] + - fix typos [Marcos Mello] + - fix variable shadowing [Sami Kerola] + - improve Sun partitions calculation [lgtm scan] [Karel Zak] + - improve partition copy on resize [Karel Zak] + - move GPT partition types to include/ [Karel Zak] + - refer to partx(8) rather than to kpartx(8) [Karel Zak] + - use grain as small as possible [Karel Zak] +libfidk: + - (dos) fix tiny partitions calculation [Karel Zak] +libmount: + - (monitor) remove dead code [coverity scan] [Karel Zak] + - Add libselinux dependency to pkgconfig file [Masami Hiramatsu] + - Keep the mnt_tab info for the existent dest in mnt_copy_fs() [Kevin Hao] + - Recognize more FUSE pseudofs (avfsd, lxcfs, vmware-vmblock) [Darsey Litzenberger] + - add support for verity devices via libcryptsetup [Luca Boccassi] + - add target prefix support [Karel Zak] + - add verity to mount -V output [Karel Zak] + - allow use -o together with --all [Karel Zak] + - cleanup strdup() use in context, add reg.test [Karel Zak] + - do not obscure return code when checking verity options [Luca Boccassi] + - don't access struct member, use API [Karel Zak] + - don't use /proc/mounts fallback if filename specified [Karel Zak] + - fix comment referring to passno field [Patrick Steinhardt] + - fix free() call on error [Karel Zak] + - fix mnt_context_next_remount() [Karel Zak] + - fix potential null pointer dereference [Sami Kerola] + - fix typo [Karel Zak] + - fix typo in mnt_context_prepare_helper() [lgtm scan] [Karel Zak] + - improve X-mount.mkdir for non-root users [Karel Zak] + - improve mountinfo reliability [Karel Zak] + - make sure optsmode is initialized [Karel Zak] + - move context fs merge to separate function [Karel Zak] + - save current FS setting as template [Karel Zak] + - use fmemopen() in more robust way [coverity scan] [Karel Zak] + - use strdup_between_structs() [Karel Zak] + - use vsnprintf() in more robust way [coverity scan] [Karel Zak] +libsmartcols: + - cleanup and extend padding functionality [Karel Zak] +libuuid: + - add header file guard [lgtm scan] [Karel Zak] +login: + - reduce file-descriptors cleanup overhead [Karel Zak] + - simplify string handling [Sami Kerola] +login-utils: + - add header file guards [lgtm scan] [Karel Zak] +losetup: + - Typo fix [Stanislav Brabec] +lsblk: + - add FSVER (filesystem version) column [Karel Zak] + - add FSVER to --fs [Karel Zak] + - add PARTTYPENAME column [Karel Zak] + - fix -E segfault [Karel Zak] + - force to print PKNAME for partition [Karel Zak] + - never fallback to udev/blkid on --sysroot [Karel Zak] + - on --sysroot read attributes from /dev/ text file [Karel Zak] + - read also GROUP,OWNER and MODE from dumps [Karel Zak] + - update man description of -f / --fs for current columns [Vladimir Slavik] +lscpu: + - (man) add note about cache sizes [Karel Zak] + - Add HiSilicon aarch64 tsv110 cpupart [John Garry] + - add a new columns to --cache [Karel Zak] + - make code more readable [lgtm scan] [Karel Zak] + - prefer memcpy() to manual pointer arithmetic [Sami Kerola] + - top-level DMI function refactoring [Karel Zak] +lslogins: + - assume unterminated strings in wtmp/btmp [coverity scan] [Karel Zak] +man: + - improve script and scriptreplay formatting style [Sami Kerola] +man pages: + - Add a comma after "e.g." and "i.e." [Bjarni Ingi Gislason] + - Change a HYPHEN-MINUS (-) to a minus (\-) for options and numbers [Bjarni Ingi Gislason] + - Fix misuse of two-fonts macros [Bjarni Ingi Gislason] + - Make the number of .RS/.RE equal [Bjarni Ingi Gislason] +misc: + - fix typos [codespell] [Sami Kerola] + - replaces atexit(close_stdout) with new close_stdout_atexit() [Karel Zak] +mkswap: + - cast before lseek [lgtm scan] [Karel Zak] +mount: + - (dm-verity) update man page [Karel Zak] + - (man) document --target-prefix [Karel Zak] + - (man) small typo fixes [Merlin Büge] + - add --target-prefix [Karel Zak] + - add verity example to man page [Karel Zak] + - no exit on EPERM, continue without suid [Karel Zak] +mountpoint: + - add --nofollow option [Sami Kerola] +nologin: + - Prevent error from su -c [Stanislav Brabec] + - silently ignore well known shell command-line options [Sami Kerola] +partx: + - document -d vs. --nr and fix test [Karel Zak] + - don't report ENXIO as error on -d [Karel Zak] +po: + - add pt.po (from translationproject.org) [Pedro Albuquerque] + - merge changes [Karel Zak] + - remove possibility to translate static option arguments [Sami Kerola] + - update cs.po (from translationproject.org) [Petr Písař] + - update de.po (from translationproject.org) [Mario Blättermann] + - update es.po (from translationproject.org) [Antonio Ceballos Roa] + - update fr.po (from translationproject.org) [Frédéric Marchal] + - update hr.po (from translationproject.org) [Božidar Putanec] + - update ja.po (from translationproject.org) [Takeshi Hamasaki] + - update pl.po (from translationproject.org) [Jakub Bogusz] + - update pt.po (from translationproject.org) [Pedro Albuquerque] + - update pt_BR.po (from translationproject.org) [Rafael Fontenelle] + - update zh_CN.po (from translationproject.org) [Boyuan Yang] +po/update-potfiles: + - fallback to `find` when git doesn't work [Jan Chren (rindeal)] +renice: + - fix --help text [Karel Zak] + - fix arguments description in --help [Karel Zak] +script: + - add --echo [Karel Zak] + - add --log-in [Karel Zak] + - add --logging-format [Karel Zak] + - add debug messages around waitpid() [Karel Zak] + - add missing exit() [Karel Zak] + - add more information to timing log [Karel Zak] + - add multistream timing file initialization [Karel Zak] + - add note about --log-in and passwords [Karel Zak] + - add option --log-out [Karel Zak] + - add option --log-timing [Karel Zak] + - allow to use the same log for more streams [Karel Zak] + - cleanup info logging [Karel Zak] + - cleanup logs freeing [Karel Zak] + - cleanup usage [Karel Zak] + - default to new format when new features expected [Karel Zak] + - document SIGUSR1 [Karel Zak] + - fix ECHO use, improve shell exec [Karel Zak] + - fix man page on --logging-format [Karel Zak] + - fix signalfd use [Karel Zak] + - fix typos [codespell] [Sami Kerola] + - follow --logging-format on -t [Karel Zak] + - listen to SIGUSR1, flush logs on the signal [Karel Zak] + - log additional information [Karel Zak] + - log file usage refactoring [Karel Zak] + - make --help more readable [Karel Zak] + - make optional argument more robust [Karel Zak] + - remove unused variable [Karel Zak] + - report also timing file, do it only once [Karel Zak] + - support multi-stream logging [Karel Zak] + - use lib/pty-session [Karel Zak] + - write signals to timing file [Karel Zak] +scriptlive: + - add --command, cleanup shell exec [Karel Zak] + - add man page [Karel Zak] + - add new command to re-execute script(1) typescript [Karel Zak] + - free resource at the and [Karel Zak] + - keep ECHO flag, improve welcome message [Karel Zak] + - remove unnecessary variables [Karel Zak] + - run shell in PTY [Karel Zak] + - terminate session at end of the log [Karel Zak] + - translate error messages too [Karel Zak] +scriptreplay: + - (man) add missing --log-* oprions [Karel Zak] + - (utils) detect empty steps [Karel Zak] + - add --cr-mode [Karel Zak] + - add --log-{in,out,io} options [Karel Zak] + - add --stream [Karel Zak] + - add --stream to the man page [Karel Zak] + - add --summary [Karel Zak] + - add -T, --log-timing [Karel Zak] + - check for EOF [Karel Zak] + - cleanup usage() [Karel Zak] + - fix error path [Karel Zak] + - fix io data log use [Karel Zak] + - fix typo [Karel Zak] + - make data log file optional for --summary [Karel Zak] + - make sure timing file specified [Karel Zak] + - move all utils to script-playutils.{c,h} [Karel Zak] + - print info and signals [Karel Zak] + - restrict header name size [Karel Zak] + - rewrite to support new timing file format [Karel Zak] + - skip unwanted steps [Karel Zak] + - use struct timeval for delay [Karel Zak] +setpwnam: + - use more appropriate allocation size types [Sami Kerola] +setterm: + - cleanup usage() and man page [Karel Zak] + - fix --clear [Karel Zak] +sfdisk: + - (--move-data) add simple progress bar [Karel Zak] + - (--move-data) add speed to progress bar, don't use POSIX_FADV_DONTNEED [Karel Zak] + - (--move-data) keep step size based on optimal I/O [Karel Zak] + - (--move-data) make log optional [Karel Zak] + - (man) add note about interactive mode) [Karel Zak] + - (move-data) improve MiB/s progress bar [Karel Zak] + - add --move-use-fsync, disable fsync() by default [Karel Zak] + - add -J between mutually exclusive options [Karel Zak] + - check fdisk_script_set_header() return code [coverity scan] [Karel Zak] + - make --no-act usable for --move-data too [Karel Zak] + - mark --dump and --list-free as mutually exclusive [Karel Zak] + - remove never read value [clang scan] [Karel Zak] + - write all message to stdout [Karel Zak] +strutils: + - fix double free in strrealloc() [coverity scan] [Karel Zak] +su: + - (pty) remove unnecessary call [Karel Zak] + - More descriptive error message on malformed user entry [Jakub Hrozek] + - fix error message [Karel Zak] + - silence a useless warning [Jouke Witteveen] + - use lib/pty-session.c code for --pty [Karel Zak] +sys-utils/manuals: + - Make the number of the paired macros ".RS" and ".RE" equal [Bjarni Ingi Gislason] +term-utils: + - add header file guards [lgtm scan] [Karel Zak] +tests: + - (blkid) update regression tests (due to BLOCK_SIZE) [Karel Zak] + - (chfn) force to bash [Karel Zak] + - (col) avoid hardcoding of errno string [Patrick Steinhardt] + - (colcrt) fix reliance on EILSEQ in POSIX locale [Patrick Steinhardt] + - (colcrt) use env to set locale [Karel Zak] + - (column) use actually invalid multibytes to test encoding [Patrick Steinhardt] + - (fdisk) avoid hardcoding of errno string [Patrick Steinhardt] + - (fdisk) make sure we use the same sizes for MD devices [Karel Zak] + - (fdisk) update padding in output [Karel Zak] + - (getopt) remove unwanted paths from error output [Karel Zak] + - (libfdisk) remove reliance on buffer behaviour of standard streams [Patrick Steinhardt] + - (libmount) make X-* and x-* more robust [Karel Zak] + - (libsmartcols) add padding tests [Karel Zak] + - (lsblk) gather also udev attributes for new dumps [Karel Zak] + - (sfdisk) update move output [Karel Zak] + - Add test for current version (v5) of XFS filesystem [Anatoly Pugachev] + - Skip fdisk/mbr-nondos-mode on Sparc as unsupported [Karel Zak, Anatoly Pugachev] + - add --parsable, remove TS_OPT_parsable [Karel Zak] + - add missing 'ts_check_prog xz' [Karel Zak] + - add mount --all tests [Karel Zak] + - add new test for chfn gecos [Radka Skvarilova] + - add remaining stderr outputs [Karel Zak] + - add script and scriptlive replay [Karel Zak] + - another prompt fix [Karel Zak] + - commit add missing file [Karel Zak] + - don't show diff for TS_KNOWN_FAIL [Karel Zak] + - fix --unbuffered mode with ASAN [Karel Zak] + - fixes blkid/md-raidX-whole on Sparc [Anatoly Pugachev] + - improve unbuffer check [Karel Zak] + - lscpu s390 nested virtualization [Radka Skvarilova] + - make scriptlive output more portable [Karel Zak] + - mark mdadm tests as TS_KNOWN_FAIL [Karel Zak] + - mark scriptlive as KNOWN_FAILED [Karel Zak] + - remove device name from blkdiscard output [Karel Zak] + - remove option --posix [Karel Zak] + - remove reliance on buffer behaviour of stderr/stdout streams [Patrick Steinhardt] + - remove unbuffered ts_run feature [Karel Zak] + - split stdout and stderr [Karel Zak] + - upadet scriptlive output [Karel Zak] + - update fdisk output [Karel Zak] + - update sfdisk dumps [Karel Zak] + - update sfdisk wipe output [Karel Zak] + - use env and support both unbuffer/stdbuf [Patrick Steinhardt] + - use subtests for mountpoint(1) [Karel Zak] +travis: + - don't call tests in parallel for root [Karel Zak] + - fix sudo command line [Karel Zak] + - force non-parallel for root [Karel Zak] +unshare: + - add --keep-caps option [James Peach] + - add --map-current-user option [James Peach] + - cleanup capabilities code [lgtm scan] [Karel Zak] + - fix --map-current-user short option (-c) [Matthew Harm Bekkema] +verity: + - add new verity.roothashfile option [Luca Boccassi] + - add support for Forward Error Correction options [Luca Boccassi] + - ensure that hash_device and root_hash[_file] are passed together or not at all [Luca Boccassi] +wdctl: + - add control struct [Karel Zak] + - default to /dev/watchdog0 [Karel Zak] + - remove duplicate include of [Patrick Steinhardt] + - remove printing from main() [Karel Zak] + - rename watch dog info struct [Karel Zak] +wipefs: + - Allow explicitly enable/disablement [Sam Voss] + +- Allow explicitly enable/disablement [Sam Voss] -- cgit v1.2.3