summaryrefslogtreecommitdiff
path: root/win32/Kbuild (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-14win32: ash: teach "cd" DOS path separator '\'Nguyễn Thái Ngọc Duy1-7/+8
2011-01-04win32: ash: fix path_advance() not advancing correctlyNguyễn Thái Ngọc Duy1-1/+10
2011-01-04tar: add a note about -C and symlink-in-tarball attackDenys Vlasenko1-0/+19
2011-01-03explain every non-SUID_DROP applet. No code changesDenys Vlasenko2-1/+19
2011-01-03kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAXDenys Vlasenko1-1/+16
2011-01-03kill[all[5]],pkill: more correct, and smaller, SIGRTMIN/MAX codeDenys Vlasenko1-10/+19
2011-01-02date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko2-3/+16
2010-12-31date: preserve isdst value if date is in time_t (unix time) formatAlexey Soloviev2-1/+16
2010-12-31su: document -l in --help text. Closes bug 2761Denys Vlasenko2-9/+10
2010-12-31add missed underscoreDenys Vlasenko1-1/+1
2010-12-30date: add a comment about _SVID_SOURCEDenys Vlasenko1-1/+4
2010-12-30bzip2: plug memory leak on every processed fileDenys Vlasenko2-5/+5
2010-12-30libbb: optionally support RTMIN[+n] and RTMAX[-n] signal namesDenys Vlasenko2-6/+38
2010-12-30blkid: optional support for TYPE="fstype"Denys Vlasenko21-37/+84
2010-12-28plug a DIR* leak on error pathDenys Vlasenko1-4/+5
2010-12-28modprobe: add -D option (synonym of --show-depends)Serj Kalichev1-54/+67
2010-12-27login: apply PAM environmentIan Wienand1-0/+11
2010-12-26cpio: allow cpio -i to take params - names of files to extractDenys Vlasenko2-68/+66
2010-12-26modprobe: add support for --show-dependsSerj Kalichev2-36/+60
2010-12-25init: simpler handling of leading dash in commandsDenys Vlasenko2-10/+12
2010-12-25udhcpc: document SIGUSRn effect in help textDenys Vlasenko1-0/+4
2010-12-21hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)Denys Vlasenko1-45/+49
2010-12-20sendmail: remove forgotten commenting-out on a "if (verbose)"Denys Vlasenko1-1/+1
2010-12-20mailutils/*: add verbose option to sendmail; remove -m and -j from makemimeDenys Vlasenko6-54/+106
2010-12-20test: add examples when "%s: unknown operand" happensDenys Vlasenko1-1/+4
2010-12-20ls: remove redundant constants LIST_FILENAME and LIST_SHORTJames Youngman1-47/+44
2010-12-19ls: add support for -HDenys Vlasenko1-73/+86
2010-12-19volume_id: recognize compressed hibernate swap signatureJames Hunt1-0/+1
2010-12-19ls: tweak -e handling; better commentsDenys Vlasenko1-19/+24
2010-12-19ls: print a space after each column. Closes bug 2941Denys Vlasenko2-72/+72
2010-12-19ls: make -F not follow symlinks of the command lineDenys Vlasenko1-4/+8
2010-12-19ls: make -x force columnar output; remove unused parts of TRIGGER codeDenys Vlasenko1-43/+30
2010-12-19ls: for some options, only last takes effect. Closes bug 2959Denys Vlasenko1-8/+18
2010-12-19chrt: -m can be used without any arguments. Closes bug 2989Denys Vlasenko1-8/+10
2010-12-18chrt: correct opt_complementary. Closes bug 2977Denys Vlasenko1-5/+5
2010-12-18scripts: fix fixdep.c to let it workable in cygwinMacpaul Lin1-1/+1