aboutsummaryrefslogtreecommitdiff
path: root/modutils (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-10cygwin_tc?etattr(): dont do anything if failed to detect Cygwin ttyNguyễn Thái Ngọc Duy1-4/+4
2009-05-10get_wincon_width_height(): do not return uninitialized value if GetConsoleScr...Nguyễn Thái Ngọc Duy1-3/+1
2009-05-10editors/vi: reimplement mysleep() because select() won't work on stdin on Win...Nguyễn Thái Ngọc Duy1-0/+25
2009-05-10Introduce FEATURE_CYGWIN_TTYNguyễn Thái Ngọc Duy5-3/+233
2009-05-09introduce libbb/termios.c for terminal-related functionsNguyễn Thái Ngọc Duy5-83/+189
2009-05-06defconfig.mingw32: add more features that work recentlyNguyễn Thái Ngọc Duy1-13/+17
2009-05-06libbb/lineedit: simple adaptation to support tab-completion in ashNguyễn Thái Ngọc Duy1-0/+70
2009-04-28libb/mingw_stat(): turn S_IEXEC on for .exe filesNguyễn Thái Ngọc Duy1-0/+4
2009-04-28libbb/xfuncs.c: reimplement get_terminal_width_height to understand Windows c...Nguyễn Thái Ngọc Duy1-3/+13
2009-04-28Config.in: comment out programs/features that will not get supported anytime ...Nguyễn Thái Ngọc Duy5-3/+44
2009-04-28networking/wget: unmask, with very basic functionalityNguyễn Thái Ngọc Duy2-1/+40
2009-04-28libbb/xconnect: initialize winsock before using itNguyễn Thái Ngọc Duy3-7/+23
2009-04-28libbb/strbuf_file: stdio emulation layer for handling with Winsock handlesNguyễn Thái Ngọc Duy3-0/+189
2009-04-28libbb/xfuncs.c: fix get_terminal_width_height() to 80x25Nguyễn Thái Ngọc Duy1-1/+10
2009-04-23shell/ash: redo execcmd() and get rid of shellexec()Nguyễn Thái Ngọc Duy1-0/+11
2009-04-23shell/ash: pass env vars over when forking shellNguyễn Thái Ngọc Duy1-0/+3
2009-04-23run-command: rework interface to pass program path directlyNguyễn Thái Ngọc Duy4-17/+15
2009-04-23applets/applets.c: recognize subcommand in .exe formNguyễn Thái Ngọc Duy1-0/+6