Age | Commit message (Expand) | Author |
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 |
2007-04-10 | - very minor shrinkage (-3b) | Bernhard Reutner-Fischer |
2007-04-10 | - use skip_non_whitespace() where appropriate | Bernhard Reutner-Fischer |
2007-04-10 | - add prototype for str_tolower() | Bernhard Reutner-Fischer |
2007-04-10 | - add libbb function str_tolower to convert a string to lowercase. | Bernhard Reutner-Fischer |
2007-04-09 | make xfunctions optionally longjump instead of exit. | Denis Vlasenko |
2007-04-09 | factor out NOFORK/NOEXEC code from find. Use it for xargs too. | Denis Vlasenko |
2007-04-09 | xargs: shrink code, ~80 bytes | Denis Vlasenko |
2007-04-09 | wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! | Denis Vlasenko |
2007-04-09 | Implement first instance of NOFORK applet - echo | Denis Vlasenko |
2007-04-09 | busybox: fix "<applet>: applet not found" message | Denis Vlasenko |
2007-04-09 | Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets | Denis Vlasenko |
2007-04-09 | msh: smallish code shrinkage; cosmetics | Denis Vlasenko |
2007-04-09 | merge busybox.c into applets.c | Denis Vlasenko |
2007-04-08 | applets.h: de-obfuscate | Denis Vlasenko |
2007-04-08 | add some missed statics on constant objects. | Denis Vlasenko |
2007-04-08 | adding small script, mostly for documentational purposes | Denis Vlasenko |
2007-04-08 | getopt32: fix llist_t options ordering. llist_rev is not unused. | Denis Vlasenko |
2007-04-08 | find: fix -prune more. Add big comment about it. | Denis Vlasenko |
2007-04-08 | find: fix handling of -prune | Denis Vlasenko |
2007-04-07 | busybox.net: micro fix | Denis Vlasenko |
2007-04-07 | busybox.net: update "screenshot" | Denis Vlasenko |
2007-04-07 | getopt: use getopt32 for option parsing - inspired by patch by | Denis Vlasenko |
2007-04-07 | docs: "how to add a patch" | Denis Vlasenko |
2007-04-07 | libiproute: audit callgraph, shortcut error paths into die() functions. | Denis Vlasenko |