summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-17xxd: implement -o DISPLAYOFFSETDenys Vlasenko
2021-06-05ash: 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-18libbb: 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-30libbb: 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-25od: unbreak itDenys Vlasenko