Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko
2022-01-24mkfs.vfat: fix volume label to be padded with spaceTimo Teräs
2022-01-06fdisk: recognize EBBR protective partitionsVincent Stehlé
2022-01-06libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2022-01-05libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko
2021-10-10chrt: silence analyzer warningBernhard Reutner-Fischer
2021-10-10*: add more beneficial NOINLINEsDenys Vlasenko
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko
2021-10-09xxd: fix -p -r, closes 13881Denys Vlasenko
2021-10-08mdev: tweak --helpDenys Vlasenko
2021-10-08mount: "mount -o rw ...." should not fall back to RO mountDenys Vlasenko
2021-09-21cal: implement -mRon Yorston
2021-09-16getopt: code shrinkRon Yorston
2021-09-10blkdiscard: accept -f (force) as no-opDenys Vlasenko
2021-08-23mount: code shrinkDenys Vlasenko
2021-08-23mount: with -w, do not fall back to read-only mountsDenys Vlasenko
2021-08-22rev: correct output for long input linesRon Yorston
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-18xxd: 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-31libbb: 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-14help 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