aboutsummaryrefslogtreecommitdiff
path: root/docs (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-04-18build fixes for scripts/kconfigDenys Vlasenko2-0/+5
2011-04-17add include <sys/socket.h>Denys Vlasenko1-0/+1
2011-04-17straighten out dprintf/fdprintf mess; remove old "define lchown chown"Denys Vlasenko2-16/+9
2011-04-16small fixes atop syslog config patchDenys Vlasenko4-9/+39
2011-04-16ash: clear sa_flags alwaysIan Wienand1-2/+7
2011-04-16fix another nonportable grep usage in scriptsDenys Vlasenko1-1/+1
2011-04-16syslogd: small fix to config patchSergey Naumov1-3/+9
2011-04-16wget: add a note about bug 3625Denys Vlasenko1-0/+6
2011-04-16md5/sha1sum: better fix for small resource leakDenys Vlasenko1-14/+11
2011-04-16md5/sha1sum: fix small resource leakAlexey Fomenko1-0/+3
2011-04-16Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619Denys Vlasenko1-1/+1
2011-04-16make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=yDenys Vlasenko2-1/+1
2011-04-16gen_build_files.sh: do not use "sed --" for nowDenys Vlasenko1-4/+8
2011-04-16Fix double words in comments. No code changesMarek Polacek8-9/+9
2011-04-11add forgotten #includeDenys Vlasenko1-0/+1
2011-04-11tftpd: add -l "log to syslog" option. Needed for inetd modeDenys Vlasenko1-2/+8
2011-04-11tftp: fix progress bar for large (>32M) files. Closes 3499Denys Vlasenko1-2/+2
2011-04-11basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argumentDenys Vlasenko2-0/+7
2011-04-11conspy: fix ESC key lostPascal Bellard1-2/+3
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-04-10syslogd: optional support for /etc/syslog.confSergey Naumov2-65/+275
2011-04-10http: document index.cgi usage. no code changesDenys Vlasenko1-1/+5
2011-04-07libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.Denys Vlasenko10-24/+26
2011-04-07ntpd: decrease ntpd -q "no response" timeout to 10 secDenys Vlasenko1-3/+17
2011-04-05applets/install.sh: afer quoting of variablesDenys Vlasenko1-35/+34
2011-04-05passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updatedTito Ragusa2-4/+10
2011-04-04fix install.shDenys Vlasenko1-6/+10
2011-04-04ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)Denys Vlasenko1-0/+12
2011-04-04start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcodeDenys Vlasenko1-2/+8
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418