summaryrefslogtreecommitdiff
path: root/util-linux
Commit message (Expand)AuthorAgeFilesLines
* getopt: code shrinkRon Yorston2021-09-161-36/+28
* blkdiscard: accept -f (force) as no-opDenys Vlasenko2021-09-101-5/+8
* mount: code shrinkDenys Vlasenko2021-08-231-4/+4
* mount: with -w, do not fall back to read-only mountsDenys Vlasenko2021-08-231-7/+15
* rev: correct output for long input linesRon Yorston2021-08-221-0/+1
* fdisk: indentation fixDenys Vlasenko2021-08-161-4/+4
* taskset: disallow "taskset -p 0"Denys Vlasenko2021-08-151-2/+2
* fdisk: commonalize stringsDenys Vlasenko2021-06-251-2/+2
* xxd: compat tweak for -iDenys Vlasenko2021-06-251-6/+9
* switch_root: code shrink - use iterate_on_dir()Denys Vlasenko2021-06-241-21/+14
* taskset: use iterate_on_dir()Denys Vlasenko2021-06-241-18/+17
* taskset: fix for PID longer than 12 charsDenys Vlasenko2021-06-201-2/+3
* taskset: implement -aDenys Vlasenko2021-06-191-39/+69
* xxd: implement -i "C style output"Denys Vlasenko2021-06-181-11/+38
* xxd: implement -o DISPLAYOFFSETDenys Vlasenko2021-06-171-5/+14
* ionice: implement -tDenys Vlasenko2021-06-171-7/+10
* blockdev: support --get/setraDenys Vlasenko2021-06-161-5/+23
* *: more --help tweaksDenys Vlasenko2021-06-151-1/+1
* *: --help tweaksDenys Vlasenko2021-06-142-2/+3
* *: more --help tweakingDenys Vlasenko2021-06-133-7/+8
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-032-3/+3
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-303-6/+6
* 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