| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: stat(2) succeeds if fetching extra metadata fails | Ron Yorston | 2019-02-19 | 1 | -11/+3 |
* | win32: tidy up stat(2) implementation | Ron Yorston | 2019-02-18 | 1 | -21/+22 |
* | win32: avoid use of uninitialised metadata in stat(2) | Ron Yorston | 2019-02-18 | 1 | -2/+8 |
* | ash: updated support for hiding console | Ron Yorston | 2019-02-17 | 1 | -0/+16 |
* | win32: make stat(2) fetch additional metadata | Ron Yorston | 2019-02-16 | 1 | -4/+35 |
* | win32: add a function to remove CRs from a text buffer | Ron Yorston | 2019-02-14 | 1 | -0/+11 |
* | win32: don't try to run non-existent script | Ron Yorston | 2019-02-07 | 1 | -1/+1 |
* | win32: add support for the euro currency symbol | Ron Yorston | 2019-02-02 | 2 | -0/+89 |
* | win32: allow characters to be entered as ALTNNN | Ron Yorston | 2019-01-26 | 1 | -3/+34 |
* | ps: fix long output when desktop compatibility is disabled | Ron Yorston | 2019-01-08 | 1 | -0/+3 |
* | ps: display interpreted script name in comm column | Ron Yorston | 2019-01-08 | 1 | -1/+2 |
* | ps: add support for the args column | Ron Yorston | 2019-01-08 | 1 | -11/+29 |
* | ps: add user and group columns | Ron Yorston | 2019-01-08 | 1 | -1/+10 |
* | win32: add a fake root user and group | Ron Yorston | 2019-01-08 | 1 | -13/+26 |
* | win32: implement vsnprintf(2) | Ron Yorston | 2019-01-08 | 1 | -0/+21 |
* | win32: implement umask(2) | Ron Yorston | 2019-01-07 | 1 | -0/+14 |
* | busybox: add --uninstall option | Ron Yorston | 2019-01-05 | 1 | -0/+39 |
* | win32: reduce static storage needed for lazy loading | Ron Yorston | 2019-01-04 | 2 | -21/+15 |
* | win32: add support for %T to strftime | Ron Yorston | 2018-12-16 | 1 | -21/+30 |
* | win32: special treatment for PATH | Ron Yorston | 2018-12-14 | 1 | -20/+0 |
* | win32: emulate SIGPIPE | Ron Yorston | 2018-12-11 | 1 | -3/+23 |
* | win32: special treatment for files with the '.sh' extension | Ron Yorston | 2018-12-09 | 2 | -36/+46 |
* | win32: add a case-insensitive version of is_suffixed_with() | Ron Yorston | 2018-12-09 | 1 | -2/+1 |
* | win32: use open_read_close() where possible | Ron Yorston | 2018-12-09 | 2 | -12/+4 |
* | win32: allow execution of empty batch file to succeed | Ron Yorston | 2018-12-08 | 1 | -0/+8 |
* | win32: (another) fix to file extension test | Ron Yorston | 2018-12-07 | 1 | -1/+1 |
* | win32: fix to file extension test | Ron Yorston | 2018-12-07 | 1 | -2/+3 |
* | win32: improve execution of batch files | Ron Yorston | 2018-12-07 | 1 | -26/+8 |
* | win32: rework adding of extensions to filenames | Ron Yorston | 2018-12-06 | 2 | -22/+34 |
* | win32: fix implementation of access(2) | Ron Yorston | 2018-12-04 | 1 | -2/+5 |
* | ash: fix a couple of test cases | Ron Yorston | 2018-12-04 | 1 | -3/+1 |
* | win32: save a few bytes in process scanning | Ron Yorston | 2018-11-27 | 1 | -14/+7 |
* | win32: save a few bytes in fake times(2) implementation | Ron Yorston | 2018-11-27 | 1 | -5/+1 |
* | Allow build objects to go to a separate directory | Ron Yorston | 2018-11-21 | 2 | -3/+4 |
* | win32: use string_array_len to obtain size of argv array | Ron Yorston | 2018-10-26 | 1 | -8/+4 |
* | win32: rename resource files | Ron Yorston | 2018-07-24 | 8 | -6/+6 |
* | win32: make version info and manifest resources configurable | Ron Yorston | 2018-07-24 | 2 | -3/+7 |
* | win32: tweaks to manifest | Ron Yorston | 2018-07-24 | 2 | -26/+26 |
* | win32: add manifest resource | Ron Yorston | 2018-07-12 | 3 | -0/+31 |
* | win32: better error message in kill(2) | Ron Yorston | 2018-07-12 | 1 | -0/+2 |
* | realpath: implement realpath(3) and enable realpath(1)realpath | Ron Yorston | 2018-06-09 | 1 | -3/+56 |
* | win32: remove some code from procps_scan | Ron Yorston | 2018-04-10 | 1 | -3/+0 |
* | win32: don't leak pipe data structures | Ron Yorston | 2018-04-07 | 1 | -58/+66 |
* | ps: indicate forkshell processes in listing | Ron Yorston | 2018-04-05 | 1 | -1/+1 |
* | win32: exclude termios code | Ron Yorston | 2018-04-05 | 2 | -14/+0 |
* | win32: ensure timeout works in read_key | Ron Yorston | 2018-04-05 | 1 | -4/+4 |
* | ps: obtain applet names from other BusyBox processes | Ron Yorston | 2018-04-04 | 1 | -18/+89 |
* | win32: improvements to get_terminal_width_height | Ron Yorston | 2018-04-03 | 2 | -18/+23 |
* | win32: simplify isatty replacement | Ron Yorston | 2018-04-03 | 1 | -5/+1 |
* | win32: return correct exit status from waitpid | Ron Yorston | 2018-03-29 | 1 | -1/+5 |