| Commit message (Expand) | Author | Age | Files | Lines |
* | - fix bug #887, in bb_get_chomped_line_from_file(), the last char was removed | Bernhard Reutner-Fischer | 2006-06-10 | 1 | -9/+14 |
* | made "test" an ash built-in. | Paul Fox | 2006-06-08 | 2 | -152/+1 |
* | sometimes daemonizing and vfork()/exit() is ok | Mike Frysinger | 2006-06-07 | 1 | -5/+19 |
* | bb_xdaemon() isnt available on no-mmu systems | Mike Frysinger | 2006-06-07 | 1 | -1/+3 |
* | comment all fields | Mike Frysinger | 2006-06-07 | 1 | -4/+4 |
* | add reference to proc(5) | Mike Frysinger | 2006-06-07 | 1 | -0/+1 |
* | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | 2006-06-07 | 1 | -1/+7 |
* | whitespace | Mike Frysinger | 2006-06-07 | 1 | -1/+1 |
* | whitespace | Mike Frysinger | 2006-06-07 | 1 | -1/+1 |
* | - make getopt_ulflags aware of CONFIG_GETOPT_LONG | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -1/+10 |
* | - convert xcalloc(1,x) to xzalloc | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -3/+3 |
* | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -2/+2 |
* | Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values | Rob Landley | 2006-05-29 | 1 | -15/+6 |
* | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley | 2006-05-26 | 2 | -20/+11 |
* | Slight sanity fix: data is void *, not char *. And it's called data | Rob Landley | 2006-05-26 | 1 | -3/+3 |
* | - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -0/+14 |
* | - make find_mount_point conditional on df and eject; Fixes `make hosttools´ on | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -2/+3 |
* | errno and h_errno values are not the same #876 by rfelker | Mike Frysinger | 2006-05-26 | 1 | -2/+0 |
* | Rich Felker suggested removing dprintf() from watch, and one thing led to | Rob Landley | 2006-05-25 | 1 | -0/+34 |
* | A pending item in my tree I might as well check in: I plan to migrate calloc() | Rob Landley | 2006-05-19 | 1 | -0/+9 |
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 34 | -686/+28 |
* | - replace _PATH_DEVNULL with bb_dev_null | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -14/+3 |
* | - use uint32_t instead of __u32 | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -2/+2 |
* | - include strings.h | Bernhard Reutner-Fischer | 2006-05-19 | 2 | -7/+9 |
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -3/+4 |
* | Make md5 calculation always go through an the buffer so that A) we don't | Rob Landley | 2006-05-16 | 1 | -87/+42 |
* | - patch from Robert P. J. Day to use filter instead of findstring. | Bernhard Reutner-Fischer | 2006-05-15 | 1 | -2/+2 |
* | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger | 2006-05-13 | 1 | -1/+1 |
* | Autodetect parts of a multipart file, from Robert P. Day's suggestion. | Rob Landley | 2006-05-12 | 1 | -19/+10 |
* | Bug fix from Vladimir Oleynik, and suggestion I add my copyright notice | Rob Landley | 2006-05-11 | 1 | -2/+3 |
* | Fiddling with llist to make memory management easier. Specifically, the | Rob Landley | 2006-05-08 | 2 | -11/+22 |
* | Remove a link that leaked in from the pending llist_t changes. | Rob Landley | 2006-05-08 | 1 | -1/+1 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 3 | -12/+3 |
* | Migrate endianness macros. | Rob Landley | 2006-05-05 | 1 | -1/+1 |
* | Not quite compiler independent, but we've never tried to be gcc independent | Rob Landley | 2006-05-04 | 1 | -10/+4 |
* | Whitespace and documentation cleanup from Dennis Vlasenko. | Rob Landley | 2006-05-03 | 1 | -53/+60 |
* | Portability tweak from Shaun Jackman, don't include asm/page.h directly. | Rob Landley | 2006-04-25 | 1 | -1/+1 |
* | Remove some #if 0 code. | Rob Landley | 2006-04-18 | 1 | -9/+0 |
* | - BusyBox is under GPL. | Bernhard Reutner-Fischer | 2006-04-18 | 5 | -5/+5 |
* | use memmove() instead of bcopy() | Mike Frysinger | 2006-04-16 | 1 | -6/+6 |
* | use memcmp() not bcmp() | Mike Frysinger | 2006-04-16 | 1 | -2/+2 |
* | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | 2006-04-13 | 2 | -4/+11 |
* | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer | 2006-04-12 | 2 | -1/+18 |
* | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer | 2006-04-12 | 3 | -1/+36 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 2 | -1/+18 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 3 | -1/+20 |
* | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer | 2006-04-12 | 7 | -44/+53 |
* | Patch from Rob Sullivan to consolidate crc32 table generation. | Rob Landley | 2006-04-10 | 2 | -1/+41 |
* | - include proper headers. | Bernhard Reutner-Fischer | 2006-04-05 | 1 | -1/+0 |
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 13 | -76/+25 |