Age | Commit message (Expand) | Author |
2007-04-14 | msh: style fixes | Denis Vlasenko |
2007-04-14 | lineedit: nuke two unused variables and code which sets them | Denis Vlasenko |
2007-04-14 | lash: recognize and use NOFORK applets | Denis Vlasenko |
2007-04-14 | lineedit: do not try to open NULL history file | Denis Vlasenko |
2007-04-14 | hush: use NOFORK applets as appropriate. Net reduction of code size. | Denis Vlasenko |
2007-04-13 | teach find_root_device to deal with /dev/ subdirs | Denis Vlasenko |
2007-04-13 | dpkg: use nitfields which are a bit closer to typical ushort. | Denis Vlasenko |
2007-04-13 | style fixes | Denis Vlasenko |
2007-04-13 | sourse_route_list -> source_route_list | Denis Vlasenko |
2007-04-13 | make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y) | Denis Vlasenko |
2007-04-13 | hush: more style fixes. | Denis Vlasenko |
2007-04-13 | hush: comment out and replace bug in set_local_var: | Denis Vlasenko |
2007-04-13 | shell/: add SUSv3 doc for fast & easy reference | Denis Vlasenko |
2007-04-13 | fix typo in comment | Denis Vlasenko |
2007-04-13 | find: add support for -delete, -path (by Natanael Copa) | Denis Vlasenko |
2007-04-12 | sed: fix escaped newlines in -f; fix multiple -f and -e | Denis Vlasenko |
2007-04-12 | login: fixing my brainfart: xspawn(t_argv) <- was using argv! | Denis Vlasenko |
2007-04-12 | make sure we free the grep data as well | Mike Frysinger |
2007-04-12 | lash: "forking" applets are actually can be treated the same way as "non-fork... | Denis Vlasenko |
2007-04-12 | fix realloc-of-non-malloced pointer, and reduce size while at it | Denis Vlasenko |
2007-04-12 | login: remove setpgrp call (makes it work from shell prompt again). | Denis Vlasenko |
2007-04-12 | pass a copy of argv[i] to NOFORK applets (they may permute it etc). | Denis Vlasenko |
2007-04-12 | - shrink iproute a bit (-200 bytes). Untested | Bernhard Reutner-Fischer |
2007-04-12 | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | Bernhard Reutner-Fischer |
2007-04-12 | style fixes. No code changes | Denis Vlasenko |
2007-04-11 | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko |
2007-04-11 | ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>) | Denis Vlasenko |
2007-04-11 | fix typo in doc | Denis Vlasenko |
2007-04-11 | style fixes, no code changes. | Denis Vlasenko |
2007-04-11 | rename: run_applet_by_name -> run_applet_and_exit | Denis Vlasenko |
2007-04-11 | - set the scope properly. Thanks to Jean Wolter, who wrote: | Bernhard Reutner-Fischer |
2007-04-11 | Add NOFORK/NOEXEC documentation. | Denis Vlasenko |
2007-04-11 | fix typo in comment | Denis Vlasenko |
2007-04-11 | fix misplaced #if | Denis Vlasenko |
2007-04-11 | add more convenient defines for [NO]MMU: | Denis Vlasenko |
2007-04-10 | random NOMMU fixes. compressed --help really does work for NOMMU! /me happy | Denis Vlasenko |
2007-04-10 | Rename two config options: | Denis Vlasenko |
2007-04-10 | xargs: fix my brain fart (resulted in memory leak) | Denis Vlasenko |
2007-04-10 | make compressed help code NOMMU- and NOFORK-friendly - | Denis Vlasenko |
2007-04-10 | make a few struct bb_applet members conditional | Denis Vlasenko |
2007-04-10 | - mv ip*_main into ip.c; use a dispatcher to save on needless duplication. | Bernhard Reutner-Fischer |
2007-04-10 | - use enum for the OPs as suggested by vda. No obj-code changes. | Bernhard Reutner-Fischer |
2007-04-10 | - forgot this hunk that corrects the usage text of ip | Bernhard Reutner-Fischer |
2007-04-10 | - rewrite the ip applet to be less bloaty | Bernhard Reutner-Fischer |
2007-04-10 | - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future. | Bernhard Reutner-Fischer |
2007-04-10 | one-liner: fix indentation | Denis Vlasenko |
2007-04-10 | bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/ | Denis Vlasenko |
2007-04-10 | echo: fix regression ("echo" with no arguments didn't print newline. | Denis Vlasenko |
2007-04-10 | audit small applets and mark some of them as NOFORK. | Denis Vlasenko |
2007-04-10 | style fixes. No code changes. | Denis Vlasenko |