| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | win32: always use safe API calls to manipulate environment | Ron Yorston | 2018-02-13 | 1 | -100/+26 |
* | date: support '-' format flag to remove zero padding | Ron Yorston | 2017-12-09 | 1 | -0/+5 |
* | win32: define statvfs as statfs | Ron Yorston | 2017-11-03 | 2 | -1/+3 |
* | mingw: clarify that waitpid(-1, ...) is not supported | Johannes Schindelin | 2017-10-01 | 1 | -1/+1 |
* | win32: allow kill to send signal number 0 | Ron Yorston | 2017-09-27 | 1 | -0/+15 |
* | win32: improvements to implementation of kill(2) | Ron Yorston | 2017-09-27 | 1 | -87/+94 |
* | kill: use gentler method than TerminateProcess() | Johannes Schindelin | 2017-09-27 | 1 | -1/+161 |
* | ps: add support for CPU and elapsed time columns | Ron Yorston | 2017-09-01 | 3 | -2/+106 |
* | ps: add parent process id as a supported column | Ron Yorston | 2017-08-31 | 1 | -0/+1 |
* | win32/poll: avoid assumption that pointers are equivalent to longs | Johannes Schindelin | 2017-08-31 | 1 | -1/+1 |
* | win32: further minor code shrink | Ron Yorston | 2017-08-30 | 1 | -17/+11 |
* | win32: add a function to find executable on PATH | Ron Yorston | 2017-08-30 | 1 | -34/+30 |
* | win32: changes to treatment of scripts | Ron Yorston | 2017-08-30 | 1 | -58/+36 |
* | win32: shrink code to detect .exe files | Ron Yorston | 2017-08-30 | 2 | -22/+21 |
* | mingw: accommodate for BusyBox' assumptions about isatty() | Johannes Schindelin | 2017-08-24 | 1 | -0/+27 |