aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix POSIX build in standalone shell modeRon Yorston2024-01-233-4/+7
* build system: try a different exception methodRon Yorston2024-01-211-1/+1
* build system: actually detect lack of --warn-commonRon Yorston2024-01-211-1/+7
* win32: add aarch64 to uname(2)Ron Yorston2024-01-211-0/+3
* build system: improved handling of silent modeRon Yorston2024-01-211-1/+8
* win32: update sample scriptRon Yorston2024-01-211-15/+38
* build system: make compiler names configurableRon Yorston2024-01-206-6/+48
* awk: fix segfault when compiled by clangRon Yorston2024-01-191-0/+4
* ash: workaround environment issue in Windows on ARMRon Yorston2024-01-181-1/+2
* build system: permit ARM64 buildRon Yorston2024-01-181-0/+1251
* build system: more clang/llvm tweaksRon Yorston2024-01-184-4/+12
* Remove FAST_FUNC from variadic functionsRon Yorston2024-01-176-24/+24
* Makefile.flags: suppress clang warnings when cross-compilingRon Yorston2024-01-171-3/+3
* ash: further reduce forkshell relocation blockRon Yorston2024-01-161-17/+22
* Annual update of copyright messageRon Yorston2024-01-151-1/+1
* ash: reduce size of forkshell relocation blockRon Yorston2024-01-151-12/+12
* ash: code shrink forkshell debugRon Yorston2024-01-151-6/+0
* ash: add more checks to forkshell debugRon Yorston2024-01-141-15/+36
* ash: special case in creation of pipelineRon Yorston2024-01-141-1/+3
* lineedit: remove CRs from inputRon Yorston2024-01-121-2/+6
* Update PDCursesRon Yorston2024-01-0616-278/+610
* time: enable '-f' optionRon Yorston2024-01-051-17/+6
* Merge branch 'busybox' into mergeRon Yorston2024-01-056-48/+135
|\
| * 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
| * awk: fix handling of empty fieldsDenys Vlasenko2023-12-312-16/+24
| * util-linux/lsusb.c: print manufacturer/product strings if availablePeter Korsgaard2023-12-131-1/+27
* | libbb: code shrink bb_get_last_path_component_strip()Ron Yorston2024-01-041-6/+4
* | win32: fix detection of directories in stat(2)Ron Yorston2024-01-041-3/+5
* | libbb: introduce last_char_is_dir_sep()Ron Yorston2024-01-043-2/+14
* | win32: make the clang build less crashyRon Yorston2024-01-034-6/+22
* | build system: try harder to detect Windows hostsRon Yorston2024-01-021-3/+5
* | win32: code shrink procps_scan()Ron Yorston2023-12-311-2/+2
* | httpd: consistently leak memory, or notRon Yorston2023-12-311-3/+8
* | win32: fix clang error/warningRon Yorston2023-12-312-3/+7
* | ash: avoid crash when job table is emptyRon Yorston2023-12-251-6/+8
* | make: proper handling of build failure with '-k'Ron Yorston2023-12-222-3/+22
* | httpd: enable support for CGIRon Yorston2023-12-206-15/+176
* | win32: code shrink execve(2) implementationRon Yorston2023-12-181-2/+2
* | httpd: fix return code when run in backgroundRon Yorston2023-12-153-15/+7
* | httpd: fix failure to run daemonisedRon Yorston2023-12-151-2/+1
* | lineedit: fix to tab completion of applet overrideRon Yorston2023-12-121-1/+3
* | win32: tidy up conditional compilation of applet overrideRon Yorston2023-12-122-12/+11
* | make: flush stdout after writing command stringRon Yorston2023-12-111-1/+3
* | win32: code shrink applet overridesRon Yorston2023-12-104-62/+32
* | win32: allow hardcoded list of applets to overrideRon Yorston2023-12-095-6/+26
* | Merge branch 'busybox' into mergeFRP-5236-g7dff7f376Ron Yorston2023-12-0516-419/+784
|\|
| * top: improve large PID display in memory ('s') modeDenys Vlasenko2023-11-231-13/+28
| * Cygwin: regenerate defconfigChristian Franke2023-11-131-277/+515