aboutsummaryrefslogtreecommitdiff
path: root/win32/mingw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* realpath: implement realpath(3) and enable realpath(1)realpathRon Yorston2018-06-091-3/+56
* win32: save a few bytes in device file supportRon Yorston2018-03-231-35/+35
* win32: small changes to reduce size of binaryRon Yorston2018-03-221-11/+6
* win32: don't test DLLs for executable formatRon Yorston2018-03-181-0/+5
* win32: add a function to convert backslashes to slashesRon Yorston2018-03-181-11/+14
* win32: try harder to get file attributesRon Yorston2018-03-171-0/+16
* ash: remove special treatment of device filesRon Yorston2018-03-151-1/+3
* win32: restrict visibility of special devicesRon Yorston2018-03-151-7/+24
* win32: squeeze a few bytes out of strftimeRon Yorston2018-03-051-4/+6
* win32: reduce amount of static dataRon Yorston2018-03-041-5/+19
* Minor improvements to buildRon Yorston2018-03-021-2/+1
* win32: make has_exec_format staticRon Yorston2018-03-011-55/+55
* win32: don't add extensions to filenames ending with a dotRon Yorston2018-02-281-1/+7
* win32: fix code to check for file extensionsRon Yorston2018-02-271-1/+1
* win32: move detection of file formats to stat(2)Ron Yorston2018-02-261-51/+60
* win32: improvements to stat(2) emulationRon Yorston2018-02-261-25/+18
* win32: add support for batch filesRon Yorston2018-02-261-12/+31
* win32: make /dev/urandom more randomRon Yorston2018-02-231-2/+1
* win32: handle /dev/zero and /dev/urandom in open and read functionsRon Yorston2018-02-221-2/+59
* date: support '-' format flag to remove zero paddingRon Yorston2017-12-091-0/+5
* ps: add support for CPU and elapsed time columnsRon Yorston2017-09-011-1/+17
* win32: shrink code to detect .exe filesRon Yorston2017-08-301-18/+20
* win32: implement nanosleep and enable float sleep by defaultRon Yorston2017-01-181-0/+18
* win32: return an error when lseek is applied to a pipeRon Yorston2016-05-241-0/+14
* Silence a couple of compiler warningsRon Yorston2016-03-061-1/+2
* mingw: silently ignore O_NONBLOCK on file openRon Yorston2016-02-221-2/+1
* ln: enable in default configurationRon Yorston2015-10-191-0/+2
* win32: fix implementation of '%z' in strftimeRon Yorston2015-10-131-0/+27
* win32: append '/' to bare drive name in opendirRon Yorston2015-09-301-0/+15
* win32: remove setitimer implementation and SIGALRM handlingRon Yorston2015-07-261-124/+0
* win32: silence some compiler warningsRon Yorston2015-07-151-1/+2
* mingw: fix conditions under which open(2) sets errno to EISDIRRon Yorston2015-05-291-1/+1
* mingw: buffer in do_stat_internal need not be staticRon Yorston2015-05-291-1/+1
* mingw: tidy up implementation of kill(2)Ron Yorston2015-05-291-1/+1
* mingw: provide fake getgroups and getgrouplistRon Yorston2015-05-181-0/+22
* mingw: implement getpwnam (but only for current user)Ron Yorston2015-05-181-0/+12
* Allow globbing to be enabled with mingw64Ron Yorston2015-04-121-6/+15
* mingw: changes to handling of directory permissionsRon Yorston2015-03-251-0/+21
* test: fix access check bug; tweak fake file modeRon Yorston2015-03-241-0/+3
* Enable logname in mingw32 configurationRon Yorston2015-02-271-0/+17
* Make uid/gid handling more consistentRon Yorston2015-02-261-14/+51
* Changes to allow building with MinGW-w64Ron Yorston2015-01-051-0/+5
* date: add support for %s formatRon Yorston2014-12-021-3/+15
* Move definition of bb_got_signal to mingw.cRon Yorston2014-11-291-0/+2
* mingw.c: ignore EACCES from mkdir if directory existsRon Yorston2014-10-091-1/+14
* mingw.c: add missing break in fcntl implementationRon Yorston2014-10-091-0/+1
* stat: give directories write and execute permissionsRon Yorston2014-08-161-1/+1
* MinGW: rename execable -> executableRon Yorston2014-05-061-1/+1
* Merge branch 'busybox' into mergeRon Yorston2014-05-061-2/+2
* Move handling of Windows globbing out of upstream codeRon Yorston2014-04-211-0/+5