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
2023-11-08start-stop-daemon: do not lose error messages with -bDenys Vlasenko
2023-10-02sleep: fix "sleep -- ARGS"Denys Vlasenko
2023-07-17introduce and use exitcode_tDenys Vlasenko
2023-07-12hwclock: add get/set parameters optionAndrej Picej
2023-07-10ash: disable sleep as builtin, closes 15619Denys Vlasenko
2023-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko
2023-05-27libbb/dump: make xxd_displayoff member conditional on xxdDenys Vlasenko
2023-05-26libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko
2023-05-26od: stop printing extra trailing spacesDenys Vlasenko
2023-04-06libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko
2023-01-03shell: fix compile failures in some configsDenys Vlasenko
2022-08-27ash: optional sleep builtinShawn Landden
2022-06-26ash,hush: use HOME for tab completion and promptsRon Yorston
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko
2022-01-24apply const trick to ptr_to_globalsKhem Raj
2022-01-18libbb: shrink lineedit_read_key()Denys 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-13sulogin: increase util-linux compatibilityDenys Vlasenko
2022-01-06libbb: change xstrndup, xmemdup to take size_t as size parameterDenys Vlasenko
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-11-28libarchive: remove duplicate forward declarationBernhard Reutner-Fischer
2021-11-27tls: P256: 64-bit optimizationsDenys Vlasenko
2021-10-12shell: use more compact SHELL_ASH / HUSH config defines. no code changesDenys Vlasenko
2021-10-11shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=yDenys Vlasenko
2021-10-09Make const ptr assign as function call in clangYU Jincheng
2021-10-09libbb: better coreutils compatibility for realpathRon Yorston
2021-10-08libbb.h: fix logic selecting incorrect BB_STRTOOFF for !LFS configsDenys Vlasenko
2021-10-07*: generalize "const trick"YU Jincheng
2021-09-17libbb: clarify what bb_mode_string() generatesDenys Vlasenko
2021-09-17libbb: eliminate a static data array in bb_mode_string()Denys Vlasenko
2021-09-17libbb: code shrink bb_parse_modeDenys Vlasenko
2021-09-17date,touch: allow timezone offsets in datesRon Yorston
2021-09-09httpd,telnetd: make default port configurableSergey Ponomarev
2021-08-20tar,smemcap: commonalyze checksumming code for tar headerDenys Vlasenko
2021-06-24move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko
2021-06-22cp: implement -nDenys Vlasenko
2021-06-21cp: implement -t DIRDenys Vlasenko
2021-06-20lsattr: support more ext2 flagsDenys Vlasenko
2021-06-20lsattr,chattr: support -pDenys Vlasenko
2021-06-18free: implement -hDenys Vlasenko
2021-06-18xxd: implement -i "C style output"Denys Vlasenko
2021-06-18xxd: implement -o DISPLAYOFFSETDenys Vlasenko
2021-06-06ash: add process substitution in bash-compatibility modeRon Yorston
2021-06-05runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko
2021-06-04ls: don't output any colors with TERM=dumbSören Tempel
2021-04-24libbb.h: inline byteswapsDenys Vlasenko
2021-04-14platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko