Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-08 | cryptpw: new applet (a bit less than 3k added) | Denis Vlasenko | |
(by Thomas Lundquist <lists@zelow.no>) | |||
2007-05-08 | tail: fix SEGV on "tail -N" | Denis Vlasenko | |
config system: clarify PREFER_APPLETS/SH_STANDALONE effects in help text | |||
2007-05-06 | kill: improve comment | Denis Vlasenko | |
2007-05-06 | kill: fix recent breakage of vda, also make code smaller by 21 bytes. | Denis Vlasenko | |
2007-05-06 | hush: fix double-free in "echo TEST &" | Denis Vlasenko | |
2007-05-06 | svlogd: fix 'SEGV on uninitialized data' and make it honor TERM | Denis Vlasenko | |
2007-05-05 | hush: stop generating extra empty pipes in parse stage. | Denis Vlasenko | |
2007-05-05 | hush: preparatory patch for removing extra empty pipes generation | Denis Vlasenko | |
in parse stage. No real code change here. | |||
2007-05-04 | fix -Werror compile | Denis Vlasenko | |
2007-05-04 | hush: fix "while true; do true; done" + ctrl-z | Denis Vlasenko | |
2007-05-04 | applets: fix compile-time warning | Denis Vlasenko | |
2007-05-04 | hush: add parse tree debug print | Denis Vlasenko | |
2007-05-03 | udhcpc: stop deleting our own pidfile if we daemonize. | Denis Vlasenko | |
udhcp[cd]: stop using atexit magic fir pidfile removal. | |||
2007-05-03 | awk: guard against empty environment | Denis Vlasenko | |
2007-05-03 | hush: fix "true | exit 3; echo $?" bug | Denis Vlasenko | |
2007-05-02 | hush: remove env builtin (it is buggy). Add comments | Denis Vlasenko | |
2007-05-02 | fix suid config handling | Denis Vlasenko | |
2007-05-02 | ifupdown: small optimization (avoid doing useless work if we are | Denis Vlasenko | |
not going to update state file) | |||
2007-05-02 | allow people to stick custom things into Makefile.local so they dont need to ↵ | Mike Frysinger | |
update busybox files while integrating into other build systems (like uClinux-dist) | |||
2007-05-02 | ifupdown: mke it possible to use DHCP clients different from udhcp. | Denis Vlasenko | |
2007-05-02 | hush: simplify debugging prints a little bit | Denis Vlasenko | |
2007-05-02 | klogd: remove dependency on syslogd | Denis Vlasenko | |
2007-05-02 | ifupdown: reread state file before rewriting it. | Denis Vlasenko | |
Fixes "ifup started another ifup" state corruption bug. Patch by Natanael Copa <natanael.copa@gmail.com>. | |||
2007-05-02 | hush: add debugging for tracing execution, | Denis Vlasenko | |
add FIXME for 'true | exit 3; echo $?' case | |||
2007-05-02 | hush: fix incorrect exitcodes without job control | Denis Vlasenko | |
2007-05-01 | test: code size saving, no logic changes | Denis Vlasenko | |
ps: fix warning, make a bit smaller kill -l: make smaller & know much more signals function old new delta get_signum 121 153 +32 kill_main 826 843 +17 get_signame 44 36 -8 signals 252 224 -28 .rodata 131955 131923 -32 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/3 up/down: 49/-68) Total: -19 bytes | |||
2007-04-29 | ash,kill: use common code for kill applet/builtin | Denis Vlasenko | |
# make bloatcheck function old new delta evaltreenr 644 654 +10 evaltree 644 654 +10 parse_conf 1440 1444 +4 dpkg_deb_main 426 429 +3 ed_main 3319 3321 +2 passwd_main 2093 2091 -2 kill_main 830 826 -4 singlemount 4609 4601 -8 find_command 962 954 -8 get_lcm 123 105 -18 .rodata 132243 132147 -96 killcmd 449 120 -329 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/7 up/down: 29/-465) Total: -436 bytes # size busybox_old busybox_unstripped text data bss dec hex filename 723901 2940 27504 754345 b82a9 busybox_old 723457 2940 27504 753901 b80ed busybox_unstripped | |||
2007-04-29 | run_parts: do not check path portion of a name for "bad chars". | Denis Vlasenko | |
Needed for ifupdown. Patch by "Gabriel L. Somlo" <somlo@cmu.edu> | |||
2007-04-28 | ash: fix infinite loop on exit if tty is not there anymore | Denis Vlasenko | |
2007-04-28 | hush: make job control and interactiveness configurable, part 2 | Denis Vlasenko | |
2007-04-28 | hush: make job control and interactiveness configurable, part 1 | Denis Vlasenko | |
2007-04-28 | hush: make hush properly detect EOF on stdin (even interactive one - | Denis Vlasenko | |
think about pty being destroyed) and exit. | |||
2007-04-28 | hush: add Ctrl-C handling to nofork case | Denis Vlasenko | |
2007-04-28 | hush: better signal handling across ctrl-z | Denis Vlasenko | |
2007-04-28 | hush: fix nofork + ctrl-Z clobbering of globals | Denis Vlasenko | |
2007-04-28 | hush: add ctrl-Z handling for nofork'ed case | Denis Vlasenko | |
2007-04-21 | find_root_device: use lstat - don't follow links | Denis Vlasenko | |
2007-04-21 | hush: make Ctrl-Z work (at least sometimes) | Denis Vlasenko | |
2007-04-21 | hust: add a comment | Denis Vlasenko | |
2007-04-21 | hush: fix more backgrounding bugs. Plenty of them remains still. | Denis Vlasenko | |
2007-04-21 | hush: explain why "pipe; exit $?" doesn't show correct exitcode | Denis Vlasenko | |
2007-04-21 | hush: do not print message if killed by signal; | Denis Vlasenko | |
move some functions up before main() | |||
2007-04-21 | hush: begin fixing non-functional job control | Denis Vlasenko | |
2007-04-20 | hush: small code shrink; style fixes | Denis Vlasenko | |
2007-04-19 | dd: NOEXEC fix | Denis Vlasenko | |
dd: correct wrongly capitalized constant | |||
2007-04-19 | dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) | Denis Vlasenko | |
2007-04-19 | stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>) | Denis Vlasenko | |
2007-04-19 | doc: add README on shell job control | Denis Vlasenko | |
2007-04-19 | procps: remove all global variables | Denis Vlasenko | |
text data bss dec hex filename 1462 14 24 1500 5dc busybox.t2/procps/ps.o 1484 0 0 1484 5cc busybox.t3/procps/ps.o 3122 0 252 3374 d2e busybox.t1/procps/top.o 3117 0 0 3117 c2d busybox.t3/procps/top.o | |||
2007-04-19 | ps: add -o tty and -o rss support | Denis Vlasenko | |
1373 14 24 1411 583 busybox.t1/procps/ps.o 1462 14 24 1500 5dc busybox.t2/procps/ps.o |