Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-04-29 | ash,kill: use common code for kill applet/builtin | Denis Vlasenko | 4 | -130/+86 | |
# 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 | 1 | -7/+11 | |
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 | 2 | -1/+8 | |
2007-04-28 | hush: make job control and interactiveness configurable, part 2 | Denis Vlasenko | 2 | -52/+99 | |
2007-04-28 | hush: make job control and interactiveness configurable, part 1 | Denis Vlasenko | 2 | -14/+111 | |
2007-04-28 | hush: make hush properly detect EOF on stdin (even interactive one - | Denis Vlasenko | 1 | -5/+8 | |
think about pty being destroyed) and exit. | |||||
2007-04-28 | hush: add Ctrl-C handling to nofork case | Denis Vlasenko | 1 | -3/+15 | |
2007-04-28 | hush: better signal handling across ctrl-z | Denis Vlasenko | 1 | -87/+127 | |
2007-04-28 | hush: fix nofork + ctrl-Z clobbering of globals | Denis Vlasenko | 3 | -37/+58 | |
2007-04-28 | hush: add ctrl-Z handling for nofork'ed case | Denis Vlasenko | 2 | -13/+84 | |
2007-04-21 | find_root_device: use lstat - don't follow links | Denis Vlasenko | 1 | -1/+2 | |
2007-04-21 | hush: make Ctrl-Z work (at least sometimes) | Denis Vlasenko | 2 | -176/+229 | |
2007-04-21 | hust: add a comment | Denis Vlasenko | 1 | -0/+4 | |
2007-04-21 | hush: fix more backgrounding bugs. Plenty of them remains still. | Denis Vlasenko | 2 | -11/+29 | |
2007-04-21 | hush: explain why "pipe; exit $?" doesn't show correct exitcode | Denis Vlasenko | 2 | -12/+21 | |
2007-04-21 | hush: do not print message if killed by signal; | Denis Vlasenko | 1 | -122/+115 | |
move some functions up before main() | |||||
2007-04-21 | hush: begin fixing non-functional job control | Denis Vlasenko | 3 | -74/+208 | |
2007-04-20 | hush: small code shrink; style fixes | Denis Vlasenko | 2 | -51/+58 | |
2007-04-19 | dd: NOEXEC fix | Denis Vlasenko | 1 | -2/+4 | |
dd: correct wrongly capitalized constant | |||||
2007-04-19 | dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) | Denis Vlasenko | 2 | -27/+92 | |
2007-04-19 | stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>) | Denis Vlasenko | 1 | -15/+16 | |