aboutsummaryrefslogtreecommitdiff
path: root/arch (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-06-01hush: better comment. No code changesDenys Vlasenko1-1/+1
2011-05-31hush: fix a corner case of empty "do \n done" structureDenys Vlasenko3-1/+9
2011-05-30makedevs: fix help-textBernhard Reutner-Fischer1-1/+1
2011-05-29fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775Denys Vlasenko5-11/+12
2011-05-29fuser: fix inverted access() check. Closes 3799.Denys Vlasenko1-1/+1
2011-05-29setconsole: open console for writing rather than readingPeter Korsgaard1-1/+1
2011-05-26nmeter: trim help textDenys Vlasenko1-13/+13
2011-05-25syslogd,klogd: better help textDenys Vlasenko2-13/+20
2011-05-23fuser: code shrinkMaksym Kryzhanovskyy1-196/+190
2011-05-23libbb.h: small reorderingDenys Vlasenko1-5/+8
2011-05-23find: cater for libc w/o FNM_CASEFOLDDenys Vlasenko4-21/+42
2011-05-22find: implement -ipathBogdan Harjoc1-3/+7
2011-05-22reformime: do not require \r\nDenys Vlasenko6-298/+331
2011-05-21adduser: better logic for choosing addgroup -g/--gidDenys Vlasenko1-3/+5
2011-05-21adduser: prefer to call addgroup --gid, not non-std addgroup -gDenys Vlasenko1-4/+14
2011-05-21od: code shrinkDenys Vlasenko1-14/+10
2011-05-21od: another fix for --stringsDenys Vlasenko1-1/+4
2011-05-21od: fix -S NUM to not print chars >0x80Denys Vlasenko1-38/+19
2011-05-21od: code shrinkDenys Vlasenko1-82/+78
2011-05-21od: code shrink, fix "od --traditional FILE"Denys Vlasenko3-121/+121
2011-05-20lineedit: fix rare SEGV; mark a few FIXMEsAlexey Fomenko1-9/+15
2011-05-20warning removalCristian Ionescu-Idbohrn2-8/+1
2011-05-20tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763.Denys Vlasenko1-15/+21
2011-05-18top: display sort indicator in memory displayDenys Vlasenko1-1/+1
2011-05-16busybox.conf: code shrinkDenys Vlasenko1-13/+12
2011-05-16busybox.conf: USER.GROUP is _optional_Denys Vlasenko2-14/+16
2011-05-16main: make busybox.conf mode handling less obscureDenys Vlasenko2-34/+43
2011-05-16main: free suid_config list after useDenys Vlasenko3-35/+36
2011-05-16vi.c: remove warning: variable 'sp' set but not usedCristian Ionescu-Idbohrn1-0/+4
2011-05-16The [-Wunused-but-set-variable] warningsCristian Ionescu-Idbohrn1-2/+2