Age | Commit message (Expand) | Author |
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 |
2007-04-07 | udhcp: MAC_BCAST_ADDR and blank_chaddr are in fact constant, move to rodata. | Denis Vlasenko |
2007-04-07 | comm: eliminate statics | Denis Vlasenko |
2007-04-07 | random small shrinkage and elimination of statics | Denis Vlasenko |
2007-04-06 | nc: code shrinkage, bugfixes. -50 bytes code size | Denis Vlasenko |
2007-04-05 | svn add match_fstype.c :( | Denis Vlasenko |
2007-04-05 | [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) | Denis Vlasenko |
2007-04-05 | diff: fix segfault on empty dirs (Peter Korsgaard <peter.korsgaard@barco.com>) | Denis Vlasenko |
2007-04-05 | libbb: add xunlink() | Denis Vlasenko |
2007-04-05 | less intrusive export of FLTFLAGS | Mike Frysinger |
2007-04-05 | set default FLTFLAGS for a fatty stack | Mike Frysinger |
2007-04-05 | find: improve usage text (Natanael Copa <natanael.copa@gmail.com>) | Denis Vlasenko |
2007-04-05 | nc: missed exit() in signal handler | Denis Vlasenko |
2007-04-05 | nc: port nc 1.10 to busybox | Denis Vlasenko |
2007-04-05 | - clean up addgroup, fix adding users to existing groups and make it optional... | Bernhard Reutner-Fischer |
2007-04-05 | - bail out if either file does not exist | Bernhard Reutner-Fischer |
2007-04-05 | - add -s|--spider which only checks if the file exists but does not download ... | Bernhard Reutner-Fischer |
2007-04-05 | - size and prune were mixed up | Bernhard Reutner-Fischer |
2007-04-05 | - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. | Bernhard Reutner-Fischer |
2007-04-05 | find: missed 'ststic' on const data | Denis Vlasenko |
2007-04-04 | find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) | Denis Vlasenko |
2007-04-04 | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer |
2007-04-04 | - minor shrinkage | Bernhard Reutner-Fischer |
2007-04-04 | - remove debugging output. sorry.. | Bernhard Reutner-Fischer |
2007-04-04 | - note cosmetic glitch in tail | Bernhard Reutner-Fischer |
2007-04-04 | reword comment | Denis Vlasenko |
2007-04-04 | - remove bss users. Shrinkage while at it. See XXX for further, pre-existing ... | Bernhard Reutner-Fischer |
2007-04-04 | - remove some bss users. | Bernhard Reutner-Fischer |
2007-04-04 | - remove superfluous bss user (flags) and manually unswitch some areas: | Bernhard Reutner-Fischer |
2007-04-04 | Add/improve comment, shorten some usage texts. No code changes. | Denis Vlasenko |