aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* winansi: add a routine to clear the screen bufferansiRon Yorston2016-04-261-0/+18
* libbb/lineedit: scroll to cursor position on any keypressRon Yorston2016-04-261-15/+7
* winansi: fix a couple of small problemsRon Yorston2016-04-251-1/+2
* winansi: interpret absolute cursor positions relative to screenRon Yorston2016-04-251-3/+5
* win32: fix quoting of arguments with trailing backslashesRon Yorston2016-03-161-15/+48
* Silence a couple of compiler warningsRon Yorston2016-03-062-2/+3
* mingw: silently ignore O_NONBLOCK on file openRon Yorston2016-02-221-2/+1
* win32: improve implementation of statfsRon Yorston2015-11-012-13/+12
* 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
* winansi: fixes to cursor positioning, screen clearingRon Yorston2015-07-171-4/+15
* mingw: enable support for IPv6Ron Yorston2015-07-152-0/+256
* win32: silence some compiler warningsRon Yorston2015-07-154-11/+14
* ipcalc: enable by default for WIN32Ron Yorston2015-07-131-0/+0
* Allow different ways to manipulate environment for XP vs 64-bitRon Yorston2015-07-031-0/+59
* mingw: fixes to implementation of waitpid(2)Ron Yorston2015-05-291-2/+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-292-10/+14
* mingw: add routine to pipe a file descriptor to/from a commandRon Yorston2015-05-271-18/+128
* mingw: define a macro for spawnRon Yorston2015-05-271-1/+1
* win32: fix waitpid implementationRon Yorston2015-05-271-2/+11
* 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
* mingw: import select from gnulibRon Yorston2015-04-222-0/+574
* mingw: additional networking supportRon Yorston2015-04-221-0/+47
* mingw: remove unused code from read_keyRon Yorston2015-04-221-5/+0
* 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
* Revert "Use putenv to implement unsetenv/clearenv"Ron Yorston2014-12-181-46/+11
* 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
* Use putenv to implement unsetenv/clearenvRon Yorston2014-11-231-11/+46
* 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
* win32: attempt to get filesystem type for mntentRon Yorston2014-10-061-1/+8
* stat: give directories write and execute permissionsRon Yorston2014-08-161-1/+1
* Tidy up mingw_popenRon Yorston2014-05-151-59/+47
* MinGW: rename execable -> executableRon Yorston2014-05-061-1/+1
* Merge branch 'busybox' into mergeRon Yorston2014-05-062-5/+5
* Move handling of Windows globbing out of upstream codeRon Yorston2014-04-211-0/+5
* Implement escape sequence for cursor downRon Yorston2014-04-091-21/+12
* Implement ANSI escape sequences for cursor up/forwardRon Yorston2014-04-071-0/+30
* Only change codepage of input character if top bit is setRon Yorston2014-03-241-2/+4