aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hush: code shrinktab_completionRon Yorston2023-04-133-11/+9
* ash: fix tab completionRon Yorston2023-04-111-2/+2
* ash,hush: improvements to tab completionRon Yorston2023-04-112-35/+45
* ash,hush: tab completion of functions and aliasesRon Yorston2023-04-104-15/+84
* ash,hush: rename get_builtin_nameRon Yorston2023-04-102-5/+5
* libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-065-9/+8
* ash: sleep builtin with no arguments should not exitDenys Vlasenko2023-04-032-2/+15
* hush: printf builtin with no arguments should not exitDenys Vlasenko2023-04-031-1/+1
* ash: code shrink: do not take address of prefix(), allowing it to inlineDenys Vlasenko2023-04-031-8/+4
* ash: code shrink - reuse is_prefixed_with() from libbbDenys Vlasenko2023-04-031-2/+4
* ash: get rid of separate mail_var_path_changed flag variableDenys Vlasenko2023-04-031-10/+9
* ash: fix still-broken new mail detectionDenys Vlasenko2023-04-031-4/+4
* ash: fix broken new mail detectionDenys Vlasenko2023-04-031-1/+0
* hush (NOMMU): fix LINENO in execed childrenDenys Vlasenko2023-04-011-0/+15
* hush: speed up "big heredoc" codeDenys Vlasenko2023-04-011-7/+15
* hush: add TODO commentDenys Vlasenko2023-04-011-0/+3
* ash: code shrinkDenys Vlasenko2023-04-011-3/+3
* ash: exec: Stricter pathopt parsing - lost chunkDenys Vlasenko2023-03-311-1/+1
* ash: improve trap and jobs builtins in child shellsRon Yorston2023-03-313-6/+31
* modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...Denys Vlasenko2023-03-312-2/+22
* ash: make EPOCH variables work if RANDOM is disabledRon Yorston2023-03-291-1/+1
* lineedit: fix matching of directories when searching PATHRon Yorston2023-03-291-2/+2
* libbb/sha: do not read shaNI variable twice, and factor out its settingDenys Vlasenko2023-03-291-12/+16
* libbb/sha: fix sha-NI instruction detectionDenys Vlasenko2023-03-291-2/+2
* httpd: do not mangle cgi-bin/SCRIPT/params URLsDenys Vlasenko2023-03-281-36/+38
* find: implement -okDavid Leonard2023-03-282-3/+42
* fixdep: avoid underflow when end of entry doesn't coincide with EOFArsen Arsenović2023-02-271-0/+5
* unzip: document some options we might supportDenys Vlasenko2023-02-231-0/+7
* unzip: clear SUID/GID bits, implement -K to not clear themDenys Vlasenko2023-02-221-3/+12
* top: stop using div() from libc, compilers now do it betterDenys Vlasenko2023-02-131-9/+16
* hush: restore SIGHUP handling, this time explain why we do what we doDenys Vlasenko2023-01-301-20/+28
* hush: restore tty pgrp on SIGHUPDenys Vlasenko2023-01-301-5/+8
* hush: remove special handling of SIGHUPDenys Vlasenko2023-01-301-18/+20
* shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko2023-01-263-10/+20
* nmeter: increase maximum /proc file size (needed for large machines)Denys Vlasenko2023-01-241-3/+6
* ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)Denys Vlasenko2023-01-181-1/+1
* ntpd: fold d_to_tv() into its only callerDenys Vlasenko2023-01-181-8/+10
* ntpd: correct fixed->float conversions of fractionsDenys Vlasenko2023-01-171-4/+4
* ntpd: make NTP client and server Y2036/2038-readyMiroslav Lichvar2023-01-171-3/+11
* ed: don't use memcpy with overlapping memory regionsSören Tempel2023-01-051-1/+1
* Start 1.37.0 development cycleDenys Vlasenko2023-01-031-2/+2
* Bump version to 1.36.01_36_0Denys Vlasenko2023-01-031-1/+1
* hush: code shrinkDenys Vlasenko2023-01-031-4/+9
* ash: trivial code shrinkDenys Vlasenko2023-01-031-1/+1
* xxd: use bb_simple_perror_msg... where appropriateDenys Vlasenko2023-01-031-2/+2
* shell: fix compile failures in some configsDenys Vlasenko2023-01-034-15/+31
* Makefile.flags: add resolv to LDLIBS for linux compilers too (not only gnu ones)Denys Vlasenko2023-01-021-0/+3
* sed: fix double-free in FEATURE_CLEAN_UP=y configsDenys Vlasenko2023-01-021-4/+13
* mv: fix error in !VERBOSE configsDenys Vlasenko2023-01-021-2/+2
* libbb/loop: fix compile failure (name collision)Denys Vlasenko2023-01-021-2/+2