summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement clear command for Windows consoleTIGRon Yorston2012-02-081-0/+9
* Fix crash in Windows 7 ANSI emulationRon Yorston2012-02-071-2/+3
* Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin2012-02-071-1/+2
* Skip carriage return in read builtin commandRon Yorston2012-02-061-1/+1
* mingw.h: drop parameters for lchown to chown mappingStefan Sauer2011-12-051-1/+1
* libbb.h: avoid reddefining WINVERStefan Sauer2011-12-051-1/+3
* README.win32: mention of defconfig.mingw32 for startersNguyễn Thái Ngọc Duy2011-11-251-8/+6
* quote_arg(): correctly escape backslash charactersDaniel Klessing2011-11-211-2/+4
* copy_file: kkip inode/device checkDaniel Klessing2011-11-211-0/+6
* Include safe_gethostname()Daniel Klessing2011-11-212-1/+14
* Added missing stat() tweaks for mingw portZheng, Lei2011-11-204-0/+18
* fixdep: fix mmap() on msysKlessing, Daniel2011-10-301-6/+28
* win32: test: make -r/-w workNguyễn Thái Ngọc Duy2011-02-091-0/+4
* README: mention of README.win32Nguyễn Thái Ngọc Duy2011-01-231-0/+1
* win32: fixdep: workaround mmap()Nguyễn Thái Ngọc Duy2011-01-231-0/+29
* win32: ash: teach "cd" DOS path separator '\'Nguyễn Thái Ngọc Duy2011-01-141-7/+8
* Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-04250-2479/+3469
|\
| * tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko2011-01-041-0/+19
| * explain every non-SUID_DROP applet. No code changesDenys Vlasenko2011-01-032-1/+19
| * kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAXDenys Vlasenko2011-01-031-1/+16
| * kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX codeDenys Vlasenko2011-01-031-10/+19
| * date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko2011-01-022-3/+16
| * date: preserve isdst value if date is in time_t (unix time) formatAlexey Soloviev2010-12-312-1/+16
| * su: document -l in --help text. Closes bug 2761Denys Vlasenko2010-12-312-9/+10
| * add missed underscoreDenys Vlasenko2010-12-311-1/+1
| * date: add a comment about _SVID_SOURCEDenys Vlasenko2010-12-301-1/+4
| * bzip2: plug memory leak on every processed fileDenys Vlasenko2010-12-302-5/+5
| * libbb: optionally support RTMIN[+n] and RTMAX[-n] signal namesDenys Vlasenko2010-12-302-6/+38
| * blkid: optional support for TYPE="fstype"Denys Vlasenko2010-12-3021-37/+84
| * plug a DIR* leak on error pathDenys Vlasenko2010-12-281-4/+5
| * modprobe: add -D option (synonym of --show-depends)Serj Kalichev2010-12-281-54/+67
| * login: apply PAM environmentIan Wienand2010-12-271-0/+11
| * cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2010-12-262-68/+66
| * modprobe: add support for --show-dependsSerj Kalichev2010-12-262-36/+60
| * init: simpler handling of leading dash in commandsDenys Vlasenko2010-12-252-10/+12
| * udhcpc: document SIGUSRn effect in help textDenys Vlasenko2010-12-251-0/+4
| * hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)Denys Vlasenko2010-12-211-45/+49
| * sendmail: remove forgotten commenting-out on a "if (verbose)"Denys Vlasenko2010-12-201-1/+1
| * mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko2010-12-206-54/+106
| * test: add examples when "%s: unknown operand" happensDenys Vlasenko2010-12-201-1/+4
| * ls: remove redundant constants LIST_FILENAME and LIST_SHORTJames Youngman2010-12-201-47/+44
| * ls: add support for -HDenys Vlasenko2010-12-191-73/+86
| * volume_id: recognize compressed hibernate swap signatureJames Hunt2010-12-191-0/+1
| * ls: tweak -e handling; better commentsDenys Vlasenko2010-12-191-19/+24
| * ls: print a space after each column. Closes bug 2941Denys Vlasenko2010-12-192-72/+72
| * ls: make -F not follow symlinks of the command lineDenys Vlasenko2010-12-191-4/+8
| * ls: make -x force columnar output; remove unused parts of TRIGGER codeDenys Vlasenko2010-12-191-43/+30
| * ls: for some options, only last takes effect. Closes bug 2959Denys Vlasenko2010-12-191-8/+18
| * chrt: -m can be used without any arguments. Closes bug 2989Denys Vlasenko2010-12-191-8/+10
| * chrt: correct opt_complementary. Closes bug 2977Denys Vlasenko2010-12-181-5/+5