| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | win32: squeeze a few bytes out of strftime | Ron Yorston | 2018-03-05 | 1 | -4/+6 |
* | win32: use strchrnul from BusyBox in fnmatch | Ron Yorston | 2018-03-05 | 1 | -1/+5 |
* | win32: reduce amount of static data | Ron Yorston | 2018-03-04 | 4 | -101/+127 |
* | Minor improvements to build | Ron Yorston | 2018-03-02 | 1 | -2/+1 |
* | win32: make has_exec_format static | Ron Yorston | 2018-03-01 | 1 | -55/+55 |
* | win32: additional improvements to handling of executables | Ron Yorston | 2018-02-28 | 1 | -10/+24 |
* | win32: don't add extensions to filenames ending with a dot | Ron Yorston | 2018-02-28 | 1 | -1/+7 |
* | win32: fix code to check for file extensions | Ron Yorston | 2018-02-27 | 1 | -1/+1 |
* | win32: move detection of file formats to stat(2) | Ron Yorston | 2018-02-26 | 2 | -54/+77 |
* | win32: improvements to stat(2) emulation | Ron Yorston | 2018-02-26 | 1 | -25/+18 |
* | win32: add support for batch files | Ron Yorston | 2018-02-26 | 2 | -12/+59 |
* | win32: make /dev/urandom more random | Ron Yorston | 2018-02-23 | 3 | -2/+242 |
* | win32: handle /dev/zero and /dev/urandom in open and read functions | Ron Yorston | 2018-02-22 | 2 | -3/+60 |
* | win32: tailor inet_pton.c for use in busybox-w32 | Ron Yorston | 2018-02-22 | 1 | -11/+8 |
* | win32: import inet_pton.c from ISC BIND | Ron Yorston | 2018-02-22 | 1 | -231/+182 |
* | win32: import fsync(2) implementation from gnulib | Ron Yorston | 2018-02-21 | 2 | -0/+76 |
* | win32: use built-in shell for popen, if possible | Ron Yorston | 2018-02-18 | 1 | -2/+12 |
* | win32: add dummy sys/select.h required for poll | Ron Yorston | 2018-02-14 | 1 | -0/+0 |
* | win32: update poll implementation to match latest gnulib version | Ron Yorston | 2018-02-13 | 1 | -209/+207 |