| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement clear command for Windows consoleTIG | Ron Yorston | 2012-02-08 | 1 | -0/+9 |
* | Fix crash in Windows 7 ANSI emulation | Ron Yorston | 2012-02-07 | 1 | -2/+3 |
* | Work around a regression in Windows 7, causing erase_in_line() to crash somet... | Johannes Schindelin | 2012-02-07 | 1 | -1/+2 |
* | Skip carriage return in read builtin command | Ron Yorston | 2012-02-06 | 1 | -1/+1 |
* | mingw.h: drop parameters for lchown to chown mapping | Stefan Sauer | 2011-12-05 | 1 | -1/+1 |
* | libbb.h: avoid reddefining WINVER | Stefan Sauer | 2011-12-05 | 1 | -1/+3 |
* | README.win32: mention of defconfig.mingw32 for starters | Nguyễn Thái Ngọc Duy | 2011-11-25 | 1 | -8/+6 |
* | quote_arg(): correctly escape backslash characters | Daniel Klessing | 2011-11-21 | 1 | -2/+4 |
* | copy_file: kkip inode/device check | Daniel Klessing | 2011-11-21 | 1 | -0/+6 |
* | Include safe_gethostname() | Daniel Klessing | 2011-11-21 | 2 | -1/+14 |
* | Added missing stat() tweaks for mingw port | Zheng, Lei | 2011-11-20 | 4 | -0/+18 |
* | fixdep: fix mmap() on msys | Klessing, Daniel | 2011-10-30 | 1 | -6/+28 |
* | win32: test: make -r/-w work | Nguyễn Thái Ngọc Duy | 2011-02-09 | 1 | -0/+4 |
* | README: mention of README.win32 | Nguyễn Thái Ngọc Duy | 2011-01-23 | 1 | -0/+1 |
* | win32: fixdep: workaround mmap() | Nguyễn Thái Ngọc Duy | 2011-01-23 | 1 | -0/+29 |
* | win32: ash: teach "cd" DOS path separator '\' | Nguyễn Thái Ngọc Duy | 2011-01-14 | 1 | -7/+8 |
* | Merge remote-tracking branch 'upstream/master' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 250 | -2479/+3469 |
|\ |
|
| * | tar: add a note about -C and symlink-in-tarball attack | Denys Vlasenko | 2011-01-04 | 1 | -0/+19 |
| * | explain every non-SUID_DROP applet. No code changes | Denys Vlasenko | 2011-01-03 | 2 | -1/+19 |
| * | kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX | Denys Vlasenko | 2011-01-03 | 1 | -1/+16 |
| * | kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX code | Denys Vlasenko | 2011-01-03 | 1 | -10/+19 |
| * | date,touch: treat 2-digit years better (fit them into +-50 yrs around today) | Denys Vlasenko | 2011-01-02 | 2 | -3/+16 |
| * | date: preserve isdst value if date is in time_t (unix time) format | Alexey Soloviev | 2010-12-31 | 2 | -1/+16 |
| * | su: document -l in --help text. Closes bug 2761 | Denys Vlasenko | 2010-12-31 | 2 | -9/+10 |
| * | add missed underscore | Denys Vlasenko | 2010-12-31 | 1 | -1/+1 |
| * | date: add a comment about _SVID_SOURCE | Denys Vlasenko | 2010-12-30 | 1 | -1/+4 |
| * | bzip2: plug memory leak on every processed file | Denys Vlasenko | 2010-12-30 | 2 | -5/+5 |
| * | libbb: optionally support RTMIN[+n] and RTMAX[-n] signal names | Denys Vlasenko | 2010-12-30 | 2 | -6/+38 |
| * | blkid: optional support for TYPE="fstype" | Denys Vlasenko | 2010-12-30 | 21 | -37/+84 |
| * | plug a DIR* leak on error path | Denys Vlasenko | 2010-12-28 | 1 | -4/+5 |
| * | modprobe: add -D option (synonym of --show-depends) | Serj Kalichev | 2010-12-28 | 1 | -54/+67 |
| * | login: apply PAM environment | Ian Wienand | 2010-12-27 | 1 | -0/+11 |
| * | cpio: allow cpio -i to take params - names of files to extract | Denys Vlasenko | 2010-12-26 | 2 | -68/+66 |
| * | modprobe: add support for --show-depends | Serj Kalichev | 2010-12-26 | 2 | -36/+60 |
| * | init: simpler handling of leading dash in commands | Denys Vlasenko | 2010-12-25 | 2 | -10/+12 |
| * | udhcpc: document SIGUSRn effect in help text | Denys Vlasenko | 2010-12-25 | 1 | -0/+4 |
| * | hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory) | Denys Vlasenko | 2010-12-21 | 1 | -45/+49 |
| * | sendmail: remove forgotten commenting-out on a "if (verbose)" | Denys Vlasenko | 2010-12-20 | 1 | -1/+1 |
| * | mailutils/*: add verbose option to sendmail; remove -m and -j from makemime | Denys Vlasenko | 2010-12-20 | 6 | -54/+106 |
| * | test: add examples when "%s: unknown operand" happens | Denys Vlasenko | 2010-12-20 | 1 | -1/+4 |
| * | ls: remove redundant constants LIST_FILENAME and LIST_SHORT | James Youngman | 2010-12-20 | 1 | -47/+44 |
| * | ls: add support for -H | Denys Vlasenko | 2010-12-19 | 1 | -73/+86 |
| * | volume_id: recognize compressed hibernate swap signature | James Hunt | 2010-12-19 | 1 | -0/+1 |
| * | ls: tweak -e handling; better comments | Denys Vlasenko | 2010-12-19 | 1 | -19/+24 |
| * | ls: print a space after each column. Closes bug 2941 | Denys Vlasenko | 2010-12-19 | 2 | -72/+72 |
| * | ls: make -F not follow symlinks of the command line | Denys Vlasenko | 2010-12-19 | 1 | -4/+8 |
| * | ls: make -x force columnar output; remove unused parts of TRIGGER code | Denys Vlasenko | 2010-12-19 | 1 | -43/+30 |
| * | ls: for some options, only last takes effect. Closes bug 2959 | Denys Vlasenko | 2010-12-19 | 1 | -8/+18 |
| * | chrt: -m can be used without any arguments. Closes bug 2989 | Denys Vlasenko | 2010-12-19 | 1 | -8/+10 |
| * | chrt: correct opt_complementary. Closes bug 2977 | Denys Vlasenko | 2010-12-18 | 1 | -5/+5 |