| Commit message (Expand) | Author | Age | Files | Lines |
* | Undo all of the ugliness and some of the bloat from 15412. | landley | 2006-06-18 | 1 | -2/+2 |
* | skip_whitespace() shouldn't claim its return value is const, it doesn't know | landley | 2006-06-18 | 1 | -1/+1 |
* | Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at | landley | 2006-06-14 | 1 | -0/+1 |
* | made "test" an ash built-in. | pgf | 2006-06-08 | 1 | -0/+1 |
* | need prototype for new vfork_daemon() | vapier | 2006-06-07 | 1 | -0/+1 |
* | - reuse strings and messages. Saves about 600B | aldot | 2006-06-07 | 1 | -0/+2 |
* | Header cleanup on two more networking files (move libbb.h to the top and | landley | 2006-06-05 | 1 | -16/+13 |
* | Header file cleanup. platform.h apparently needs to be included early on so it | landley | 2006-05-31 | 1 | -9/+21 |
* | - s/defined(__uClinux__)/BB_NOMMU/ | aldot | 2006-05-31 | 1 | -1/+1 |
* | Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits | landley | 2006-05-28 | 1 | -0/+1 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | landley | 2006-05-27 | 1 | -0/+2 |
* | Change llist_add_* to take the address of the list rather than returning the new | landley | 2006-05-26 | 1 | -2/+2 |
* | Slight sanity fix: data is void *, not char *. And it's called data | landley | 2006-05-26 | 1 | -2/+2 |
* | - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). | aldot | 2006-05-26 | 1 | -4/+6 |
* | - move llist to top of file so we can potentially use it in all prototypes ea... | aldot | 2006-05-26 | 1 | -9/+10 |
* | Rich Felker suggested removing dprintf() from watch, and one thing led to | landley | 2006-05-25 | 1 | -0/+2 |
* | A pending item in my tree I might as well check in: I plan to migrate calloc() | landley | 2006-05-19 | 1 | -0/+1 |
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | aldot | 2006-05-19 | 1 | -1/+1 |
* | Make md5 calculation always go through an the buffer so that A) we don't | landley | 2006-05-16 | 1 | -1/+1 |
* | Fiddling with llist to make memory management easier. Specifically, the | landley | 2006-05-08 | 1 | -2/+2 |
* | Not quite compiler independent, but we've never tried to be gcc independent | landley | 2006-05-04 | 1 | -6/+0 |
* | - patch from Denis Vlasenko to add and use bb_xopen3() | aldot | 2006-04-13 | 1 | -0/+1 |
* | - patch from Denis Vlasenko to add and use bb_xchdir() | aldot | 2006-04-12 | 1 | -0/+1 |
* | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | aldot | 2006-04-12 | 1 | -0/+2 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | aldot | 2006-04-12 | 1 | -0/+1 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | aldot | 2006-04-12 | 1 | -0/+1 |
* | - add and use bb_opendir(), bb_xopendir(). | aldot | 2006-04-12 | 1 | -0/+3 |
* | - include netinet/in.h for struct sockaddr_in. | aldot | 2006-04-11 | 1 | -0/+1 |
* | Robert P. J. Day writes: even in the header file, make it clear that the rout... | vapier | 2006-04-11 | 1 | -0/+3 |
* | Patch from Rob Sullivan to consolidate crc32 table generation. | landley | 2006-04-10 | 1 | -0/+2 |
* | - move buffer allocation schemes to libbb.h | aldot | 2006-04-03 | 1 | -0/+18 |
* | - typos: s/compatability/compatibility/g;s/compatable/compatible/g; | aldot | 2006-04-02 | 1 | -1/+1 |
* | Patch from Denis Vlasenko to add xstat() and use it. | landley | 2006-03-13 | 1 | -0/+2 |
* | Fixup to the previous (portability) patch. Linux actually does need | landley | 2006-03-09 | 1 | -1/+0 |
* | Portability patch from rfelker. The bb_asprintf.c thing needs an eventual | landley | 2006-03-09 | 1 | -0/+1 |
* | Missed one in the get_line_from_file() update... | 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 | landley | 2006-02-21 | 1 | -3/+23 |
* | remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I... | vodz | 2006-02-20 | 1 | -0/+2 |
* | - add platform.h. | aldot | 2006-01-22 | 1 | -35/+8 |
* | - shared libbusybox. | aldot | 2006-01-15 | 1 | -1/+1 |
* | Tito writes: | vapier | 2006-01-08 | 1 | -1/+1 |
* | patch from tito: consolidate delay functions as bb_do_delay() | landley | 2006-01-06 | 1 | -1/+2 |
* | restore compare_string_array new interface (make broken by landley) | vodz | 2005-12-06 | 1 | -1/+1 |
* | Fix losetup so that it A) actually works again, B) has much better error | landley | 2005-11-29 | 1 | -1/+2 |
* | change the interface of libbb/compare_string_array (unsigned short to int), u... | vodz | 2005-11-26 | 1 | -1/+1 |
* | more use const for interface of libbb/compare_string_array, example usage for... | vodz | 2005-11-26 | 1 | -1/+1 |
* | common BUFSIZ BSS buffer, small reduce code, data and bss | vodz | 2005-10-15 | 1 | -0/+6 |
* | bb_dev_null | vodz | 2005-10-12 | 1 | -1/+1 |
* | - add llist_free_one() and llist_free() to libbb; Add a bit of documentation. | aldot | 2005-10-06 | 1 | -1/+13 |
* | - add prototype for llist_add_to_end to libbb.h | aldot | 2005-10-04 | 1 | -0/+1 |