aboutsummaryrefslogtreecommitdiff
path: root/scripts/config/expr.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-02-23bb_full_fd_action was incorrectly returning an error message causingbug11-2/+2
major breaking. git-svn-id: svn://busybox.net/trunk/busybox@8552 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Bump up version in preparation for -pre8andersen1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@8551 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Fernando Silveira writes:andersen3-0/+110
Hi, Well, I made this patch a long time ago (08/2002) because it was a need of a project, but had no time to send it to you. It adds support to `autologin' option of the telnet protocol. It has been used since made with busybox 0.60.3 at production and I had no problems with it. I have ported it to the HEAD revision of the CVS server (20040211) and I hope you enjoy and apply it to the official sources. :) Thanks a lot! git-svn-id: svn://busybox.net/trunk/busybox@8550 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Fix from Paul Kortekaas for syslog -C option, size should be in kB.bug11-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@8549 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Patch from Dmitry Zakharov, this line was missedfrom the last patchbug11-0/+1
git-svn-id: svn://busybox.net/trunk/busybox@8548 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22For the time being, revert the changes for detecting copyingandersen1-6/+0
a directory into itself. It is harder to do this correctly than it appears. Not trying at all seems a better compromise for the time being, untill we can implement this correctly. git-svn-id: svn://busybox.net/trunk/busybox@8547 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Patch from Chris Larson (kergoth), to allow multiple directores to bebug12-8/+11
unmounted at once. git-svn-id: svn://busybox.net/trunk/busybox@8546 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Patch from Vodz, cleanup memory usage, send strdup error messages tobug11-11/+22
syslog. git-svn-id: svn://busybox.net/trunk/busybox@8545 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Vodz. last_patch_128bug12-7/+9
- declare applet_using as static from applets.c - small correction to cmdedit, previous version cleared history after Ctrl-C - small spelling correction (by Friedrich Lobenstock) git-svn-id: svn://busybox.net/trunk/busybox@8544 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Patch from James Zhu, telnetd window resizing support.bug11-10/+28
git-svn-id: svn://busybox.net/trunk/busybox@8543 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Use bb_getopt_ulflags, marginal saving, better argument checking.bug11-68/+41
git-svn-id: svn://busybox.net/trunk/busybox@8542 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Use /var/lib/hwclock for adjtime, its really a state file rather than abug11-3/+1
config file, so it should be in /etc, FHS mentions it also. git-svn-id: svn://busybox.net/trunk/busybox@8541 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Patch from Florian Schirmer. compile fix for debug buildsbug11-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@8540 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Patch from Hideki IWAMOTO, output debugging messages to stderrbug11-6/+6
git-svn-id: svn://busybox.net/trunk/busybox@8539 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22remove duplicate header declarationsbug11-14/+6
git-svn-id: svn://busybox.net/trunk/busybox@8538 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Fixup braces (patch from Thomas Geulig), run through indent and manuallybug11-778/+744
adjust. git-svn-id: svn://busybox.net/trunk/busybox@8537 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Thomas Geulig, remove duplicate headerbug11-2/+0
git-svn-id: svn://busybox.net/trunk/busybox@8536 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Update usage for ftpget and ftpputbug11-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@8535 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Ptch by Hideki IWAMOTO, fix a bug preventing tftp from getting orbug11-2/+2
putting more than 0xffff blocks. git-svn-id: svn://busybox.net/trunk/busybox@8534 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22Return 1 upon failurebug11-1/+2
git-svn-id: svn://busybox.net/trunk/busybox@8533 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-22No need to check proxy env variable twice, ignore proxy env variable ifbug11-14/+15
its set to 0 git-svn-id: svn://busybox.net/trunk/busybox@8532 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-21Sometimes i get carried away with the use of function pointers, im surebug13-7/+6
it seemed like a good idea at the time. git-svn-id: svn://busybox.net/trunk/busybox@8531 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-21Use return instead of exit, use == instead of & ==, left justify labels,bug11-33/+29
adjustment of whitespace. git-svn-id: svn://busybox.net/trunk/busybox@8530 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-20Document missing cp optionsandersen1-1/+2
git-svn-id: svn://busybox.net/trunk/busybox@8529 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-20Fix up hard linksbug11-3/+5
git-svn-id: svn://busybox.net/trunk/busybox@8522 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-20A strict interpretation of the ustar format requires the type flag to bebug11-11/+8
interpreted, we cannot depend on the file type being set in the mode field. git-svn-id: svn://busybox.net/trunk/busybox@8520 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-19Add extra comments, freakout if a pax archive is encoutered.bug11-9/+24
git-svn-id: svn://busybox.net/trunk/busybox@8519 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-19Chris Larson (kergoth) writes:andersen1-16/+6
As Manuel points out, this is a flawed fix, and doesnt fix the following: mkdir -p cpa cpb cpc cp -a cpa cpa/cpb/cpc Attached what appears to be a more sane fix. Apply on top of previous. Please confirm sanity. git-svn-id: svn://busybox.net/trunk/busybox@8517 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-19Chris Larson (kergoth) writes:andersen1-0/+16
I was adding -s/--symbolic-link support to busybox cp when I noticed a bug with -r/-a. Test case: mkdir -p test/out cd test busybox cp -a * out/ Will never return until we run out of open files or similar. Coreutils cp on the other hand will error with "cannot copy a directory, `out', into itself, `out'". Patch attached. git-svn-id: svn://busybox.net/trunk/busybox@8516 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-18Dont use same variable and struct namebug11-35/+37
git-svn-id: svn://busybox.net/trunk/busybox@8514 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-18Formattingbug11-142/+146
git-svn-id: svn://busybox.net/trunk/busybox@8513 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-18remove debuggingbug11-7/+0
git-svn-id: svn://busybox.net/trunk/busybox@8512 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-18Patch from OpenWrt.mjn31-3/+5
git-svn-id: svn://busybox.net/trunk/busybox@8511 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-18Add -i option to sed, to edit files in-place.landley1-7/+54
git-svn-id: svn://busybox.net/trunk/busybox@8510 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-18Fix vstype[] to match VS* defines. Patch from OpenWrt by mbm.mjn31-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@8509 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-17Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option.andersen1-12/+0
git-svn-id: svn://busybox.net/trunk/busybox@8503 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-17Mark Lord writes:andersen1-2/+5
The config file processing for inetd in busybox-1.00-pre7 and newer is broken -- the saved command argv[] values overwrite each other. Patch to fix it is attached. Cheers -- Mark Lord Real-Time Remedies Inc. git-svn-id: svn://busybox.net/trunk/busybox@8502 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-17Add the -r option, patch from Rob with some help from myself.bug11-4/+11
git-svn-id: svn://busybox.net/trunk/busybox@8501 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-17Remove debuggingbug11-2/+0
git-svn-id: svn://busybox.net/trunk/busybox@8500 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-17Dont strip trailing '/' until _after_ i test to set if its there !bug11-12/+17
git-svn-id: svn://busybox.net/trunk/busybox@8499 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-17Patch from Florian Schirmer <jolt@tuxbox.org>. When I rewrote the parser,mjn31-1/+3
I overlooked the case of someone wanting to use a valid but empty suid config file. git-svn-id: svn://busybox.net/trunk/busybox@8494 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-17Woops, im getting ahead of myself, we dont have the -r (refernece)bug11-2/+4
option yet git-svn-id: svn://busybox.net/trunk/busybox@8493 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-17define option names to be clearer, simplify nested if statements, removebug11-30/+29
un-needed if statement, minor indenting change git-svn-id: svn://busybox.net/trunk/busybox@8492 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-14Avoid naming conflict with symbol in newer glibc headersandersen1-4/+4
git-svn-id: svn://busybox.net/trunk/busybox@8479 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-13Accomodate the fact that newer libc versions may in fact notandersen1-6/+29
contain query_module and friends and more git-svn-id: svn://busybox.net/trunk/busybox@8464 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-10oops. Leave the default feature set enbled for now...andersen1-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@8442 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-10Initial effort at disabling job control as wellandersen1-6/+35
git-svn-id: svn://busybox.net/trunk/busybox@8441 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-10Support disabling pipe and redirect supportandersen1-40/+67
git-svn-id: svn://busybox.net/trunk/busybox@8440 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-09Update URLandersen1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@8439 69ca8d6d-28ef-0310-b511-8ec308f3f277
2004-02-09Buffalo appears to have resolved their GPL problemsandersen2-1/+2
git-svn-id: svn://busybox.net/trunk/busybox@8438 69ca8d6d-28ef-0310-b511-8ec308f3f277