| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'busybox' into merge | Ron Yorston | 2026-03-11 | 11 | -91/+553 |
| |\ |
|
| | * | *: don't use getservbyname, it links in a static buffer | Denys Vlasenko | 2026-02-25 | 3 | -25/+131 |
| | * | netstat: fix breakage due to last commit | Denys Vlasenko | 2026-02-24 | 1 | -6/+16 |
| | * | netstat,pscan: don't use getservbyport(), it links in a static buffer | Denys Vlasenko | 2026-02-24 | 1 | -0/+48 |
| | * | telnetd: if vfork in make_new_session() fails, do close socket. | Denys Vlasenko | 2026-02-24 | 1 | -24/+58 |
| | * | telnet: rewrite to use ioloop() | Denys Vlasenko | 2026-02-23 | 1 | -0/+2 |
| | * | telnetd: do not send stray \r\n before /etc/issue.net | Denys Vlasenko | 2026-02-23 | 1 | -2/+0 |
| | * | libbb: add generic "fd polling and I/O" loop, use it in telnetd | Denys Vlasenko | 2026-02-21 | 1 | -0/+262 |
| | * | libbb: better comments in read_key() | Denys Vlasenko | 2026-02-15 | 1 | -37/+38 |
| | * | *: placate warnings where strchr/strstr returns constant pointer | Denys Vlasenko | 2026-02-15 | 4 | -6/+7 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-12 | 3 | -4/+75 |
| |\| |
|
| | * | main: !CONFIG_BUSYBOX: "busybox --OPT" is not a call to applet "-OPT" | Denys Vlasenko | 2026-02-08 | 1 | -1/+4 |
| | * | libbb: introduce and use xasprintf_inplace() | Denys Vlasenko | 2026-02-05 | 1 | -0/+16 |
| | * | libbb: use narrow isqrt() when 64-bit one is not needed (only "factor" uses it) | Denys Vlasenko | 2026-02-04 | 1 | -3/+55 |
| * | | Update default configurations; include uuid functions | Ron Yorston | 2026-02-10 | 1 | -2/+3 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-10 | 2 | -44/+16 |
| |\| |
|
| | * | fdisk: several fixes for 4K sector size | Denys Vlasenko | 2026-02-04 | 1 | -41/+0 |
| | * | uuidgen: move UUID formatting to libbb | Denys Vlasenko | 2026-02-03 | 1 | -0/+13 |
| | * | util-linux: add minimal uuidgen implementation | Osama Abdelkader via busybox | 2026-02-01 | 1 | -3/+3 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2026-02-04 | 1 | -1/+1 |
| |\| |
|
| | * | libbb/loop: fix existence check for LOOP_CONFIGURE ioctl | Wouter Franken | 2026-01-26 | 1 | -1/+1 |
| * | | libbb: fix regression where 'which' output duplicate slashes | Ron Yorston | 2026-02-01 | 1 | -0/+8 |
| * | | libbb: code shrink | Ron Yorston | 2026-01-28 | 2 | -16/+30 |
| * | | libbb: update CNG API config message | rfl890 | 2026-01-28 | 1 | -2/+3 |
| * | | libbb: refactor CNG hashing implementation | rfl890 | 2026-01-27 | 2 | -26/+79 |
| * | | join: add some more tests | Ron Yorston | 2026-01-23 | 1 | -1/+1 |
| * | | win32: wcwidth_alt.c: update to Unicode 17 (latest) | Avi Halachmi (:avih) | 2025-12-29 | 1 | -16/+24 |
| * | | win32: wcwidth_alt.c: update to Unicode 16.0.0 | Avi Halachmi (:avih) | 2025-12-29 | 1 | -16/+29 |
| * | | win32: wcwidth_alt.c: new generator script, re-generate code | Avi Halachmi (:avih) | 2025-12-29 | 1 | -20/+18 |
| * | | win32: wcwidth_alt.c: remove codepoint comments (no-op) | Avi Halachmi (:avih) | 2025-12-29 | 1 | -450/+450 |
| * | | win32: fix printable-chars with no-op utf8 manifest | Avi Halachmi (:avih) | 2025-12-26 | 1 | -0/+18 |
| * | | win32: add a config for 32-bit build with Unicode | Ron Yorston | 2025-12-02 | 1 | -1/+1 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-11-11 | 2 | -5/+13 |
| |\| |
|
| | * | lineedit: fix PS1='\W' for root directory | Denys Vlasenko | 2025-11-08 | 1 | -1/+1 |
| | * | busybox: optional --version support | Denys Vlasenko | 2025-10-13 | 1 | -4/+12 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-10-09 | 1 | -0/+9 |
| |\| |
|
| | * | nsenter,unshare: don't use xvfork_parent_waits_and_exits(), it SEGVs on ppc64le | Denys Vlasenko | 2025-10-08 | 1 | -0/+9 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-09-11 | 1 | -9/+9 |
| |\| |
|
| | * | *: code shrink using sigprocmask2() where appropriate | Denys Vlasenko | 2025-08-11 | 1 | -9/+9 |
| | * | ash: eval: Add vfork support | Denys Vlasenko | 2025-08-09 | 1 | -0/+12 |
| * | | ash: eval: Add vfork support | Ron Yorston | 2025-09-07 | 1 | -0/+12 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-09-06 | 1 | -15/+22 |
| |\| |
|
| | * | top,pmap: speed up /smaps parsing | Denys Vlasenko | 2025-08-06 | 1 | -13/+20 |
| | * | libbb: fix too-narrow variable in procps_read_smaps() causing incorrect sizes | Denys Vlasenko | 2025-08-06 | 1 | -1/+1 |
| | * | libbb: make read_cmdline() replace chars 1..31 with '?', not space | Denys Vlasenko | 2025-08-06 | 1 | -1/+1 |
| * | | lineedit: fix PS1='\W' for root directory | Ron Yorston | 2025-08-22 | 1 | -1/+1 |
| * | | Merge branch 'busybox' into merge | Ron Yorston | 2025-08-15 | 9 | -133/+305 |
| |\| |
|
| | * | top: simplify command line reading | Denys Vlasenko | 2025-08-06 | 1 | -7/+14 |
| | * | top,pmap: do not use common code for reading /proc/PID/smaps | Denys Vlasenko | 2025-08-05 | 1 | -82/+48 |
| | * | top: fix display of very large VSZ | Denys Vlasenko | 2025-08-05 | 1 | -3/+22 |