]> git.ipfire.org Git - thirdparty/util-linux.git/shortlog
thirdparty/util-linux.git
2026-05-14  Karel Zakagetty: move usage() and parse_args() before main()
2026-05-14  Karel Zakagetty: clean up includes in agetty.c
2026-05-14  Karel Zakagetty: add public domain header to all source files
2026-05-14  Karel Zakagetty: remove duplicate ISSUEDIR_EXT from agetty.c
2026-05-14  Karel Zakagetty: move login argv initialization to utils.c
2026-05-14  Karel Zakagetty: move username to struct agetty_options
2026-05-14  Karel Zakagetty: move parse_speeds() to utils.c
2026-05-14  Karel Zakagetty: move init_special_char() to utils.c
2026-05-14  Karel Zakagetty: move FIRST_SPEED to tty.c
2026-05-14  Karel Zakagetty: use bool for struct agetty_issue bitfields
2026-05-14  Karel Zakagetty: split out issue file functions to issuefile.c
2026-05-14  Karel Zakagetty: move struct issue and related defines to agetty.h
2026-05-14  Karel Zakagetty: split out terminal functions to tty.c
2026-05-14  Karel Zakagetty: split out speed table and baud code to tty.c
2026-05-14  Karel Zakagetty: move utility functions to utils.c
2026-05-14  Karel Zakagetty: split out credential loading to credentials.c
2026-05-14  Karel Zakagetty: move struct options and F_* flags to agetty.h
2026-05-14  Karel Zakagetty: split out logging functions to utils.c
2026-05-14  Karel Zakagetty: add initial agetty.h header file
2026-05-14  Karel Zakagetty: move agetty.c to agetty-cmd/ directory
2026-05-14  Karel ZakMerge branch 'PR/write-utmp-and-cleanup' of https:...
2026-05-14  Karel ZakMerge branch 'chrt-dl-overrun' of https://github.com...
2026-05-14  Eleftherios... mount: (man) Fix grammar mistake on conv option
2026-05-13  Christian Goeschel... fincore: define HAVE_CACHESTAT on fallback
2026-05-13  Furkan Caliskanchrt: Add support for SCHED_FLAG_DL_OVERRUN
2026-05-13  Karel Zakwrite: cleanup indentation and whitespace
2026-05-13  Karel Zakwrite: use mem2strcpy() for utmp strings
2026-05-13  Karel Zakwrite: always use utmp as fallback
2026-05-13  Karel ZakMerge branch 'PR/lsblk-bcachefs-multidevice' of https...
2026-05-13  Karel ZakMerge branch 'macos-prep' of https://github.com/t-8ch...
2026-05-13  Karel Zakchrt: add missing #ifdef SCHED_FLAG_RESET_ON_FORK guard
2026-05-13  Furkan Caliskanchrt: Add support for (GRUB) bandwidth reclaim
2026-05-13  Karel ZakMerge branch 'liblastlog/test/spam' of https://github...
2026-05-13  Thomas Weißschuhliblastlog2: (tests) avoid log spam
2026-05-12  Karel Zaktests: (getino) skip namespace subtests when not supported
2026-05-12  Karel Zaktests: (getino) skip namespace subtests when unshare...
2026-05-12  Karel ZakMerge branch 'PR/script-dashdash-optarg' of https:...
2026-05-12  Thomas Weißschuhmeson: gate schedutils behind its requirements
2026-05-12  Karel Zakchrt: fix multiline error message for unsupported priority
2026-05-12  Thomas Weißschuhmeson: gate write on _PATH_UTMP
2026-05-12  Thomas Weißschuhmeson: gate agetty on _PATH_UTMP
2026-05-12  Thomas Weißschuhmeson: gate pipesz on F_GETPIPE_SZ
2026-05-12  Thomas Weißschuhmeson: gate sulogin on shadow.h
2026-05-12  Thomas Weißschuhmeson: gate switch_root on sys/statfs.h
2026-05-12  Thomas Weißschuhmeson: gate nsenter on sys/statfs.h
2026-05-12  Karel ZakMerge branch 'chrt_pidino_support' of https://github...
2026-05-12  Thomas Weißschuhmeson: gate uuidd on sys/signalfd.h
2026-05-12  Thomas Weißschuhmeson: gate fincore on LINUX
2026-05-12  Thomas Weißschuhmeson: add build-fincore option
2026-05-12  Thomas Weißschuhmeson: gate prlimit on prlimit()
2026-05-12  Thomas Weißschuhmeson: add build-prlimit option
2026-05-12  Thomas Weißschuhmeson: gate wdctl on linux/watchdog.h
2026-05-12  Thomas Weißschuhmeson: respect build-wdctl
2026-05-12  Karel ZakMerge branch 'getino_tests' of https://github.com/cgoes...
2026-05-12  Karel Zaktests: (lsblk) add bcachefs multi-device regression...
2026-05-12  Karel Zaktests: (lsblk) capture multi-device filesystem sysfs...
2026-05-12  Karel Zaklsblk: add bcachefs multi-device mount propagation
2026-05-12  Karel Zakscript: fix "--" separator when used as option argument
2026-05-11  Karel ZakMerge branch 'PR/tests-subtest-lifecycle' of https...
2026-05-11  Karel ZakMerge branch 'PR/build-sys-libeconf-split' of https...
2026-05-11  Karel Zaktests: (lsfd) fix IPv4 label in lsfd_check_udp_lite...
2026-05-11  Karel ZakMerge branch 'test_mkfds--make-udplite-optional' of...
2026-05-11  Karel ZakMerge branch 'fix-wipefs-force-manpage-2447' of https...
2026-05-11  Masatake YAMATOipcutils: use memset explicitly to fill bpf_attr with...
2026-05-11  Masatake YAMATOtests: (test_mkfds) use memset explicitly to fill bpf_a...
2026-05-11  Thomas Weißschuhci: use GCC 15
2026-05-11  Masatake YAMATOlsfd: use memset explicitly to fill bpf_attr with zero
2026-05-11  Karel Zaktests: (ipcs/limits) skip when /proc/sys/kernel is...
2026-05-11  Karel Zaktests: (bits) quote shell variables
2026-05-11  Karel ZakMerge branch 'fix/bits_return_value_check' of https...
2026-05-11  Karel Zaktests: (findmnt) add missing ts_finalize_subtest
2026-05-11  Karel Zaktests: add ts_finalize_subtest before return in functions
2026-05-11  Karel Zaktests: add ts_finalize_subtest before continue in loops
2026-05-11  Karel Zaktests: move ts_finalize_subtest after if/else blocks
2026-05-11  Karel Zaktests: add subtest status tracking to ts_finalize_subtest
2026-05-11  Karel Zakmeson: check slang headers only when slang library...
2026-05-11  Karel Zakmeson: rename logindefs_c to lib_common_logindefs
2026-05-11  Karel Zakmeson: split shells.c out of lib_common into lib_common...
2026-05-11  Karel Zakbuild-sys: drop libcommon_shells from binaries that...
2026-05-11  Karel Zaklib: split ul_default_shell() from shells.c into defaul...
2026-05-11  Karel ZakMerge branch 'obsolete_comment' of https://github.com...
2026-05-10  Julien NabetRemove obsolete comment since 2015
2026-05-08  Christian Goeschel... chrt: improve error message for invalid policy value
2026-05-08  Christian Goeschel... chrt: remove redundant initializations to 0 in struct...
2026-05-08  Christian Goeschel... chrt: deduplicate code for process tasks retrieval
2026-05-08  Christian Goeschel... chrt: report actual PID in error message when 0 is...
2026-05-08  Christian Goeschel... tests: (chrt) simple PID:inode address format test
2026-05-08  Christian Goeschel... chrt: support the 'PID:inode' address format
2026-05-07  Masatake YAMATOtests: (lsfd/mkfds-udp*) make UDPLite related test...
2026-05-07  Masatake YAMATOtests: (lsfd/option-inet{,-udp}) make UDPLite related...
2026-05-07  Masatake YAMATOtests: (lsfd) add a function checking the availability...
2026-05-07  Masatake YAMATOtests: (lsfd::mkfds-udp) fix confusion between UDP...
2026-05-07  Christian Goeschel... tests: (getino) add missing tests
2026-05-07  Karel ZakCI: replace ntp with ntpsec
2026-05-07  Karel ZakMerge branch 'fix/drop_caches_container' of https:...
2026-05-07  Karel ZakMerge branch 'PR/more-shell-lines' of https://github...
2026-05-07  Karel ZakMerge branch 'PR/tests-shellcheck-remaining' of https...
2026-05-07  Karel ZakMerge branch 'PR/sfdisk-no-device-names' of https:...
2026-05-07  WanBingjiangtests: skip fallocate/zero-range test when /proc/sys...
2026-05-07  WanBingjiangbits: add --fail-width option to reject out-of-range...
next