aboutsummaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
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
2020-11-15chrt: support for musl C libraryChristian Eggers
2020-10-25compat: move hexdump -R functionality to xxd -rDenys Vlasenko
2020-10-20xxd: fix printing of trailing spacesDenys Vlasenko
2020-10-06avoid using strok - eliminates use of hidden global variableDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar
2020-08-15hwclock: Fix settimeofday for glibc v2.31+Eddie James
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2020-06-29acpid: only display -p if supported in usageNorbert Lange
2020-06-24nologin: make it possible to build it as single appletDenys Vlasenko
2020-02-14fdisk: add HFS / HFS+ partition typeDenys Vlasenko
2019-11-19Remove stime() function callsAlistair Francis
2019-11-09taskset: tighten the check for stride valuesDenys Vlasenko
2019-11-09taskset: implement stride argumentDenys Vlasenko
2019-11-08taskset: update commentDenys Vlasenko