aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-12make sure we free the grep data as wellMike Frysinger1-0/+1
2007-04-12lash: "forking" applets are actually can be treated the same way as "non-fork...Denis Vlasenko1-42/+27
2007-04-12fix realloc-of-non-malloced pointer, and reduce size while at itDenis Vlasenko2-15/+15
2007-04-12login: remove setpgrp call (makes it work from shell prompt again).Denis Vlasenko4-38/+32
2007-04-12pass a copy of argv[i] to NOFORK applets (they may permute it etc).Denis Vlasenko5-30/+38
2007-04-12- shrink iproute a bit (-200 bytes). UntestedBernhard Reutner-Fischer3-63/+84
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer16-239/+159
2007-04-12style fixes. No code changesDenis Vlasenko30-82/+84
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko20-162/+183
2007-04-11ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)Denis Vlasenko1-1/+1
2007-04-11fix typo in docDenis Vlasenko1-1/+1
2007-04-11style fixes, no code changes.Denis Vlasenko6-33/+37
2007-04-11rename: run_applet_by_name -> run_applet_and_exitDenis Vlasenko8-11/+11
2007-04-11- set the scope properly. Thanks to Jean Wolter, who wrote:Bernhard Reutner-Fischer1-0/+12