| Commit message (Expand) | Author | Files | Lines |
2023-03-31 | modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d... | Denys Vlasenko | 2 | -2/+22 |
2023-03-29 | ash: make EPOCH variables work if RANDOM is disabled | Ron Yorston | 1 | -1/+1 |
2023-03-29 | lineedit: fix matching of directories when searching PATH | Ron Yorston | 1 | -2/+2 |
2023-03-29 | libbb/sha: do not read shaNI variable twice, and factor out its setting | Denys Vlasenko | 1 | -12/+16 |
2023-03-29 | libbb/sha: fix sha-NI instruction detection | Denys Vlasenko | 1 | -2/+2 |
2023-03-28 | httpd: do not mangle cgi-bin/SCRIPT/params URLs | Denys Vlasenko | 1 | -36/+38 |
2023-03-28 | find: implement -ok | David Leonard | 2 | -3/+42 |
2023-03-28 | ash: changes to evalsubshell() | Ron Yorston | 1 | -2/+12 |
2023-03-27 | drop: adjust environment on privilege change | Ron Yorston | 2 | -5/+22 |
2023-03-25 | win32: use CheckTokenMembership() to check privilege | Ron Yorston | 1 | -14/+16 |
2023-03-24 | lineedit: fix matching of directories when searching PATH | Ron Yorston | 1 | -2/+2 |
2023-03-23 | drop: cdrop and pdrop don't need shell | Ron Yorston | 3 | -12/+38 |
2023-03-23 | drop: search PATH for cmd.exe/PowerShell | Ron Yorston | 1 | -27/+25 |
2023-03-19 | drop: add cdrop and pdrop aliases | Ron Yorston | 4 | -4/+53 |
2023-03-19 | runuser,drop: drop runuser, tweak drop | Ron Yorston | 4 | -52/+18 |
2023-03-19 | runuser,drop: code shrink | Ron Yorston | 2 | -16/+9 |
2023-03-17 | win32: delay adjusting code page | Ron Yorston | 3 | -5/+13 |
2023-03-16 | runuser: add 'drop' as an alias for runuser | Ron Yorston | 4 | -24/+78 |
2023-03-16 | make: code shrink | Ron Yorston | 1 | -2/+2 |
2023-03-16 | win32: code shrink detection of executables | Ron Yorston | 5 | -28/+41 |
2023-03-13 | runuser: new applet | Ron Yorston | 6 | -15/+155 |
2023-03-07 | win32: more changes to console/terminal modes | Ron Yorston | 2 | -32/+31 |
2023-03-06 | win32: virtual terminal input fixes | Ron Yorston | 5 | -11/+10 |
2023-03-05 | win32: add support for virtual terminal input | Ron Yorston | 4 | -32/+34 |
2023-03-05 | win32: enable Unix read_key() for virtual terminal | Ron Yorston | 4 | -5/+11 |
2023-03-05 | win32: add virtual terminal support to termios(3) | Ron Yorston | 3 | -114/+50 |
2023-03-05 | win32: changes to console mode handling | Ron Yorston | 11 | -43/+93 |
2023-03-05 | ash: drop workaround for 'read -t 0' | Ron Yorston | 1 | -12/+0 |
2023-03-03 | nc: switch to using poll(2) | Ron Yorston | 1 | -49/+2 |
2023-03-03 | win32: revise poll(2) for use in nc | Ron Yorston | 1 | -7/+11 |
2023-03-03 | win32: update poll(2) to match latest gnulib version | Ron Yorston | 1 | -12/+37 |
2023-02-27 | fixdep: avoid underflow when end of entry doesn't coincide with EOF | Arsen Arsenović | 1 | -0/+5 |
2023-02-23 | unzip: document some options we might support | Denys Vlasenko | 1 | -0/+7 |
2023-02-22 | unzip: clear SUID/GID bits, implement -K to not clear them | Denys Vlasenko | 1 | -3/+12 |
2023-02-21 | win32: try to recover from strange console mode | Ron Yorston | 1 | -4/+14 |
2023-02-21 | ash: revised CRLF handling for scripts | Ron Yorston | 1 | -1/+64 |
2023-02-21 | ash: revert changes to handle CRLF in scripts | Ron Yorston | 1 | -34/+4 |
2023-02-20 | ash: really reset ANSI emulation in interactive mode | Ron Yorston | 1 | -2/+2 |
2023-02-19 | win32: shuffle skip_ansi_emulation() code | Ron Yorston | 1 | -6/+8 |
2023-02-19 | win32: work around problem with ConEmu | Ron Yorston | 1 | -1/+3 |
2023-02-19 | win32: only change console mode if necessary | Ron Yorston | 1 | -7/+10 |
2023-02-19 | ash: only reset ANSI emulation in interactive loop | Ron Yorston | 1 | -3/+3 |
2023-02-15 | ash: skip CR when detecting end of here documentFRP-4882-g6e0a6b7e5 | Ron Yorston | 1 | -1/+1 |
2023-02-13 | win32: skip ACL check in stat(2) when running as rootFRP-4881-ga6c5fd4eb | Ron Yorston | 1 | -1/+2 |
2023-02-13 | top: stop using div() from libc, compilers now do it better | Denys Vlasenko | 1 | -9/+16 |
2023-02-12 | ash: improve CRLF handling in read | Ron Yorston | 2 | -0/+40 |
2023-02-10 | ash: remove CRs from CRLF during field splitting | Ron Yorston | 3 | -5/+40 |
2023-02-07 | ash: change CRLF handling | Ron Yorston | 3 | -7/+55 |
2023-02-06 | vi: introduce 'binary' option and '-b' flag | Ron Yorston | 1 | -11/+35 |
2023-02-06 | vi: allow change of 'fileformat' option | Ron Yorston | 1 | -12/+23 |