| Commit message (Expand) | Author | Age | Files | Lines |
* | make: set $< and $* for target rules | Ron Yorston | 2024-05-22 | 1 | -6/+27 |
* | make: add support for CURDIR macro | Ron Yorston | 2024-05-22 | 1 | -5/+28 |
* | make: code shrink | Ron Yorston | 2024-04-23 | 1 | -1/+1 |
* | make: better determine that a file is up-to-date | Ron Yorston | 2024-04-22 | 1 | -3/+5 |
* | make: allow mixed macros and targets on command line | Ron Yorston | 2024-04-21 | 1 | -8/+30 |
* | make: change how macros are read from the environment | Ron Yorston | 2024-04-21 | 1 | -2/+6 |
* | make: skip shell -e option when running commands | Ron Yorston | 2024-04-20 | 1 | -2/+1 |
* | time: code shrink | Ron Yorston | 2024-04-09 | 1 | -4/+1 |
* | time: mitigation for interleaved output | Ron Yorston | 2024-04-06 | 1 | -0/+6 |
* | make: allow '#' to be escaped with a backslash | Ron Yorston | 2024-03-11 | 1 | -3/+11 |
* | build system: avoid full rebuild when EXTRAVERSION changes | Ron Yorston | 2024-02-16 | 1 | -0/+3 |
* | time: enable '-f' option | Ron Yorston | 2024-01-05 | 1 | -17/+6 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2024-01-05 | 1 | -31/+42 |
|\ |
|
| * | time: implement %% and \escapes in -f FMT | Denys Vlasenko | 2024-01-01 | 1 | -21/+18 |
| * | time: fix max resident set size unit | Natanael Copa | 2023-12-31 | 1 | -9/+19 |
* | | make: proper handling of build failure with '-k' | Ron Yorston | 2023-12-22 | 1 | -3/+8 |
* | | make: flush stdout after writing command string | Ron Yorston | 2023-12-11 | 1 | -1/+3 |
* | | iconv: fix incorrect fix | Ron Yorston | 2023-11-08 | 1 | -4/+5 |
* | | make: stricter checks for c:/path filenames | Ron Yorston | 2023-10-24 | 1 | -6/+9 |
* | | make: fix detection of target rules | Ron Yorston | 2023-10-23 | 1 | -152/+183 |
* | | make: permit Unix-style paths when setting MAKE | Ron Yorston | 2023-10-06 | 1 | -1/+4 |
* | | win32: convert exit codes | Ron Yorston | 2023-09-14 | 1 | -1/+1 |
* | | make: return non-zero exit status when a command fails | Ron Yorston | 2023-09-12 | 1 | -10/+35 |
* | | make: avoid more warnings | Ron Yorston | 2023-09-12 | 1 | -1/+2 |
* | | make: fixes to warning messages | Ron Yorston | 2023-08-25 | 1 | -28/+28 |
* | | make: fix .DEFAULT for prerequisite | Ron Yorston | 2023-08-24 | 1 | -1/+0 |
* | | make: fix POSIX build | Ron Yorston | 2023-08-24 | 1 | -0/+15 |
* | | make: allow targets of the form c:/path | Ron Yorston | 2023-08-23 | 1 | -2/+35 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-08-10 | 4 | -3/+140 |
|\| |
|
| * | introduce and use exitcode_t | Denys Vlasenko | 2023-07-17 | 4 | -4/+5 |
| * | getfattr: fix "getfattr NOTEXIST" - now prints error msg | Denys Vlasenko | 2023-07-17 | 1 | -4/+9 |
| * | getfattr: new applet | YU Jincheng | 2023-07-16 | 1 | -0/+131 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-07-13 | 32 | -47/+47 |
|\| |
|
| * | i2ctransfer: fix build warning | Denys Vlasenko | 2023-07-10 | 1 | -1/+1 |
| * | Update applet size estimates | Denys Vlasenko | 2023-07-10 | 31 | -42/+42 |
| * | libbb: code shrink: introduce and use [_]exit_FAILURE() | Denys Vlasenko | 2023-06-15 | 2 | -4/+4 |
* | | make: code shrink | Ron Yorston | 2023-06-08 | 1 | -1/+1 |
* | | win32: remove special treatment of USERNAME | Ron Yorston | 2023-06-05 | 1 | -1/+0 |
* | | drop: changes to ctrl-c handling | Ron Yorston | 2023-05-23 | 1 | -12/+25 |
* | | make: special treatment of archive members | Ron Yorston | 2023-05-01 | 1 | -4/+25 |
* | | iconv: use temporary file for output | Ron Yorston | 2023-04-27 | 1 | -2/+11 |
* | | win32: export xappendword() | Ron Yorston | 2023-04-23 | 2 | -16/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-04-17 | 1 | -2/+22 |
|\| |
|
| * | seedrng: fix for glibc <= 2.24 not providing random header | Thomas Devoogdt | 2023-04-11 | 1 | -4/+10 |
| * | seedrng: fix for glibc <= 2.24 not providing getrandom() | Denys Vlasenko | 2023-04-10 | 1 | -0/+14 |
| * | Remove "select PLATFORM_LINUX" | Denys Vlasenko | 2022-11-29 | 5 | -9/+0 |
| * | Fix non-Linux builds | Samuel Thibault | 2022-11-29 | 5 | -0/+9 |
* | | drop: adjust environment on privilege change | Ron Yorston | 2023-03-27 | 1 | -0/+16 |
* | | drop: cdrop and pdrop don't need shell | Ron Yorston | 2023-03-23 | 1 | -8/+18 |
* | | drop: search PATH for cmd.exe/PowerShell | Ron Yorston | 2023-03-23 | 1 | -27/+25 |