]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2021-06-30  Huang Shijielscpu: remove the old code
2021-06-25  Karel Zakcfdisk: optimize mountpoint detection for PARTUUID
2021-06-25  Karel ZakMerge branch 'fix_mount_fscontext' of https://github...
2021-06-25  Karel Zakhexdump: do not use atoi()
2021-06-25  Karel Zakpg: do not use atoi()
2021-06-24  Karel Zakmisc: improve string to number conversions
2021-06-24  Karel Zakinclude/strutils: consolidate string to number conversion
2021-06-23  Karel Zakmore: fix null-pointer dereference
2021-06-22  Karel Zakagetty: do not use atol()
2021-06-22  Karel Zaklscpu: do not use atoi()
2021-06-22  Karel Zakutmpdump: do not use atoi()
2021-06-22  Karel Zakswapon: do not use atoi()
2021-06-22  Karel Zakipcs: do not use atoi()
2021-06-22  Karel Zakeject: do not use atoi()
2021-06-22  Karel Zakfsck: do not use atoi()
2021-06-22  Karel Zakinclude/strutils: cleanup strto..() functions
2021-06-22  Karel Zakblockdev: improve arguments parsing (remove atoi)
2021-06-22  Karel Zakcfdisk: do not use atoi()
2021-06-21  Karel Zakreadprofile: check errno after strto..()
2021-06-21  Karel Zakwipefs: check errno after strto..()
2021-06-21  Karel Zaklslocks: check errno after strto..()
2021-06-21  Karel Zakkill: check errno after strto..()
2021-06-21  Karel Zaklslogins: check errno after strto..()
2021-06-21  Karel Zakfsck: check errno after strto..()
2021-06-21  Karel Zaklsmem: check errno after strto..()
2021-06-21  Karel Zaklscpu: check errno after strto..()
2021-06-21  Karel Zakhwclock: check errno after strto..()
2021-06-21  Karel Zakipcs: check errno after strto..()
2021-06-21  Karel Zaklibuuid: check errno after strto..()
2021-06-21  Karel Zaklibmount: check errno after strto..()
2021-06-21  Karel Zaklibblkid: check errno after strto..()
2021-06-21  Thiébaud Weksteenmount.8.adoc: Remove context options exclusion
2021-06-21  Karel Zakmisc: consolidate stat() error message
2021-06-21  Karel Zakfsck.cramfs: use open+fstat rather than stat+open
2021-06-21  Karel Zakinclude/c: add drop_permissions(), consolidate UID...
2021-06-18  Karel Zakdmesg: remove condition [lgtm scan]
2021-06-18  Huang Shijielscpu: add more sanity checks for dmi_decode_cputype()
2021-06-18  Karel Zaktools: report and use LDFLAGS in tools/config-gen
2021-06-18  Karel Zakbuild-sys: use $LIBS rather than LDFLAGS
2021-06-18  Karel Zaklib/path: (test) fix ul_new_path() use
2021-06-18  Karel Zakmore: add __format__ attribute
2021-06-18  Karel Zakwall: add __format__ attribute
2021-06-18  Karel Zakscript: add __format__ attribute
2021-06-18  Karel Zakldattach: add __format__ attribute
2021-06-18  Karel Zakhwclock: fix ul_path_scanf() use
2021-06-18  Karel Zakeject: add __format__ attribute
2021-06-18  Karel Zaklogger: add __format__ attribute
2021-06-18  Karel Zaklibfdisk: add and fix __format__ attributes
2021-06-18  Karel Zakfindmnt: add __format__ attribute
2021-06-18  Karel Zaklibmount: add __format__ attribute
2021-06-18  Karel Zakinclude/strutils: fix __format__attribute
2021-06-18  Karel Zakinclude/path: add __format__attribute
2021-06-18  Karel Zakinclude/c: add __format__ attribute
2021-06-18  Anatoly Pugachevtests: fix lsns test on kernels without USER namespaces
2021-06-18  Karel Zakmount.8: fix overlayfs nfs_export= indention
2021-06-18  Karel ZakMerge branch 'man-mount-overlayfs' of https://github...
2021-06-18  Karel ZakMerge branch 'sys-utils_doc_brackets' of https://github...
2021-06-18  Karel Zakinclude/strv: fix format attributes
2021-06-17  Christian BartolomäusFix some brackets in synopses
2021-06-17  Tjmount: man-page; add all overlayfs options
2021-06-17  Alex Xubuild-sys: Update configure.ac
2021-06-17  Karel Zaklib/path: improve ul_path_readlink() to be more robust
2021-06-17  Karel Zakmkfs.cramfs: add comment to explain readlink() use
2021-06-17  Karel Zakrename: use readlink() in more robust way
2021-06-17  Karel Zaknamei: simplify code
2021-06-17  Karel Zakmore: fix setuid/setgid order
2021-06-16  Karel Zakhardlink: small regex stuff refactoring
2021-06-16  Karel Zaksulogin: add missing ifdefs
2021-06-16  Karel Zaksulogin: use explicit_bzero() for buffer with password
2021-06-16  Karel Zaklogin: remove obsolete and confusing comment
2021-06-16  Huang Shijielscpu: add bios_family
2021-06-16  Huang Shijielscpu: get the processor information by DMI
2021-06-16  Karel Zaklibblkid: fix and cleanup blkid_safe_string()
2021-06-15  Karel Zakmkswap: fix holes detection (infinite loop and/or stack...
2021-06-15  Karel Zaklib/loopdev: perform retry on EAGAIN
2021-06-15  Karel Zaklibblkid: Optimize the blkid_safe_string() function
2021-06-15  Karel Zaklib/strutils: make test_strutils_normalize() more robust
2021-06-14  Karel Zaklib/strutils: improve normalize_whitespace()
2021-06-14  Karel ZakMerge branch 'document-selinux-nosuid' of https://githu...
2021-06-12  Topi Miettinenmount.8.adoc: document SELinux use of nosuid mount...
2021-06-11  Platon Pronkodmesg: fix indentation in man page
2021-06-11  Karel Zaklib/path: fix possible leak when use ul_path_read_strin...
2021-06-11  Karel Zakhwclock: close adjtime on write error [coverity scan]
2021-06-11  Karel Zaknewgrp: fix memory leak [coverity scan]
2021-06-10  Karel Zakdmesg: fix possible memory leak [coverity scan]
2021-06-10  Karel Zakfindmnt: (verify) fix memory leak [asan]
2021-06-10  Karel Zakfindmnt: (verify) fix cache related memory leaks on...
2021-06-09  Karel Zaklibblkid: check for ioctl macro rather than for header...
2021-06-09  Karel Zakbuild-sys: make autogen.sh output more user friendly
2021-06-09  Karel Zakbuild-sys: be verbose about missing gettext
2021-06-09  Karel Zaklsblk: sort list of columns
2021-06-09  Karel Zaklsblk: add column START for partition start offsets
2021-06-09  John Baublitzlibblkid: Add hyphens to UUID string representation...
2021-06-09  Karel ZakMerge branch 'fix-display-signed-char' of https://githu...
2021-06-09  Samir Benmendilhexdump: correctly display signed single byte integers
2021-06-08  ratijaslsblk: fix formatting in -e option
2021-06-08  Qais Yousefuclampset: Fix left over optind++
2021-06-07  Nicolai Dagestadrfkill: Set scols table name to make the json output...
2021-06-07  Karel Zaklibsmartcols: fix bare array on JSON output
2021-06-04  Karel Zakbuild-sys: make re-use of generated man-pages more...
next