Commit message (Collapse) | 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 ↵ | Johannes Schindelin | 1 | -1/+2 | |
sometimes The function FillConsoleOutputCharacterA() was pretty content in XP to take a NULL pointer if we did not want to store the number of written columns. In Windows 7, it crashes, but only when called from within Git Bash, not from within cmd.exe. Go figure. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Steffen Prohaska <prohaska@zib.de> Signed-off-by: Junio C Hamano <gitster@pobox.com> | |||||
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 | |
This is needed to build coreutils/chown which take a function pointer to chown. If the define has parameters it won't replace this one. | |||||
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 | |
Inode/Device information is not present under mingw32. Don't rely on it in copy_file.c | |||||
2011-11-21 | Include safe_gethostname() | Daniel Klessing | 2 | -1/+14 | |
Fixed compilation under mingw32 by making safe_gethostname.c globally available, as the compiler couldn't find safe_gethostname() | |||||
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 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-17 | add include <sys/socket.h> | Denys Vlasenko | 1 | -0/+1 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-17 | straighten out dprintf/fdprintf mess; remove old "define lchown chown" | Denys Vlasenko | 2 | -16/+9 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-16 | small fixes atop syslog config patch | Denys Vlasenko | 4 | -9/+39 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-16 | ash: clear sa_flags always | Ian Wienand | 1 | -2/+7 | |
Signed-off-by: Ian Wienand <ianw@vmware.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-16 | fix another nonportable grep usage in scripts | Denys Vlasenko | 1 | -1/+1 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-16 | syslogd: small fix to config patch | Sergey Naumov | 1 | -3/+9 | |
Signed-off-by: Sergey Naumov <sknaumov@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-16 | wget: add a note about bug 3625 | Denys Vlasenko | 1 | -0/+6 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-16 | md5/sha1sum: better fix for small resource leak | Denys Vlasenko | 1 | -14/+11 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-16 | md5/sha1sum: fix small resource leak | Alexey Fomenko | 1 | -0/+3 | |
Signed-off-by: Alexey Fomenko <ext-alexey.fomenko@nokia.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-16 | Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619 | Denys Vlasenko | 1 | -1/+1 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-16 | make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=y | Denys Vlasenko | 2 | -1/+1 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-16 | gen_build_files.sh: do not use "sed --" for now | Denys Vlasenko | 1 | -4/+8 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-16 | Fix double words in comments. No code changes | Marek Polacek | 8 | -9/+9 | |
Signed-off-by: Marek Polacek <mpolacek@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-11 | add forgotten #include | Denys Vlasenko | 1 | -0/+1 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-11 | tftpd: add -l "log to syslog" option. Needed for inetd mode | Denys Vlasenko | 1 | -2/+8 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-11 | tftp: fix progress bar for large (>32M) files. Closes 3499 | Denys Vlasenko | 1 | -2/+2 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-11 | basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt: skip "--" argument | Denys Vlasenko | 2 | -0/+7 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-11 | conspy: fix ESC key lost | Pascal Bellard | 1 | -2/+3 | |
Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga | 142 | -2312/+2369 | |
Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-10 | syslogd: optional support for /etc/syslog.conf | Sergey Naumov | 2 | -65/+275 | |
function old new delta syslogd_main 1241 1870 +629 timestamp_and_log 301 540 +239 find_by_name - 37 +37 find_by_val - 22 +22 init_data 64 68 +4 log_locally 603 413 -190 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 3/1 up/down: 931/-190) Total: 741 bytes Signed-off-by: Sergey Naumov <sknaumov@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-10 | http: document index.cgi usage. no code changes | Denys Vlasenko | 1 | -1/+5 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-07 | libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr. | Denys Vlasenko | 10 | -24/+26 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-07 | ntpd: decrease ntpd -q "no response" timeout to 10 sec | Denys Vlasenko | 1 | -3/+17 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-05 | applets/install.sh: afer quoting of variables | Denys Vlasenko | 1 | -35/+34 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-05 | passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updated | Tito Ragusa | 2 | -4/+10 | |
Signed-off-by: Tito Ragusa <farmatito@tiscali.it> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-04 | fix install.sh | Denys Vlasenko | 1 | -6/+10 | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-04 | ash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO) | Denys Vlasenko | 1 | -0/+12 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-04 | start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcode | Denys Vlasenko | 1 | -2/+8 | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||||
2011-04-03 | move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c ↵ | Pere Orga | 26 | -400/+418 | |
editors/*.c loginutils/*.c mailutils/*.c Signed-off-by: Pere Orga <gotrunks@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |