]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2021-07-20  Pali Rohárlibblkid: vfat: Fix reading FAT16 boot label and serial id
2021-07-20  Luca Boccassimount: fix roothash signature extension in manpage
2021-07-20  Luca Boccassimeson: fix dlopen support for cryptsetup
2021-07-20  Luca Boccassimeson: fix crypt_activate_by_signed_key detection
2021-07-20  Luca Boccassibuild-sys: display cryptsetup status after ./configure
2021-07-20  Karel Zaklscpu: don't use DMI if executed with --sysroot
2021-07-20  Ross Burtontest/eject: guard asan LD_PRELOAD with use-system-comma...
2021-07-20  Karel Zakfstrim: clean return code on --quiet-unsupported
2021-07-20  Karel Zaklsblk: normalize space in SERIAL and MODEL
2021-07-20  Ross Burtontests: mark ul/ul as a known failure
2021-07-20  Ross Burtontests: check correct log file for errors in blkdiscard...
2021-07-20  Ross Burtontests: don't hardcode /bin/kill in the kill tests
2021-07-20  Karel Zakcfdisk: optimize mountpoint detection for PARTUUID
2021-07-20  Karel Zakhexdump: do not use atoi()
2021-07-20  Karel Zakpg: do not use atoi()
2021-07-20  Karel Zakmisc: improve string to number conversions
2021-07-20  Karel Zakinclude/strutils: consolidate string to number conversion
2021-07-20  Karel Zakmore: fix null-pointer dereference
2021-07-20  Karel Zakagetty: do not use atol()
2021-07-20  Karel Zaklscpu: do not use atoi()
2021-07-20  Karel Zakutmpdump: do not use atoi()
2021-07-20  Karel Zakswapon: do not use atoi()
2021-07-20  Karel Zakipcs: do not use atoi()
2021-07-20  Karel Zakeject: do not use atoi()
2021-07-20  Karel Zakfsck: do not use atoi()
2021-07-20  Karel Zakinclude/strutils: cleanup strto..() functions
2021-07-20  Karel Zakblockdev: improve arguments parsing (remove atoi)
2021-07-20  Karel Zakcfdisk: do not use atoi()
2021-07-20  Karel Zakreadprofile: check errno after strto..()
2021-07-20  Karel Zakwipefs: check errno after strto..()
2021-07-20  Karel Zaklslocks: check errno after strto..()
2021-07-20  Karel Zakkill: check errno after strto..()
2021-07-20  Karel Zaklslogins: check errno after strto..()
2021-07-20  Karel Zakfsck: check errno after strto..()
2021-07-20  Karel Zaklsmem: check errno after strto..()
2021-07-20  Karel Zaklscpu: check errno after strto..()
2021-07-20  Karel Zakhwclock: check errno after strto..()
2021-07-20  Karel Zakipcs: check errno after strto..()
2021-07-20  Karel Zaklibuuid: check errno after strto..()
2021-07-20  Karel Zaklibmount: check errno after strto..()
2021-07-20  Karel Zaklibblkid: check errno after strto..()
2021-07-20  Thiébaud Weksteenmount.8.adoc: Remove context options exclusion
2021-07-20  Karel Zakfsck.cramfs: use open+fstat rather than stat+open
2021-07-20  Karel Zakinclude/c: add drop_permissions(), consolidate UID...
2021-07-20  Karel Zakdmesg: remove condition [lgtm scan]
2021-07-20  Karel Zaktools: report and use LDFLAGS in tools/config-gen
2021-07-20  Karel Zakbuild-sys: use $LIBS rather than LDFLAGS
2021-07-20  Karel Zaklib/path: (test) fix ul_new_path() use
2021-07-20  Karel Zakmore: add __format__ attribute
2021-07-20  Karel Zakwall: add __format__ attribute
2021-07-20  Karel Zakscript: add __format__ attribute
2021-07-20  Karel Zakldattach: add __format__ attribute
2021-07-20  Karel Zakhwclock: fix ul_path_scanf() use
2021-07-20  Karel Zakeject: add __format__ attribute
2021-07-20  Karel Zaklogger: add __format__ attribute
2021-07-20  Karel Zaklibfdisk: add and fix __format__ attributes
2021-07-20  Karel Zakfindmnt: add __format__ attribute
2021-07-20  Karel Zaklibmount: add __format__ attribute
2021-07-20  Karel Zakinclude/strutils: fix __format__attribute
2021-07-20  Karel Zakinclude/path: add __format__attribute
2021-07-20  Karel Zakinclude/c: add __format__ attribute
2021-07-20  Anatoly Pugachevtests: fix lsns test on kernels without USER namespaces
2021-07-20  Karel Zakmount.8: fix overlayfs nfs_export= indention
2021-07-20  Karel Zakinclude/strv: fix format attributes
2021-07-20  Christian BartolomäusFix some brackets in synopses
2021-07-20  Tjmount: man-page; add all overlayfs options
2021-07-20  Alex Xubuild-sys: Update configure.ac
2021-07-20  Karel Zaklib/path: improve ul_path_readlink() to be more robust
2021-07-20  Karel Zakmkfs.cramfs: add comment to explain readlink() use
2021-07-20  Karel Zakrename: use readlink() in more robust way
2021-07-20  Karel Zaknamei: simplify code
2021-07-20  Karel Zakmore: fix setuid/setgid order
2021-07-20  Karel Zaksulogin: add missing ifdefs
2021-07-20  Karel Zaksulogin: use explicit_bzero() for buffer with password
2021-07-20  Karel Zaklogin: remove obsolete and confusing comment
2021-07-20  Karel Zakmkswap: fix holes detection (infinite loop and/or stack...
2021-07-20  Karel Zaklib/loopdev: perform retry on EAGAIN
2021-07-20  Topi Miettinenmount.8.adoc: document SELinux use of nosuid mount...
2021-07-20  Platon Pronkodmesg: fix indentation in man page
2021-07-20  Karel Zaklib/path: fix possible leak when use ul_path_read_strin...
2021-07-20  Karel Zakhwclock: close adjtime on write error [coverity scan]
2021-07-20  Karel Zaknewgrp: fix memory leak [coverity scan]
2021-07-20  Karel Zakdmesg: fix possible memory leak [coverity scan]
2021-07-20  Karel Zakfindmnt: (verify) fix memory leak [asan]
2021-07-20  Karel Zakfindmnt: (verify) fix cache related memory leaks on...
2021-07-20  John Baublitzlibblkid: Add hyphens to UUID string representation...
2021-07-20  Samir Benmendilhexdump: correctly display signed single byte integers
2021-07-20  ratijaslsblk: fix formatting in -e option
2021-07-20  Qais Yousefuclampset: Fix left over optind++
2021-07-20  Nicolai Dagestadrfkill: Set scols table name to make the json output...
2021-07-20  Karel Zaklibsmartcols: fix bare array on JSON output
2021-07-20  Karel Zakbuild-sys: make re-use of generated man-pages more...
2021-07-20  Karel Zakbuild-sys: add generated man-pages to distribution...
2021-07-20  Georgy Yakovlevlscpu: fix build on powerpc
2021-07-20  Karel Zaklsblk: use ID_MODEL_ENC is possible
2021-06-14  Karel Zakinclude/strutils: fix heap-buffer-overflow in normalize...
2021-06-02  Karel Zakbuild-sys: fix {release-version} man pages
2021-06-02  Karel Zakbuild-sys: install hardlink bash-completion
2021-06-01  Karel Zakdocs: fix typo in v2.37-ReleaseNotes
2021-06-01  Karel Zakdocs: add uclampset to AUTHORS file
next