| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits | Rob Landley | 2006-05-28 | 1 | -0/+1 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -0/+2 |
* | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley | 2006-05-26 | 1 | -2/+2 |
* | Slight sanity fix: data is void *, not char *. And it's called data | Rob Landley | 2006-05-26 | 1 | -2/+2 |
* | - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -4/+6 |
* | - move llist to top of file so we can potentially use it in all prototypes ea... | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -9/+10 |
* | Rich Felker suggested removing dprintf() from watch, and one thing led to | Rob Landley | 2006-05-25 | 1 | -0/+2 |
* | A pending item in my tree I might as well check in: I plan to migrate calloc() | Rob Landley | 2006-05-19 | 1 | -0/+1 |
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -1/+1 |
* | Make md5 calculation always go through an the buffer so that A) we don't | Rob Landley | 2006-05-16 | 1 | -1/+1 |
* | Fiddling with llist to make memory management easier. Specifically, the | Rob Landley | 2006-05-08 | 1 | -2/+2 |
* | Not quite compiler independent, but we've never tried to be gcc independent | Rob Landley | 2006-05-04 | 1 | -6/+0 |
* | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer | 2006-04-13 | 1 | -0/+1 |
* | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -0/+1 |
* | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -0/+2 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -0/+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 | -0/+3 |
* | - include netinet/in.h for struct sockaddr_in. | Bernhard Reutner-Fischer | 2006-04-11 | 1 | -0/+1 |
* | Robert P. J. Day writes: even in the header file, make it clear that the rout... | Mike Frysinger | 2006-04-11 | 1 | -0/+3 |
* | Patch from Rob Sullivan to consolidate crc32 table generation. | Rob Landley | 2006-04-10 | 1 | -0/+2 |
* | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | 2006-04-03 | 1 | -0/+18 |
* | - typos: s/compatability/compatibility/g;s/compatable/compatible/g; | Bernhard Reutner-Fischer | 2006-04-02 | 1 | -1/+1 |
* | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley | 2006-03-13 | 1 | -0/+2 |
* | Fixup to the previous (portability) patch. Linux actually does need | Rob Landley | 2006-03-09 | 1 | -1/+0 |
* | Portability patch from rfelker. The bb_asprintf.c thing needs an eventual | Rob Landley | 2006-03-09 | 1 | -0/+1 |
* | Missed one in the get_line_from_file() update... | Rob Landley | 2006-02-24 | 1 | -1/+1 |
* | Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked | Rob Landley | 2006-02-21 | 1 | -3/+23 |
* | remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I... | "Vladimir N. Oleynik" | 2006-02-20 | 1 | -0/+2 |
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -35/+8 |
* | - shared libbusybox. | Bernhard Reutner-Fischer | 2006-01-15 | 1 | -1/+1 |
* | Tito writes: | Mike Frysinger | 2006-01-08 | 1 | -1/+1 |
* | patch from tito: consolidate delay functions as bb_do_delay() | Rob Landley | 2006-01-06 | 1 | -1/+2 |
* | restore compare_string_array new interface (make broken by landley) | "Vladimir N. Oleynik" | 2005-12-06 | 1 | -1/+1 |
* | Fix losetup so that it A) actually works again, B) has much better error | Rob Landley | 2005-11-29 | 1 | -1/+2 |
* | change the interface of libbb/compare_string_array (unsigned short to int), u... | "Vladimir N. Oleynik" | 2005-11-26 | 1 | -1/+1 |
* | more use const for interface of libbb/compare_string_array, example usage for... | "Vladimir N. Oleynik" | 2005-11-26 | 1 | -1/+1 |
* | common BUFSIZ BSS buffer, small reduce code, data and bss | "Vladimir N. Oleynik" | 2005-10-15 | 1 | -0/+6 |
* | bb_dev_null | "Vladimir N. Oleynik" | 2005-10-12 | 1 | -1/+1 |
* | - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. | Bernhard Reutner-Fischer | 2005-10-06 | 1 | -1/+13 |
* | - add prototype for llist_add_to_end to libbb.h | Bernhard Reutner-Fischer | 2005-10-04 | 1 | -0/+1 |
* | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | 2005-09-29 | 1 | -2/+1 |
* | add a attribute_noreturn macro | Mike Frysinger | 2005-09-24 | 1 | -0/+2 |
* | - make sure to include dmalloc.h at the very end of busybox.h or libbb.h. | Bernhard Reutner-Fischer | 2005-09-21 | 1 | -10/+11 |
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -9/+7 |
* | - Remove unnecessary warning from libbb and move bb_wfopen_input near bb_wfopen | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -4/+1 |
* | This is strange typically modern mistake. Learn please: stat(2) used sys/type... | "Vladimir N. Oleynik" | 2005-09-20 | 1 | -1/+1 |
* | ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE | "Vladimir N. Oleynik" | 2005-09-16 | 1 | -1/+1 |
* | split libbb: moved xregcomp separatelly for speed up recompile | "Vladimir N. Oleynik" | 2005-09-14 | 1 | -2/+0 |
* | FEATURE->ENABLE_FEATURE loses one for 'top' applet | "Vladimir N. Oleynik" | 2005-09-14 | 1 | -1/+1 |