aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2026-03-112-11/+22
|\
| * fdisk: implement -t PARTTYPEDenys Vlasenko2026-02-152-11/+22
* | Merge branch 'busybox' into mergeRon Yorston2026-02-127-21/+22
|\|
| * *: whitespace cleanupDenys Vlasenko2026-02-083-3/+0
| * *: use is_prefixed_with() where appropriateDenys Vlasenko2026-02-071-1/+1
| * *: use xasprintf_inplace() and concat_path_file() where appropriateDenys Vlasenko2026-02-061-1/+1
| * libbb: introduce and use xasprintf_inplace()Denys Vlasenko2026-02-052-16/+20
* | Merge branch 'busybox' into mergeRon Yorston2026-02-1015-434/+922
|\|
| * volume_id: improve handling of too-small (usually zero-byte or erroring) bloc...Denys Vlasenko2026-02-043-18/+52
| * volume_id: volume_id_get_buffer with small FSesAlyssa Ross via busybox2026-02-041-3/+2
| * fdisk: code shrinkDenys Vlasenko2026-02-045-127/+75
| * fdisk: comment out "not a multiple of 512 bytes" warningDenys Vlasenko2026-02-041-5/+6
| * fdisk: several fixes for 4K sector sizeDenys Vlasenko2026-02-045-78/+127
| * findfs: tweak --helpDenys Vlasenko2026-02-031-2/+2
| * uuidgen: move UUID formatting to libbbDenys Vlasenko2026-02-034-26/+13
| * fdisk: uncomment -s supportDenys Vlasenko2026-02-021-48/+48
| * fdisk_sgi: formatting fixesDenys Vlasenko2026-02-021-11/+11
| * fdisk: fix spurious warning about zero unused sectorsDenys Vlasenko2026-02-011-30/+34
| * fdisk: simplify start/len calcualtions for Sun labelsDenys Vlasenko2026-02-012-62/+61
| * fdisk: eliminate static variables, fix GPT disk size (32x32->32 overflow)Denys Vlasenko2026-02-014-89/+116
| * util-linux: add minimal uuidgen implementationOsama Abdelkader via busybox2026-02-011-0/+57
| * lkblk: list multiple MOUNTPOINTSDenys Vlasenko2026-01-301-22/+58
| * lsblk: add error messages and exit code when non-blockdevs are givenDenys Vlasenko2026-01-301-17/+39
| * lsblk: new appletOsama Abdelkader2026-01-301-0/+325
* | Merge branch 'busybox' into mergeRon Yorston2026-01-221-7/+12
|\|
| * xxd: fix -pANYTHING handling (-pc50 does not mean -p -c50)Denys Vlasenko2025-11-301-7/+12
* | Merge branch 'busybox' into mergeRon Yorston2025-11-112-2/+2
|\|
| * eject: fix missing -s option in trivial usageDenys Vlasenko2025-11-081-1/+1
| * last: fix ignoring the first login entryDenys Vlasenko2025-11-081-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-10-093-5/+26
|\|
| * nsenter,unshare: don't use xvfork_parent_waits_and_exits(), it SEGVs on ppc64leDenys Vlasenko2025-10-082-2/+16
| * chrt: support passing `-p 0` to operate on selfDenys Vlasenko2025-10-071-3/+10
* | Merge branch 'busybox' into mergeRon Yorston2025-08-152-2/+2
|\|
| * libbb: much faster concat_path_file()Denys Vlasenko2025-08-042-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2024-10-081-3/+8
|\|
| * hexdump: accept hex numbers in -n, closes 16195Denys Vlasenko2024-10-081-3/+8
* | Merge branch 'busybox' into mergeRon Yorston2024-09-281-1/+1
|\|
| * wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko2024-09-261-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2024-06-231-23/+1
|\|
| * nproc: prepare for arbitrarily large CPU masksDenys Vlasenko2024-05-311-23/+1
* | Merge branch 'busybox' into mergeRon Yorston2024-01-051-1/+27
|\|
| * util-linux/lsusb.c: print manufacturer/product strings if availablePeter Korsgaard2023-12-131-1/+27
* | Merge branch 'busybox' into mergeRon Yorston2023-08-104-44/+45
|\|
| * introduce and use exitcode_tDenys Vlasenko2023-07-173-3/+3
| * hwclock: force LONG_OPTS, stop accepting non-compatible -tDenys Vlasenko2023-07-141-41/+42
* | Merge branch 'busybox' into mergeRon Yorston2023-07-1354-66/+144
|\|
| * hwclock: add get/set parameters optionAndrej Picej2023-07-121-5/+82
| * Update applet size estimatesDenys Vlasenko2023-07-1053-58/+58
| * libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko2023-06-152-3/+4
* | Merge branch 'busybox' into mergeRon Yorston2023-06-162-14/+18
|\|