| Commit message (Expand) | Author | Age | Files | Lines |
* | mingw: add routine to pipe a file descriptor to/from a command | Ron Yorston | 2015-05-27 | 1 | -18/+128 |
* | mingw: define a macro for spawn | Ron Yorston | 2015-05-27 | 1 | -1/+1 |
* | win32: fix waitpid implementation | Ron Yorston | 2015-05-27 | 1 | -2/+11 |
* | mingw: provide fake getgroups and getgrouplist | Ron Yorston | 2015-05-18 | 1 | -0/+22 |
* | mingw: implement getpwnam (but only for current user) | Ron Yorston | 2015-05-18 | 1 | -0/+12 |
* | mingw: import select from gnulib | Ron Yorston | 2015-04-22 | 2 | -0/+574 |
* | mingw: additional networking support | Ron Yorston | 2015-04-22 | 1 | -0/+47 |
* | mingw: remove unused code from read_key | Ron Yorston | 2015-04-22 | 1 | -5/+0 |
* | Allow globbing to be enabled with mingw64 | Ron Yorston | 2015-04-12 | 1 | -6/+15 |
* | mingw: changes to handling of directory permissions | Ron Yorston | 2015-03-25 | 1 | -0/+21 |
* | test: fix access check bug; tweak fake file mode | Ron Yorston | 2015-03-24 | 1 | -0/+3 |
* | Enable logname in mingw32 configuration | Ron Yorston | 2015-02-27 | 1 | -0/+17 |
* | Make uid/gid handling more consistent | Ron Yorston | 2015-02-26 | 1 | -14/+51 |
* | Changes to allow building with MinGW-w64 | Ron Yorston | 2015-01-05 | 1 | -0/+5 |
* | Revert "Use putenv to implement unsetenv/clearenv" | Ron Yorston | 2014-12-18 | 1 | -46/+11 |
* | date: add support for %s format | Ron Yorston | 2014-12-02 | 1 | -3/+15 |
* | Move definition of bb_got_signal to mingw.c | Ron Yorston | 2014-11-29 | 1 | -0/+2 |
* | Use putenv to implement unsetenv/clearenv | Ron Yorston | 2014-11-23 | 1 | -11/+46 |
* | mingw.c: ignore EACCES from mkdir if directory exists | Ron Yorston | 2014-10-09 | 1 | -1/+14 |
* | mingw.c: add missing break in fcntl implementation | Ron Yorston | 2014-10-09 | 1 | -0/+1 |
* | win32: attempt to get filesystem type for mntent | Ron Yorston | 2014-10-06 | 1 | -1/+8 |
* | stat: give directories write and execute permissions | Ron Yorston | 2014-08-16 | 1 | -1/+1 |
* | Tidy up mingw_popen | Ron Yorston | 2014-05-15 | 1 | -59/+47 |
* | MinGW: rename execable -> executable | Ron Yorston | 2014-05-06 | 1 | -1/+1 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2014-05-06 | 2 | -5/+5 |
* | Move handling of Windows globbing out of upstream code | Ron Yorston | 2014-04-21 | 1 | -0/+5 |
* | Implement escape sequence for cursor down | Ron Yorston | 2014-04-09 | 1 | -21/+12 |
* | Implement ANSI escape sequences for cursor up/forward | Ron Yorston | 2014-04-07 | 1 | -0/+30 |
* | Only change codepage of input character if top bit is set | Ron Yorston | 2014-03-24 | 1 | -2/+4 |
* | procps_scan: ensure command name is null terminated | Ron Yorston | 2014-03-23 | 1 | -1/+1 |
* | Add empty sys/syscall.h | Ron Yorston | 2014-03-20 | 1 | -0/+0 |
* | Implement vprintf replacement | Ron Yorston | 2014-03-20 | 1 | -1/+2 |
* | Implement getc replacement | Ron Yorston | 2014-03-20 | 1 | -0/+24 |
* | Implement read replacement to handle OEM codepages | Ron Yorston | 2014-03-20 | 1 | -0/+26 |
* | Fixes to write replacement | Ron Yorston | 2014-03-20 | 1 | -2/+2 |
* | Implement write replacement to handle OEM codepages | Ron Yorston | 2014-03-20 | 1 | -1/+75 |
* | Implement puts replacement to handle OEM codepages | Ron Yorston | 2014-03-19 | 1 | -4/+24 |
* | Use OEM codepage for console I/O | Ron Yorston | 2014-03-19 | 2 | -4/+83 |
* | Drop CONFIG_WIN32_NET setting | Ron Yorston | 2014-03-17 | 2 | -11/+1 |
* | Fix some compiler warnings | Ron Yorston | 2014-03-13 | 5 | -13/+15 |
* | Allow utimes to change times on directories | Ron Yorston | 2014-03-13 | 1 | -8/+21 |
* | Remove unused mingw_utime; update utimes to handle read-only files | Ron Yorston | 2014-03-12 | 1 | -41/+20 |
* | Import mempcpy from gnulib | Ron Yorston | 2014-03-11 | 2 | -0/+27 |
* | mingw: dummy implementation of times/sysconf | Ron Yorston | 2014-01-30 | 1 | -0/+19 |
* | win32: use emulated localtime_r in strptime | Ron Yorston | 2014-01-21 | 1 | -3/+1 |
* | date: improve emulation of %e format | Ron Yorston | 2014-01-21 | 1 | -15/+20 |
* | win32: use strptime from gnulib | Ron Yorston | 2014-01-20 | 3 | -5/+649 |
* | date: add dummy stime | Ron Yorston | 2014-01-19 | 1 | -0/+6 |
* | date: emulate %e format | Ron Yorston | 2014-01-19 | 1 | -0/+31 |
* | Implement POSIX-compliant mktemp for WIN32 | Ron Yorston | 2014-01-07 | 1 | -0/+14 |