summaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* win32: don't try to run non-existent scriptRon Yorston2019-02-071-1/+1
* win32: add support for the euro currency symbolRon Yorston2019-02-022-0/+89
* win32: allow characters to be entered as ALTNNNRon Yorston2019-01-261-3/+34
* ps: fix long output when desktop compatibility is disabledRon Yorston2019-01-081-0/+3
* ps: display interpreted script name in comm columnRon Yorston2019-01-081-1/+2
* ps: add support for the args columnRon Yorston2019-01-081-11/+29
* ps: add user and group columnsRon Yorston2019-01-081-1/+10
* win32: add a fake root user and groupRon Yorston2019-01-081-13/+26
* win32: implement vsnprintf(2)Ron Yorston2019-01-081-0/+21
* win32: implement umask(2)Ron Yorston2019-01-071-0/+14
* busybox: add --uninstall optionRon Yorston2019-01-051-0/+39
* win32: reduce static storage needed for lazy loadingRon Yorston2019-01-042-21/+15
* win32: add support for %T to strftimeRon Yorston2018-12-161-21/+30
* win32: special treatment for PATHRon Yorston2018-12-141-20/+0
* win32: emulate SIGPIPERon Yorston2018-12-111-3/+23
* win32: special treatment for files with the '.sh' extensionRon Yorston2018-12-092-36/+46
* win32: add a case-insensitive version of is_suffixed_with()Ron Yorston2018-12-091-2/+1
* win32: use open_read_close() where possibleRon Yorston2018-12-092-12/+4
* win32: allow execution of empty batch file to succeedRon Yorston2018-12-081-0/+8
* win32: (another) fix to file extension testRon Yorston2018-12-071-1/+1
* win32: fix to file extension testRon Yorston2018-12-071-2/+3
* win32: improve execution of batch filesRon Yorston2018-12-071-26/+8
* win32: rework adding of extensions to filenamesRon Yorston2018-12-062-22/+34
* win32: fix implementation of access(2)Ron Yorston2018-12-041-2/+5
* ash: fix a couple of test casesRon Yorston2018-12-041-3/+1
* win32: save a few bytes in process scanningRon Yorston2018-11-271-14/+7
* win32: save a few bytes in fake times(2) implementationRon Yorston2018-11-271-5/+1
* Allow build objects to go to a separate directoryRon Yorston2018-11-212-3/+4
* win32: use string_array_len to obtain size of argv arrayRon Yorston2018-10-261-8/+4
* win32: rename resource filesRon Yorston2018-07-248-6/+6
* win32: make version info and manifest resources configurableRon Yorston2018-07-242-3/+7
* win32: tweaks to manifestRon Yorston2018-07-242-26/+26
* win32: add manifest resourceRon Yorston2018-07-123-0/+31
* win32: better error message in kill(2)Ron Yorston2018-07-121-0/+2
* realpath: implement realpath(3) and enable realpath(1)realpathRon Yorston2018-06-091-3/+56
* win32: remove some code from procps_scanRon Yorston2018-04-101-3/+0
* win32: don't leak pipe data structuresRon Yorston2018-04-071-58/+66
* ps: indicate forkshell processes in listingRon Yorston2018-04-051-1/+1
* win32: exclude termios codeRon Yorston2018-04-052-14/+0
* win32: ensure timeout works in read_keyRon Yorston2018-04-051-4/+4
* ps: obtain applet names from other BusyBox processesRon Yorston2018-04-041-18/+89
* win32: improvements to get_terminal_width_heightRon Yorston2018-04-032-18/+23
* win32: simplify isatty replacementRon Yorston2018-04-031-5/+1
* win32: return correct exit status from waitpidRon Yorston2018-03-291-1/+5
* win32: save a few bytesRon Yorston2018-03-291-4/+3
* win32: improve dependency checking for resourcesRon Yorston2018-03-291-2/+5
* ps: display applet names in process listingRon Yorston2018-03-281-1/+16
* ps: clear status for each processRon Yorston2018-03-281-0/+2
* Add a VERSIONINFO resource to the binaryRon Yorston2018-03-282-2/+34
* win32: changes to kill(2)Ron Yorston2018-03-271-14/+20