| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | win32: save a few bytes | Ron Yorston | 2018-03-29 | 1 | -4/+3 |
* | win32: improve dependency checking for resources | Ron Yorston | 2018-03-29 | 1 | -2/+5 |
* | ps: display applet names in process listing | Ron Yorston | 2018-03-28 | 1 | -1/+16 |
* | ps: clear status for each process | Ron Yorston | 2018-03-28 | 1 | -0/+2 |
* | Add a VERSIONINFO resource to the binary | Ron Yorston | 2018-03-28 | 2 | -2/+34 |
* | win32: changes to kill(2) | Ron Yorston | 2018-03-27 | 1 | -14/+20 |
* | Allow icon resources to be included in the binary | Ron Yorston | 2018-03-27 | 7 | -0/+39 |
* | win32: save a few bytes in device file support | Ron Yorston | 2018-03-23 | 1 | -35/+35 |
* | win32: allow use of shell's PRNG for /dev/urandom | Ron Yorston | 2018-03-22 | 2 | -5/+82 |
* | win32: tighten up code slightly in isaac.c | Ron Yorston | 2018-03-22 | 1 | -13/+5 |
* | win32: small changes to reduce size of binary | Ron Yorston | 2018-03-22 | 2 | -13/+8 |
* | win32: don't test DLLs for executable format | Ron Yorston | 2018-03-18 | 1 | -0/+5 |
* | win32: add a function to convert backslashes to slashes | Ron Yorston | 2018-03-18 | 1 | -11/+14 |
* | win32: try harder to get file attributes | Ron Yorston | 2018-03-17 | 1 | -0/+16 |
* | win32: tidy up popen implementation | Ron Yorston | 2018-03-15 | 1 | -206/+75 |
* | wget: add support for https | Ron Yorston | 2018-03-15 | 1 | -0/+103 |
* | ash: remove special treatment of device files | Ron Yorston | 2018-03-15 | 1 | -1/+3 |
* | win32: restrict visibility of special devices | Ron Yorston | 2018-03-15 | 1 | -7/+24 |
* | winansi: check for broken pipe in winansi_write | Ron Yorston | 2018-03-09 | 1 | -7/+21 |
* | winansi: check for broken pipe | Ron Yorston | 2018-03-06 | 1 | -6/+29 |
* | winansi: changes to puts, fputs and fwrite | Ron Yorston | 2018-03-06 | 1 | -18/+3 |
* | winansi: improve error return values in ANSI emulation | Ron Yorston | 2018-03-06 | 1 | -20/+23 |
* | winansi: create and use functions to test for console | Ron Yorston | 2018-03-06 | 1 | -51/+20 |