summaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2021-08-16fdisk: indentation fixDenys Vlasenko
2021-08-15taskset: disallow "taskset -p 0"Denys Vlasenko
2021-06-25fdisk: commonalize stringsDenys Vlasenko
2021-06-25xxd: compat tweak for -iDenys Vlasenko
2021-06-24switch_root: code shrink - use iterate_on_dir()Denys Vlasenko
2021-06-24taskset: use iterate_on_dir()Denys Vlasenko
2021-06-20taskset: fix for PID longer than 12 charsDenys Vlasenko
2021-06-19taskset: implement -aDenys Vlasenko
2021-06-18xxd: implement -i "C style output"Denys Vlasenko
2021-06-17xxd: implement -o DISPLAYOFFSETDenys Vlasenko
2021-06-17ionice: implement -tDenys Vlasenko
2021-06-16blockdev: support --get/setraDenys Vlasenko
2021-06-15*: more --help tweaksDenys Vlasenko
2021-06-14*: --help tweaksDenys Vlasenko
2021-06-13*: more --help tweakingDenys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-12-25mount: Surround syslog.h with the config checkLauri Kasanen
2020-12-18help text tweaksDenys Vlasenko
2020-12-17move ADJTIME_PATH define to header filesDenys Vlasenko
2020-12-16libbb: introduce and use xsettimeofday()Denys Vlasenko
2020-12-16hwclock: improve --help (-l is a compatible shortcut for --localtime)Denys Vlasenko
2020-12-16hwclock: fix musl breakage of settimeofday(tz)Denys Vlasenko
2020-12-16tweak help textsDenys Vlasenko
2020-12-14libbb: add and use infrastructure for fixed page size optimizationDenys Vlasenko
2020-12-14libbb: create and use mmap() helpersDenys Vlasenko
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko
2020-12-13more --help text tweaksDenys Vlasenko
2020-12-12nsenter: stop option parsing on 1st non-optionDenys Vlasenko
2020-12-09mount: fix incorrect "success" exitcode if loop device setup failsDenys Vlasenko
2020-12-06mount: implement -o nosymfollow, remove bogus -o unionDenys Vlasenko
2020-12-06mount: add -o nostrictatime and -o [no]lazytimeDenys Vlasenko
2020-12-05mount: do not guess mount as NFS if "hostname:" contains slashesDenys Vlasenko
2020-12-02mount: do not guess bind mounts as nfsDenys Vlasenko
2020-11-30mount: make filesystems[] array byte-alignedDenys Vlasenko
2020-11-30decrease padding: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-11-22mdev: clear LOGMODE_STDIO only directly before daemonizingDenys Vlasenko
2020-11-22uevent: make it survive ENOBUFSDenys Vlasenko
2020-11-22mdev: clean upDenys Vlasenko
2020-11-22mdev: add -v to increase log verbosityJan Klötzke
2020-11-22mdev: add syslog logging modeJan Klötzke
2020-11-22mdev: re-initialize if uevent messages were lostJan Klötzke
2020-11-22mdev: move daemon setup to dedicated functionJan Klötzke
2020-11-22uevent: increase netlink buffer sizesDenys Vlasenko
2020-11-22mdev: increase netlink buffer sizesJan Klötzke
2020-11-19volume_id: improve struct layout (smaller offesets, smaller insns on x86)Denys Vlasenko
2020-11-18util-linux: support erofs filesystemNorbert Lange