aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-20Add code to find console dimensions in WIN32Ron Yorston3-0/+23
2012-02-17Fix off-by-one error in cursor positioningRon Yorston1-1/+1
2012-02-16Eat trailing CRs as well as LFs when expanding backquotesRon Yorston1-1/+2
2012-02-16Replace backslash with forward slash in environmentRon Yorston1-0/+7
2012-02-16Always reset console mode when returning keyRon Yorston1-16/+24
2012-02-14Implement nonblocking waitRon Yorston1-3/+4
2012-02-09Create fake HOME environment variableRon Yorston1-0/+19
2012-02-09Implementation of uname for WIN32Ron Yorston4-0/+125
2012-02-08Implement clear command for Windows consoleTIGRon Yorston1-0/+9
2012-02-07Fix crash in Windows 7 ANSI emulationRon Yorston1-2/+3
2012-02-07Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin1-1/+2
2012-02-06Skip carriage return in read builtin commandRon Yorston1-1/+1
2011-12-05mingw.h: drop parameters for lchown to chown mappingStefan Sauer1-1/+1
2011-12-05libbb.h: avoid reddefining WINVERStefan Sauer1-1/+3
2011-11-25README.win32: mention of defconfig.mingw32 for startersNguyễn Thái Ngọc Duy1-8/+6
2011-11-21quote_arg(): correctly escape backslash charactersDaniel Klessing1-2/+4
2011-11-21copy_file: kkip inode/device checkDaniel Klessing1-0/+6
2011-11-21Include safe_gethostname()Daniel Klessing2-1/+14
2011-11-20Added missing stat() tweaks for mingw portZheng, Lei4-0/+18
2011-10-30fixdep: fix mmap() on msysKlessing, Daniel1-6/+28
2011-07-03vi: tweak regex.h includeDenys Vlasenko1-3/+6
2011-07-03halt/reboot: better message if /sbin/telinit is not foundDenys Vlasenko1-1/+3
2011-06-30Use the _unlocked stdio macros only when they're all availableDan Fandrich2-21/+25
2011-06-30libbb.h: tweak _unlocked hackDenys Vlasenko1-36/+18
2011-06-30Use the built-in getline on more systems that don't have itDan Fandrich1-5/+13
2011-06-29platform.c: provide getline implementationTimo Teras2-0/+34
2011-06-27vi: fix regex search, make it selectable in configWalter Harms4-159/+181
2011-06-22id: correct getgroups usageDenys Vlasenko1-16/+15
2011-06-22groups: make it NOEXECDenys Vlasenko1-3/+9
2011-06-21ls: fix HAVE_STRVERSCMP check; add check for older uclibc versionsDenys Vlasenko2-1/+11
2011-06-21groups: new appletTito Ragusa4-12/+36
2011-06-21Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdefDenys Vlasenko2-0/+7
2011-06-20setserial: added missing \n in help textDan Fandrich1-1/+1
2011-06-20libbb: use _unlocked variants of stdio I/O.Denys Vlasenko1-0/+38
2011-06-20parse_config: use getline. BIG speedup with glibc (~40%).Timo Teras2-50/+45
2011-06-20modprobe: use hash table. speeds up significantly if modprobe.dep is largeTimo Teras1-14/+29
2011-06-19diff: disable debug code; remove unsupported --dry-run from help textDenys Vlasenko1-7/+10
2011-06-18libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.Denys Vlasenko1-3/+32
2011-06-18procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko3-20/+19
2011-06-18fix false positive in parse testDenys Vlasenko1-0/+1
2011-06-18parse_config: make test applet easier to enable; fix its codeDenys Vlasenko3-35/+29
2011-06-17libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuationDenys Vlasenko3-44/+56
2011-06-15inetd: check if RPC is availableBernhard Reutner-Fischer1-2/+5
2011-06-13ls: fix comment about -p (it's compatible now)Denys Vlasenko1-4/+3
2011-06-13ls: make -v and -X actually work as intendedDenys Vlasenko1-7/+15
2011-06-12iplink: tweak includes to work on androidDenys Vlasenko1-1/+1
2011-06-10pkill/pgrep: support extended regular expressionsWade Berrier1-1/+1
2011-06-10Replaced __u32 etc. with standard uint32_t style typesDaniel Fandrich2-24/+24
2011-06-10*: simplify Ethernet header includesDan Fandrich10-56/+30
2011-06-07build system: delete generated files on "make mrproper"Denys Vlasenko1-0/+4