| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge busybox into merge | Ron Yorston | 2022-02-09 | 2 | -2/+2 |
|\ |
|
| * | *: slap on a few ALIGN_PTR where appropriate | Denys Vlasenko | 2022-02-06 | 1 | -1/+1 |
| * | ash,hush: fix handling of SIGINT while waiting for interactive input | Denys Vlasenko | 2022-01-17 | 1 | -1/+1 |
* | | Merge busybox into merge | Ron Yorston | 2022-01-13 | 2 | -15/+36 |
|\| |
|
| * | nmeter: %[md] %[mw] - dirty file-backed pages, writeback pages | Denys Vlasenko | 2022-01-11 | 1 | -11/+35 |
| * | powertop: fix cpuid asm: ebx saving/restoring is properly done by gcc | Denys Vlasenko | 2022-01-07 | 1 | -4/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-10-13 | 3 | -16/+27 |
|\| |
|
| * | config system: move some options closer to relevalnt tool subdirectories | Denys Vlasenko | 2021-10-12 | 1 | -1/+8 |
| * | ps: fix -o pid=PID,args interpreting entire "PID,args" as header | Denys Vlasenko | 2021-10-07 | 1 | -14/+18 |
| * | *: generalize "const trick" | YU Jincheng | 2021-10-07 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-08-22 | 1 | -15/+1 |
|\| |
|
| * | tar,smemcap: commonalyze checksumming code for tar header | Denys Vlasenko | 2021-08-20 | 1 | -15/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-06-28 | 7 | -48/+64 |
|\| |
|
| * | free: implement -h | Denys Vlasenko | 2021-06-18 | 1 | -29/+51 |
| * | lsof: print fd# too | Denys Vlasenko | 2021-06-16 | 1 | -1/+1 |
| * | *: more --help tweaks | Denys Vlasenko | 2021-06-15 | 1 | -2/+2 |
| * | *: --help tweaks | Denys Vlasenko | 2021-06-14 | 2 | -2/+2 |
| * | *: more --help tweaking | Denys Vlasenko | 2021-06-13 | 1 | -6/+6 |
| * | *: more --help tweaks, mostly expanding ts --help | Denys Vlasenko | 2021-06-13 | 1 | -2/+2 |
| * | *: --help tweaks | Denys Vlasenko | 2021-06-13 | 1 | -1/+1 |
* | | win32: add uptime to sysinfo(2), enable uptime applet | Ron Yorston | 2021-02-19 | 1 | -3/+1 |
* | | free: implement sysinfo(2) and enable free(1) | Ron Yorston | 2021-02-18 | 1 | -0/+15 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-02-05 | 2 | -2/+2 |
|\| |
|
| * | libbb: introduce and use fputs_stdout | Ron Yorston | 2021-02-03 | 2 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2021-01-14 | 6 | -21/+23 |
|\| |
|
| * | pmap: fix column width, closes 13431 | Denys Vlasenko | 2021-01-05 | 1 | -9/+3 |
| * | libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh... | Denys Vlasenko | 2020-12-30 | 1 | -4/+4 |
| * | help text: replace [OPTIONS] with actual options (if not too long) | Denys Vlasenko | 2020-12-13 | 2 | -2/+2 |
| * | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko | 2020-11-30 | 2 | -2/+2 |
| * | free: code shrink | Denys Vlasenko | 2020-11-27 | 1 | -4/+12 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-11-12 | 1 | -1/+1 |
|\| |
|
| * | avoid using strok - eliminates use of hidden global variable | Denys Vlasenko | 2020-10-06 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-08-23 | 3 | -3/+0 |
|\| |
|
| * | build system: drop PLATFORM_LINUX | Ron Yorston | 2020-08-13 | 3 | -3/+0 |
* | | build system: reinstate PLATFORM_LINUX | Ron Yorston | 2020-08-03 | 1 | -0/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-07-09 | 3 | -17/+62 |
|\| |
|
| * | randomconfig fixes | Denys Vlasenko | 2020-06-23 | 1 | -0/+2 |
| * | nmeter: add %T (zero-based timestamp) format | Denys Vlasenko | 2020-06-10 | 1 | -14/+54 |
| * | sysctl: do report EACCES errors on write | Denys Vlasenko | 2020-06-09 | 1 | -3/+6 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2020-01-08 | 1 | -5/+0 |
|\| |
|
| * | suppress a few "unused function" warnings | Denys Vlasenko | 2019-10-25 | 1 | -5/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-08-16 | 7 | -25/+32 |
|\| |
|
| * | top: do not use previous colleced data wheh "h" toggles threads display | Denys Vlasenko | 2019-08-11 | 1 | -1/+4 |
| * | nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c") | Denys Vlasenko | 2019-08-06 | 1 | -5/+5 |
| * | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 5 | -6/+6 |
| * | free: include SReclaimable in cached value | Lukas Rusak | 2019-06-25 | 1 | -13/+17 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-05-27 | 1 | -1/+1 |
|\| |
|
| * | ps: ensure fields are separated by at least one space, closes 11826 | Denys Vlasenko | 2019-05-03 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-04-17 | 1 | -4/+15 |
|\| |
|
| * | top: provide cmdline argument '-H' to enable thread scanning by default | Thomas De Schampheleire | 2019-04-04 | 1 | -4/+15 |