/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_bash4.right | 3 Pattern: single backslash and star: "replace literal star" 8 Pattern: double backslash and star: "replace backslash and everything after it" 16 Pattern: single backslash and b: "replace b" 21 Pattern: double backslash and b: "replace backslash and b" 29 Pattern: single backslash and b: "replace b" 34 Pattern: double backslash and b: "replace backslash and b"
|
D | var_serial.right | 2 Assignments and a command: c=a 3 Assignments and a builtin: c=a 4 Assignments and a function: c=a
|
D | var_bash4.tests | 2 # in 1st and 2nd parts of ${var/search/repl}: 3 # if quoted ("${var/search/repl}"), and repl contains \a (a non-special char), 8 # bash4 (and probably bash3 too): "Quoted:" results are different from 18 echo 'Pattern: ' 'single backslash and star: "replace literal star"' 26 echo 'Pattern: ' 'double backslash and star: "replace backslash and everything after it"' 40 echo 'Pattern: ' 'single backslash and b: "replace b"' 48 echo 'Pattern: ' 'double backslash and b: "replace backslash and b"' 63 echo 'Pattern: ' 'single backslash and b: "replace b"' 71 echo 'Pattern: ' 'double backslash and b: "replace backslash and b"'
|
D | var_serial.tests | 11 b=$a c=$b "$THIS_SH" -c 'echo Assignments and a command: c=$c' 15 b=$a c=$b eval 'echo Assignments and a builtin: c=$c' 19 f() { echo Assignments and a function: c=$c; }
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var_bash4.right | 3 Pattern: single backslash and star: "replace literal star" 8 Pattern: double backslash and star: "replace backslash and everything after it" 16 Pattern: single backslash and b: "replace b" 21 Pattern: double backslash and b: "replace backslash and b" 29 Pattern: single backslash and b: "replace b" 34 Pattern: double backslash and b: "replace backslash and b"
|
D | var_serial.right | 2 Assignments and a command: c=a 3 Assignments and a builtin: c=a 4 Assignments and a function: c=a
|
D | var_bash4.tests | 2 # in 1st and 2nd parts of ${var/search/repl}: 3 # if quoted ("${var/search/repl}"), and repl contains \a (a non-special char), 8 # bash4 (and probably bash3 too): "Quoted:" results are different from 18 echo 'Pattern: ' 'single backslash and star: "replace literal star"' 26 echo 'Pattern: ' 'double backslash and star: "replace backslash and everything after it"' 40 echo 'Pattern: ' 'single backslash and b: "replace b"' 48 echo 'Pattern: ' 'double backslash and b: "replace backslash and b"' 63 echo 'Pattern: ' 'single backslash and b: "replace b"' 71 echo 'Pattern: ' 'double backslash and b: "replace backslash and b"'
|
D | var_serial.tests | 11 b=$a c=$b "$THIS_SH" -c 'echo Assignments and a command: c=$c' 15 b=$a c=$b eval 'echo Assignments and a builtin: c=$c' 19 f() { echo Assignments and a function: c=$c; }
|
/busybox-1.35.0/ |
D | README | 1 Please see the LICENSE file for details on copying and usage. 10 sed, shadow, sysklogd, sysvinit, tar, util-linux, and vim. The utilities 13 and behave very much like their larger counterparts. 15 BusyBox has been written with size-optimization and limited resources in 16 mind, both to produce small binaries and to reduce run-time memory usage. 19 embedded systems; to create a working system, just add /dev, /etc, and a 22 disks, installers, and so on. 25 both embedded environments and more full featured systems concerned about 28 there yet (and for size reasons will probably support at most UTF-8 for 37 components and options you need, thereby reducing binary size. Run 'make [all …]
|
D | TODO | 11 have any suggestions how they plan to go about it, and to minimize conflicts 12 between your work and theirs. But otherwise, all of these are fair game. 19 shells that don't really share any code, and the "standalone shell" doesn't 25 "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and 26 figure out which of our apps are compliant, and what we're missing that 30 exercises each command line option and the various corner cases. 48 internationalizing the text console when X11 and xterms are so much better 50 "unicode_start" and "unicode_stop" shell scripts need "vt-is-UTF8" and a 71 sed, shadow, sysklogd, sysvinit, tar, util-linux, and vim. The resulting 73 code). This means it would need (at least) binutils, gcc, and make, or [all …]
|
D | LICENSE | 14 Everyone is permitted to copy and distribute verbatim copies 20 freedom to share and change it. By contrast, the GNU General Public 21 License is intended to guarantee your freedom to share and change free 24 Foundation's software and to any other program whose authors commit to 31 have the freedom to distribute copies of free software (and charge for 34 in new free programs; and that you know you can do these things. 47 We protect your rights with two steps: (1) copyright the software, and 49 distribute and/or modify the software. 51 Also, for each author's protection and ours, we want to make certain 53 software. If the software is modified by someone else and passed on, we [all …]
|
D | AUTHORS | 62 pristine source directory compilation, lots of patches and fixes. 73 many bugfixes and enhancements 87 sed (major rewrite in 2003, and I now maintain the thing) 99 Common unarchiving code and unarchiving applets, ifupdown, ftpgetput, 101 Various bugfixes, review and apply numerous patches. 107 get_last_path_component, simplify_path, and a number trivial libbb routines 109 also bug fixes, partial rewrites, and size optimizations in 119 and irreconcilable critic of everything not perfect. 123 still be found hiding here and there... 132 reset, tons and tons of bug reports and patches. [all …]
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | return_in_trap1.tests | 16 # and sets $?, then checks pending signals and runs a trap handler, 17 # or does it first check pending signals and runs handler? 18 # hush does the former, and prints 3.
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | return_in_trap1.tests | 16 # and sets $?, then checks pending signals and runs a trap handler, 17 # or does it first check pending signals and runs handler? 18 # hush does the former, and prints 3.
|
/busybox-1.35.0/networking/ssl_helper/ |
D | README | 6 * Run ssl_helper.sh to compile and link the helper 13 Stdin will be SSL-encrypted and sent to FILE_DESCRIPTOR. 14 Data from FILE_DESCRIPTOR will be decrypted and sent to stdout. 16 The plan is to adapt it for wget https helper, and for ssl support in nc.
|
/busybox-1.35.0/loginutils/ |
D | Config.src | 13 readable by root and thus the encrypted passwords are no longer 17 bool "Use internal password and group functions rather than system functions" 21 and group functions. And if you are using the GNU C library 23 configuration file and the required /lib/libnss_* libraries in 24 order for the password and group functions to work. This generally 28 system's /etc/password, /etc/group files (and your system will be 29 smaller, and I will get fewer emails asking about how glibc NSS 31 PAM to access remote LDAP password servers and whatnot. And if you 49 configuration file and the required /lib/libnss_* libraries in 55 makes your system smaller (and I will get fewer emails asking about [all …]
|
/busybox-1.35.0/archival/libarchive/bz/ |
D | README | 11 This file is part of bzip2/libbzip2, a program and library for 17 Please read the WARNING, DISCLAIMER and PATENTS sections in this file. 23 Please read and be aware of the following: 28 This program and library (attempts to) compress data by 31 contained herein, and with the consequences of modifying them, 33 machinery. Incorrect changes can and very likely *will* 44 Great efforts in design, coding and testing have been made to 46 of the algorithms, and, in particular, the presence of various 55 has been carefully constructed and extensively tested. 69 comments, suggestions and patches after the releases of bzip-0.15, [all …]
|
/busybox-1.35.0/shell/hush_test/hush-parsing/ |
D | and_or_and_backgrounding.tests | 10 #the operators "&&" and "||" . 13 #';' and '&' and optionally terminated by ';', '&', or <newline>. 15 #The operators "&&" and "||" shall have equal precedence and shall be
|
/busybox-1.35.0/shell/ash_test/ash-parsing/ |
D | and_or_and_backgrounding.tests | 10 #the operators "&&" and "||" . 13 #';' and '&' and optionally terminated by ';', '&', or <newline>. 15 #The operators "&&" and "||" shall have equal precedence and shall be
|
/busybox-1.35.0/examples/var_service/ |
D | README | 1 Daemontools and runit 3 Tired of PID files, needing root access, and writing init scripts just 13 Sadly, init scripts are cumbersome and error-prone to write, they must 14 typically be edited and run as root, and the processes they launch do 19 starting and stopping the important process on request, and re-starting 27 Runit is a more conveniently licensed and more actively maintained 34 Service directories and scripts 41 inside a containing directory, and the runsvdir program supervises that 47 and will connect stdout of main service to the stdin of log service. 51 In this case, its stdout and stderr go to your terminal. [all …]
|
/busybox-1.35.0/coreutils/ |
D | Config.src | 12 Enable cp -v, rm -v and similar messages. 16 comment "Common options for date and touch" 29 comment "Common options for cp and mv" 37 Allow cp and mv to preserve hard links. 47 Allow df, du, and ls to have human readable output.
|
/busybox-1.35.0/docs/ |
D | logging_and_backgrounding.txt | 1 Logging and backgrounding 4 and of course, usually applets do not auto-background. :) 6 Historically, daemons and inetd services are different. 15 of the users. And users have different needs and different preferences. 17 Others prefer running stuff under runsv/svlogd and thus would like 18 logging to stderr and no daemonization. 30 dnsd - option -d makes it background and log to syslog 31 fakeidentd - inetd service. Auto-backgrounds and logs to syslog 32 if no -f and no -i and no -w (-i is "inetd service" flag, 42 fails and retries start), [all …]
|
D | busybox_footer.pod | 4 of the C library for the local environment, and to configure how it reads 5 system data, such as passwords and group information. This is implemented 6 using an /etc/nsswitch.conf configuration file, and using one or more of the 8 use of NSS. Some applets however, such as login and su, will use libc functions 12 directly access the /etc/passwd, /etc/group, and /etc/shadow files without 14 installing any of the NSS configuration files and libraries. 18 /etc/nsswitch.conf, /lib/libnss_dns*, /lib/libnss_files*, and /lib/libresolv*). 111 pristine source directory compilation, lots of patches and fixes. 160 Common unarchiving code and unarchiving applets, ifupdown, ftpgetput, 162 Various bugfixes, review and apply numerous patches. [all …]
|
/busybox-1.35.0/shell/ash_test/ash-standalone/ |
D | nofork_trashes_getopt.tests | 1 # In this test, rm is NOFORK and it modifies getopt internal state 3 # Subsequent hexdump is run as NOEXEC, and thus still uses this state
|
/busybox-1.35.0/shell/hush_test/hush-standalone/ |
D | nofork_trashes_getopt.tests | 1 # In this test, rm is NOFORK and it modifies getopt internal state 3 # Subsequent hexdump is run as NOEXEC, and thus still uses this state
|