Denys Vlasenko | b771c654cab | shell: shrink arith code; and prepare for returning text error codes
function ... | | |
Denys Vlasenko | 99862cbfad9 | hush: optional support for history saving
function old new delta
h... | | |
Denys Vlasenko | 5a0d899ee4b | smemcap: use correct tar magic
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Marek Polacek | 7dd61e37722 | *: s/perror/bb_simple_perror_msg/g
function old new delta
readLine... | | |
Dan Fandrich | 80d80ba6dd9 | Fixed a couple of failing tar tests
The tar symlinks mode test is fixed similarly to the hardlinks
test in 0d7cb4cc,... | | |
Denys Vlasenko | 819cacfd459 | busybox: add "busybox --list[-full]" to help text
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | de8c3f667ab | hush: move the EXIT trap comment. no code changes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | a110c90de2f | hush: fix EXIT trap display inside exit trap handler
function old ne... | | |
Denys Vlasenko | 2d8187c1399 | shell/match.c: shrink by dropping double bool inversion
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | acd5bc8f649 | hush: fix handling of \" in quoted/unquoted `cmd`
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 958581a8d95 | ash: shrink by folding an if check into setprompt; unindent big block
function ... | | |
Denys Vlasenko | 6040fe88f4f | ash: add missing casts to match CTLfoo; add TODO comments
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 5277a9db704 | hush: remove forgotten commented-out block. no code changes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 4f870496e7d | hush: do fewer strdups in % and hash expansions
function old new d... | | |
Denys Vlasenko | d98e5c65c3c | hush: better function and parameter names
Also, trim code which isn't needed for non-bash compat.
No logic changes.
... | | |
Denys Vlasenko | cc461736d6c | hush: fixes to testsuite
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | ebee410fe25 | hush: fix var_bash5.tests failure
function old new delta
expand_on... | | |
Denys Vlasenko | 14e289b3246 | hush: fix var_bash3.tests failure
function old new delta
expand_on... | | |
Denys Vlasenko | a769e0225d9 | hush: remove useless ESC_GLOB_CHARS clears/resotres
function old new... | | |
Denys Vlasenko | 5e891f30d37 | Revert "split: use xopen_stdin()"
This reverts commit 5168bf2caac99fbbb499fb660f20e349c9c65c8c.
Signed-off-by: Deny... | | |
Denys Vlasenko | bfc02a76c5c | hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded $var
function ... | | |
Denys Vlasenko | 101a4e3e217 | hush: make parse_dollar flag quited status regardless of glob escaping status
function ... | | |
Denys Vlasenko | 5b6210cf492 | hush: simplification in parse_stream, parse_stream_dquoted
function old ... | | |
Denys Vlasenko | 850b15bfafb | hush: simplify parse_stream_dquoted
function old new delta
parse_s... | | |
Denys Vlasenko | 77a7b5519ca | hush: straighten out the logic in parse_stream
function old new de... | | |
Dan Fandrich | 77d48726917 | Avoid side effects in putc(), which may be implemented as a macro
Signed-off-by: Dan Fandrich <dan@coneharvesters.co... | | |
Denys Vlasenko | 95d48f25980 | hush: eliminate redundant parameter of expand_vars_to_list()
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 5b686cb8e6d | hush: replace flag bytes in struct o_string with bit flags
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 9b78255dcaf | hush: remove unused enum typedef
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 1fd3d94a6c4 | hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*"
Signed-off-by: Denys Vlasenko <dvlasenk@red... | | |
Denys Vlasenko | b103fb10cfb | nc: show help text on bad parameters
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | d55f599440c | lineedit: do not hang on error, but return error indicator.
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 8b2f13d84de | shell: unify endofname() in hush and ash
function old new delta
bu... | | |
Denys Vlasenko | 27c56f12670 | hush: a few relatively trivial simplifications
function old new de... | | |
Denys Vlasenko | da463fb007d | hush: style cleanups. no code changes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | f38b912fcfb | Again fix license line format
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 571c5ab7680 | blockdev: code shrink
function old new delta
blockdev_main ... | | |
Denys Vlasenko | a35dfe62004 | blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes.
Signed-off-by: Denys Vlasenko <dvlasenk@... | | |
Denys Vlasenko | 3d4a8f86469 | made 3 license strings to follow the usual form ("or later" bit is not changed!)
Signed-off-by: Denys Vlasenko <dvla... | | |
Denys Vlasenko | 264bdadb2c0 | blockdev: -2 bytes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | b4e6b419340 | tweak blockdev's help text
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | b1560000c72 | tweak udhcpd help text
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Sergey Naumov | 289aff86231 | blockdev: new applet
function old new delta
blockdev_main ... | | |
Denys Vlasenko | 605067b4261 | hush: revert a recent buggy change which resulted in two HUSH_VERSIONs
Signed-off-by: Denys Vlasenko <dvlasenk@redha... | | |
Denys Vlasenko | 83b900fb82a | fix typo in comment
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | c3adfacd229 | hush: fix another corner case with backslashes in heredocs
function old ... | | |
Denys Vlasenko | 77b32ccbf2a | hush: fix backslash and terminator handling in <<[-]["]heredoc["]
function ... | | |
Denys Vlasenko | c49d2d97939 | hush: fix globbing+backslashes in unquoted $var expansion
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | d383b49aefe | hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob
+ other small tweaks to comments and s... | | |
Denys Vlasenko | 96f064d4161 | shell: remove lash and bbsh
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | e09bff33412 | runit_lib: remove/inline a few more things
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Dan Fandrich | 8d789e41973 | tar: add a test for extraction of read-only directory
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-of... | | |
Cristian Ionescu-Idbohrn | 6957d79bd67 | remove redundant ENABLE_DESKTOP in procps/ps.c
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axi... | | |
Denys Vlasenko | b36abf2dfcb | hush: big reordering: move parser functions to the beginning. no code changes
Signed-off-by: Denys Vlasenko <dvlasen... | | |
Denys Vlasenko | 38292b68c96 | hush: rename o_quoted to has_quoted_part; small code shrink
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | f2dc20c2d5d | hush: move variable expansion into a separate function. No logic changes
function ... | | |
Denys Vlasenko | 36f774a0cd2 | hush: add support for ${var/pattern/repl}, conditional on bash compat
function ... | | |
Denys Vlasenko | 701e127f7d8 | hush: optimize #[#] and %[%] for speed. size -2 bytes.
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | e298ce69bae | hush: fix handling of backslashes in variable assignment
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 8ae6e9be5c1 | lzop: fix misordered "v=NULL; free(v)", small code shrink
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 0d7cb4cc9ed | fix false positive in testsuite/tar.tests
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Dan Fandrich | eb2bf5b6bfd | Fix some test cases
The tar tests still don't pass, but at least now it's because of
a problem with Busybox and not ... | | |
Denys Vlasenko | 2ab3acb2747 | ifupdown: %client%, not %clientid%
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 3926363214b | lineedit: on tab completion, show filenames obly in all cases (bash compat)
function ... | | |
Denys Vlasenko | 76939e7b729 | lineedit: allocate matchBuf only temporarily: saves MAX_LINELEN bytes
function ... | | |
Denys Vlasenko | ba0e103a662 | lineedit: de-indent large block in input_tab. No logic changes.
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | a46e16ef529 | lineedit: rename tmp -> chosen_match; small code shrink
function old ... | | |
Denys Vlasenko | 9b56bf54166 | lineedit: stop using permanent int_buf[] (16k!): allocate it
Now it is allocated temporarily only for the duretion o... | | |
Denys Vlasenko | 81254ed3875 | lineedit: remove pos_buf[] array (up to 16k!); fix compat bugs
pos_buf is a strange hack, easy to do without it.
Thi... | | |
Denys Vlasenko | 3c460b005c3 | lineedit: return prefix len from tab completion helpers
This kills horrific logic which deletes and re-adds prefix (... | | |
Denys Vlasenko | 2679e3c8ccc | lineedit: clean up tab completion code (variable reuse, comments)
Noted bugs in behavior.
Added debugging machinery.... | | |
Denys Vlasenko | 57ea9b488b0 | preparatory cleanup patch for tab completion fixes
renames and deinlines a few functions
function ... | | |
Denys Vlasenko | 7063e86d0d6 | lineedit: small readability improvement (same code)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 61a36af45d9 | lineedit: fix completion with Unicode chars
function old new delta... | | |
Denys Vlasenko | b068bd7a418 | lineedit: preparatory cleanup patch for Unicode completion fix
Some logic changes and function renames. The fix will... | | |
Denys Vlasenko | 7aa63042d04 | libbb: xfunc_error_retval can be a byte
function old new delta
xfu... | | |
Denys Vlasenko | 6f80fe71f0c | uudecode,base64: code shrink
function old new delta
read_base64 ... | | |
Denys Vlasenko | 0004e994934 | better shared strings trick
text data bss dec hex filename
861980 441 7540 869961 d4649... | | |
Denys Vlasenko | 9dc04124d5a | getty: small code shrink
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | a61ff51b494 | find: add rudimentary support for -exec {} +
function old new delt... | | |
Denys Vlasenko | ee06264a29c | base64: new applet
function old new delta
base64_main ... | | |
Denys Vlasenko | 8d3e225a2d1 | libbb: add xfstat function
function old new delta
xfstat ... | | |
Denys Vlasenko | 4e7dd3c3633 | mkswap: clear 1st kilobyte. Closes bug 1831
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c71ec706163 | iplink: another compat #ifndef/#define tweak
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 0ff78a0166b | ash: small code shrink (-21 bytes)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | f7a8433535b | ash: add another ${v/a/b} test we currently fail
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Denys Vlasenko | 25b47553026 | typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d493e9361fb | remove stray debugging stuff
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 9ce07e778f0 | bbconfig: add COMPRESS_BBCONFIG option
function old new delta
bbco... | | |
Baruch Siach | 7715b48c36a | nandwrite: always check the first erase block
Current code does not check the first erase block when mtdoffset is no... | | |
Denys Vlasenko | b32a5436633 | nandwrite: complain on malformed -s NUM
Elsewhere: use common error message. -30 bytes net size change
Signed-off-b... | | |
Baruch Siach | a78227dc732 | nandwrite: allow hex values in the -s parameter
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Denys... | | |
Denys Vlasenko | cc131534e2b | showkey: code shrink
function old new delta
signal_handler ... | | |
Dan Fandrich | 140ac91fe15 | testsuite: show the number of failures after a test run
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-... | | |
Denys Vlasenko | 91234b9be04 | typo fixes in config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Alexander Shishkin | 0834a6d3b9d | pmap: new applet. +1k.
pmap is a tool used to look at processes' memory maps, normally found
in procps package. It p... | | |
Denys Vlasenko | 74c992af5c6 | ntpd: with -q, exit after 60 seconds even if time is not synced.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail... | | |
Denys Vlasenko | 1cd0d860052 | modutils: explain why we no longer quote params
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | | |
Carmelo AMOROSO | 1396221d5a7 | insmod: Do not add a pair of "" around the arguments of the module.
If there are some spaces in the insmod command l... | | |
Baruch Siach | 6f32ea40395 | nandwrite: new applet
function old new delta
nandwrite_main ... | | |
Dan Fandrich | 159677c8842 | Rename a struct member from "interrupt"
This is nonstandard, but common, keyword in embedded compilers.
Signed-off-... | | |
Denys Vlasenko | 7ff6836db38 | split: use xopen_stdin()
function old new delta
split_main ... | | |
Denys Vlasenko | 5168bf2caac | split: use xopen_stdin()
function old new delta
split_main ... | | |
Denys Vlasenko | dc04439450e | Version 1.17.2: apply post 1.17.1 fixes, replace patch applet by Rob's version
Signed-off-by: Denys Vlasenko <vda.li... | | |
Denys Vlasenko | 3d8b96d58d7 | grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubuntu.com>)
function ... | | |
Denys Vlasenko | b276e418351 | ip: add a #define for older kernels
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | adbe3b5b982 | build system: make 3.82 fix. Closes bug 2323
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | e7b0a9e5bc6 | patch: support "patch [FILE [PATCH]]" format
function old new delt... | | |
Denys Vlasenko | fd27fa83094 | libbb: fix fallout from last patch to obscure() (my mistake). +143 bytes
Signed-off-by: Denys Vlasenko <vda.linux@go... | | |
Bob Dunlop | d71c770f050 | libbb: shrink obscure()
function old new delta
string_checker_help... | | |
Denys Vlasenko | cda815996b9 | patch: fix -N regression
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | bdaea46318e | nmeter: fix misplaced closing comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 0ef64bdb40c | *: make GNU licensing statement forms more regular
This change retains "or later" state! No licensing _changes_ here... | | |
Denys Vlasenko | 0d555fc951f | sed: make N command behave as in GNU sed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | f2860bf6d33 | mdev: fix non-working device deletion, add a test for that
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 867ffb96167 | platform.h: regularize endian detection
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 9768a82eb0e | *: fix "see file License ..." - the file is named LICENSE (in uppercase)
Signed-off-by: Denys Vlasenko <vda.linux@go... | | |
Denys Vlasenko | 3f75d7bfd2c | patch: uncomment the test which we actually do pass now
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | c9b9750a0e2 | libbb: factor out common code from mpstat/iostat
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | a4160e15ec8 | patch: add -N and a test for it (fails for now)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 6373bb7740c | patch: move closer to toybox code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Rob Landley | 760d0ebbe5e | patch: deal with ommitted ",len" in hunk headers (default len to 1)
Signed-off-by: Rob Landley <rob@landley.net>
Sig... | | |
Rob Landley | 1bbc0cd7f29 | patch: replace it with toybox's implementation
Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Denys Vla... | | |
Denys Vlasenko | dcaed97e0f4 | iostat: add forgotted fclose(); fix default count.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 7783248eaac | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Signed-off-by: Denys Vlasenko <vda.linux... | | |
Denys Vlasenko | 7bfbbd434a6 | free: more compatible output. +16 bytes. Closes bug 2383.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Marek Polacek | 733f26f4070 | iostat: new applet. 2800 bytes
Signed-off-by: Marek Polacek <mmpolacek@gmail.com>
Signed-off-by: Denys Vlasenko <vda... | | |
Macpaul Lin | 58662f2c937 | modutils: Add support for NDS32 architecture.
Add support of NDS32 architecture to modutils.
Signed-off-by: Macpaul... | | |
Macpaul Lin | 1fbaf3a2d1f | fdisk: Add support for NDS32 architecture.
NDS32 is a new architecture invented by Andestech.com.
This patch add the... | | |
Dan Fandrich | 96693637403 | Remove some more mentions of Subversion
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vl... | | |
Dan Fandrich | 775965de859 | Improved portability of tests
Removed assumptions about umask and locale. Fixed hostname
tests to work even when the... | | |
Denys Vlasenko | f03fc7d77a5 | ntpd: mention -N in help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 81d9e60a88c | Set HWCLOCK_ADJTIME_FHS to off by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | d07b20ff14a | rtc: remove useless code in "RTC is in UTC" detection
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | da0df47f244 | wget: fix ndelay_on call; progress bar: small shrink
function old ne... | | |
Denys Vlasenko | 64f2ba276cb | wget: make -T support enabled by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Bradley M. Kuhn | c97131c2af8 | wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)
function ... | | |
Denys Vlasenko | 33bbb27e45c | ash: fix another bit of var_bash4 bug
But it _still_ doesn't pass! quoted case is a tough nut to crack
function ... | | |
Denys Vlasenko | 58a15cd9d27 | Fix a typo in config text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 0d98b4409be | udhcpc: add -v to help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 09dd6ec7326 | ash: cosmetic fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 1614900522a | ash: fix another bug detected by var_bash4.tests
... but var_bash4.tests still does not pass!
function ... | | |
Denys Vlasenko | c8d305d89f0 | var_bash4.tests: better wording in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | f02c82f38c7 | ash: fix dequoting error detected by var_bash4 test
But the test still fails (one more bug to fix)
function ... | | |
Denys Vlasenko | f56fe825427 | update var_bash4 test. one more bug revealed by it now...
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Waldemar Brodkorb | 95b83ba4f81 | OpenBSD compatibility
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Denys Vlasenko <vda.linux@go... | | |
Denys Vlasenko | 6814cbc9288 | ash: extend var_bash4.tests; nocode changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b0fbe4b5409 | ash: add a testcase for bug 2281 (currently fails). Small code cleanups.
function ... | | |
Daniel Dickinson | e74d79866c6 | syslogd: close/re-resolve/reopen remote sockets on some sendto() errors
function ... | | |
Denys Vlasenko | 6e06da5efd5 | update _shipped file with hurd fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b883bc9884d | sed.tests: make last test less confusing
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 2e284a40bcb | sed: fix sed -i: unlike without -i, it does not forget ranges
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Jeremie Koenig | 138ce54c9c1 | stty: sort out preprocessor conditionals
* Move the definitions of missing constants to the top of the file.
* Fix u... | | |
Jeremie Koenig | 63c2e7ecc0c | klogd: make it work on non-linux systems
The klogctl() interface allows changing the console loglevel, but is
Linux-... | | |
Denys Vlasenko | 17662801ece | cttyhack: make it survive WERROR build
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Jeremie Koenig | 430ba79c39e | cttyhack: serial console detection is Linux-specific
Signed-off-by: Jeremie Koenig <jk@jk.fr.eu.org>
Signed-off-by: ... | | |
Marek Polacek | 85a359afab4 | mpstat: do not use /sys to get number of CPUs. /proc should be ok.
function ... | | |
Denys Vlasenko | 3fb4a5e6d86 | mpstat: better fix for IRQ counts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 9bb0510b9b0 | mpstat: fix total par-cpu IRQ counts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 64c67891a25 | mpstat: fix/improve handling of interrupt names
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Maksym Kryzhanovskyy | 5e87c2ef150 | mpstat: small code shrink
Signed-off-by: Maksym Kryzhanovskyy <xmaks@email.cz>
Signed-off-by: Denys Vlasenko <vda.li... | | |
Jeremie Koenig | 68fca4cd55e | vlock: disable linux console calls on other systems
Signed-off-by: Jeremie Koenig <jk@jk.fr.eu.org>
Signed-off-by: D... | | |
Jeremie Koenig | e7a0632b7b3 | bootchartd: mounting tmpfs is Linux-specific
Signed-off-by: Jeremie Koenig <jk@jk.fr.eu.org>
Signed-off-by: Denys Vl... | | |
Jeremie Koenig | 5a71fb82025 | less: remove misguided dependency on PLATFORM_LINUX
Signed-off-by: Jeremie Koenig <jk@jk.fr.eu.org>
Signed-off-by: D... | | |
Leonid Lisovskiy | 1538c975ec1 | testsuite: typo in tr.tests
Hi
tr.tests script from bb 1.17 testsuite has wrong "optional"
conditional clauses. As ... | | |
Bernhard Reutner-Fischer | 64b6f7cfbaf | doc: remove trailing empty line
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | | |
Denys Vlasenko | 506d3a9bcaf | dc: tweak help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 7a07b0ee6a9 | dc: make it use long longs for integer ops
function old new delta
... | | |
Denys Vlasenko | 416f0405cb0 | less: fix duplicate "depends on PLATFORM_LINUX". no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail... | | |
Bernhard Reutner-Fischer | 3d615b8a415 | find_stray_empty_lines: make it work
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | | |
Javier Viguera | a3f71001c30 | find_stray_empty_lines: fix tail "invalid context" error
"tail -1" works only with one input file. Using it with mul... | | |
Alexander Shishkin | 17e0e43c352 | ulimit: set both hard and soft limits by default
function old new ... | | |
Denys Vlasenko | 06702365d7f | mktemp: fix for dir/file.XXXXXX param (by Rob). +9 bytes.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | b4d035165f9 | *: s/spaces/tabs/
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | f0b82142b26 | *: fix unterminated last lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Peter Korsgaard | e5dbd56d776 | httpd: simplified "gzip" test
function old new delta
handle_incomi... | | |
Denys Vlasenko | ba2dcccd799 | *: trailing empty lines removed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 0f8960542f6 | *: more empty lines removed. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | f3ea792bada | *: mass cosmetic removal of extra empty lines. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Alexander Shishkin | ccb97718610 | ash: fix $! value when traps are set
Signed-off-by: Alexander Shishkin <virtuoso@slind.org>
Signed-off-by: Denys Vla... | | |
Peter Korsgaard | 7a2ba329b92 | httpd: optional support for gzip-compressed pages
function old new ... | | |
Denys Vlasenko | 535ce1df5cb | httpd: cosmetic fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 941fce89fa3 | bump version to 1.17.1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 503a07cab24 | Apply post-1.17.0 fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | | |
Denys Vlasenko | 451add4f23c | lineedit: mostly revert recent wrong logic in "ask terminal" code
Signed-off-by: Denys Vlasenko <vda.linux@googlemai... | | |
Denys Vlasenko | 2e9b5510d68 | libiproute: code shrink by adding FAST_FUNC
function old new delta... | | |
Denys Vlasenko | e0a622093c6 | ip: fix "ip r" breakage
function old new delta
static.ip_func_ptrs... | | |
Natanael Copa | b78ac5a20ea | libnetlink: code shrink
function old new delta
xrtnl_open ... | | |
Next → |