aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: enhanced support for SIGPIPEHEADFRP-5579-g5749feb35masterRon Yorston2025-02-081-4/+0
* make: support GNU/BSD suffixes and inference rulesRon Yorston2025-01-141-1/+1
* Merge branch 'busybox' into mergemergeRon Yorston2024-12-302-12/+11
|\
| * cut: tweak --helpDenys Vlasenko2024-12-111-2/+2
| * hexdump: fix regression with -n4 -e '"%u"'Natanael Copa2024-12-091-2/+4
| * libbb: tidy argument checks in getopt32()Ron Yorston2024-12-091-8/+5
* | id: code shrinkRon Yorston2024-10-091-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2024-10-082-26/+32
|\|
| * libbb: modify find_executable() to not temporarily write to PATHDenys Vlasenko2024-10-081-26/+30
* | libbb: code shrink supplementary group testRon Yorston2024-10-081-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2024-10-082-0/+36
|\|
| * ash: cache more of uid/gid syscallsDenys Vlasenko2024-10-071-0/+14
| * libbb: simplify parameter passing in is_in_supplementary_groups()Denys Vlasenko2024-10-071-5/+5
| * libbb: move is_in_supplementary_groups() from test to libbbDenys Vlasenko2024-10-071-0/+20
| * libbb: fix sha1 on !x86 if CONFIG_SHA1_HWACCEL=yRudi Heitbaum2024-10-061-0/+2
* | win32: work around problem with stderr in MSVCRTRon Yorston2024-09-301-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2024-09-282-40/+37
|\|
| * lineedit: use stdout for shell history builtinRon Yorston2024-09-271-1/+1
| * 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-271-1/+1
* | win32: drop workaround for Wine console bufferRon Yorston2024-09-271-3/+3
* | ash: optimise running of scripts (2)Ron Yorston2024-09-041-0/+7
* | win32: code shrinkRon Yorston2024-08-161-1/+1
* | lineedit: use stdout for shell history builtinRon Yorston2024-07-271-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2024-07-131-6/+23
|\|
| * tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=yDenys Vlasenko2024-07-121-6/+23
* | win32: code shrink system drive handlingRon Yorston2024-07-071-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2024-06-234-28/+111
|\|
| * libbb: add bit counting function, use where appropriateDenys Vlasenko2024-05-312-0/+47
| * nproc: prepare for arbitrarily large CPU masksDenys Vlasenko2024-05-312-0/+30
| * lineedit: print prompt and editing operations to stderrDenys Vlasenko2024-04-131-28/+34
* | win32: code shrink BB_CRITICAL_ERROR_DIALOGSRon Yorston2024-06-231-1/+1
* | win32: add env var to control error dialogsRon Yorston2024-06-222-2/+3
* | win32: revert 'don't set error mode'Ron Yorston2024-06-221-0/+4
* | win32: don't set error modeRon Yorston2024-06-161-4/+0
* | win32: allow for trailing separator in PATHRon Yorston2024-06-141-0/+12
* | libbb: make default history size configurableRon Yorston2024-04-282-2/+12
* | lineedit: reduce default history sizeRon Yorston2024-04-271-0/+4
* | win32: unicode: new wcwidth: allow enabling bidiAvi Halachmi (:avih)2024-04-021-2/+5
* | Revert "unicode: identify emoji width and modifiers"Avi Halachmi (:avih)2024-03-291-8/+0
* | win32: unicode: use newer wcwidth by defaultAvi Halachmi (:avih)2024-03-292-0/+510
* | build system: avoid full rebuild when EXTRAVERSION changesRon Yorston2024-02-161-0/+3
* | win32: stat(1) requires find_mount_point()Ron Yorston2024-02-021-0/+1
* | win32: rearrange applet override handlingRon Yorston2024-02-022-27/+29
* | win32: avoid invalid freeRon Yorston2024-01-241-3/+5
* | Fix POSIX build in standalone shell modeRon Yorston2024-01-231-0/+2
* | Remove FAST_FUNC from variadic functionsRon Yorston2024-01-175-12/+12
* | Annual update of copyright messageRon Yorston2024-01-151-1/+1
* | lineedit: remove CRs from inputRon Yorston2024-01-121-2/+6