| Commit message (Expand) | Author | Age | Files | Lines |
* | xargs: simplify word list management | vda | 2007-04-15 | 1 | -29/+25 |
* | msh: style fixes | vda | 2007-04-14 | 2 | -6/+10 |
* | lineedit: nuke two unused variables and code which sets them | vda | 2007-04-14 | 3 | -51/+51 |
* | lash: recognize and use NOFORK applets | vda | 2007-04-14 | 2 | -44/+46 |
* | lineedit: do not try to open NULL history file | vda | 2007-04-14 | 1 | -2/+2 |
* | hush: use NOFORK applets as appropriate. Net reduction of code size. | vda | 2007-04-14 | 7 | -114/+125 |
* | teach find_root_device to deal with /dev/ subdirs | vda | 2007-04-13 | 9 | -27/+71 |
* | dpkg: use nitfields which are a bit closer to typical ushort. | vda | 2007-04-13 | 1 | -62/+65 |
* | style fixes | vda | 2007-04-13 | 8 | -59/+58 |
* | sourse_route_list -> source_route_list | vda | 2007-04-13 | 1 | -6/+6 |
* | make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y) | vda | 2007-04-13 | 1 | -1/+12 |
* | hush: more style fixes. | vda | 2007-04-13 | 1 | -64/+66 |
* | hush: comment out and replace bug in set_local_var: | vda | 2007-04-13 | 1 | -44/+46 |
* | shell/: add SUSv3 doc for fast & easy reference | vda | 2007-04-13 | 1 | -0/+0 |
* | fix typo in comment | vda | 2007-04-13 | 1 | -1/+1 |
* | find: add support for -delete, -path (by Natanael Copa) | vda | 2007-04-13 | 3 | -0/+64 |
* | sed: fix escaped newlines in -f; fix multiple -f and -e | vda | 2007-04-12 | 1 | -32/+18 |
* | login: fixing my brainfart: xspawn(t_argv) <- was using argv! | vda | 2007-04-12 | 1 | -1/+1 |
* | make sure we free the grep data as well | vapier | 2007-04-12 | 1 | -0/+1 |
* | lash: "forking" applets are actually can be treated the same way as "non-fork... | vda | 2007-04-12 | 1 | -42/+27 |
* | fix realloc-of-non-malloced pointer, and reduce size while at it | vda | 2007-04-12 | 2 | -15/+15 |
* | login: remove setpgrp call (makes it work from shell prompt again). | vda | 2007-04-12 | 4 | -38/+32 |
* | pass a copy of argv[i] to NOFORK applets (they may permute it etc). | vda | 2007-04-12 | 5 | -30/+38 |
* | - shrink iproute a bit (-200 bytes). Untested | aldot | 2007-04-12 | 3 | -63/+84 |
* | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | aldot | 2007-04-12 | 16 | -239/+159 |
* | style fixes. No code changes | vda | 2007-04-12 | 30 | -82/+84 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | vda | 2007-04-11 | 20 | -162/+183 |
* | ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>) | vda | 2007-04-11 | 1 | -1/+1 |
* | fix typo in doc | vda | 2007-04-11 | 1 | -1/+1 |
* | style fixes, no code changes. | vda | 2007-04-11 | 6 | -33/+37 |
* | rename: run_applet_by_name -> run_applet_and_exit | vda | 2007-04-11 | 8 | -11/+11 |
* | - set the scope properly. Thanks to Jean Wolter, who wrote: | aldot | 2007-04-11 | 1 | -0/+12 |
* | Add NOFORK/NOEXEC documentation. | vda | 2007-04-11 | 1 | -0/+70 |
* | fix typo in comment | vda | 2007-04-11 | 1 | -2/+2 |
* | fix misplaced #if | vda | 2007-04-11 | 1 | -1/+1 |
* | add more convenient defines for [NO]MMU: | vda | 2007-04-11 | 6 | -27/+30 |
* | random NOMMU fixes. compressed --help really does work for NOMMU! /me happy | vda | 2007-04-10 | 5 | -9/+28 |
* | Rename two config options: | vda | 2007-04-10 | 17 | -40/+67 |
* | xargs: fix my brain fart (resulted in memory leak) | vda | 2007-04-10 | 1 | -7/+6 |
* | make compressed help code NOMMU- and NOFORK-friendly - | vda | 2007-04-10 | 11 | -170/+134 |
* | make a few struct bb_applet members conditional | vda | 2007-04-10 | 18 | -83/+114 |
* | - mv ip*_main into ip.c; use a dispatcher to save on needless duplication. | aldot | 2007-04-10 | 7 | -136/+51 |
* | - use enum for the OPs as suggested by vda. No obj-code changes. | aldot | 2007-04-10 | 1 | -14/+18 |
* | - forgot this hunk that corrects the usage text of ip | aldot | 2007-04-10 | 1 | -3/+15 |
* | - rewrite the ip applet to be less bloaty | aldot | 2007-04-10 | 2 | -23/+49 |
* | - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future. | aldot | 2007-04-10 | 1 | -0/+2 |
* | one-liner: fix indentation | vda | 2007-04-10 | 1 | -1/+1 |
* | bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/ | vda | 2007-04-10 | 1 | -190/+208 |
* | echo: fix regression ("echo" with no arguments didn't print newline. | vda | 2007-04-10 | 1 | -8/+11 |
* | audit small applets and mark some of them as NOFORK. | vda | 2007-04-10 | 41 | -128/+173 |