aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ash: reject unknown long optionsRon Yorston2024-09-271-1/+2
* lineedit: use stdout for shell history builtinRon Yorston2024-09-271-1/+1
* ed: fix line insertion before current line. Closes 15081Ron Yorston2024-09-272-0/+23
* fixdep: add fstat error handlingSam James2024-09-271-2/+9
* libbb: send usage messages to correct streamRon Yorston2024-09-271-13/+17
* libbb: use full_write1_str() to shrink busybox_main()Ron Yorston2024-09-271-13/+11
* lineedit: make save_history() FAST_FUNCDenys Vlasenko2024-09-272-6/+6
* Start 1.38.0 development cycleDenys Vlasenko2024-09-261-2/+2
* Bump version to 1.37.0Denys Vlasenko2024-09-261-1/+1
* wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko2024-09-262-4/+7
* ash: move hashvar() calls into findvar()Ron Yorston2024-07-141-9/+8
* timeout: allow fractional seconds in timeout valuesRon Yorston2024-07-131-4/+9
* powertop: code shrinkDenys Vlasenko2024-07-131-19/+6
* hush: do not exit interactive shell on some redirection errorsDenys Vlasenko2024-07-137-18/+47
* hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fdDenys Vlasenko2024-07-138-7/+42
* hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during initDenys Vlasenko2024-07-131-8/+3
* ash: remove limitation on fd# lengthDenys Vlasenko2024-07-121-7/+13
* ash: do not abort interactive mode on >&9999 redirectDenys Vlasenko2024-07-121-4/+16
* tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=yDenys Vlasenko2024-07-121-6/+23
* tls: P256: improve x86_64 multiplication asm codeDenys Vlasenko2024-07-121-22/+36
* tls: P256: fix obscure x86_64 asm misbehavior, closes 15679Denys Vlasenko2024-07-111-10/+29
* md5/shaXsum: accept uppercase hex stringsRon Yorston2024-07-111-1/+1
* vi: Ensure that the edit buffer ends in a newlinePetja Patjas2024-07-111-3/+4
* ash: remove defunct control character to save a few bytesRon Yorston2024-07-101-12/+12
* Makefile.flags: suppress clang warnings when cross-compilingRon Yorston2024-07-101-3/+3
* ash: fix parsing of alias expansion + bash featuresRon Yorston2024-07-101-6/+6
* awk: mktime() with no arguments is not allowedDenys Vlasenko2024-07-101-2/+1
* awk: improve comments and constants, no code changesDenys Vlasenko2024-07-101-20/+27
* qwk: code shrinkDenys Vlasenko2024-07-091-19/+19
* awk: restore assignment precedence to be lower than ternary ?:Denys Vlasenko2024-07-092-22/+74
* awk: do not infinitely recurse getvar_s() if CONVFMT is set to a numeric valueDenys Vlasenko2024-07-091-6/+14
* awk: fix use after free (CVE-2023-42363)Natanael Copa2024-07-091-8/+13
* chown: stop accepting deprecated USER.GROUP syntax, only : separator is allowedDenys Vlasenko2024-07-081-5/+1
* wget: ignore header casingSertonix2024-07-081-1/+1
* typo fixDenys Vlasenko2024-06-012-2/+2
* libbb: fix 64-bit bb_popcnt_longDenys Vlasenko2024-05-311-1/+1
* libbb: add bit counting function, use where appropriateDenys Vlasenko2024-05-318-52/+66
* nproc: prepare for arbitrarily large CPU masksDenys Vlasenko2024-05-315-27/+38
* lineedit: print prompt and editing operations to stderrDenys Vlasenko2024-04-131-28/+34
* docproc: avoid segfault during file closingYan Zhu2024-04-131-0/+1
* awk: fix segfault when compiled by clangRon Yorston2024-03-021-1/+1
* crond: log5 fix typo, replace log level '4' with '5'Jones Syue2024-03-021-1/+1
* ash: fix handling of single-quoted strings in pattern substitutionDenys Vlasenko2024-02-265-0/+29
* ip link: support for the CAN netlinkDario Binacchi2024-02-263-11/+333
* hush: detect when terminating "done"/"fi" is missingDenys Vlasenko2024-02-259-1/+22
* hush: set G.ifs sooner (prevents segfault)Denys Vlasenko2024-02-251-28/+34
* ls: do not truncate username/groupname to 8 charsDenys Vlasenko2024-02-251-2/+2
* sed: check errors writing file with sed -iDominique Martinet2024-01-021-0/+5
* time: implement %% and \escapes in -f FMTDenys Vlasenko2024-01-012-21/+55
* time: fix max resident set size unitNatanael Copa2023-12-311-9/+19