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
2024-01-02time: implement %% and \escapes in -f FMTDenys Vlasenko
2023-12-31time: fix max resident set size unitNatanael Copa
2023-07-17introduce and use exitcode_tDenys Vlasenko
2023-07-17getfattr: fix "getfattr NOTEXIST" - now prints error msgDenys Vlasenko
2023-07-16getfattr: new appletYU Jincheng
2023-07-10i2ctransfer: fix build warningDenys Vlasenko
2023-07-10Update applet size estimatesDenys Vlasenko
2023-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko
2023-04-11seedrng: fix for glibc <= 2.24 not providing random headerThomas Devoogdt
2023-04-10seedrng: fix for glibc <= 2.24 not providing getrandom()Denys Vlasenko
2022-11-29Remove "select PLATFORM_LINUX"Denys Vlasenko
2022-11-29Fix non-Linux buildsSamuel Thibault
2022-08-30*: style fixDenys Vlasenko
2022-08-26devmem: add 128-bit widthAaro Koskinen
2022-08-26tree: unicode tweak (use normal space char, 0x20)Denys Vlasenko
2022-08-26tree: make it unicode-awareDenys Vlasenko
2022-08-18bc: hopefully fix bug 14956 (use-after-free)Denys Vlasenko
2022-06-30tree: new appletRoger Knecht
2022-05-03seedrng: do not hash in a constant string, it's not adding entropyDenys Vlasenko
2022-05-02seedrng: restore error check on fsyncDenys Vlasenko
2022-05-02seedrng: it's not a part of util-linux, move to miscutilsDenys Vlasenko
2022-05-02crond: implement support for setting PATH in crontab filesPaul Fox
2022-02-06*: slap on a few ALIGN_PTR where appropriateDenys Vlasenko
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko
2022-01-18fix "defined but not used" warningsDenys Vlasenko
2022-01-17ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko
2022-01-13libbb: introduce and use chdir_or_warn()Denys Vlasenko
2022-01-13libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko
2022-01-06libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko
2022-01-06less: code shrinkDenys Vlasenko
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko
2021-09-29less: Ignore -XIsmael Luceno
2021-09-06chat: hopefully fix infinite spinning on input EOFDenys Vlasenko
2021-06-21ascii: new appletDenys Vlasenko
2021-06-15man: fix segfault in "man 1"Denys Vlasenko
2021-06-15shuf: simplify check that we have at least one FILEDenys Vlasenko
2021-06-15*: more --help tweaksDenys Vlasenko
2021-06-14*: --help tweaksDenys Vlasenko
2021-06-13*: more --help tweakingDenys Vlasenko
2021-06-13*: more --help tweaks, mostly expanding ts --helpDenys Vlasenko
2021-06-13*: --help tweaksDenys Vlasenko
2021-06-12bc: tweak overflow detection in a^bDenys Vlasenko
2021-06-12bc: code shrink: combine init() and copy() where we canDenys Vlasenko
2021-06-12bc: fix for mul overflow in scale calculation in a^bDenys Vlasenko
2021-04-14platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko
2021-04-14*: --help text tweaksDenys Vlasenko
2021-04-13watchdog: make open-write-close-open functionality a config knobRasmus Villemoes
2021-03-23timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko
2021-02-26bc: typo fix in commentDenys Vlasenko
2021-02-26dc: more docs in --helpDenys Vlasenko