| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - use enum for the OPs as suggested by vda. No obj-code changes. | Bernhard Reutner-Fischer | 2007-04-10 | 1 | -14/+18 |
* | - forgot this hunk that corrects the usage text of ip | Bernhard Reutner-Fischer | 2007-04-10 | 1 | -3/+15 |
* | - rewrite the ip applet to be less bloaty | Bernhard Reutner-Fischer | 2007-04-10 | 2 | -23/+49 |
* | - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future. | Bernhard Reutner-Fischer | 2007-04-10 | 1 | -0/+2 |
* | one-liner: fix indentation | Denis Vlasenko | 2007-04-10 | 1 | -1/+1 |
* | bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/ | Denis Vlasenko | 2007-04-10 | 1 | -190/+208 |
* | echo: fix regression ("echo" with no arguments didn't print newline. | Denis Vlasenko | 2007-04-10 | 1 | -8/+11 |
* | audit small applets and mark some of them as NOFORK. | Denis Vlasenko | 2007-04-10 | 41 | -128/+173 |
* | style fixes. No code changes. | Denis Vlasenko | 2007-04-10 | 13 | -31/+30 |
* | - very minor shrinkage (-3b) | Bernhard Reutner-Fischer | 2007-04-10 | 2 | -5/+7 |
* | - use skip_non_whitespace() where appropriate | Bernhard Reutner-Fischer | 2007-04-10 | 3 | -7/+3 |
* | - add prototype for str_tolower() | Bernhard Reutner-Fischer | 2007-04-10 | 1 | -0/+2 |
* | - add libbb function str_tolower to convert a string to lowercase. | Bernhard Reutner-Fischer | 2007-04-10 | 3 | -56/+63 |
* | make xfunctions optionally longjump instead of exit. | Denis Vlasenko | 2007-04-09 | 10 | -24/+39 |
* | factor out NOFORK/NOEXEC code from find. Use it for xargs too. | Denis Vlasenko | 2007-04-09 | 4 | -68/+76 |
* | xargs: shrink code, ~80 bytes | Denis Vlasenko | 2007-04-09 | 2 | -77/+80 |
* | wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! | Denis Vlasenko | 2007-04-09 | 2 | -34/+33 |
* | Implement first instance of NOFORK applet - echo | Denis Vlasenko | 2007-04-09 | 6 | -50/+77 |
* | busybox: fix "<applet>: applet not found" message | Denis Vlasenko | 2007-04-09 | 1 | -1/+5 |
* | Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets | Denis Vlasenko | 2007-04-09 | 5 | -93/+65 |
* | msh: smallish code shrinkage; cosmetics | Denis Vlasenko | 2007-04-09 | 1 | -68/+58 |
* | merge busybox.c into applets.c | Denis Vlasenko | 2007-04-09 | 6 | -209/+199 |
* | applets.h: de-obfuscate | Denis Vlasenko | 2007-04-08 | 1 | -26/+35 |
* | add some missed statics on constant objects. | Denis Vlasenko | 2007-04-08 | 10 | -35/+40 |
* | adding small script, mostly for documentational purposes | Denis Vlasenko | 2007-04-08 | 1 | -0/+9 |
* | getopt32: fix llist_t options ordering. llist_rev is not unused. | Denis Vlasenko | 2007-04-08 | 10 | -55/+53 |
* | find: fix -prune more. Add big comment about it. | Denis Vlasenko | 2007-04-08 | 1 | -7/+21 |
* | find: fix handling of -prune | Denis Vlasenko | 2007-04-08 | 9 | -59/+71 |
* | busybox.net: micro fix | Denis Vlasenko | 2007-04-07 | 1 | -1/+0 |
* | busybox.net: update "screenshot" | Denis Vlasenko | 2007-04-07 | 1 | -35/+39 |
* | getopt: use getopt32 for option parsing - inspired by patch by | Denis Vlasenko | 2007-04-07 | 1 | -195/+158 |
* | docs: "how to add a patch" | Denis Vlasenko | 2007-04-07 | 2 | -1/+17 |
* | libiproute: audit callgraph, shortcut error paths into die() functions. | Denis Vlasenko | 2007-04-07 | 11 | -319/+247 |
* | udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. | Denis Vlasenko | 2007-04-07 | 9 | -156/+169 |
* | comm: eliminate statics | Denis Vlasenko | 2007-04-07 | 1 | -44/+30 |
* | random small shrinkage and elimination of statics | Denis Vlasenko | 2007-04-07 | 4 | -7/+8 |
* | nc: code shrinkage, bugfixes. -50 bytes code size | Denis Vlasenko | 2007-04-06 | 1 | -106/+142 |
* | svn add match_fstype.c :( | Denis Vlasenko | 2007-04-05 | 1 | -0/+44 |
* | [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) | Denis Vlasenko | 2007-04-05 | 4 | -6/+12 |
* | diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) | Denis Vlasenko | 2007-04-05 | 1 | -1/+1 |
* | libbb: add xunlink() | Denis Vlasenko | 2007-04-05 | 4 | -16/+19 |
* | less intrusive export of FLTFLAGS | Mike Frysinger | 2007-04-05 | 1 | -2/+2 |
* | set default FLTFLAGS for a fatty stack | Mike Frysinger | 2007-04-05 | 2 | -1/+5 |
* | find: improve usage text (Natanael Copa <natanael.copa@gmail.com>) | Denis Vlasenko | 2007-04-05 | 1 | -1/+7 |
* | nc: missed exit() in signal handler | Denis Vlasenko | 2007-04-05 | 1 | -0/+1 |
* | nc: port nc 1.10 to busybox | Denis Vlasenko | 2007-04-05 | 9 | -12/+857 |
* | - clean up addgroup, fix adding users to existing groups and make it optional... | Bernhard Reutner-Fischer | 2007-04-05 | 4 | -43/+114 |
* | - bail out if either file does not exist | Bernhard Reutner-Fischer | 2007-04-05 | 1 | -0/+5 |
* | - add -s|--spider which only checks if the file exists but does not download ... | Bernhard Reutner-Fischer | 2007-04-05 | 2 | -12/+20 |
* | - size and prune were mixed up | Bernhard Reutner-Fischer | 2007-04-05 | 1 | -6/+6 |