Andrey Mozzhuhin | 2181fb4af86 | ftpd: new option -a ANON_USER to allow anonymous logins
Anonymous ftpd login is useful even when ftpd authentication... | | |
Denys Vlasenko | dff9fefd500 | wget: add support for -S --server-response
Based on the patch by stephane.billiart@gmail.com
function ... | | |
Denys Vlasenko | bca4ea8b684 | remove "local" bashism from a few scripts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 89193f985bf | tls: can download kernels now :)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 1500b3a50d5 | tls: if got CERTIFICATE_REQUEST, send an empty CERTIFICATE
wolfssl test server is not satisfied by an empty one,
but... | | |
Denys Vlasenko | 49ecee098d0 | tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work
Good news that TLS_RSA_WITH_AES_256_CBC... | | |
Denys Vlasenko | 9a64c3337cc | ls: convert DISP_DIRNAME to a bool variable
function old new delta... | | |
Denys Vlasenko | ccc1699e3ec | ls: get rid of opt_flags[], handle -l1c through option_mask32
function o... | | |
Denys Vlasenko | 92c6898e10b | ls: handle -x through option_mask32, remove default -C from --help
function ... | | |
Denys Vlasenko | 4cde4cca65c | ls: handle -d and -R through option_mask32
function old new delta
... | | |
Denys Vlasenko | 96d9c5bdbd5 | ls: handle -p and -F through option_mask32
function old new delta
... | | |
Denys Vlasenko | 51b01fda304 | ls: LIST_ID_NAME/ID_NUMERIC/LOPT/LONG are the same, merge as LONG
Also, handle -n and --full-time using option_mask3... | | |
Denys Vlasenko | a1cbaca1ba6 | ls: make -Z output compatible with GNU coreutils 8.25
This also makes it clear that LIST_MODEBITS == LIST_LOPT
func... | | |
Denys Vlasenko | 2c3131d88e4 | ls: LIST_NLINKS/SIZE/DATE_TIME/SYMLINK are always the same, merge as LIST_LOPT
They are always set and cleared toget... | | |
Denys Vlasenko | 5d43ddc59bf | ls: handle -s through option_mask32
function old new delta
scan_an... | | |
Denys Vlasenko | b60686cc2a9 | ls: handle -i through option_mask32
function old new delta
sort_an... | | |
Denys Vlasenko | f5bd6f631c2 | ls: handle -a and -A through option_mask32
function old new delta
... | | |
Denys Vlasenko | 11540a8da47 | ls: handle all sort options through option_mask32
function old new ... | | |
Denys Vlasenko | 7a18b9502ae | tls: reorder tls_handshake_data fields for smaller size, tweak comments
Signed-off-by: Denys Vlasenko <vda.linux@goo... | | |
Denys Vlasenko | b5bf1913d31 | tls: send EMPTY_RENEGOTIATION_INFO_SCSV in our client hello
Hoped this can make cdn.kernel.org to like us more. Nope... | | |
Denys Vlasenko | 9492da7e63d | tls: set TLS_DEBUG to 0; placate a gcc indentation warning
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 9a647c326a4 | separate TLS code into a library, use in in wget
A new applet, ssl_client, is the TLS debug thing now.
It doubles as... | | |
Denys Vlasenko | e1f90d13fa0 | ls: -1 should be ignored by -l (and options which imply -l)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | f580baf94a5 | ls: more correct handling of -c, -u
function old new delta
my_stat... | | |
Denys Vlasenko | 194b2ebd2a0 | ls: replace -e with --full-time, add --group-directories-first, delete -K
-K and -e were non-standard
function ... | | |
Denys Vlasenko | 12389889c05 | ip: better --help
Was:
Usage: ip [OPTIONS] address|route|link|tunnel|neigh|rule [COMMAND]
ip [OPTIONS] OBJE... | | |
Denys Vlasenko | 8908c1d4f51 | more ip --help fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | f3d705f41bf | make --help texts smaller
function old new delta
packed_usage ... | | |
Denys Vlasenko | bbc7bee9664 | make --help texts more uniform
function old new delta
packed_usage... | | |
Denys Vlasenko | f6e20724d4a | tls: reorder tls_state fields for smaller offsets
function old new ... | | |
Denys Vlasenko | dd2577f21a5 | tls: send SNI in the client hello
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 0af52651808 | tls: check size on "MAC-only, no crypt" code path too
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 54b927d78bf | tls: AES decrypt does one unnecessary memmove
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 3916139ac4b | tls: make input buffer grow as needed
As it turns out, it goes only up to "inbuf_size:4608"
for kernel.org - fixed 1... | | |
Denys Vlasenko | 9731ca7611e | password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWD
Was:
$ cryptpw --help
...
P... | | |
Denys Vlasenko | 38972a8df1d | tls: improve i/o loop
With tls_has_buffered_record(), entire kernel.org response
is printed at once, without 6 secon... | | |
Denys Vlasenko | e7863f394e6 | tls: was psAesDecrypt'ing one block too many, trashing buffered data
For the first time
printf "GET / HTTP/1.1\r\nH... | | |
Denys Vlasenko | 6e511393f90 | rdate: time(NULL) is shorter than time(&var)
function old new delt... | | |
Denys Vlasenko | 179e88bec91 | rdate: make it do something remotely sane, facing 32-bit time overflow
function ... | | |
Denys Vlasenko | 19e695ebadd | tls: do not use common_bufsiz
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | a0aae9f7144 | tls: decode alerts and in particular, EOF alert.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | abbf17abccb | tls: add the i/o loop - largish rework of i/o buffering
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | f7806f9d8fc | tls: fix ROL/ROR x86 optimization
ALWAYS_INLINE:
function old new ... | | |
Denys Vlasenko | 432f1ae2ff1 | tls: tested PSTM_X86_64, not enabling it - too large
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6b1b004845e | tls: commented out psPool_t use
function old new delta
psAesEncryp... | | |
Denys Vlasenko | 1bfc4b85a79 | ntpd: print result of hostname resolution
This is particularly useful if hostname resolution is triggered by
host no... | | |
Denys Vlasenko | 704c606f480 | fdisk: add typical values of -H and -S to --help
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | cccf8e735da | tls: teach it to decrypt AES256-encrypted data
This adds decryption only.
There is no MAC verification, code simply ... | | |
Denys Vlasenko | a9e18668066 | tls: trim comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b5dfc3dfd69 | tls: teach it to send AES256-encrypted data
>> CLIENT_HELLO
wrote 50 bytes
insize:0 tail:0
got block len:74
got HAND... | | |
Denys Vlasenko | b7e9ae6e9f8 | tls: added AES code and made it compile. not used yet
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c8ba23bcec9 | tls: massage writing for encryption support; finer-grained debug
Signed-off-by: Denys Vlasenko <vda.linux@googlemail... | | |
Denys Vlasenko | 5d1662ea1c2 | tls: address one easy FIXME, tidy up comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e69d78c0385 | tls: process CHANGE_CIPHER_SPEC and FINISHED from server
Successfully finishes handshake with test servers using NUL... | | |
Denys Vlasenko | fe0588df3b1 | tls: rearrange function order, improve comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e2cb3b990f9 | tls: make our send_client_finished() pass server check
sha256 hash should be calculated over incoming handshake pack... | | |
Denys Vlasenko | 9a6897a48a3 | tls: format FINISHED message properly for unencrypted, but sha256 signed mode
Now it at least looks correct, but unf... | | |
Denys Vlasenko | 4e08a123b0f | Assorted warning fixes and added a comment, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 936e83e694b | tls: add sha256 hmac and prf code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6c73aaff388 | cryptpw: support "rounds=NNNNNNN$" thing in salts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 16e7f697f80 | libbb: eliminate redundant variable in sha_crypt
function old new ... | | |
Denys Vlasenko | b8935d00b0a | sha512: use larger constant table only if sha512 is in fact selected
function ... | | |
Denys Vlasenko | 3f8ecd933a6 | tls: rearrange code, add/improve comments, fix whitespace, no real changes here
Signed-off-by: Denys Vlasenko <vda.l... | | |
Denys Vlasenko | c5540d61f6b | tls: send CHANGE_CIPHER_SPEC
To "actually implement it" will take more work...
Signed-off-by: Denys Vlasenko <vda.l... | | |
Denys Vlasenko | f78ad0938b7 | whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 11d0096516c | tls: format and send CLIENT_KEY_EXCHANGE
$ ./busybox tls kernel.org
insize:0 tail:0
got block len:74
got HANDSHAKE
g... | | |
Denys Vlasenko | 2a17d1fc9bd | tls: DER length byte 0x81 is actually valid
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b1003f70198 | tls: a bit more work
$ ./busybox tls kernel.org
insize:0 tail:0
got block len:74
got HANDSHAKE
got SERVER_HELLO
insi... | | |
Denys Vlasenko | ceff6b0ea9d | tls: work-in-progress TLS1.2 test applet
function old new delta
tl... | | |
Denys Vlasenko | a6f86519117 | wget: fix for brain-damaged HTTP servers. Closes 9471
write(3, "GET / HTTP/1.1\r\nUser-Agent: Wget\r\nConnection: cl... | | |
Denys Vlasenko | 098b713c7b5 | ash: commented-out possible fix for 7694
bash has a feature: it restores termios after a successful wait for
a foreg... | | |
Denys Vlasenko | 4c179373e07 | ash: 16-bit ->nprocs field is a pain for many CPUs
function old new ... | | |
Denys Vlasenko | ed15dde60a7 | Move FEATURE_AUTOWIDTH config option to two applets which use it
No code changes
Signed-off-by: Denys Vlasenko <vda... | | |
Denys Vlasenko | 6c1f348fa79 | Move FEATURE_USE_TERMIOS config option to two applets which use it
No code changes
Signed-off-by: Denys Vlasenko <v... | | |
Denys Vlasenko | 01ccdd1d3c5 | libbb: consolidate the code to set termios unbuffered mode
function old ... | | |
Denys Vlasenko | 8944c67b1f6 | hush: reinstate [[ builtin
Mike deleted it:
commit 39456a18a104b228de240b265bd943251219849d
Author: Mike Fr... | | |
Kang-Che Sung | 027d3ab57d6 | hush: split bash compatible extensions into separate defines. No code changes
Splitting these options makes it self-... | | |
Denys Vlasenko | 7d4aec0c3ec | ash: split bash compatible extensions into separate defines. No code changes
Splitting these options makes it self-d... | | |
Denys Vlasenko | a8a075acfee | busybox: stop depending on FEATURE_AUTOWIDTH for applet list
Many other appletw don't - they unconditionally use get... | | |
Denys Vlasenko | 0fd9fb4244a | top: FEATURE_USE_TERMIOS shouldn't control reading of screen size
It controls whether we take input.
Signed-off-by:... | | |
Denys Vlasenko | c5891fe1af8 | more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrink
function ... | | |
Denys Vlasenko | 889425812b5 | Bump version to 1.26.2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8e38108d03e | ash: fix open fds leaking in redirects. Closes 9561
commit e19923f6652a638ac39c84012e97f52cf5a7568e deleted clearred... | | |
Waldemar Brodkorb | add927e3d16 | modutils: remove special handling of uClibc
Commit 3a45b87ac36f (modutils: support finit_module syscall) introduced
... | | |
Jörg Krause | 7bcc3c46a77 | Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS
Commit a8c696bf09d8151323f6e99348c4bc8989f829c8 makes ifup and ifdown... | | |
Denys Vlasenko | 9c806db4b74 | hush: correct exitcode for unterminated ')' - exitcode2.tests testcase
function ... | | |
Ron Yorston | 568cabf98a1 | ash: fix error code regression
The commit 'ash,hush: set exit code 127 in "sh /does/not/exist" case'
only partly imp... | | |
Denys Vlasenko | e94d2c5f242 | tcpudp: define SO_ORIGINAL_DST directly, not via include
musl does not like including linux/netfilter_ipv4.h
(enum /... | | |
Denys Vlasenko | 80f806cac9b | hush: shorten output of "help" builtin
text data bss dec hex filename
891272 485 6856 898... | | |
Denys Vlasenko | a1184af5f87 | hush: reorder builtins (cd and pwd ought to be close, etc), no code changes
Signed-off-by: Denys Vlasenko <vda.linux... | | |
Denys Vlasenko | f35ad3bd128 | init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET
The former name had no INIT anywhere in its name, sounded gen... | | |
Denys Vlasenko | 2b4c258e74d | ash: revert "make dot command search current directory first"
Reverts this:
commit 8ad78e1ec7b2e873953f9f476fb63... | | |
Denys Vlasenko | 265062d59dd | shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo
This makes hash and ash more symmetrical wrt conf... | | |
Denys Vlasenko | f560422fa07 | Big cleanup in config help and description
Redundant help texts (one which only repeats the description)
are deleted... | | |
Kang-Che Sung | f10f7a21d40 | Allow FAST_FUNC to be overridden at build time
Busybox uses FAST_FUNC macro to tweak with IA-32 calling conventions ... | | |
Kang-Che Sung | 61a91af63db | kill: optimizations for single-applet build
* Fix a bug with a configuration in which the shell's kill builtin
wou... | | |
Denys Vlasenko | 1cc6804f698 | hush: make echo builtin optional
It's a bit overkill (who would want it off?) but ash already has it
configurable. L... | | |
Kang-Che Sung | 53487a8d221 | kill: need not build kill.c when ash's job control is off
ash kill builtin depends on the job control config option.... | | |
Denys Vlasenko | e7b54d0fcce | make_single_applets.sh: show errors and warnings
While at it, fix one warning in modprobe-small.c
Signed-off-by: De... | | |
Denys Vlasenko | 590402bb55b | unlzma: expand comments, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 3989e5adf45 | unlzma: fix erroneous "while" instead of "if". Closes 4682
These parts of the code essentially check whether
steppin... | | |
Denys Vlasenko | 8c1d857d258 | unzip: match "Defl:?" display with info-zip; cosmetic code shuffling
Large nested indented code blocks made more san... | | |
Denys Vlasenko | 6b4f4b52845 | unzip: optional support for xz
function old new delta
unzip_main ... | | |
Denys Vlasenko | 2a0867a5ed2 | unzip: optional support for bzip2 and lzma
function old new delta
... | | |
Denys Vlasenko | 6bf52b615d7 | modprobe-small: build fixes
Was throwing some build errors:
CONFIG_MODPROBE_SMALL=y
CONFIG_DEPMOD=y
CONFIG_LSMOD=y
... | | |
Explorer09 | 80172e46221 | modprobe-small: optimizations for single applet build
(I'm requesting for a review first because I fear such an aggr... | | |
Kang-Che Sung | b130f9f758b | Allow 'gzip -d' and 'bzip2 -d' without gunzip or bunzip2
Idea copied from the "ip" applet.
Signed-off-by: Kang-Che ... | | |
Denys Vlasenko | fb87d93d1e0 | ash: fix a bug in argv restoration after sourcing a file
if sourced file "shift"ed argvs so that $1 is NULL, restore... | | |
Denys Vlasenko | 2b1559056cf | hush: fix a bug in argv restoration after sourcing a file
if sourced file "shift"ed argvs so that $1 is NULL, restor... | | |
Denys Vlasenko | 4e4f88e569e | hush: global_args_malloced is used only if set builtin is enabled
function ... | | |
Denys Vlasenko | cc2fd5a9867 | hush: fix 'defined but not used' warning
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 5362cc4b8ca | hush: remove redundand test for ENABLE_HUSH_JOB
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | fd68f1e80db | hush: fix kill builtin without jobs support
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 442a414d662 | typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 41ade05cacd | hush: conditionalize print_escaped() on EXPORT || TRAP
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 4471969db21 | hush: make memleak builtin optional
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6ec76d87192 | hush: make export builtin optional
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d5933b11253 | hush: make umask builtin optional
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 10d5ece64ae | hush: make set/unset builtins optional
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 7a85c60e7e3 | hush: make read and trap builtins optional
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 1125d7d6801 | hush: kill builtin and kill %jobspec support
Also made it and printf, type and wait builtins optional.
function ... | | |
Denys Vlasenko | d5b5c2fa151 | hush: support %%, %+ and % jobspec (meaning "current job")
function old ... | | |
Laurent Bercot | 0ef478f01bb | httpd: fix address family for reverse proxy client socket
When httpd proxies a request to another server, it first c... | | |
Kang-Che Sung | 4d06b314532 | build system: no longer prompt for PLATFORM_LINUX option
With the new "select PLATFORM_LINUX" mechanism
(commit e3b1... | | |
Kang-Che Sung | d5e7ff02921 | bunzip2: fix code bloat caused by zcat's seamless magic
This example single-applet configuration would trigger the b... | | |
Kang-Che Sung | a474728e825 | ash: fix "kill %1" not working if CONFIG_ASH is disabled
ix ash "kill %1" not working if CONFIG_ASH is disabled but
... | | |
Denys Vlasenko | 0ffac1cc22e | unzip: do not use CDF.extra_len, read local file header. Closes 9536
While at it, shorten many field and variable na... | | |
Denys Vlasenko | 86584e134ee | ash: fix open fds leaking in redirects. Closes 9561
commit e19923f6652a638ac39c84012e97f52cf5a7568e deleted clearred... | | |
Denys Vlasenko | fe93624fb69 | Automatically disable FEATURE_COMPRESS_USAGE for small builds.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Kang-Che Sung | 6cd0294725c | ash: explicltly group ash options
This would makes all ash options indented inside "ash" in menuconfig.
It appears t... | | |
Natanael Copa | b62ea34afed | ntpd: improve postponed hostname resolution
Run the namelookup from the main loop so a misspelled first ntp server
n... | | |
Cristian Ionescu-Idbohrn | e6add210b22 | unzip: remove now-pointless lseek which returns current position
archival/unzip.c: In function 'read_next_cdf':
arch... | | |
Denys Vlasenko | ecba2944d57 | typo fix in config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e3c4db8b396 | unzip: properly use CDF to find compressed files. Closes 9536
function o... | | |
Waldemar Brodkorb | 9c083f599a9 | modutils: remove special handling of uClibc
Commit 3a45b87ac36f (modutils: support finit_module syscall) introduced
... | | |
Kang-Che Sung | 9529115c4ce | shell: clarify help text of CONFIG_{SH,BASH}_IS_* options
Mention the behavior if user selects CONFIG_SH_IS_ASH but ... | | |
Denys Vlasenko | c6137ba5106 | udhcp: tweak config order and menu item names
All other applets are listed simply by their name, no reason why
dumpl... | | |
Jörg Krause | c6725b0af68 | Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS
Commit a8c696bf09d8151323f6e99348c4bc8989f829c8 makes ifup and ifdown... | | |
Tito Ragusa | d3720828eac | README_distro_proposal.txt: typo fixes
Signed-off-by: Tito Ragusa <farmatito@tiscali.it>
Signed-off-by: Denys Vlasen... | | |
Cristian Ionescu-Idbohrn | f1d76b64a0f | appletlib: avoid warning on unused function ingroup
libbb/appletlib.c:558:12: warning: 'ingroup' defined but
... | | |
Denys Vlasenko | b05bcaf29c9 | hush: correct exitcode for unterminated ')' - exitcode2.tests testcase
function ... | | |
Ron Yorston | ea7d2f6ec05 | ash: fix error code regression
The commit 'ash,hush: set exit code 127 in "sh /does/not/exist" case'
only partly imp... | | |
Denys Vlasenko | bddbeb82bfe | qemu_multiarch_testing: small improvements
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 78900354524 | tcpudp: define SO_ORIGINAL_DST directly, not via include
musl does not like including linux/netfilter_ipv4.h
(enum /... | | |
Denys Vlasenko | a12eb9c64d7 | Bump version to 1.26.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 1a6aca3d600 | depmod: don't build it if MODPROBE_SMALL=y
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 1f71014fd6d | depmod: don't build it if MODPROBE_SMALL=y
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | fe3f55c540e | make_single_applets.sh: SH_IS_HUSH needs special handling too
Well, in fact it works (make oldconfig throws only a w... | | |
Denys Vlasenko | 28251dfa64a | Make it possible to select "sh" and "bash" aliases without selecting ash or hush
The same can be done for msh, but w... | | |
Denys Vlasenko | 9982d88a616 | Make RMMOD=y by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e5dc0d01203 | Make INSMOD=y by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 890b1feaa01 | Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
They merely enable ip or ifconfig/route. Th... | | |
Denys Vlasenko | d28cd9900a5 | modprobe-small: make applets individually selectable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 909edacc5ef | Make DPKG=y and DPKG_DEB=y by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | ed6fb361247 | Selinux complains about deprecated selinux/flask.h, stop including it
Signed-off-by: Denys Vlasenko <vda.linux@googl... | | |
Denys Vlasenko | 048c043ae64 | Make FEATURE_USERNAME_COMPLETION=y by default
This matches bash behavior on Fedora
Signed-off-by: Denys Vlasenko <v... | | |
Denys Vlasenko | f2200af1a8c | make_single_applets.sh: a tool to check single-applet builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c2f3655842f | fix breakage found by mass one-applet builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 05069b4682d | ip: make ip aliases individually selectable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 8d0dedf1f6c | shell: move "config" blocks above their use in coditional includes
Signed-off-by: Denys Vlasenko <vda.linux@googlema... | | |
Denys Vlasenko | e1065da652c | Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
Signed-off-by: Denys Vlasenko <vda.linux@go... | | |
Denys Vlasenko | 2169b25b152 | ash: clarify uclibc glob() bug in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 18a7bee7367 | ash: error out if ASH_INTERNAL_GLOB is not selected on uClibc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 96f1d6b70c6 | Update to examples/var_service/README_distro_proposal.txt
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 7d5c881bd0c | make_single_applets.sh: SH_IS_HUSH needs special handling too
Well, in fact it works (make oldconfig throws only a w... | | |
Denys Vlasenko | 0b8835861b2 | Make it possible to select "sh" and "bash" aliases without selecting ash or hush
The same can be done for msh, but w... | | |
Denys Vlasenko | 04c1a2a2c4a | Make RMMOD=y by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 3bf4d692500 | Make INSMOD=y by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 100aea84869 | Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTIN
They merely enable ip or ifconfig/route. Th... | | |
Denys Vlasenko | a1cd0d98499 | modprobe-small: make applets individually selectable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | ce3a98a222a | Make DPKG=y and DPKG_DEB=y by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 4ea0ebdd429 | Selinux complains about deprecated selinux/flask.h, stop including it
Signed-off-by: Denys Vlasenko <vda.linux@googl... | | |
Denys Vlasenko | 1afa494fd13 | Make FEATURE_USERNAME_COMPLETION=y by default
This matches bash behavior on Fedora
Signed-off-by: Denys Vlasenko <v... | | |
Denys Vlasenko | 10c01a711f9 | make_single_applets.sh: a tool to check single-applet builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 9cc3d3ab21e | fix breakage found by mass one-applet builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 7c5dea399b1 | ip: make ip aliases individually selectable
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 5d27cb36402 | Make POST upload example script easier to use
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6704746c697 | shell: move "config" blocks above their use in coditional includes
Signed-off-by: Denys Vlasenko <vda.linux@googlema... | | |
Denys Vlasenko | 4acd393eba1 | Update information on building httpd and wget helpers
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 326edc3e375 | Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
Signed-off-by: Denys Vlasenko <vda.linux@go... | | |
Denys Vlasenko | 2166952ec39 | ash: clarify uclibc glob() bug in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 3a4cdf45f92 | ash: error out if ASH_INTERNAL_GLOB is not selected on uClibc
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b5b1d2c5a89 | Start 1.27.0 development cycle
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | dc3701d2e7d | Bump version to 1.26.0
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Lukasz Nowak | b42107f2153 | libiproute: handle table ids larger than 255
Linux kernel, starting from 2.6.19 allows ip table ids to have 32-bit v... | | |
Denys Vlasenko | e184a883567 | df: implement -B n<suff> and -B <suff> formats of -B option
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 76de3257f71 | randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 2fe66b1d2dc | ash: fix signed char expansion bug
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Next → |