2007-05-17 |
Denis Vlasenko | hush: do "struct globals" trick. hush.o data+bss =... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Denis Vlasenko | hush: consolidated variable expansion for assignments... |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Denis Vlasenko | more compile fixes from randomconfig run |
commit | commitdiff | tree | snapshot |
2007-05-17 |
Denis Vlasenko | fix trivial compile errors found by randomconfig run |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Denis Vlasenko | netstat: fix error in new -W option handling |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Denis Vlasenko | hush: take care of several easy FIXMEs. -228 bytes. |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Denis Vlasenko | hush: another microscopic typo fix |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Denis Vlasenko | hush: fix English in comment |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Denis Vlasenko | hush: simplify read builtin; fix set_local_var (misplac... |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Denis Vlasenko | hush: fix expansion of quoted $VAR, $* and $@ |
commit | commitdiff | tree | snapshot |
2007-05-16 |
Denis Vlasenko | hush: fix incorrect processing of echo "'$var'". |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Denis Vlasenko | netstat: introduce -W: wide, ipv6-friendly output |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Bernhard Reutner... | - apply hunk that fixes an issue with (wrong?) dependen... |
commit | commitdiff | tree | snapshot |
2007-05-15 |
Bernhard Reutner... | - busybox.c was removed a while ago |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Denis Vlasenko | hush: move testsuite files from hush-bugs to hush-parsing |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Denis Vlasenko | hush: more fixes to variable expansion, more testcases |
commit | commitdiff | tree | snapshot |
2007-05-14 |
Denis Vlasenko | hush: move towards more correct variable expansion |
commit | commitdiff | tree | snapshot |
2007-05-13 |
Denis Vlasenko | hush: fix '{ false; echo $?; }' bug. |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Denis Vlasenko | hush: reinstate hush_test, add testcases for process... |
commit | commitdiff | tree | snapshot |
2007-05-11 |
Denis Vlasenko | hush: fix bug in interactive shell introduced yesterday |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Denis Vlasenko | hush: fix "unterminated last line loops forever" bug |
commit | commitdiff | tree | snapshot |
2007-05-10 |
Denis Vlasenko | hush: fix recent breakage (VAR=VAL stopped working) |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Denis Vlasenko | msh: fix obscure case with backticks and closed fd 1 |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Denis Vlasenko | awk: don't segfault on printf(%*s). Close 1337. |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Denis Vlasenko | cryptpw: size reduction |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Denis Vlasenko | mount: fix incorrect usage of strtok (inadvertently... |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Denis Vlasenko | less: fix case when regex search finds nothing |
commit | commitdiff | tree | snapshot |
2007-05-09 |
Denis Vlasenko | tftp: explain "block# 0" codepath; report our decision... |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Denis Vlasenko | cryptpw: forgot svn add... how typical of me :( |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Denis Vlasenko | tftp: code diet, and I think retransmits were broken. |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Denis Vlasenko | cryptpw: new applet (a bit less than 3k added) |
commit | commitdiff | tree | snapshot |
2007-05-08 |
Denis Vlasenko | tail: fix SEGV on "tail -N" |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Denis Vlasenko | kill: improve comment |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Denis Vlasenko | kill: fix recent breakage of vda, also make code smalle... |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Denis Vlasenko | hush: fix double-free in "echo TEST &" |
commit | commitdiff | tree | snapshot |
2007-05-06 |
Denis Vlasenko | svlogd: fix 'SEGV on uninitialized data' and make it... |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Denis Vlasenko | hush: stop generating extra empty pipes in parse stage. |
commit | commitdiff | tree | snapshot |
2007-05-05 |
Denis Vlasenko | hush: preparatory patch for removing extra empty pipes... |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Denis Vlasenko | fix -Werror compile |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Denis Vlasenko | hush: fix "while true; do true; done" + ctrl-z |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Denis Vlasenko | applets: fix compile-time warning |
commit | commitdiff | tree | snapshot |
2007-05-04 |
Denis Vlasenko | hush: add parse tree debug print |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Denis Vlasenko | udhcpc: stop deleting our own pidfile if we daemonize. |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Denis Vlasenko | awk: guard against empty environment |
commit | commitdiff | tree | snapshot |
2007-05-03 |
Denis Vlasenko | hush: fix "true | exit 3; echo $?" bug |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Denis Vlasenko | hush: remove env builtin (it is buggy). Add comments |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Denis Vlasenko | fix suid config handling |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Denis Vlasenko | ifupdown: small optimization (avoid doing useless work... |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Mike Frysinger | allow people to stick custom things into Makefile.local... |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Denis Vlasenko | ifupdown: mke it possible to use DHCP clients different... |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Denis Vlasenko | hush: simplify debugging prints a little bit |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Denis Vlasenko | klogd: remove dependency on syslogd |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Denis Vlasenko | ifupdown: reread state file before rewriting it. |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Denis Vlasenko | hush: add debugging for tracing execution, |
commit | commitdiff | tree | snapshot |
2007-05-02 |
Denis Vlasenko | hush: fix incorrect exitcodes without job control |
commit | commitdiff | tree | snapshot |
2007-05-01 |
Denis Vlasenko | test: code size saving, no logic changes |
commit | commitdiff | tree | snapshot |
2007-04-29 |
Denis Vlasenko | ash,kill: use common code for kill applet/builtin |
commit | commitdiff | tree | snapshot |
2007-04-29 |
Denis Vlasenko | run_parts: do not check path portion of a name for... |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Denis Vlasenko | ash: fix infinite loop on exit if tty is not there... |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Denis Vlasenko | hush: make job control and interactiveness configurable... |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Denis Vlasenko | hush: make job control and interactiveness configurable... |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Denis Vlasenko | hush: make hush properly detect EOF on stdin (even... |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Denis Vlasenko | hush: add Ctrl-C handling to nofork case |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Denis Vlasenko | hush: better signal handling across ctrl-z |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Denis Vlasenko | hush: fix nofork + ctrl-Z clobbering of globals |
commit | commitdiff | tree | snapshot |
2007-04-28 |
Denis Vlasenko | hush: add ctrl-Z handling for nofork'ed case |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Denis Vlasenko | find_root_device: use lstat - don't follow links |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Denis Vlasenko | hush: make Ctrl-Z work (at least sometimes) |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Denis Vlasenko | hust: add a comment |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Denis Vlasenko | hush: fix more backgrounding bugs. Plenty of them remai... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Denis Vlasenko | hush: explain why "pipe; exit $?" doesn't show correct... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Denis Vlasenko | hush: do not print message if killed by signal; |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Denis Vlasenko | hush: begin fixing non-functional job control |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Denis Vlasenko | hush: small code shrink; style fixes |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Denis Vlasenko | dd: NOEXEC fix |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Denis Vlasenko | dd: fix skip= parse error (spotted by Dirk Clemens... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Denis Vlasenko | stty: fix option parsing bug (spotted by Sascha Hauer... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Denis Vlasenko | doc: add README on shell job control |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Denis Vlasenko | procps: remove all global variables |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Denis Vlasenko | ps: add -o tty and -o rss support |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Denis Vlasenko | loop device code: readability improvement |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Denis Vlasenko | switch_root: error_msg -> perror_msg, reduce by 22... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Denis Vlasenko | "Unify base64 handling" is done, remove TODO |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Denis Vlasenko | make "busybox" w/o args work again, and save 10 bytes... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Denis Vlasenko | hush: remove stray semicolon (should change nothing) |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Denis Vlasenko | ether-wake: save a few more bytes of code |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Denis Vlasenko | ether-wake: close bug 1317. Reorder fuctions to avoid |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Denis Vlasenko | shells: remove few statics and duplicated code |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Denis Vlasenko | style fixes, no code changes |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Denis Vlasenko | applet.c: ruid is needed only if FEATURE_SUID=y |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Bernhard Reutner... | - we unconditionally need ruid. Fixes build error in... |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Bernhard Reutner... | - fix compilation when ENABLE_FEATURE_IP_RULE was off |
commit | commitdiff | tree | snapshot |
2007-04-16 |
Bernhard Reutner... | - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Denis Vlasenko | lineedit: state->hist_file doesn't exist if !FEATURE_ED... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Denis Vlasenko | doc: fix code example which may provoke warning |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Denis Vlasenko | e2fsprogs: stop using statics in chattr. Minor code... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Denis Vlasenko | deluser: add optional support for removing users from... |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Denis Vlasenko | update style-guide.txt |
commit | commitdiff | tree | snapshot |
2007-04-15 |
Denis Vlasenko | xargs: simplify word list management |
commit | commitdiff | tree | snapshot |
2007-04-14 |
Denis Vlasenko | msh: style fixes |
commit | commitdiff | tree | snapshot |
next |