aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-13find: add support for -delete, -path (by Natanael Copa)vda3-0/+64
2007-04-12sed: fix escaped newlines in -f; fix multiple -f and -evda1-32/+18
2007-04-12login: fixing my brainfart: xspawn(t_argv) <- was using argv!vda1-1/+1
2007-04-12make sure we free the grep data as wellvapier1-0/+1
2007-04-12lash: "forking" applets are actually can be treated the same way as "non-fork...vda1-42/+27
2007-04-12fix realloc-of-non-malloced pointer, and reduce size while at itvda2-15/+15
2007-04-12login: remove setpgrp call (makes it work from shell prompt again).vda4-38/+32
2007-04-12pass a copy of argv[i] to NOFORK applets (they may permute it etc).vda5-30/+38
2007-04-12- shrink iproute a bit (-200 bytes). Untestedaldot3-63/+84
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...aldot16-239/+159
2007-04-12style fixes. No code changesvda30-82/+84
2007-04-11bb_full_fd_action: remove potential xmalloc from NOFORK pathvda20-162/+183
2007-04-11ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)vda1-1/+1
2007-04-11fix typo in docvda1-1/+1
2007-04-11style fixes, no code changes.vda6-33/+37
2007-04-11rename: run_applet_by_name -> run_applet_and_exitvda8-11/+11
2007-04-11- set the scope properly. Thanks to Jean Wolter, who wrote:aldot1-0/+12