- e813ef5 Merge branch 'branch-02' of https://github.com/Leefancy/util-linux by Karel Zak · 2 days ago master
- 3fc1d68 Merge branch 'lsfd--optimize-building-strings' of https://github.com/masatake/util-linux by Karel Zak · 2 days ago
- da1f7b6 tests: skip fincore/cachestat under qemu-user emulation by Karel Zak · 2 days ago
- 64442cc Merge branch 'lsfd--inotify-fix-scanf-format' of https://github.com/masatake/util-linux by Karel Zak · 2 days ago
- 1567ab4 Merge branch 'lsfd--detect-deleted-file-more-strict-way' of https://github.com/masatake/util-linux by Karel Zak · 2 days ago
- 3cca44d cache: fix memory leak in test program by freeing cache before reusing variable by lijian · 2 days ago
- fe02730 lsfd: (refactor) use ul_buffer API when building a string incrementally in loops by Masatake YAMATO · 4 weeks ago
- 44a1a71 lsfd: use xmalloc instead of malloc by Masatake YAMATO · 3 days ago
- 612ad88 lsfd: fix potential memory leak in the usage of ul_buffer API by Masatake YAMATO · 7 days ago
- 7e0be44 lib/buffer: add ul_buffer_steal_string() by Masatake YAMATO · 10 days ago
- da23c79 lsfd: build the /proc/pid/stat scanf format with ul_buffer by Masatake YAMATO · 4 weeks ago
- 702cf15 lib/buffer: add "x" wrappers for some ul_buffer functions by Masatake YAMATO · 10 days ago
- f9479a2 lib/buffer: introduce ul_buffer_append_char() by Masatake YAMATO · 10 days ago
- 62da47d lib/buffer: introduce ul_buffer_appendf() by Masatake YAMATO · 10 days ago
- da255d0 lsfd: (cosmetic) add a missing space around an assignment operator by Masatake YAMATO · 4 weeks ago
- 2f520e8 lsfd: (refactor) use xasprintf instead of xstrfappend by Masatake YAMATO · 9 days ago
- 96f1b48 Merge branch 'some_more_findmnt_tests' of https://github.com/cgoesche/util-linux-fork by Karel Zak · 2 days ago
- 4cafedc Merge branch 'PR/tests-kill-decode' of https://github.com/karelzak/util-linux-work by Karel Zak · 2 days ago
- d73e154 lsfd: remove the entire " (deleted)" suffix from file names by Masatake YAMATO · 3 days ago
- c520e0d lsfd: fix format specifier for reading inotify watch descriptor by Masatake YAMATO · 4 days ago
- 02b0782 tests: (mkfds::inotify-many) new factory by Masatake YAMATO · 7 days ago
- 0a54863 ci: install jq for tests/ts/fincore/cachestat test case by Masatake YAMATO · 4 days ago
- cb12ddc tests: (findmnt) add --uniq option test by Christian Goeschel Ndjomouo · 7 days ago
- 271965b tests: (findmnt) add --uniq-id option test by Christian Goeschel Ndjomouo · 7 days ago
- 88bb576 tests: (findmnt) add --shell option test by Christian Goeschel Ndjomouo · 8 days ago
- bf2071d Merge branch 'PR/fix-usec-types' of https://github.com/karelzak/util-linux-work by Karel Zak · 3 days ago
- 0d12c36 Merge branch 'inform_precisely_about_landlock_support' of https://github.com/cgoesche/util-linux-fork by Karel Zak · 3 days ago
- 540b810 Merge branch 'PR/libmount-target-prefix-root' of https://github.com/karelzak/util-linux-work by Karel Zak · 3 days ago
- 12d9054 tests: kill/decode: also strip RT0 from signal mask output by Karel Zak · 3 days ago
- 4f2ec2a textual: capitalize the word landlock where reasonable by Christian Goeschel Ndjomouo · 4 days ago
- 7f4502e setpriv: report disabled landlock feature or missing sys support by Christian Goeschel Ndjomouo · 5 days ago
- 64b72ed tests: (findmnt) add --shadowed option test by Christian Goeschel Ndjomouo · 8 days ago
- 1803cae tests: (findmnt) add --evaluate option tests by Christian Goeschel Ndjomouo · 8 days ago
- 53e4421 Merge branch 'PR/hwclock-rtc-ifdefs' of https://github.com/karelzak/util-linux-work by Karel Zak · 4 days ago
- 05ee8a9 libmount: don't ignore "/" target in mount --all when target prefix is set by Karel Zak · 4 days ago
- 4aa18ba Merge branch 'statmount-mountinfo-parity' of https://github.com/ejc3/util-linux by Karel Zak · 4 days ago
- 461e4c1 xusleep: move to timeutils.h and use usec_t by Karel Zak · 4 days ago
- c3614f5 treewide: use proper types for microsecond and millisecond values by Karel Zak · 5 days ago
- 626e879 Merge branch 'readme-fix' of https://github.com/Skyb0rg007/util-linux by Karel Zak · 4 days ago
- ac3c152 Merge branch 'docs/login-man-nss-passwd-db' of https://github.com/locker95/util-linux by Karel Zak · 4 days ago
- ef86a82 Merge branch 'PR/dlopen-optional' of https://github.com/karelzak/util-linux-work by Karel Zak · 4 days ago
- 6025157 docs: fix documentation references in README by Skye Soss · 5 days ago
- 4094688 login(1): simplify NSS wording and extend SEE ALSO by Dean Chen · 5 days ago
- 38fe17e tests: (functions.sh) make declared variable global by Christian Goeschel Ndjomouo · 8 days ago
- ce6a4ea Merge branch 'testcoverage_sh_find_shared_tsdirs' of https://github.com/cgoesche/util-linux-fork by Karel Zak · 5 days ago
- 853c6c1 Merge branch 'use_time_unit_macros' of https://github.com/cgoesche/util-linux-fork by Karel Zak · 5 days ago
- b6fdc8e namei, nsenter, vipw, chfn, chsh, lslogins: add features to --version by Karel Zak · 3 weeks ago
- 00c1612 mkswap, sulogin: show dlopen status in version features by Karel Zak · 3 weeks ago
- e2c6cc3 libmount: show dlopen status in version features by Karel Zak · 3 weeks ago
- 2199241 build-sys: (meson) make dlopen optional by Karel Zak · 10 days ago
- 3daee6e build-sys: (autotools) make dlopen optional by Karel Zak · 10 days ago
- 5e37145 dlopen: make dlopen wrappers conditional on USE_DLOPEN_* by Karel Zak · 10 days ago
- 4cb45ad build-sys: remove libcommon_shells static library by Karel Zak · 10 days ago
- 6a44b9e build-sys: (meson) remove lib_common_logindefs static library by Karel Zak · 10 days ago
- 4b14b8d build-sys: (autotools) remove libcommon_logindefs.la static library by Karel Zak · 10 days ago
- 2a7adb1 build-sys: consolidate dlopen source variables by Karel Zak · 10 days ago
- 1734362 build: remove obsolete libsystemd-daemon and libsystemd-journal variables by Karel Zak · 10 days ago
- 6cc9513 libmount: report superblock flags in listmount-based tables by EJ Campbell · 8 days ago
- 8152b15 libmount: fetch superblock flags and mount options together by EJ Campbell · 8 days ago
- 9f82be0 libmount: report filesystem subtype in listmount-based tables by EJ Campbell · 8 days ago
- 759b33c libmount: do not let a failed statmount() leave a libmnt_fs half-filled by EJ Campbell · 6 days ago
- 42cb8f4 login(1): document NSS user database, not only /etc/passwd by Dean Chen · 6 days ago
- f2dfa93 tests: (minix) make long options visible for test coverage analysis by Christian Goeschel Ndjomouo · 7 days ago
- 5647a48 tests: (fsck.cramfs) make long options visible for test coverage analysis by Christian Goeschel Ndjomouo · 7 days ago
- 8284d47 tools: (testcoverage.sh) find shared test directories by Christian Goeschel Ndjomouo · 7 days ago
- 5f63e6f tree: use time unit macros for conversions by Christian Goeschel Ndjomouo · 9 days ago
- f089382 hwclock: use RTC_PARAM_GET and RTC_VL_READ for ifdefs by Karel Zak · 9 days ago
- d26ad4d Merge branch 'test_mkfds--use-libsmartcols' of https://github.com/masatake/util-linux by Karel Zak · 9 days ago
- 1582517 test_mkfds: use libsmartcols in -W, --multiplexers output by Masatake YAMATO · 3 weeks ago
- d73b7b0 test_mkfds: use libsmartcols in -O, --output-values output by Masatake YAMATO · 7 months ago
- 2e1896c test_mkfds: use libsmartcols in -I, --parameters output by Masatake YAMATO · 12 months ago
- eaa0c36 test_mkfds: use libsmartcols in -l, --list output by Masatake YAMATO · 12 months ago
- cdd407b Merge branch 'PR/minix-overflow-fixes' of https://github.com/karelzak/util-linux-work by Karel Zak · 9 days ago
- 9cffc1b Merge branch 'fix-erofs-minix-probe' of https://github.com/craftyguy/util-linux by Karel Zak · 9 days ago
- b6e806a Merge branch 'lsfd/io_uring' of https://github.com/echoechoin/util-linux by Karel Zak · 9 days ago
- cf479ca libblkid: minix: don't detect erofs images as minix by Clayton Craft · 10 days ago
- 151ae57 fsck: free compiled fs types list by lijian · 4 weeks ago
- a9a1676 cfdisk: move subwin() after scols_print_table_to_string() check by Karel Zak · 10 days ago
- 795867b Merge branch 'branch-02' of https://github.com/Leefancy/util-linux by Karel Zak · 10 days ago
- 44894a7 cfdisk: check scols_print_table_to_string output by lijian · 4 weeks ago
- 54adbdd tests: (lsfd) add mkfds-io_uring test case by WanBingjiang · 2 weeks ago
- 594bf42 Merge branch 'dlopen' of https://github.com/bluca/util-linux by Karel Zak · 10 days ago
- 02a1169 test: (mkfds::io_uring) new factory by WanBingjiang · 2 weeks ago
- 6cb852e lsfd: introduce io_uring anon-inode support by WanBingjiang · 2 weeks ago
- 70c6d68 include/strutils: add parse helpers for struct members by WanBingjiang · 11 days ago
- d186fc6 fsck.minix, mkfs.minix: fix integer overflows on 32-bit builds by Karel Zak · 11 days ago
- a760e20 Merge branch 'ipcmk-do-not-print-a-bogus-errno-for-an-unparsable-mode-s01' of https://github.com/prownd/util-linux by Karel Zak · 11 days ago
- 196bce5 Merge branch 'setpriv-landlock-improvements' of https://github.com/Skyb0rg007/util-linux by Karel Zak · 11 days ago
- b8b6d18 setpriv: improve --landlock-support option by Skye Soss · 12 days ago
- 7eaac64 libfdisk: add pluggable VFS I/O support by Karel Zak · 2 weeks ago
- d7cc1de ipcmk: do not print a bogus errno for an unparsable --mode by hanjinpeng · 13 days ago
- de5a5be Merge branch 'fix/ReleaseNotes' of https://github.com/echoechoin/util-linux by Karel Zak · 12 days ago
- fc8b5f2 Merge branch 'fix-befs-fuzz' of https://github.com/mbroz/util-linux by Karel Zak · 12 days ago
- 5697194 Merge branch 'bits-fix-the-layout-of-the-help-output-s01' of https://github.com/prownd/util-linux by Karel Zak · 12 days ago
- 6063986 docs: fix label type name in fdisk and sfdisk man pages by Karel Zak · 12 days ago
- 69549a8 Merge branch 'addgptasdefaultinstdout' of https://github.com/Persioqq/util-linux by Karel Zak · 12 days ago
- 138488e bits: fix the layout of the --help output by hanjinpeng · 13 days ago
- 1a0e8d8 libfdisk: recommend GPT on interactive terminals on EFI systems for an empty device by Henrique Surian Stobbe · 4 weeks ago
- 6642829 setpriv: add bash completion to landlock options by Skye Soss · 4 weeks ago
- ae21174 setpriv: add --landlock-support option by Skye Soss · 3 weeks ago