| Commit message (Expand) | Author | Files | Lines |
2024-03-29 | Revert "unicode: identify emoji width and modifiers" | Avi Halachmi (:avih) | 1 | -8/+0 |
2024-03-29 | win32: unicode: use newer wcwidth by default | Avi Halachmi (:avih) | 4 | -0/+683 |
2024-03-26 | ash: strip path from NOFORK applet names | Ron Yorston | 1 | -0/+3 |
2024-03-11 | make: allow '#' to be escaped with a backslash | Ron Yorston | 2 | -3/+20 |
2024-03-09 | win32: improvements to realpath(3) | Ron Yorston | 1 | -2/+6 |
2024-03-08 | win32: let realpath(3) work on flaky filesystems | Ron Yorston | 1 | -0/+3 |
2024-03-08 | su: free all allocated memory | Ron Yorston | 1 | -14/+18 |
2024-03-07 | su: handle restricted disk drivers | Ron Yorston | 1 | -6/+18 |
2024-03-06 | ash: fix 'read' built-in performance regression | Ron Yorston | 1 | -0/+4 |
2024-03-03 | tls: use C code for x86_64 sp_256_sub_8_p256_mod() | Ron Yorston | 1 | -1/+1 |
2024-03-02 | awk: fix segfault when compiled by clang | Ron Yorston | 1 | -1/+1 |
2024-03-02 | crond: log5 fix typo, replace log level '4' with '5' | Jones Syue | 1 | -1/+1 |
2024-02-26 | ash: fix handling of single-quoted strings in pattern substitution | Denys Vlasenko | 5 | -0/+29 |
2024-02-26 | ip link: support for the CAN netlink | Dario Binacchi | 3 | -11/+333 |
2024-02-25 | hush: detect when terminating "done"/"fi" is missing | Denys Vlasenko | 9 | -1/+22 |
2024-02-25 | hush: set G.ifs sooner (prevents segfault) | Denys Vlasenko | 1 | -28/+34 |
2024-02-25 | win32: add a comment about LTO to mkrelease | Ron Yorston | 1 | -2/+7 |
2024-02-25 | win32: add BB_VER.h to .gitignore | Ron Yorston | 1 | -0/+1 |
2024-02-25 | ls: do not truncate username/groupname to 8 chars | Denys Vlasenko | 1 | -2/+2 |
2024-02-23 | Update README.md | Ron Yorston | 1 | -2/+7 |
2024-02-20 | win32: fix uname(2) if ARM architecture is undefinedFRP-5301-gda71f7c57 | Ron Yorston | 1 | -0/+2 |
2024-02-20 | build system: fix for older GNU make | Ron Yorston | 1 | -3/+9 |
2024-02-16 | build system: avoid full rebuild when EXTRAVERSION changes | Ron Yorston | 7 | -2/+25 |
2024-02-16 | build system: improvements to EXTRAVERSION detection | Ron Yorston | 1 | -8/+9 |
2024-02-15 | build system: try to find a more precise EXTRAVERSION | Ron Yorston | 2 | -0/+34 |
2024-02-11 | httpd: enable interpreter script feature | Ron Yorston | 5 | -18/+38 |
2024-02-11 | httpd: code shrink | Ron Yorston | 1 | -10/+7 |
2024-02-09 | httpd: avoid unnecessary process creation | Ron Yorston | 1 | -3/+4 |
2024-02-08 | ash: allow nofork applets in Windows on ARM + UCRT | Ron Yorston | 1 | -1/+2 |
2024-02-07 | win32: avoid console windows from CGI scripts | Ron Yorston | 1 | -1/+1 |
2024-02-03 | win32: update sample script for release build | Ron Yorston | 2 | -36/+67 |
2024-02-02 | win32: stat(1) requires find_mount_point() | Ron Yorston | 1 | -0/+1 |
2024-02-02 | win32: rearrange applet override handling | Ron Yorston | 4 | -36/+38 |
2024-01-31 | win32: UTF8_OUTPUT: recover quicker from bad byte | Avi Halachmi (:avih) | 1 | -12/+19 |
2024-01-30 | win32: import dirname(3) from mingw-w64 | Ron Yorston | 2 | -0/+288 |
2024-01-30 | ls: support NO_COLOR environment variable | Ron Yorston | 1 | -0/+5 |
2024-01-24 | win32: avoid invalid free | Ron Yorston | 1 | -3/+5 |
2024-01-23 | win32: hardcode numeric value of MANIFEST resource | Ron Yorston | 1 | -2/+3 |
2024-01-23 | Fix POSIX build in standalone shell mode | Ron Yorston | 3 | -4/+7 |
2024-01-21 | build system: try a different exception method | Ron Yorston | 1 | -1/+1 |
2024-01-21 | build system: actually detect lack of --warn-common | Ron Yorston | 1 | -1/+7 |
2024-01-21 | win32: add aarch64 to uname(2) | Ron Yorston | 1 | -0/+3 |
2024-01-21 | build system: improved handling of silent mode | Ron Yorston | 1 | -1/+8 |
2024-01-21 | win32: update sample script | Ron Yorston | 1 | -15/+38 |
2024-01-20 | build system: make compiler names configurable | Ron Yorston | 6 | -6/+48 |
2024-01-19 | awk: fix segfault when compiled by clang | Ron Yorston | 1 | -0/+4 |
2024-01-18 | ash: workaround environment issue in Windows on ARM | Ron Yorston | 1 | -1/+2 |