aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * util-linux: support erofs filesystemNorbert Lange2020-11-183-0/+72
| * chrt: support for musl C libraryChristian Eggers2020-11-151-2/+32
* | Merge branch 'busybox' into mergeRon Yorston2020-11-1211-106/+172
|\|
| * compat: move hexdump -R functionality to xxd -rDenys Vlasenko2020-10-252-64/+73
| * xxd: fix printing of trailing spacesDenys Vlasenko2020-10-201-0/+1
| * avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-064-9/+12
| * libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko2020-10-014-31/+24
| * mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar2020-10-012-2/+62
* | Merge branch 'busybox' into mergeRon Yorston2020-08-2336-45/+11
|\|
| * hwclock: Fix settimeofday for glibc v2.31+Eddie James2020-08-151-3/+11
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-1336-42/+0
* | Merge branch 'busybox' into mergeRon Yorston2020-07-092-2/+4
|\|
| * acpid: only display -p if supported in usageNorbert Lange2020-06-291-1/+3
| * nologin: make it possible to build it as single appletDenys Vlasenko2020-06-241-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-02-151-6/+4
|\|
| * fdisk: add HFS / HFS+ partition typeDenys Vlasenko2020-02-141-6/+4
* | Merge branch 'busybox' into mergeRon Yorston2020-01-088-70/+189
|\|
| * Remove stime() function callsAlistair Francis2019-11-191-2/+6
| * taskset: tighten the check for stride valuesDenys Vlasenko2019-11-091-2/+2
| * taskset: implement stride argumentDenys Vlasenko2019-11-091-5/+10
| * taskset: update commentDenys Vlasenko2019-11-081-2/+8
| * taskset: add support for taking/printing CPU list (-c option)Denys Vlasenko2019-11-011-11/+118
| * suppress a few "unused function" warningsDenys Vlasenko2019-10-251-0/+2
| * fdisk_aix: fix aliasing warning, comment out unused global variablesDenys Vlasenko2019-10-042-23/+23
| * fdisk: avoid overflow in "mega/gigabytes" calculation, code shrinkDenys Vlasenko2019-10-044-34/+29
* | Merge branch 'busybox' into mergeRon Yorston2019-08-1629-193/+313
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-0228-79/+85
| * mount,losetup: use /dev/loop-control is it existsDenys Vlasenko2019-06-091-1/+7
| * blockdev: add usage comment, no code changesDenys Vlasenko2019-06-081-1/+11
| * libbb: move netlink socket binding to the utility functionDenys Vlasenko2019-06-032-47/+18
| * mdev: add support to run as daemonJan Klötzke2019-06-031-17/+120
| * mdev: use option parser helperJan Klötzke2019-06-031-2/+9
| * mdev: move action processing into separate functionsJan Klötzke2019-06-031-72/+82
| * losetup: Add partition scanning optionJack O'Sullivan2019-05-301-10/+17
* | Merge branch 'busybox' into mergeRon Yorston2019-05-272-11/+26
|\|
| * losetup: implement -cDenys Vlasenko2019-05-231-10/+22
| * style fix, no code changesDenys Vlasenko2019-05-141-1/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-04-171-28/+45
|\|
| * chrt: fix for SCHED_RESET_ON_FORK bitDenys Vlasenko2019-04-051-0/+11
| * chrt: do not segfault if policy number is unknownDenys Vlasenko2019-04-051-28/+34
* | Merge branch 'busybox' into mergeRon Yorston2019-03-311-81/+58
|\|
| * blockdev: code shrinkDenys Vlasenko2019-03-301-81/+58
* | Merge branch 'busybox' into mergeRon Yorston2019-03-161-1/+1
|\|
| * Fix off by one error in FAT16 <=> FAT32 detectionThomas Frauendorfer2019-03-151-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-01-1055-63/+73
|\|
| * config: add size information for three more appletsDenys Vlasenko2018-12-282-2/+2
| * config: update size informationDenys Vlasenko2018-12-2853-60/+60
| * mdev: suppress aliasing warningDenys Vlasenko2018-12-081-1/+11
* | nologin: change defaultRon Yorston2018-11-291-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-11-281-0/+27
|\|