Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix some compiler warnings | Ron Yorston | 2014-03-13 | 1 | -9/+9 | |
* | 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 | |
* | mingw: dummy implementation of times/sysconf | Ron Yorston | 2014-01-30 | 1 | -0/+19 | |
* | date: improve emulation of %e format | Ron Yorston | 2014-01-21 | 1 | -15/+20 | |
* | win32: use strptime from gnulib | Ron Yorston | 2014-01-20 | 1 | -5/+0 | |
* | 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 | |
* | Revise mingw_stat to minimise changes from upstream BusyBox | Ron Yorston | 2014-01-07 | 1 | -8/+34 | |
* | Use win32_execable_file() in test, which and execable.c | Ron Yorston | 2012-05-09 | 1 | -0/+32 | |
* | mingw32: make access(2) check file format for executables | Ron Yorston | 2012-05-09 | 1 | -1/+69 | |
* | ash: set working directory and environment on first startup | Ron Yorston | 2012-04-26 | 1 | -1/+5 | |
* | win32: add pw_shell to struct passwd | Ron Yorston | 2012-04-23 | 1 | -0/+1 | |
* | win32: support fancy prompts and (limited) tilde expansion | Ron Yorston | 2012-04-23 | 1 | -1/+29 | |
* | strsep is in upstream BusyBox: no need for MINGW32 version | Ron Yorston | 2012-04-18 | 1 | -18/+0 | |
* | Make fake fcntl(F_DUPFD) for WIN32 | Ron Yorston | 2012-04-03 | 1 | -12/+40 | |
* | Update mingw.c from latest git/compat | Ron Yorston | 2012-03-30 | 1 | -51/+64 | |
* | Use gnulib poll, importing the version from git | Ron Yorston | 2012-03-30 | 1 | -69/+0 | |
* | win32: add strptime() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+5 | |
* | win32: add utimes and fix utime(file,NULL) | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+41 | |
* | win32: Replace rename() (WHY?) | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+34 | |
* | win32: Replace getcwd() to return forward slashes | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+13 | |
* | win32: add utime() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+29 | |
* | win32: Work around for dup2 | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+7 | |
* | win32: Replace stat/lstat | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+134 | |
* | win32: Replace open/fopen to support /dev/null | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+34 | |
* | win32: add unlink() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+8 | |
* | win32: add poll() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+69 | |
* | win32: add fcntl() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+14 | |
* | win32: add mkdir() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+6 | |
* | win32: add get_busybox_exec_path(), which is bb_busybox_exec_path | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+9 | |
* | win32: add realpath() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+6 | |
* | win32: add strsep() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+18 | |
* | win32: add link() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+21 | |
* | win32: add function to map windows errors to posix ones | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+113 | |
* | win32: add signal routines and SIGALRM support | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+124 | |
* | win32: add getpwuid() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+14 | |
* | win32: add localtime_r() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+7 | |
* | win32: add gmtime_r() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+7 | |
* | win32: add pipe() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+7 | |
* | win32: add gettimeofday() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+40 | |
* | win32: add mkstemp() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+8 | |
* | win32: add sleep() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+6 | |
* | win32: set binary I/O mode by default | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+3 |