aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * wc: fix swapped -c and -mDenys Vlasenko2011-01-221-8/+8
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * pltaform.h: move include of stdint.h before uint16_t is usedDenys Vlasenko2011-01-221-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * getty: more correct check for O_RDWRDenys Vlasenko2011-01-221-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * getty: comment out parity detection code; improve usage textDenys Vlasenko2011-01-221-40/+72
| | | | | | | | | | | | | | | | | | | | | | function old new delta packed_usage 28155 28191 +36 static.erase 12 - -12 getty_main 1847 1621 -226 ------------------------------------------------------------------------------ (add/remove: 0/1 grow/shrink: 1/1 up/down: 36/-238) Total: -202 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * svlogd: extend usage text. +70 bytesDenys Vlasenko2011-01-222-7/+17
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busyboxDenys Vlasenko2011-01-214-56/+69
| |\
| | * eliminate aliasing warnings in traceroute.c and udhcp/socket.cDenys Vlasenko2011-01-202-12/+16
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * eliminate aliasing warning in networking/route.cDenys Vlasenko2011-01-202-36/+41
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| | * ifplugd: eliminate aliasing warningsDenys Vlasenko2011-01-201-10/+14
| | | | | | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * | fix compile error on non-x86 architecturesDenys Vlasenko2011-01-211-3/+4
| |/ | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * sighandler_t definition for BSDChris Rees2011-01-201-0/+6
| | | | | | | | | | Signed-off-by: Chris Rees <utisoft@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * hush: improve prompt in nested {}s, remove unused in_str->promptme memberDenys Vlasenko2011-01-181-21/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | function old new delta setup_string_in_str 29 38 +9 parse_and_run_stream 79 88 +9 setup_file_in_str 32 39 +7 parse_stream 2430 2422 -8 file_get 262 235 -27 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/2 up/down: 25/-35) Total: -10 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * hush: fix "cmd & <newline>" problemDenys Vlasenko2011-01-181-5/+16
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-1841-409/+409
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * disable automatic selection of FEATURE_SUID; improve its help textDenys Vlasenko2011-01-185-11/+14
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * insmod: check for module read errorsDenys Vlasenko2011-01-172-2/+5
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * libbb: better comment in parse_dateDenys Vlasenko2011-01-171-1/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * move passwd, shadow, group and gshadow path definitions to libbb.hTito Ragusa2011-01-163-19/+17
| | | | | | | | | | | | | | ...and define them only if the used libc doesn't. Signed-off-by: Tito Ragusa <farmatito@tiscali.it> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * remove a few aliasing warningsDenys Vlasenko2011-01-162-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * remove a few aliasing warningsDenys Vlasenko2011-01-162-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * top: add keyboard commands to --helpDenys Vlasenko2011-01-132-8/+29
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * httpd: send correct mtime for .gz filesDenys Vlasenko2011-01-111-0/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * libbb unicode: comment out usused function and unused parameterDenys Vlasenko2011-01-115-10/+11
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * lsmod: fox unsafe usage of strlen() - 1Denys Vlasenko2011-01-111-1/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * libbb: progress indicator: use unicode support funcs instead of open-coding itDenys Vlasenko2011-01-101-16/+4
| | | | | | | | | | | | | | function old new delta bb_progress_update 729 641 -88 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061Denys Vlasenko2011-01-102-28/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was breaking timeout handling. function old new delta tftp_progress_update - 45 +45 tftp_progress_done - 32 +32 tftp_protocol 1839 1858 +19 tftp_progress_init 9 15 +6 tftp_main 298 286 -12 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 2/1 up/down: 102/-12) Total: 90 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * stop giving root rights to dnsd, ipcrm, ipcsDenys Vlasenko2011-01-091-6/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * getty: fix -i (was ignored)Denys Vlasenko2011-01-092-85/+67
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * modprobe-small: support compressed modules in insmodDenys Vlasenko2011-01-091-2/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * hush: fix wrong prompt problem on empty interactive commantsDenys Vlasenko2011-01-071-1/+10
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * suppress "'fast_strtol_10' defined but not used" warningDenys Vlasenko2011-01-071-1/+3
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * mkswap: selinux build fixDenys Vlasenko2011-01-051-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | Keep Tigress default configurationRon Yorston2012-02-201-0/+972
| |
* | Add code to find console dimensions in WIN32Ron Yorston2012-02-203-0/+23
| |
* | Fix off-by-one error in cursor positioningRon Yorston2012-02-171-1/+1
| |
* | Eat trailing CRs as well as LFs when expanding backquotesRon Yorston2012-02-161-1/+2
| |
* | Replace backslash with forward slash in environmentRon Yorston2012-02-161-0/+7
| |
* | Always reset console mode when returning keyRon Yorston2012-02-161-16/+24
| |
* | Implement nonblocking waitRon Yorston2012-02-141-3/+4
| |
* | Create fake HOME environment variableRon Yorston2012-02-091-0/+19
| |
* | Implementation of uname for WIN32Ron Yorston2012-02-094-0/+125
| |
* | Implement clear command for Windows consoleTIGRon Yorston2012-02-081-0/+9
| |
* | Fix crash in Windows 7 ANSI emulationRon Yorston2012-02-071-2/+3
| |
* | Work around a regression in Windows 7, causing erase_in_line() to crash ↵Johannes Schindelin2012-02-071-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>
* | Skip carriage return in read builtin commandRon Yorston2012-02-061-1/+1
| |
* | mingw.h: drop parameters for lchown to chown mappingStefan Sauer2011-12-051-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.
* | libbb.h: avoid reddefining WINVERStefan Sauer2011-12-051-1/+3
| |
* | README.win32: mention of defconfig.mingw32 for startersNguyễn Thái Ngọc Duy2011-11-251-8/+6
| |
* | quote_arg(): correctly escape backslash charactersDaniel Klessing2011-11-211-2/+4
| |
* | copy_file: kkip inode/device checkDaniel Klessing2011-11-211-0/+6
| | | | | | | | | | Inode/Device information is not present under mingw32. Don't rely on it in copy_file.c