aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* build system: avoid full rebuild when EXTRAVERSION changesRon Yorston2024-02-167-2/+25
* build system: improvements to EXTRAVERSION detectionRon Yorston2024-02-161-8/+9
* build system: try to find a more precise EXTRAVERSIONRon Yorston2024-02-152-0/+34
* httpd: enable interpreter script featureRon Yorston2024-02-115-18/+38
* httpd: code shrinkRon Yorston2024-02-111-10/+7
* httpd: avoid unnecessary process creationRon Yorston2024-02-091-3/+4
* ash: allow nofork applets in Windows on ARM + UCRTRon Yorston2024-02-081-1/+2
* win32: avoid console windows from CGI scriptsRon Yorston2024-02-071-1/+1
* win32: update sample script for release buildRon Yorston2024-02-032-36/+67
* win32: stat(1) requires find_mount_point()Ron Yorston2024-02-021-0/+1
* win32: rearrange applet override handlingRon Yorston2024-02-024-36/+38
* win32: UTF8_OUTPUT: recover quicker from bad byteAvi Halachmi (:avih)2024-01-311-12/+19
* win32: import dirname(3) from mingw-w64Ron Yorston2024-01-302-0/+288
* ls: support NO_COLOR environment variableRon Yorston2024-01-301-0/+5
* win32: avoid invalid freeRon Yorston2024-01-241-3/+5
* win32: hardcode numeric value of MANIFEST resourceRon Yorston2024-01-231-2/+3
* 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