aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\|
| * hush: allow hush to run embedded scriptsRon Yorston2018-11-271-1/+1
| * docs: add embedded-scripts.txtRon Yorston2018-11-271-1/+1
| * Treat custom and applet scripts as appletsRon Yorston2018-11-171-0/+27
* | win32: move function redefinitions to mingw.hRon Yorston2018-11-261-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2018-10-084-47/+1
|\|
| * unzip: use printable_string() for printing filenamesDenys Vlasenko2018-09-301-1/+1
| * move storage helpers to libbb.hDenys Vlasenko2018-09-283-46/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-09-103-56/+79
|\|
| * fdisk: code shrinkDenys Vlasenko2018-07-251-5/+27
| * fdisk: sync up with some util-linux 2.31 behaviorDenys Vlasenko2018-07-253-48/+46
| * fdisk: use strtoul[l] instead of atoi, closes 11176Denys Vlasenko2018-07-252-4/+7
* | Merge branch 'busybox'Ron Yorston2018-07-257-13/+7
|\|
| * whitespace fixesDenys Vlasenko2018-07-171-1/+1
| * fdisk: placate warning of strncpy not copying NUL byteDenys Vlasenko2018-06-261-1/+1
| * randomconfig fixesDenys Vlasenko2018-06-261-1/+1
| * restore documentation on the build config languageKartik Agaram2018-06-062-2/+2
| * fdisk: remove "Partition N does not end on cylinder boundary" messageDenys Vlasenko2018-05-261-6/+0
| * nsenter: fix parsing of -t, -S and -G optionsEuan Harris2018-05-131-1/+1
| * nsenter: Rename --network option to --netEuan Harris2018-05-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-05-131-1/+1
|\|
| * libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo...Denys Vlasenko2018-04-171-1/+1