aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-10cut: rename some variables to hopefully better namesDenys Vlasenko1-13/+19
2024-12-10cut: "orig_line" is redundant, remove itDenys Vlasenko1-2/+1
2024-12-10cut: allocate "printed" only if OPT_CHAR or OPT_BYTEDenys Vlasenko1-3/+4
2024-12-10cut: localize 'spos' variable, convert !NUMVAR to NUMVAR == 0Denys Vlasenko1-5/+6
2024-12-10cut: simplify OPT_ names, eliminate one variableDenys Vlasenko1-24/+27
2024-12-10cut: improve detection of invalid rangesRon Yorston2-12/+12
2024-12-10cut: fix "-s" flag to omit blank linesColin McAllister2-5/+24
2024-12-09hexdump: fix regression with -n4 -e '"%u"'Natanael Copa2-2/+10
2024-12-09libbb: tidy argument checks in getopt32()Ron Yorston1-8/+5
2024-12-09chpst: fix error check of nice(2) callChristian Franke1-1/+2
2024-12-09hush: fix G.argv0_for_re_execing to avoid endless loopHajime Tazaki1-0/+3
2024-10-08hexdump: accept hex numbers in -n, closes 16195Denys Vlasenko1-3/+8
2024-10-08libbb: modify find_executable() to not temporarily write to PATHDenys Vlasenko4-54/+48
2024-10-07hush: fix "type ./cat" and "command -v ./cat" to not scan PATHDenys Vlasenko1-13/+33
2024-10-07hush: make "test -x" use cached groupinfoDenys Vlasenko1-7/+22
2024-10-07test: -x can return 0/1 early if all X bits are the sameDenys Vlasenko1-10/+10
2024-10-07ash: cache more of uid/gid syscallsDenys Vlasenko4-10/+30
2024-10-07ash: make "test -x" use cached groupinfoDenys Vlasenko3-6/+19
2024-10-07libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko4-20/+34
2024-10-07ash: command -v CMD must skip (go to next path) when CMD exists, but is not e...Denys Vlasenko1-3/+51
2024-10-07libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko3-19/+26
2024-10-06test: Invert return value of test_eaccess and rename it to test_st_modeDenys Vlasenko1-16/+11
2024-10-06test: code shrinkDenys Vlasenko1-1/+1
2024-10-06networking/libiproute/iplink.c: fix support for older kernelsThomas Devoogdt1-0/+21
2024-10-06libbb: fix sha1 on !x86 if CONFIG_SHA1_HWACCEL=yRudi Heitbaum1-0/+2
2024-09-28hush: whitespace and comment fixesDenys Vlasenko1-43/+27
2024-09-27ash: reject unknown long optionsRon Yorston1-1/+2
2024-09-27lineedit: use stdout for shell history builtinRon Yorston1-1/+1
2024-09-27ed: fix line insertion before current line. Closes 15081Ron Yorston2-0/+23
2024-09-27fixdep: add fstat error handlingSam James1-2/+9
2024-09-27libbb: send usage messages to correct streamRon Yorston1-13/+17
2024-09-27libbb: use full_write1_str() to shrink busybox_main()Ron Yorston1-13/+11
2024-09-27lineedit: make save_history() FAST_FUNCDenys Vlasenko2-6/+6
2024-09-26Start 1.38.0 development cycleDenys Vlasenko1-2/+2
2024-09-26Bump version to 1.37.0Denys Vlasenko1-1/+1
2024-09-26wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko2-4/+7
2024-07-14ash: move hashvar() calls into findvar()Ron Yorston1-9/+8
2024-07-13timeout: allow fractional seconds in timeout valuesRon Yorston1-4/+9
2024-07-13powertop: code shrinkDenys Vlasenko1-19/+6
2024-07-13hush: do not exit interactive shell on some redirection errorsDenys Vlasenko7-18/+47
2024-07-13hush: fix "exec 3>FILE" aborting if 3 is exactly the next free fdDenys Vlasenko8-7/+42
2024-07-13hush: avoid duplicate fcntl(F_SETFD, FD_CLOEXEC) during initDenys Vlasenko1-8/+3
2024-07-12ash: remove limitation on fd# lengthDenys Vlasenko1-7/+13
2024-07-12ash: do not abort interactive mode on >&9999 redirectDenys Vlasenko1-4/+16
2024-07-12tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=yDenys Vlasenko1-6/+23
2024-07-12tls: P256: improve x86_64 multiplication asm codeDenys Vlasenko1-22/+36
2024-07-11tls: P256: fix obscure x86_64 asm misbehavior, closes 15679Denys Vlasenko1-10/+29
2024-07-11md5/shaXsum: accept uppercase hex stringsRon Yorston1-1/+1
2024-07-11vi: Ensure that the edit buffer ends in a newlinePetja Patjas1-3/+4
2024-07-10ash: remove defunct control character to save a few bytesRon Yorston1-12/+12