Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-02-22 | dd: use new device handling to implement /dev/zero and /dev/urandom | Ron Yorston | 1 | -13/+10 |
2018-02-22 | win32: handle /dev/zero and /dev/urandom in open and read functions | Ron Yorston | 3 | -3/+65 |
2018-02-22 | fsync: enable in default configuration | Ron Yorston | 3 | -2/+5 |
2018-02-22 | win32: tailor inet_pton.c for use in busybox-w32 | Ron Yorston | 1 | -11/+8 |
2018-02-22 | win32: import inet_pton.c from ISC BIND | Ron Yorston | 1 | -231/+182 |
2018-02-21 | win32: import fsync(2) implementation from gnulib | Ron Yorston | 4 | -1/+78 |
2018-02-19 | ash: use correct size for tblentry | Ron Yorston | 1 | -2/+2 |
2018-02-18 | win32: use built-in shell for popen, if possible | Ron Yorston | 1 | -2/+12 |
2018-02-17 | ash: allow waitpid_child to block | Ron Yorston | 1 | -1/+1 |