| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -0/+1 |
* | - mdev and grep use xregcomp. Closes bug #1021 | Bernhard Reutner-Fischer | 2006-09-06 | 1 | -1/+2 |
* | uuencode: common implementation for wget and uuencode (closing bug 694) | Denis Vlasenko | 2006-09-03 | 1 | -0/+2 |
* | Jordan Crouse submitted a patch to only include xregcomp.c when we actually | Rob Landley | 2006-08-28 | 1 | -1/+15 |
* | No real need for my_query_module() and this eliminates some type-punned | Rob Landley | 2006-08-28 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -12/+5 |
* | Patch from Tito to remove pwd_to_spwd (which we don't actually need), with | Rob Landley | 2006-07-11 | 1 | -1/+0 |
* | made "test" an ash built-in. | Paul Fox | 2006-06-08 | 1 | -1/+1 |
* | - make find_mount_point conditional on df and eject; Fixes `make hosttools´ on | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -2/+3 |
* | - patch from Robert P. J. Day to use filter instead of findstring. | Bernhard Reutner-Fischer | 2006-05-15 | 1 | -2/+2 |
* | Autodetect parts of a multipart file, from Robert P. Day's suggestion. | Rob Landley | 2006-05-12 | 1 | -19/+10 |
* | Fiddling with llist to make memory management easier. Specifically, the | Rob Landley | 2006-05-08 | 1 | -1/+1 |
* | 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 | 1 | -2/+2 |
* | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | 2006-04-13 | 1 | -1/+1 |
* | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -1/+1 |
* | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -1/+1 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -1/+1 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -0/+1 |
* | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+8 |
* | Patch from Rob Sullivan to consolidate crc32 table generation. | Rob Landley | 2006-04-10 | 1 | -1/+1 |
* | Bug spotted by Stephane Billiart: losetup depends on loop.c. | Rob Landley | 2006-03-23 | 1 | -0/+1 |
* | Patch from Shaun Jackman to make loop.c build only when needed. | Rob Landley | 2006-03-21 | 1 | -1/+2 |
* | - revert back to r14406 | Bernhard Reutner-Fischer | 2006-03-13 | 1 | -56/+49 |
* | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley | 2006-03-13 | 1 | -1/+1 |
* | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -2/+7 |
* | - remove unused lists *-m | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -1/+1 |
* | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | 2006-03-01 | 1 | -50/+52 |
* | Forgot to check this in last night, part of the hash_fd breakup. | Rob Landley | 2006-02-21 | 1 | -3/+3 |
* | make the build system puuuuuuuuuuurty | Mike Frysinger | 2006-02-02 | 1 | -11/+9 |
* | - fix typo i introduced yesterday. | Bernhard Reutner-Fischer | 2006-01-31 | 1 | -1/+1 |
* | - make linking against libcrypt optional by looking if pw_encrypt() or | Bernhard Reutner-Fischer | 2006-01-30 | 1 | -2/+8 |
* | - shared libbusybox. | Bernhard Reutner-Fischer | 2006-01-15 | 1 | -33/+62 |
* | patch from tito: consolidate delay functions as bb_do_delay() | Rob Landley | 2006-01-06 | 1 | -1/+1 |
* | Move interface.c to networking directory since it's only used by ifconfig. | Rob Landley | 2005-11-22 | 1 | -1/+0 |
* | Somebody suggested this, but I've forgotten who. | Rob Landley | 2005-10-27 | 1 | -1/+2 |
* | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" | 2005-10-15 | 1 | -1/+2 |
* | bb_dev_null | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -1/+1 |
* | - add llist_free_one() and llist_free() to libbb | Bernhard Reutner-Fischer | 2005-10-06 | 1 | -1/+1 |
* | - rename llist_add_to.c to llist.c | Bernhard Reutner-Fischer | 2005-09-29 | 1 | -2/+10 |
* | spwd bulid now, (typo) | "Vladimir N. Oleynik" | 2005-09-26 | 1 | -1/+1 |
* | Patch from Amir Shalem to make busybox compile on a uClibc that has no shadow | Rob Landley | 2005-09-25 | 1 | -3/+5 |
* | use brief license line | Mike Frysinger | 2005-09-24 | 1 | -14/+2 |
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -6/+12 |
* | This code exists to compensate for ancient broken build environments which, | Rob Landley | 2005-09-07 | 1 | -2/+2 |
* | get_terminal_width_height.c was in there twice. | Rob Landley | 2005-09-05 | 1 | -1/+1 |
* | implemented a builtin echo command in ash. moved the guts of the | Paul Fox | 2005-08-09 | 1 | -1/+2 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | 2005-07-27 | 1 | -1/+1 |
* | Add bb_msg_read_error | Eric Andersen | 2005-04-16 | 1 | -1/+1 |
* | egor duda writes: | Eric Andersen | 2004-10-08 | 1 | -8/+10 |