aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-31modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name d...Denys Vlasenko2-2/+22
2023-03-29ash: make EPOCH variables work if RANDOM is disabledRon Yorston1-1/+1
2023-03-29lineedit: fix matching of directories when searching PATHRon Yorston1-2/+2
2023-03-29libbb/sha: do not read shaNI variable twice, and factor out its settingDenys Vlasenko1-12/+16
2023-03-29libbb/sha: fix sha-NI instruction detectionDenys Vlasenko1-2/+2
2023-03-28httpd: do not mangle cgi-bin/SCRIPT/params URLsDenys Vlasenko1-36/+38
2023-03-28find: implement -okDavid Leonard2-3/+42
2023-03-28ash: changes to evalsubshell()Ron Yorston1-2/+12
2023-03-27drop: adjust environment on privilege changeRon Yorston2-5/+22
2023-03-25win32: use CheckTokenMembership() to check privilegeRon Yorston1-14/+16
2023-03-24lineedit: fix matching of directories when searching PATHRon Yorston1-2/+2
2023-03-23drop: cdrop and pdrop don't need shellRon Yorston3-12/+38
2023-03-23drop: search PATH for cmd.exe/PowerShellRon Yorston1-27/+25
2023-03-19drop: add cdrop and pdrop aliasesRon Yorston4-4/+53
2023-03-19runuser,drop: drop runuser, tweak dropRon Yorston4-52/+18
2023-03-19runuser,drop: code shrinkRon Yorston2-16/+9
2023-03-17win32: delay adjusting code pageRon Yorston3-5/+13
2023-03-16runuser: add 'drop' as an alias for runuserRon Yorston4-24/+78
2023-03-16make: code shrinkRon Yorston1-2/+2
2023-03-16win32: code shrink detection of executablesRon Yorston5-28/+41
2023-03-13runuser: new appletRon Yorston6-15/+155
2023-03-07win32: more changes to console/terminal modesRon Yorston2-32/+31
2023-03-06win32: virtual terminal input fixesRon Yorston5-11/+10
2023-03-05win32: add support for virtual terminal inputRon Yorston4-32/+34
2023-03-05win32: enable Unix read_key() for virtual terminalRon Yorston4-5/+11
2023-03-05win32: add virtual terminal support to termios(3)Ron Yorston3-114/+50
2023-03-05win32: changes to console mode handlingRon Yorston11-43/+93
2023-03-05ash: drop workaround for 'read -t 0'Ron Yorston1-12/+0
2023-03-03nc: switch to using poll(2)Ron Yorston1-49/+2
2023-03-03win32: revise poll(2) for use in ncRon Yorston1-7/+11
2023-03-03win32: update poll(2) to match latest gnulib versionRon Yorston1-12/+37
2023-02-27fixdep: avoid underflow when end of entry doesn't coincide with EOFArsen Arsenović1-0/+5
2023-02-23unzip: document some options we might supportDenys Vlasenko1-0/+7
2023-02-22unzip: clear SUID/GID bits, implement -K to not clear themDenys Vlasenko1-3/+12
2023-02-21win32: try to recover from strange console modeRon Yorston1-4/+14
2023-02-21ash: revised CRLF handling for scriptsRon Yorston1-1/+64
2023-02-21ash: revert changes to handle CRLF in scriptsRon Yorston1-34/+4
2023-02-20ash: really reset ANSI emulation in interactive modeRon Yorston1-2/+2
2023-02-19win32: shuffle skip_ansi_emulation() codeRon Yorston1-6/+8
2023-02-19win32: work around problem with ConEmuRon Yorston1-1/+3
2023-02-19win32: only change console mode if necessaryRon Yorston1-7/+10
2023-02-19ash: only reset ANSI emulation in interactive loopRon Yorston1-3/+3
2023-02-15ash: skip CR when detecting end of here documentFRP-4882-g6e0a6b7e5Ron Yorston1-1/+1
2023-02-13win32: skip ACL check in stat(2) when running as rootFRP-4881-ga6c5fd4ebRon Yorston1-1/+2
2023-02-13top: stop using div() from libc, compilers now do it betterDenys Vlasenko1-9/+16
2023-02-12ash: improve CRLF handling in readRon Yorston2-0/+40
2023-02-10ash: remove CRs from CRLF during field splittingRon Yorston3-5/+40
2023-02-07ash: change CRLF handlingRon Yorston3-7/+55
2023-02-06vi: introduce 'binary' option and '-b' flagRon Yorston1-11/+35
2023-02-06vi: allow change of 'fileformat' optionRon Yorston1-12/+23