-
9e800223f1
hush: implement brace expansion
Denys Vlasenko
2010-10-03 14:28:04 +02:00
-
238081f750
hush: preparatory patch, no code changes
Denys Vlasenko
2010-10-03 14:26:26 +02:00
-
0296fd3af1
grep: cap insane -B NUM values to MAX_INT / 8. Fixes bug 2653.
Denys Vlasenko
2010-10-02 12:42:28 +02:00
-
2d1a78b88f
Marked some more applets NOEXEC/NOFORK
Dan Fandrich
2010-09-30 14:31:12 -07:00
-
5657d374db
free: document newly added options
Denys Vlasenko
2010-10-01 22:42:44 +02:00
-
5542934d65
free: add -b/k/m/g options; remove 4 TB limitation. +100 bytes
Denys Vlasenko
2010-10-01 21:57:59 +02:00
-
ee5ab8f321
halt/poweroff/reboot: unify help text
Denys Vlasenko
2010-09-30 23:44:08 +02:00
-
6e852408a9
deluser: use the same licensing template in the header as other files do
Denys Vlasenko
2010-09-30 18:51:25 +02:00
-
ccb7a43900
acpid: add config file and map file
Souf Oued
2010-09-26 12:40:05 +02:00
-
7d3a48a003
udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options
Vladislav Grishenko
2010-09-26 00:15:12 +02:00
-
04bcd998ca
style fix. no code chages
Denys Vlasenko
2010-09-25 17:19:04 +02:00
-
b563f62bbb
ash: fix signal and "set -e" interaction
Denys Vlasenko
2010-09-25 17:15:13 +02:00
-
5b3151c201
modprobe-simple; do not error out on "rmmod module" if module is unloaded ok
Denys Vlasenko
2010-09-25 14:37:06 +02:00
-
0f2e278a8a
sleep: fix fractional arguments in non-POSIX locale
Denys Vlasenko
2010-09-24 12:39:45 +02:00
-
ebec11dff1
wget: flush output to network before receving reply
Nguyễn Thái Ngọc Duy
2010-09-23 15:18:41 +02:00
-
1fc20c446f
nbd-client: new applet
Rob Landley
2010-09-23 02:03:47 +02:00
-
361b1a6884
deluser: make it simpler, fix inability to delete user from group
Harald Becker
2010-09-22 14:50:15 +02:00
-
0e13b4019c
hush: use smaller EXP_FLAG_foo constants
Denys Vlasenko
2010-09-21 12:35:39 +02:00
-
63adf83814
fix build failure for pmap
Dan Fandrich
2010-09-19 17:13:21 +02:00
-
395b97aeac
shell/math: better comment. no code changes
Denys Vlasenko
2010-09-17 18:02:17 +02:00
-
c8f9a8d3c0
move read_base64 to libbb/uuencode.c
Denys Vlasenko
2010-09-16 18:10:04 +02:00
-
9fe98f701d
libbb: merge mail and uudecode's base64 decoders
Denys Vlasenko
2010-09-16 17:51:13 +02:00
-
52e460b744
hush: move shell_ver from globals to main's stack.
Denys Vlasenko
2010-09-16 16:12:00 +02:00
-
0fdf2e1026
simpler check for od
Denys Vlasenko
2010-09-16 15:46:20 +02:00
-
06a80bdbea
build system: test that od is present in the host system
Denys Vlasenko
2010-09-16 13:23:15 +02:00
-
bed7c81ea2
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
2010-09-16 11:50:46 +02:00
-
063847d6bd
shell/math: return string error indicator, not integer
Denys Vlasenko
2010-09-15 13:33:02 +02:00
-
197a6b3c14
sleep: make it non-NOFORK. Fixes ^C in standalone shell
Denys Vlasenko
2010-09-14 12:57:05 +02:00
-
0eac8ff164
shell/math.c: stop using bss variable
Denys Vlasenko
2010-09-13 12:49:52 +02:00
-
06d44d7dfb
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
Denys Vlasenko
2010-09-13 12:49:03 +02:00
-
bd14770b0c
shell/math.c: small code shrink; fixed incomprehensible comments
Denys Vlasenko
2010-09-13 11:11:40 +02:00
-
51850c818c
shell: small code shrink
Denys Vlasenko
2010-09-13 01:09:11 +02:00
-
b771c654ca
shell: shrink arith code; and prepare for returning text error codes
Denys Vlasenko
2010-09-13 00:34:26 +02:00
-
99862cbfad
hush: optional support for history saving
Denys Vlasenko
2010-09-12 17:34:13 +02:00
-
5a0d899ee4
smemcap: use correct tar magic
Denys Vlasenko
2010-09-12 17:13:29 +02:00
-
7dd61e3772
*: s/perror/bb_simple_perror_msg/g
Marek Polacek
2010-09-12 17:06:43 +02:00
-
80d80ba6dd
Fixed a couple of failing tar tests
Dan Fandrich
2010-09-11 00:28:50 -07:00
-
819cacfd45
busybox: add "busybox --list[-full]" to help text
Denys Vlasenko
2010-09-12 16:17:37 +02:00
-
de8c3f667a
hush: move the EXIT trap comment. no code changes
Denys Vlasenko
2010-09-12 16:13:44 +02:00
-
a110c90de2
hush: fix EXIT trap display inside exit trap handler
Denys Vlasenko
2010-09-12 15:38:04 +02:00
-
2d8187c139
shell/match.c: shrink by dropping double bool inversion
Denys Vlasenko
2010-09-12 15:06:42 +02:00
-
acd5bc8f64
hush: fix handling of \" in quoted/unquoted
cmd
Denys Vlasenko
2010-09-12 15:05:39 +02:00
-
958581a8d9
ash: shrink by folding an if check into setprompt; unindent big block
Denys Vlasenko
2010-09-12 15:04:27 +02:00
-
6040fe88f4
ash: add missing casts to match CTLfoo; add TODO comments
Denys Vlasenko
2010-09-12 15:03:16 +02:00
-
5277a9db70
hush: remove forgotten commented-out block. no code changes
Denys Vlasenko
2010-09-10 15:34:53 +02:00
-
4f870496e7
hush: do fewer strdups in % and hash expansions
Denys Vlasenko
2010-09-10 11:06:01 +02:00
-
d98e5c65c3
hush: better function and parameter names
Denys Vlasenko
2010-09-10 10:44:23 +02:00
-
cc461736d6
hush: fixes to testsuite
Denys Vlasenko
2010-09-10 10:19:22 +02:00
-
ebee410fe2
hush: fix var_bash5.tests failure
Denys Vlasenko
2010-09-10 10:17:53 +02:00
-
14e289b324
hush: fix var_bash3.tests failure
Denys Vlasenko
2010-09-10 10:15:18 +02:00
-
a769e0225d
hush: remove useless ESC_GLOB_CHARS clears/resotres
Denys Vlasenko
2010-09-10 10:12:34 +02:00
-
bfc02a76c5
hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded $var
Denys Vlasenko
2010-09-09 14:38:46 +02:00
-
101a4e3e21
hush: make parse_dollar flag quited status regardless of glob escaping status
Denys Vlasenko
2010-09-09 14:04:57 +02:00
-
5b6210cf49
hush: simplification in parse_stream, parse_stream_dquoted
Denys Vlasenko
2010-09-09 13:32:21 +02:00
-
850b15bfaf
hush: simplify parse_stream_dquoted
Denys Vlasenko
2010-09-09 12:58:19 +02:00
-
77a7b5519c
hush: straighten out the logic in parse_stream
Denys Vlasenko
2010-09-09 12:40:03 +02:00
-
77d4872691
Avoid side effects in putc(), which may be implemented as a macro
Dan Fandrich
2010-09-07 23:38:28 -07:00
-
95d48f2598
hush: eliminate redundant parameter of expand_vars_to_list()
Denys Vlasenko
2010-09-08 13:58:55 +02:00
-
5b686cb8e6
hush: replace flag bytes in struct o_string with bit flags
Denys Vlasenko
2010-09-08 13:44:34 +02:00
-
9b78255dca
hush: remove unused enum typedef
Denys Vlasenko
2010-09-08 13:33:26 +02:00
-
1fd3d94a6c
hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*"
Denys Vlasenko
2010-09-08 13:31:53 +02:00
-
b103fb10cf
nc: show help text on bad parameters
Denys Vlasenko
2010-09-07 18:41:56 +02:00
-
d55f599440
lineedit: do not hang on error, but return error indicator.
Denys Vlasenko
2010-09-07 18:40:53 +02:00
-
8b2f13d84d
shell: unify endofname() in hush and ash
Denys Vlasenko
2010-09-07 12:19:33 +02:00
-
27c56f1267
hush: a few relatively trivial simplifications
Denys Vlasenko
2010-09-07 09:56:34 +02:00
-
da463fb007
hush: style cleanups. no code changes
Denys Vlasenko
2010-09-07 09:53:50 +02:00
-
f38b912fcf
Again fix license line format
Denys Vlasenko
2010-09-06 17:41:46 +02:00
-
571c5ab768
blockdev: code shrink
Denys Vlasenko
2010-09-06 17:37:52 +02:00
-
a35dfe6200
blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes.
Denys Vlasenko
2010-09-06 16:31:18 +02:00
-
3d4a8f8646
made 3 license strings to follow the usual form ("or later" bit is not changed!)
Denys Vlasenko
2010-09-06 16:22:25 +02:00
-
264bdadb2c
blockdev: -2 bytes
Denys Vlasenko
2010-09-06 15:34:15 +02:00
-
b4e6b41934
tweak blockdev's help text
Denys Vlasenko
2010-09-06 14:15:46 +02:00
-
b1560000c7
tweak udhcpd help text
Denys Vlasenko
2010-09-06 13:39:59 +02:00
-
289aff8623
blockdev: new applet
Sergey Naumov
2010-09-06 13:35:58 +02:00
-
605067b426
hush: revert a recent buggy change which resulted in two HUSH_VERSIONs
Denys Vlasenko
2010-09-06 12:10:51 +02:00
-
83b900fb82
fix typo in comment
Denys Vlasenko
2010-09-06 11:47:55 +02:00
-
c3adfacd22
hush: fix another corner case with backslashes in heredocs
Denys Vlasenko
2010-09-06 11:46:03 +02:00
-
77b32ccbf2
hush: fix backslash and terminator handling in <<[-]["]heredoc["]
Denys Vlasenko
2010-09-06 11:27:32 +02:00
-
c49d2d9793
hush: fix globbing+backslashes in unquoted $var expansion
Denys Vlasenko
2010-09-06 10:26:37 +02:00
-
d383b49aef
hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob
Denys Vlasenko
2010-09-06 10:22:13 +02:00
-
96f064d416
shell: remove lash and bbsh
Denys Vlasenko
2010-09-06 10:18:21 +02:00
-
e09bff3341
runit_lib: remove/inline a few more things
Denys Vlasenko
2010-09-05 19:28:29 +02:00
-
8d789e4197
tar: add a test for extraction of read-only directory
Dan Fandrich
2010-09-05 16:16:46 +02:00
-
6957d79bd6
remove redundant ENABLE_DESKTOP in procps/ps.c
Cristian Ionescu-Idbohrn
2010-09-05 14:34:42 +02:00
-
b36abf2dfc
hush: big reordering: move parser functions to the beginning. no code changes
Denys Vlasenko
2010-09-05 14:50:59 +02:00
-
38292b68c9
hush: rename o_quoted to has_quoted_part; small code shrink
Denys Vlasenko
2010-09-05 14:49:40 +02:00
-
f2dc20c2d5
hush: move variable expansion into a separate function. No logic changes
Denys Vlasenko
2010-09-05 14:48:11 +02:00
-
36f774a0cd
hush: add support for ${var/pattern/repl}, conditional on bash compat
Denys Vlasenko
2010-09-05 14:45:38 +02:00
-
701e127f7d
hush: optimize #[#] and %[%] for speed. size -2 bytes.
Denys Vlasenko
2010-09-04 21:21:07 +02:00
-
e298ce69ba
hush: fix handling of backslashes in variable assignment
Denys Vlasenko
2010-09-04 19:52:44 +02:00
-
8ae6e9be5c
lzop: fix misordered "v=NULL; free(v)", small code shrink
Denys Vlasenko
2010-09-04 19:46:52 +02:00
-
0d7cb4cc9e
fix false positive in testsuite/tar.tests
Denys Vlasenko
2010-09-03 17:22:56 +02:00
-
eb2bf5b6bf
Fix some test cases
Dan Fandrich
2010-09-02 18:38:00 -07:00
-
2ab3acb274
ifupdown: %client%, not %clientid%
Denys Vlasenko
2010-09-03 16:58:37 +02:00
-
3926363214
lineedit: on tab completion, show filenames obly in all cases (bash compat)
Denys Vlasenko
2010-09-03 14:11:08 +02:00
-
76939e7b72
lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes
Denys Vlasenko
2010-09-03 14:09:24 +02:00
-
ba0e103a66
lineedit: de-indent large block in input_tab. No logic changes.
Denys Vlasenko
2010-09-03 14:08:24 +02:00
-
a46e16ef52
lineedit: rename tmp -> chosen_match; small code shrink
Denys Vlasenko
2010-09-03 13:05:51 +02:00
-
9b56bf5416
lineedit: stop using permanent int_buf[] (16k!): allocate it
Denys Vlasenko
2010-09-03 13:02:47 +02:00
-
81254ed387
lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs
Denys Vlasenko
2010-09-03 12:59:15 +02:00