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
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
2021-04-14fix gcc-11.0 warningsDenys Vlasenko
2021-02-19libbb: fix '--help' handling in FEATURE_SH_NOFORK=yDenys Vlasenko
2021-02-18ash: placate -Werror=format-securityDenys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2021-01-04Fix for the FEATURE_UTMP on the FreeBSDAlex Samorukov
2021-01-04Fix bb_setpgrp weapper on the FreeBSDAlex Samorukov
2020-12-31libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-21bc: do not allocate line editing state until neededDenys Vlasenko
2020-12-17move ADJTIME_PATH define to header filesDenys Vlasenko
2020-12-16libbb: introduce and use xsettimeofday()Denys Vlasenko
2020-12-16lineedit: remove ->path_lookup if ash is not configuredDenys Vlasenko
2020-12-15libbb: enable fixed 4k pagesize for 32bit ARMDenys 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-02libbb: exec_login_shell() - new functionDenys Vlasenko
2020-12-02libbb: rename run_shell() to exec_shell()Denys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use msleep()Denys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-11-29libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko
2020-11-28libbb: change decode_base32/64 API to return the end of _dst_, not _src_.Denys Vlasenko
2020-11-26base32: new appletDenys Vlasenko
2020-11-16archival: avoid std namespace for local includesJoachim Nilsson
2020-10-26od: unbreak itDenys Vlasenko
2020-10-20xxd: fix printing of trailing spacesDenys Vlasenko
2020-10-01libbb: shrink recursive_action() by reducing memory pressureDenys Vlasenko
2020-10-01tydy up a few uses of recursive_action(), no logic changesDenys Vlasenko
2020-10-01gcc-9.x warning fixesDenys Vlasenko
2020-10-01libbb: extend "errno pointer" trick to other than __GLIBC__Denys Vlasenko
2020-10-01mount: support the sizelimit and offset option for loop devicesSteffen Trumtrar
2020-07-20ntpd: fix refid reported in server mode, closes 13056Denys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-06-23randomconfig fixDenys Vlasenko
2020-06-23randomconfig fixesDenys Vlasenko
2020-01-29ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston
2019-10-25clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne