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