aboutsummaryrefslogtreecommitdiff
path: root/coreutils/expr.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-04-29ash,kill: use common code for kill applet/builtinDenis Vlasenko4-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-29run_parts: do not check path portion of a name for "bad chars".Denis Vlasenko1-7/+11
Needed for ifupdown. Patch by "Gabriel L. Somlo" <somlo@cmu.edu>
2007-04-28ash: fix infinite loop on exit if tty is not there anymoreDenis Vlasenko2-1/+8
2007-04-28hush: make job control and interactiveness configurable, part 2Denis Vlasenko2-52/+99
2007-04-28hush: make job control and interactiveness configurable, part 1Denis Vlasenko2-14/+111
2007-04-28hush: make hush properly detect EOF on stdin (even interactive one -Denis Vlasenko1-5/+8
think about pty being destroyed) and exit.
2007-04-28hush: add Ctrl-C handling to nofork caseDenis Vlasenko1-3/+15
2007-04-28hush: better signal handling across ctrl-zDenis Vlasenko1-87/+127
2007-04-28hush: fix nofork + ctrl-Z clobbering of globalsDenis Vlasenko3-37/+58
2007-04-28hush: add ctrl-Z handling for nofork'ed caseDenis Vlasenko2-13/+84
2007-04-21find_root_device: use lstat - don't follow linksDenis Vlasenko1-1/+2
2007-04-21hush: make Ctrl-Z work (at least sometimes)Denis Vlasenko2-176/+229
2007-04-21hust: add a commentDenis Vlasenko1-0/+4
2007-04-21hush: fix more backgrounding bugs. Plenty of them remains still.Denis Vlasenko2-11/+29
2007-04-21hush: explain why "pipe; exit $?" doesn't show correct exitcodeDenis Vlasenko2-12/+21
2007-04-21hush: do not print message if killed by signal;Denis Vlasenko1-122/+115
move some functions up before main()
2007-04-21hush: begin fixing non-functional job controlDenis Vlasenko3-74/+208
2007-04-20hush: small code shrink; style fixesDenis Vlasenko2-51/+58
2007-04-19dd: NOEXEC fixDenis Vlasenko1-2/+4
dd: correct wrongly capitalized constant
2007-04-19dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)Denis Vlasenko2-27/+92
2007-04-19stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)Denis Vlasenko1-15/+16