| Commit message (Expand) | Author | Files | Lines |
2012-02-20 | Add code to find console dimensions in WIN32 | Ron Yorston | 3 | -0/+23 |
2012-02-17 | Fix off-by-one error in cursor positioning | Ron Yorston | 1 | -1/+1 |
2012-02-16 | Eat trailing CRs as well as LFs when expanding backquotes | Ron Yorston | 1 | -1/+2 |
2012-02-16 | Replace backslash with forward slash in environment | Ron Yorston | 1 | -0/+7 |
2012-02-16 | Always reset console mode when returning key | Ron Yorston | 1 | -16/+24 |
2012-02-14 | Implement nonblocking wait | Ron Yorston | 1 | -3/+4 |
2012-02-09 | Create fake HOME environment variable | Ron Yorston | 1 | -0/+19 |
2012-02-09 | Implementation of uname for WIN32 | Ron Yorston | 4 | -0/+125 |
2012-02-08 | Implement clear command for Windows consoleTIG | Ron Yorston | 1 | -0/+9 |
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-04-18 | build fixes for scripts/kconfig | Denys Vlasenko | 2 | -0/+5 |
2011-04-17 | add include <sys/socket.h> | Denys Vlasenko | 1 | -0/+1 |
2011-04-17 | straighten out dprintf/fdprintf mess; remove old "define lchown chown" | Denys Vlasenko | 2 | -16/+9 |
2011-04-16 | small fixes atop syslog config patch | Denys Vlasenko | 4 | -9/+39 |
2011-04-16 | ash: clear sa_flags always | Ian Wienand | 1 | -2/+7 |
2011-04-16 | fix another nonportable grep usage in scripts | Denys Vlasenko | 1 | -1/+1 |
2011-04-16 | syslogd: small fix to config patch | Sergey Naumov | 1 | -3/+9 |
2011-04-16 | wget: add a note about bug 3625 | Denys Vlasenko | 1 | -0/+6 |
2011-04-16 | md5/sha1sum: better fix for small resource leak | Denys Vlasenko | 1 | -14/+11 |
2011-04-16 | md5/sha1sum: fix small resource leak | Alexey Fomenko | 1 | -0/+3 |
2011-04-16 | Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619 | Denys Vlasenko | 1 | -1/+1 |
2011-04-16 | make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=y | Denys Vlasenko | 2 | -1/+1 |
2011-04-16 | gen_build_files.sh: do not use "sed --" for now | Denys Vlasenko | 1 | -4/+8 |
2011-04-16 | Fix double words in comments. No code changes | Marek Polacek | 8 | -9/+9 |
2011-04-11 | add forgotten #include | Denys Vlasenko | 1 | -0/+1 |
2011-04-11 | tftpd: add -l "log to syslog" option. Needed for inetd mode | Denys Vlasenko | 1 | -2/+8 |
2011-04-11 | tftp: fix progress bar for large (>32M) files. Closes 3499 | Denys Vlasenko | 1 | -2/+2 |
2011-04-11 | basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument | Denys Vlasenko | 2 | -0/+7 |
2011-04-11 | conspy: fix ESC key lost | Pascal Bellard | 1 | -2/+3 |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga | 142 | -2312/+2369 |
2011-04-10 | syslogd: optional support for /etc/syslog.conf | Sergey Naumov | 2 | -65/+275 |
2011-04-10 | http: document index.cgi usage. no code changes | Denys Vlasenko | 1 | -1/+5 |
2011-04-07 | libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. | Denys Vlasenko | 10 | -24/+26 |
2011-04-07 | ntpd: decrease ntpd -q "no response" timeout to 10 sec | Denys Vlasenko | 1 | -3/+17 |
2011-04-05 | applets/install.sh: afer quoting of variables | Denys Vlasenko | 1 | -35/+34 |
2011-04-05 | passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updated | Tito Ragusa | 2 | -4/+10 |
2011-04-04 | fix install.sh | Denys Vlasenko | 1 | -6/+10 |
2011-04-04 | ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO) | Denys Vlasenko | 1 | -0/+12 |
2011-04-04 | start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcode | Denys Vlasenko | 1 | -2/+8 |
2011-04-03 | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit... | Pere Orga | 26 | -400/+418 |