Denis Vlasenko | 5a89763fb7e | tftpd: show help if stdin is not a socket | | |
Denis Vlasenko | 44d5dcebc6d | iplink: accept shorthands for "address" keyword here:
"ip link set address 00:11:22:33:44:55"
ifupdown: use "addr" i... | | |
Denis Vlasenko | 64974793b9f | less: fix newly-introduced case of less spinning forever
on pty's closed etc | | |
Denis Vlasenko | 028eab61bc4 | runsvdir: if we have PID == 1, SIGHUP should make small pause,
not 1 minute one | | |
Denis Vlasenko | bb26db49b1b | modprobe: fix a segfault when modprobe is called with no arguments at all
function ... | | |
Denis Vlasenko | b9b344aa44b | kill[all[5]]: accept -s SIG too. kill_main: +29 bytes
by Steve Bennett (steveb AT workware.net.au) | | |
Denis Vlasenko | f34cfff2f03 | setup_environment: cd $HOME regardless of clear_env value. | | |
Denis Vlasenko | 91f8f82bfb5 | tftpd: be less cryptic in help text | | |
Denis Vlasenko | 6b38e182478 | dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)
function ... | | |
Bernhard Reutner-Fischer | 470dc1d7e20 | - minor shrinkage (~-60) | | |
Bernhard Reutner-Fischer | e29186687b9 | - support ip link set eth1 address 00:11:22:33:44:55
and not only the shorthand "addr". Thanks to ncopa for noticing | | |
Denis Vlasenko | 31d58e58d2c | randomconfig fixes | | |
Denis Vlasenko | 1fe78876593 | another small defconfig update | | |
Denis Vlasenko | b15a6f24894 | update defconfig | | |
Denis Vlasenko | cf696850f3a | runsvdir: kill another global | | |
Denis Vlasenko | 6a2c2cf6f3b | runsvdir: fx a recent vda's buglet (was pausing even if not signaled).
stop spawning children immediately if signale... | | |
Denis Vlasenko | e7368f16fac | id: better wording in comments, no code changes | | |
Denis Vlasenko | 58f3c2e01ee | runsvdir: shrink (by Vladimir) | | |
Denis Vlasenko | 9657596dd6e | runsvdir: do not exit if we are pid 1. | | |
Denis Vlasenko | 40fdcbb2700 | more whitespace fixes | | |
Denis Vlasenko | 9504e444b8c | whitespace fixes, no code changes | | |
Denis Vlasenko | c3a9dc8ac5b | vi: fix uninitialized last_search_pattern (bug 5794) | | |
Denis Vlasenko | 34e68c8b42c | id: coreutils compat by Tito + test script | | |
Bernhard Reutner-Fischer | d498850e028 | - typo in documentation | | |
Denis Vlasenko | 6214941a3a8 | ash: add testcase for bug 5304 | | |
Denis Vlasenko | be54d6bc60e | ash: fix "while kill -0 $child; do true; done" looping forever. | | |
Denis Vlasenko | 7ff85c53f17 | udhcp: simplify SO_BINDTODEVICE call | | |
Denis Vlasenko | de5f645dff4 | ls: trim help text | | |
Denis Vlasenko | 59f502b36ff | ping: trivial code shrink
function old new delta
ping6_main ... | | |
Denis Vlasenko | c503dde01a3 | cpio: emit TRAILER even when hard links were found.
by Pascal Bellard (pascal.bellard AT ads-lu.com) | | |
Denis Vlasenko | 6b9d6c7544b | devmem: fixlet in cleanup code | | |
Denis Vlasenko | 043246560fc | devmem: make it more script-friendly; don't do any reads
and output nothing if writing was requested. -100 bytes | | |
Denis Vlasenko | e1ef89abada | less: correctly wrap lines with tabs | | |
Denis Vlasenko | c94fa5651a6 | devmem: new applet | | |
Denis Vlasenko | f3dcd3c30aa | less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMD | | |
Denis Vlasenko | 7462b21dbe9 | read_key is actually written by Rob, add him to copyright notice | | |
Denis Vlasenko | 7b32e8f0bf9 | less: disable _ command, it's useless bloat | | |
Denis Vlasenko | bdd2d8f178d | read_key: add comments how Shift and Meta keys looks like.
no code changes | | |
Denis Vlasenko | 5f6aaf39cff | less: reuse former vi's key reading code. Improve SIGWINCH handling.
function ... | | |
Denis Vlasenko | 39b0135c595 | libbb: add forgotten file from previous commit :( | | |
Denis Vlasenko | 0112ff5203e | vi: move key reading routine out of vi into llbbb
function old new ... | | |
Denis Vlasenko | 73d702ee073 | tar: fix typo in comment | | |
Denis Vlasenko | ebad0294c9e | tar: fix bug 3844: non-root tar does not preserve perms | | |
Denis Vlasenko | 53c80f09723 | less: add optional line number toggle and resizing on SIGWINCH. | | |
Bernhard Reutner-Fischer | aa2a1c000c3 | - improve wording and fix alphabetical order | | |
Denis Vlasenko | e8efe81abf7 | less: add less v.418 help text doc. No code changes. | | |
Denis Vlasenko | 2d5bd807c0f | build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;
disable parsing test applet. | | |
Denis Vlasenko | d908395eae9 | less: experimental code to enable wrap/no-wrap
and adapting to resized xterm windows. disabled for now. | | |
Denis Vlasenko | 8f39b72aba3 | less: more sane way of line numbering. Prepares for
wrap/unwrap and line numbers to be toggleable. | | |
Bernhard Reutner-Fischer | 2dfd295726a | - give glob a chance
CROSS_COMPILE=~/foo-bar-baz would fail otherwise
See http://www.uclibc.org/lists/buildroot/2... | | |
Bernhard Reutner-Fischer | 01ea9716105 | - use sys/inotify.h | | |
Denis Vlasenko | 5cb54b5adcd | init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people
from selecting it in error. It has to be used ... | | |
Denis Vlasenko | 37890e2f375 | awk: fix typo in atan2 code. closes bug 5594. | | |
Bernhard Reutner-Fischer | 8fbd8ac8dda | - fix ip route rejecting dotted quads as prefix
- adjust error message for wrong prefix not to mention address
Prev... | | |
Denis Vlasenko | 7effd7ae99b | getopt: reinstate erroneously removed getopt() reset code. | | |
Denis Vlasenko | 4c9e9c4314e | vi: handle chars 0x80, 0x81... correctly | | |
Denis Vlasenko | 078323010b5 | dc: conditionalize parts which require libm | | |
Denis Vlasenko | b730474bda4 | ash: fix NOEXEC mode - we were forgetting to pass environment!
env: promote to NOEXEC
hd: promote to NOEXEC, as hexdu... | | |
Denis Vlasenko | d1660cb9ad3 | ash: fix a bug in standalone mode (corrupted getopt() state) | | |
Denis Vlasenko | 802a7be54ff | add comment explaining previous change | | |
Denis Vlasenko | 582dff05145 | volume identification: abolish /proc/partitions and /proc/cdroms
scanning. It does not catch volume managers and such... | | |
Denis Vlasenko | bff06fe02a3 | blkid: vda forgot to svn add it again. vda is stupid | | |
Rob Landley | 4bdeaaf5560 | Comment and whitespace tweaks. | | |
Denis Vlasenko | e3742f4217e | vi: explain why reading 4 chars is unsafe | | |
Denis Vlasenko | 3ab3d8a5cfb | libbb: do not reject floating point strings like ".15" | | |
Denis Vlasenko | f9dde919d6f | mount: -o parm1 -o parm2 should accumulate | | |
Denis Vlasenko | 1dfeeeb6513 | vi: whitespace fix | | |
Denis Vlasenko | cf4dd07b28f | cpio: fix regression in prev commit (harmless) | | |
Denis Vlasenko | d83676ec47f | data_extract_all: do not complain if directory exists on mkdir
rpm/cpio: move "20653 blocks" printout from get_header... | | |
Denis Vlasenko | aa9eb1fc671 | rpm: fix incompatibilities which prevented rpm -i foo.src.rpm
function o... | | |
Denis Vlasenko | 8ef801b40ce | vi: a few trivial optimizations to keyboard reading code; bump timeout to 50s.
function ... | | |
Rob Landley | 7960ea8918c | Confirmed that on Linux the serial interrupt takes precedence over the timer
interrupt, so we don't need to worry abo... | | |
Denis Vlasenko | 8854b352f4a | build system: dpkg needs .gz handling | | |
Denis Vlasenko | a9c3f7a19e5 | sysctl: sysctl -a was still misbehaving, fix it | | |
Denis Vlasenko | 92993057564 | return accidentally deleted "/* vi: set sw=4 ts=4: */" | | |
Denis Vlasenko | e915a1a410b | sysctl: fix bug 3894 _for real_. | | |
Denis Vlasenko | 81944c9e929 | sysctl: remove trivial comments. no code changes | | |
Denis Vlasenko | cfdb711a18f | sysctl: remove special-cased reporting of EPERM,
common code path gives nearly the same message. -50 bytes | | |
Denis Vlasenko | 58cc52aa764 | sysctl: fix bug 3894 (by Kryzhanovskyy Maksym)
function old new de... | | |
Denis Vlasenko | d44c1535ae0 | vi: fix bizarre formatting. no code changes | | |
Denis Vlasenko | ddc8ae30030 | hush: add TODO | | |
Denis Vlasenko | 371de4acf7e | hush: next small step towards functions | | |
Denis Vlasenko | ded6ad34eda | fix recurring "last_cmd overrun", fix [del] handling in insert mode | | |
Denis Vlasenko | 267e16c74aa | vi: trivial size optimization -65 bytes | | |
Denis Vlasenko | 25497c1d92d | vi: reinstate timeout of 300 ms | | |
Denis Vlasenko | 5373fbcd114 | vi: add comments to Rob's algorithm of reading and matching ESC sequences
(nice work btw!) | | |
Rob Landley | 5e38cd910ac | Escape sequences sent over serial links don't come in as a block, so poll
needs to pause a bit to make sure the next ... | | |
Rob Landley | 988dd5549bc | Clean up editors/vi.c:readit() so it only does readahead when actually
parsing an escape sequence. (This mitigates b... | | |
Denis Vlasenko | f886fd2bc7b | hush: fix NOMMU bug (analogous to preceding commit for MMU) | | |
Denis Vlasenko | d29084dd7d2 | testcase for the last fix | | |
Denis Vlasenko | 22d10a02928 | hush: fix trashing of environment by local env vars:
a=a; a=b cmd; - a was unset!
+57 bytes
function ... | | |
Denis Vlasenko | 1e19afd38ad | blkid: new applet. We almost had everything needed for it already
function ... | | |
Denis Vlasenko | d5e305944a9 | findfs: fix LUKS and FAT detection routines; do not exit if corrupted
FAT fs makes us try to seek past volume
funct... | | |
Denis Vlasenko | cdd1f732bc5 | zcip: code size optimizations, improved help text and comments
function ... | | |
Denis Vlasenko | afd7a8d744b | hush: fix environment and memory leaks, add tests for them
function old ... | | |
Denis Vlasenko | 07e05c100fe | unzip: remove example of a file we now can handle | | |
Denis Vlasenko | c373527e4fe | hush: preparatory work for implementing functions | | |
Denis Vlasenko | 9af22c76265 | hush: massive renaming of ill-named structures and fields
hush: error out on constructs like:
$ abc(def) - was worki... | | |
Bernhard Reutner-Fischer | 578de8644c4 | - route metric support (Natanael Copa)
Adds about 75b | | |
Bernhard Reutner-Fischer | 2239f819411 | - add some anchors | | |
Denis Vlasenko | 834dee785df | ash: support &> redirection (bashism). ~90 bytes of code | | |
Denis Vlasenko | 176d49d4f7b | ash: some beautification work, no code changes | | |
Denis Vlasenko | 559691a3bfc | ash: implement ">&file" bashism. ~100 bytes. | | |
Denis Vlasenko | 93d0776a969 | watchdog: WDIOC_SETTIMEOUT accepts seconds, not milliseconds
klogd: handle many lines at once, by Steve Bennett (stev... | | |
Bernhard Reutner-Fischer | c2d5a27b622 | - wrap overlong line | | |
Denis Vlasenko | f60719cd496 | grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT case
by Natanael Copa | | |
Denis Vlasenko | df6b3ad6bac | inetd: use config parser. by Vladimir
function old new delta
rerea... | | |
Denis Vlasenko | 58680706d7f | route: fix for 64-bit BE machines by Seonghun Lim (wariua AT gmail.com) | | |
Denis Vlasenko | 22eb410d66e | website: announce 1.12.1 and 1.11.3 | | |
Denis Vlasenko | 27e1501cb29 | scripts/randomtest[.loop]: add scripts for randomconfig testing | | |
Denis Vlasenko | 651d49a2ce5 | showkey: suppress gcc warning | | |
Denis Vlasenko | bacaff6e547 | apply post-1.12.0 fixes, bump version to 1.12.1 | | |
Denis Vlasenko | 4a81fe4173b | apply post-1.11.2 fixes, bump version to 1.11.3 | | |
Denis Vlasenko | 2b2d9770570 | sendmail: update by Vladimir | | |
Denis Vlasenko | 6826441a028 | remove redundant NULL check | | |
Denis Vlasenko | bb04506dc8b | more style fixes, no code changes | | |
Denis Vlasenko | d6855d1b504 | style fixes, no code changes | | |
Denis Vlasenko | bed22a01fb1 | sendmail: compat update by Vladimir
function old new delta
sendget... | | |
Denis Vlasenko | 682ad3045c1 | lineedit: fix problems with empty commands in history | | |
Denis Vlasenko | 75897ea6d50 | start_stop_daemon: accept (and ignore) -R <param> | | |
Denis Vlasenko | 739e30fbc33 | udhcp: add inline docs; small code shrink
function old new delta
s... | | |
Denis Vlasenko | 7d9399e8dcf | udhcpc: fixlet for previous commit | | |
Denis Vlasenko | c321b51dc61 | udhcp: added some FIXMEs; code shrink. -49 bytes | | |
Bernhard Reutner-Fischer | 1a89133caf0 | Markus Heidelberg writes:
* document --nicelevel in Config.in
* usage: --verbose is the fancy option, not --quiet | | |
Bernhard Reutner-Fischer | 48a6773b3ae | - add less -I to be able to search case-insensitively
+17b, but the helptext is quite elaborate, thus:
function ... | | |
Bernhard Reutner-Fischer | fd3552dff90 | - commentary typo fix | | |
Denis Vlasenko | bfc93a3caf5 | nmeter: 4k buffers are too small for /proc files,
make them dynamically sized with 16k upper limit. +75 bytes | | |
Denis Vlasenko | ee5dce33659 | libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.
allows to get rid of hacks in libbb.h (extra declar... | | |
Denis Vlasenko | f1980f67d3b | dhcp: add FAST_FUNC as appropriate. -160 bytes. | | |
Denis Vlasenko | cdb0b652ddd | dhcpc: treat "discover...select...discover..." loop the same way
as "discover...discover...discover..." | | |
Denis Vlasenko | b46d5f9a936 | fix usage text - s/USE_GETOPT_LONG/USE_FEATURE_xxxLONG_OPTIONS/
by Markus Heidelberg (markus.heidelberg AT web.de) | | |
Bernhard Reutner-Fischer | 97516fc3a60 | - add dpkg -l <packagepattern> (Peter Korsgaard) | | |
Bernhard Reutner-Fischer | 6c4dadefb61 | - update my name. No obj-code changes ;) | | |
Bernhard Reutner-Fischer | a46d2b1d2de | - improve helptext | | |
Denis Vlasenko | c8842213f5a | top: fix "top -d 1" (bug 5144) | | |
Denis Vlasenko | 42cc6bab16a | top: don't lie in help screen about "-d 1" being valid | | |
Denis Vlasenko | 35840ab204e | top: fixes to prev commit: '1' should toggle SMP view too;
"cpu ..." line should be parsed unconditionally
top: do n... | | |
Bernhard Reutner-Fischer | 864329d6742 | - fix compilation on OSF/1 | | |
Denis Vlasenko | 17e7f04c8d1 | top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) | | |
Denis Vlasenko | e0bcba18eb9 | df: unsigned long needs %lu | | |
Denis Vlasenko | ea7c9b3366f | whitespace fixes | | |
Denis Vlasenko | cac0f5b7e55 | return setgroups() decl to libbb, it is needed if we use libpwdgrp. | | |
Mike Frysinger | f6cad924b1a | we dont provide setgroups() replacement, so dont provide the prototype either ... especially since it conflicts on so... | | |
Denis Vlasenko | 923a79a7690 | runsvdir: conditionalize "log in argiment" (mis)feature. By Vladimir.
with:
runsv ... | | |
Denis Vlasenko | 30cfdf90cee | crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e)
vi: deal with EOF/error on stdin and with input... | | |
Denis Vlasenko | 006e8628fc0 | unzip: handle "central directory"
needed for OpenOffice, gmail attachment .zips etc
conditional on CONFIG_DESKTOP
... | | |
Denis Vlasenko | eef6077d7ef | setfont: use ioctl(KDFONTOP), it honours -C tty | | |
Denis Vlasenko | b8d1a4cd5f6 | init: set stderr to NONBLOCK
*: s/setenv(a,b,1)/xsetenv(a,b)/
function o... | | |
Denis Vlasenko | b61dc1c1cea | webpage: add "RD129 embedded board from ELPA" to product page
split it into "projects" (software) and "products" (ha... | | |
Denis Vlasenko | 3728bc5a3d3 | website: add a product using bbox - EMTEC MovieCube R700 | | |
Denis Vlasenko | 248b4a77e7d | libbb: document that we maybe will want to understand \e someday
(no code changes) | | |
Denis Vlasenko | 9ac706b7a60 | grep: yet another fixlet for EXTRA_COMPAT | | |
Denis Vlasenko | c110b7d61f3 | grep: fix EXTRA_COMPAT grep to honor -E and -i | | |
Denis Vlasenko | 72fa70af4c0 | setfont: small fixes from Vladimir | | |
Denis Vlasenko | 2228426512e | id: fix "id <user>" case. Requires getgrouplist().
function old new ... | | |
Denis Vlasenko | 28f5619e842 | slattach: preserve speed in non-raw mode. +39 bytes.
by Matthieu CASTET (matthieu.castet AT parrot.com) | | |
Denis Vlasenko | 53f219ebbe7 | setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)
build system: fixlet for echo applet config
functio... | | |
Denis Vlasenko | a1e16c92987 | man: do not use default if /etc/man.conf has different MANPATH
do not warn if /etc/man.conf does not exist | | |
Denis Vlasenko | e357d2ae683 | man: use default MANPATH of "/usr/man"; do not search paths twice | | |
Denis Vlasenko | 7c9c1bb6165 | modprobe-small: trivial SEGV fix | | |
Denis Vlasenko | 0d602e9386c | id: unsigned long is excessive for option bitmask | | |
Denis Vlasenko | 2bc5c033dc9 | setfont: add comments/TODOs, no code changes | | |
Denis Vlasenko | ba1315d0fbe | modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>
- a lot faster (linear algorithmic complexity, smaller memor... | | |
Denis Vlasenko | 4f3209b9d4b | id: code shrink
function old new delta
id_main ... | | |
Bernhard Reutner-Fischer | 0ee1cb00849 | - implement id -G (Tito Ragusa) | | |
Paul Mundt | 70de57f60a3 | Kill off bogus #error's for big endian SH targets, these work fine. | | |
Denis Vlasenko | 08ea11ab074 | runsvd: shrink by Vladimir
*: use unified trivial signal handler
function ... | | |
Denis Vlasenko | 9725daa03a7 | halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.c | | |
Denis Vlasenko | 8d89bed8401 | watchdog: add -T option
function old new delta
watchdog_main ... | | |
Denis Vlasenko | ee9deb863e0 | ifenslave: on uclibc at least, net/if.h + linux/if_bonding.h dont coexist | | |
Denis Vlasenko | ee34ebe9665 | ifenslave: wants net/if.h | | |
Denis Vlasenko | 9f9c1935fa6 | install: shrink -D code. By Bernhard.
function old new delta
insta... | | |
Denis Vlasenko | 1c781cc8fff | modprobe-small: make insmod command line compatible
function old new... | | |
Bernhard Reutner-Fischer | 3e7eca97b98 | - sync with trunk | | |
Bernhard Reutner-Fischer | 9e6fe061d47 | - fix typo | | |
Bernhard Reutner-Fischer | a959a858a36 | - pull r22872 from trunk:
pidof/killall: allow find_pid_by_name to find running
processes started as scripts_with_na... | | |
Bernhard Reutner-Fischer | 4acb1b07931 | - commentary typo fix | | |
Denis Vlasenko | 665eaff3b18 | awk: add a comment | | |
Bernhard Reutner-Fischer | fd6b5ad1379 | - uncomment tc for now | | |
Bernhard Reutner-Fischer | 0901c515183 | - add WIP stub for tc.
Printing worked at some point. Modify/Delete needs some refacturing. | | |
Bernhard Reutner-Fischer | 161931efa51 | - mention that we ignore -v, -b, -c | | |
Denis Vlasenko | d4b719878f5 | kbd_mode: fix non-ASCII letters in comments
install: support -D | | |
Denis Vlasenko | a2e1eea1899 | awk: improve nadling of negative numbers in bitwise ops;
fix handling of octal costants. add test for it
function ... | | |
Bernhard Reutner-Fischer | b424930e4ea | - pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedrichsen)
Alina writes:
With this patch the... | | |
Bernhard Reutner-Fischer | 2bdc99f600e | - remove excess whitespace (Vladimir Dronnikov) | | |
Bernhard Reutner-Fischer | d93179fd5b6 | - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov) | | |
Bernhard Reutner-Fischer | d129d7c3cdf | - add ether-wake to the hardcoded(argh!) list of APPLET_ODDNAME | | |
Denis Vlasenko | 04e458d435a | insmod: fix detection of open failure | | |
Next → |