aboutsummaryrefslogtreecommitdiff
path: root/win32/mingw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* win32: add a function to detect running with elevated privilegesRon Yorston2019-03-091-0/+18
* win32: extend normalisation of paths in realpath(3)Ron Yorston2019-03-081-2/+20
* win32: canonicalize path in chdir(2)Ron Yorston2019-03-061-0/+13
* win32: implement readlink(2)Ron Yorston2019-03-061-0/+65
* win32: let realpath(3) succeed on WinXP/ReactOSRon Yorston2019-03-061-8/+14
* win32: drop argument from err_win_to_posix()Ron Yorston2019-03-061-5/+5
* win32: improved results for symlinks from stat(2)Ron Yorston2019-03-051-36/+56
* win32: change handling of trailing slashes in stat(2)Ron Yorston2019-03-041-40/+11
* win32: simplify utimes(2) implementationRon Yorston2019-03-041-31/+6
* win32: let stat(2) report numeric uids for local usersRon Yorston2019-03-021-8/+47
* win32: make stat(2) try to identify the owner of filesRon Yorston2019-03-011-7/+64
* win32: make more use of common lazy loading codeRon Yorston2019-02-271-10/+5
* win32: fake permissions/ownership for inaccessible filesRon Yorston2019-02-251-0/+5
* win32: stat(2) succeeds if fetching extra metadata failsRon Yorston2019-02-191-11/+3
* win32: tidy up stat(2) implementationRon Yorston2019-02-181-21/+22
* win32: avoid use of uninitialised metadata in stat(2)Ron Yorston2019-02-181-2/+8
* ash: updated support for hiding consoleRon Yorston2019-02-171-0/+16
* win32: make stat(2) fetch additional metadataRon Yorston2019-02-161-4/+35
* win32: add a function to remove CRs from a text bufferRon Yorston2019-02-141-0/+11
* win32: add a fake root user and groupRon Yorston2019-01-081-13/+26
* win32: implement umask(2)Ron Yorston2019-01-071-0/+14
* busybox: add --uninstall optionRon Yorston2019-01-051-0/+39
* win32: reduce static storage needed for lazy loadingRon Yorston2019-01-041-6/+4
* win32: add support for %T to strftimeRon Yorston2018-12-161-21/+30
* win32: special treatment for files with the '.sh' extensionRon Yorston2018-12-091-9/+10
* win32: add a case-insensitive version of is_suffixed_with()Ron Yorston2018-12-091-2/+1
* win32: use open_read_close() where possibleRon Yorston2018-12-091-6/+2
* win32: (another) fix to file extension testRon Yorston2018-12-071-1/+1
* win32: fix to file extension testRon Yorston2018-12-071-2/+3
* win32: rework adding of extensions to filenamesRon Yorston2018-12-061-20/+32
* win32: fix implementation of access(2)Ron Yorston2018-12-041-2/+5
* win32: save a few bytes in fake times(2) implementationRon Yorston2018-11-271-5/+1
* 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