aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* drop: search PATH for cmd.exe/PowerShellRon Yorston2023-03-231-27/+25
* drop: add cdrop and pdrop aliasesRon Yorston2023-03-194-4/+53
* runuser,drop: drop runuser, tweak dropRon Yorston2023-03-194-52/+18
* runuser,drop: code shrinkRon Yorston2023-03-192-16/+9
* win32: delay adjusting code pageRon Yorston2023-03-173-5/+13
* runuser: add 'drop' as an alias for runuserRon Yorston2023-03-164-24/+78
* make: code shrinkRon Yorston2023-03-161-2/+2
* win32: code shrink detection of executablesRon Yorston2023-03-165-28/+41
* runuser: new appletRon Yorston2023-03-136-15/+155
* win32: more changes to console/terminal modesRon Yorston2023-03-072-32/+31
* win32: virtual terminal input fixesRon Yorston2023-03-065-11/+10
* win32: add support for virtual terminal inputRon Yorston2023-03-054-32/+34
* win32: enable Unix read_key() for virtual terminalRon Yorston2023-03-054-5/+11
* win32: add virtual terminal support to termios(3)Ron Yorston2023-03-053-114/+50
* win32: changes to console mode handlingRon Yorston2023-03-0511-43/+93
* ash: drop workaround for 'read -t 0'Ron Yorston2023-03-051-12/+0
* nc: switch to using poll(2)Ron Yorston2023-03-031-49/+2
* win32: revise poll(2) for use in ncRon Yorston2023-03-031-7/+11
* win32: update poll(2) to match latest gnulib versionRon Yorston2023-03-031-12/+37
* win32: try to recover from strange console modeRon Yorston2023-02-211-4/+14
* ash: revised CRLF handling for scriptsRon Yorston2023-02-211-1/+64
* ash: revert changes to handle CRLF in scriptsRon Yorston2023-02-211-34/+4
* ash: really reset ANSI emulation in interactive modeRon Yorston2023-02-201-2/+2
* win32: shuffle skip_ansi_emulation() codeRon Yorston2023-02-191-6/+8
* win32: work around problem with ConEmuRon Yorston2023-02-191-1/+3
* win32: only change console mode if necessaryRon Yorston2023-02-191-7/+10
* ash: only reset ANSI emulation in interactive loopRon Yorston2023-02-191-3/+3
* ash: skip CR when detecting end of here documentFRP-4882-g6e0a6b7e5Ron Yorston2023-02-151-1/+1
* win32: skip ACL check in stat(2) when running as rootFRP-4881-ga6c5fd4ebRon Yorston2023-02-131-1/+2
* Merge branch 'busybox' into mergeRon Yorston2023-02-136-41/+77
|\
| * hush: restore SIGHUP handling, this time explain why we do what we doDenys Vlasenko2023-01-301-20/+28
| * hush: restore tty pgrp on SIGHUPDenys Vlasenko2023-01-301-5/+8
| * hush: remove special handling of SIGHUPDenys Vlasenko2023-01-301-18/+20
| * shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko2023-01-263-10/+20
| * nmeter: increase maximum /proc file size (needed for large machines)Denys Vlasenko2023-01-241-3/+6
| * ntpd: correct comment: 2^-20 is ~1 microsecond (confused with 10^-20)Denys Vlasenko2023-01-181-1/+1
| * ntpd: fold d_to_tv() into its only callerDenys Vlasenko2023-01-181-8/+10
| * ntpd: correct fixed->float conversions of fractionsDenys Vlasenko2023-01-171-4/+4
| * ntpd: make NTP client and server Y2036/2038-readyMiroslav Lichvar2023-01-171-3/+11
| * ed: don't use memcpy with overlapping memory regionsSören Tempel2023-01-051-1/+1
* | ash: improve CRLF handling in readRon Yorston2023-02-122-0/+40
* | ash: remove CRs from CRLF during field splittingRon Yorston2023-02-103-5/+40
* | ash: change CRLF handlingRon Yorston2023-02-073-7/+55
* | vi: introduce 'binary' option and '-b' flagRon Yorston2023-02-061-11/+35
* | vi: allow change of 'fileformat' optionRon Yorston2023-02-061-12/+23
* | Fix POSIX buildRon Yorston2023-02-042-2/+2
* | make: strip leading whitespace in shell assignmentRon Yorston2023-02-011-11/+28
* | ash: fix CRLF handlingRon Yorston2023-01-311-2/+7
* | libbb: fix CRLF handlingRon Yorston2023-01-312-4/+14
* | ash,make: fix CRLF handlingRon Yorston2023-01-302-2/+9