aboutsummaryrefslogtreecommitdiff
path: root/BUGS (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-02-09win32: test: make -r/-w workNguyễn Thái Ngọc Duy1-0/+4
2011-01-25move utmp.h include to libbb.hDenys Vlasenko16-38/+24
2011-01-25top: replace %MEM with %VSZ in header textDenys Vlasenko1-7/+17
2011-01-25add ENABLE_FEATURE_SYSTEMD and use it in syslogdDavide Cavalca3-0/+73
2011-01-25top: document a debugging scriptDenys Vlasenko1-2/+11
2011-01-24nicer looking ifdef in libbb/makedev.cDenys Vlasenko2-10/+11
2011-01-24getty: flush _only_ input after switching to the next baud rateDenys Vlasenko1-1/+1
2011-01-24stty: enable line discipline display and change code if __linix__Denys Vlasenko1-5/+6
2011-01-24getty: simplify macros; improve VSWTC[H] compatDenys Vlasenko1-9/+8
2011-01-24FreeBSD compat for match_fstypeChris Rees1-1/+2
2011-01-24FreeBSD compat for makedevChris Rees1-2/+8
2011-01-24FreeBSD compatChris Rees2-6/+12
2011-01-24FreeBSD compatChris Rees3-1/+13
2011-01-24stty: make swtch and iutf8 visible/settableDenys Vlasenko1-0/+13
2011-01-24getty: more simplifications; explain how we treat parity nowDenys Vlasenko1-95/+93
2011-01-24getty: simplify code by going to more straignforward G trickDenys Vlasenko1-275/+121
2011-01-24libbb: make ndelay_no/off a bit more clever. +14 bytesDenys Vlasenko2-9/+15
2011-01-24getty: add sleep before initial tcdrain; reduce another sleep from 1 to 0.1sDenys Vlasenko1-9/+12
2011-01-24getty: use cfsetspeed to save some bytes; cosmetic fixesDenys Vlasenko1-30/+20
2011-01-23README: mention of README.win32Nguyễn Thái Ngọc Duy1-0/+1
2011-01-23win32: fixdep: workaround mmap()Nguyễn Thái Ngọc Duy1-0/+29
2011-01-22hwclock: implement --systzDavide Cavalca2-24/+59
2011-01-22wc: fix swapped -c and -mDenys Vlasenko1-8/+8
2011-01-22pltaform.h: move include of stdint.h before uint16_t is usedDenys Vlasenko1-1/+1
2011-01-22getty: more correct check for O_RDWRDenys Vlasenko1-1/+1
2011-01-22getty: comment out parity detection code; improve usage textDenys Vlasenko1-40/+72
2011-01-22svlogd: extend usage text. +70 bytesDenys Vlasenko2-7/+17
2011-01-21fix compile error on non-x86 architecturesDenys Vlasenko1-3/+4
2011-01-20eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko2-12/+16
2011-01-20eliminate aliasing warning in networking/route.cDenys Vlasenko2-36/+41