aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* randomconfig fixesDenys Vlasenko2020-12-291-2/+5
* mount: Surround syslog.h with the config checkLauri Kasanen2020-12-251-0/+2
* help text tweaksDenys Vlasenko2020-12-186-11/+11
* move ADJTIME_PATH define to header filesDenys Vlasenko2020-12-172-10/+0
* libbb: introduce and use xsettimeofday()Denys Vlasenko2020-12-162-8/+5
* hwclock: improve --help (-l is a compatible shortcut for --localtime)Denys Vlasenko2020-12-161-19/+50
* hwclock: fix musl breakage of settimeofday(tz)Denys Vlasenko2020-12-161-53/+75
* tweak help textsDenys Vlasenko2020-12-162-18/+11
* libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko2020-12-141-1/+1
* libbb: create and use mmap() helpersDenys Vlasenko2020-12-141-6/+1
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-132-12/+4
* more --help text tweaksDenys Vlasenko2020-12-132-3/+2
* nsenter: stop option parsing on 1st non-optionDenys Vlasenko2020-12-121-1/+2
* mount: fix incorrect "success" exitcode if loop device setup failsDenys Vlasenko2020-12-091-3/+3
* mount: implement -o nosymfollow, remove bogus -o unionDenys Vlasenko2020-12-061-4/+4
* mount: add -o nostrictatime and -o [no]lazytimeDenys Vlasenko2020-12-061-24/+34
* mount: do not guess mount as NFS if "hostname:" contains slashesDenys Vlasenko2020-12-051-7/+11
* mount: do not guess bind mounts as nfsDenys Vlasenko2020-12-021-0/+1
* mount: make filesystems[] array byte-alignedDenys Vlasenko2020-11-301-1/+1
* decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-309-15/+15
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-292-2/+2
* mdev: clear LOGMODE_STDIO only directly before daemonizingDenys Vlasenko2020-11-221-10/+6
* uevent: make it survive ENOBUFSDenys Vlasenko2020-11-221-13/+22
* mdev: clean upDenys Vlasenko2020-11-221-10/+10
* mdev: add -v to increase log verbosityJan Klötzke2020-11-221-3/+8
* mdev: add syslog logging modeJan Klötzke2020-11-221-6/+18
* mdev: re-initialize if uevent messages were lostJan Klötzke2020-11-221-0/+10
* mdev: move daemon setup to dedicated functionJan Klötzke2020-11-221-17/+27
* uevent: increase netlink buffer sizesDenys Vlasenko2020-11-221-10/+14
* mdev: increase netlink buffer sizesJan Klötzke2020-11-221-9/+17
* volume_id: improve struct layout (smaller offesets, smaller insns on x86)Denys Vlasenko2020-11-191-3/+3
* util-linux: support erofs filesystemNorbert Lange2020-11-183-0/+72
* chrt: support for musl C libraryChristian Eggers2020-11-151-2/+32
* 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
* hwclock: Fix settimeofday for glibc v2.31+Eddie James2020-08-151-3/+11
* build system: drop PLATFORM_LINUXRon Yorston2020-08-1336-42/+0
* 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
* fdisk: add HFS / HFS+ partition typeDenys Vlasenko2020-02-141-6/+4
* 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