aboutsummaryrefslogtreecommitdiff
path: root/miscutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* time: code shrinkRon Yorston2024-04-091-4/+1
* time: mitigation for interleaved outputRon Yorston2024-04-061-0/+6
* make: allow '#' to be escaped with a backslashRon Yorston2024-03-111-3/+11
* build system: avoid full rebuild when EXTRAVERSION changesRon Yorston2024-02-161-0/+3
* time: enable '-f' optionRon Yorston2024-01-051-17/+6
* Merge branch 'busybox' into mergeRon Yorston2024-01-051-31/+42
|\
| * time: implement %% and \escapes in -f FMTDenys Vlasenko2024-01-011-21/+18
| * time: fix max resident set size unitNatanael Copa2023-12-311-9/+19
* | make: proper handling of build failure with '-k'Ron Yorston2023-12-221-3/+8
* | make: flush stdout after writing command stringRon Yorston2023-12-111-1/+3
* | iconv: fix incorrect fixRon Yorston2023-11-081-4/+5
* | make: stricter checks for c:/path filenamesRon Yorston2023-10-241-6/+9
* | make: fix detection of target rulesRon Yorston2023-10-231-152/+183
* | make: permit Unix-style paths when setting MAKERon Yorston2023-10-061-1/+4
* | win32: convert exit codesRon Yorston2023-09-141-1/+1
* | make: return non-zero exit status when a command failsRon Yorston2023-09-121-10/+35
* | make: avoid more warningsRon Yorston2023-09-121-1/+2
* | make: fixes to warning messagesRon Yorston2023-08-251-28/+28
* | make: fix .DEFAULT for prerequisiteRon Yorston2023-08-241-1/+0
* | make: fix POSIX buildRon Yorston2023-08-241-0/+15
* | make: allow targets of the form c:/pathRon Yorston2023-08-231-2/+35
* | Merge branch 'busybox' into mergeRon Yorston2023-08-104-3/+140
|\|
| * introduce and use exitcode_tDenys Vlasenko2023-07-174-4/+5
| * getfattr: fix "getfattr NOTEXIST" - now prints error msgDenys Vlasenko2023-07-171-4/+9
| * getfattr: new appletYU Jincheng2023-07-161-0/+131
* | Merge branch 'busybox' into mergeRon Yorston2023-07-1332-47/+47
|\|
| * i2ctransfer: fix build warningDenys Vlasenko2023-07-101-1/+1
| * Update applet size estimatesDenys Vlasenko2023-07-1031-42/+42
| * libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko2023-06-152-4/+4
* | make: code shrinkRon Yorston2023-06-081-1/+1
* | win32: remove special treatment of USERNAMERon Yorston2023-06-051-1/+0
* | drop: changes to ctrl-c handlingRon Yorston2023-05-231-12/+25
* | make: special treatment of archive membersRon Yorston2023-05-011-4/+25
* | iconv: use temporary file for outputRon Yorston2023-04-271-2/+11
* | win32: export xappendword()Ron Yorston2023-04-232-16/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-04-171-2/+22
|\|
| * seedrng: fix for glibc <= 2.24 not providing random headerThomas Devoogdt2023-04-111-4/+10
| * seedrng: fix for glibc <= 2.24 not providing getrandom()Denys Vlasenko2023-04-101-0/+14
| * Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-295-9/+0
| * Fix non-Linux buildsSamuel Thibault2022-11-295-0/+9
* | drop: adjust environment on privilege changeRon Yorston2023-03-271-0/+16
* | drop: cdrop and pdrop don't need shellRon Yorston2023-03-231-8/+18
* | drop: search PATH for cmd.exe/PowerShellRon Yorston2023-03-231-27/+25
* | drop: add cdrop and pdrop aliasesRon Yorston2023-03-191-3/+48
* | runuser,drop: drop runuser, tweak dropRon Yorston2023-03-191-0/+130
* | make: code shrinkRon Yorston2023-03-161-2/+2
* | win32: add support for virtual terminal inputRon Yorston2023-03-051-9/+18
* | make: strip leading whitespace in shell assignmentRon Yorston2023-02-011-11/+28
* | make: allow building as pdpmake onlyRon Yorston2023-01-241-0/+1
* | make: add '-x' option to set pragmasRon Yorston2022-11-211-50/+92