Age | Commit message (Expand) | Author |
2006-07-11 | Patch from Tito to remove pwd_to_spwd (which we don't actually need), with | Rob Landley |
2006-07-10 | Upgrade netcat a lot. Make -e able to take the rest of the command line as | Rob Landley |
2006-07-06 | Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06. | Rob Landley |
2006-06-24 | Slowly pulling more common headers into libbb.h. Andre pointed out that | Rob Landley |
2006-06-20 | Since rangecoder is just a bunch of C functions, move it into the one user | Rob Landley |
2006-06-18 | Undo all of the ugliness and some of the bloat from 15412. | Rob Landley |
2006-06-18 | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley |
2006-06-14 | Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at | Rob Landley |
2006-06-08 | made "test" an ash built-in. | Paul Fox |
2006-06-07 | need prototype for new vfork_daemon() | Mike Frysinger |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-06-05 | Header cleanup on two more networking files (move libbb.h to the top and | Rob Landley |
2006-05-31 | Header file cleanup. platform.h apparently needs to be included early on so it | Rob Landley |
2006-05-31 | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer |
2006-05-28 | Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits | Rob Landley |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-05-26 | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley |
2006-05-26 | Slight sanity fix: data is void *, not char *. And it's called data | Rob Landley |
2006-05-26 | - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). | Bernhard Reutner-Fischer |
2006-05-26 | - move llist to top of file so we can potentially use it in all prototypes ea... | Bernhard Reutner-Fischer |
2006-05-25 | Rich Felker suggested removing dprintf() from watch, and one thing led to | Rob Landley |
2006-05-19 | A pending item in my tree I might as well check in: I plan to migrate calloc() | Rob Landley |
2006-05-19 | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer |
2006-05-16 | Make md5 calculation always go through an the buffer so that A) we don't | Rob Landley |
2006-05-08 | Fiddling with llist to make memory management easier. Specifically, the | Rob Landley |
2006-05-04 | Not quite compiler independent, but we've never tried to be gcc independent | Rob Landley |
2006-04-13 | - patch from Denis Vlasenko to add and use bb_xopen3() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer |
2006-04-12 | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer |
2006-04-11 | - include netinet/in.h for struct sockaddr_in. | Bernhard Reutner-Fischer |
2006-04-11 | Robert P. J. Day writes: even in the header file, make it clear that the rout... | Mike Frysinger |
2006-04-10 | Patch from Rob Sullivan to consolidate crc32 table generation. | Rob Landley |
2006-04-03 | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer |
2006-04-02 | - typos: s/compatability/compatibility/g;s/compatable/compatible/g; | Bernhard Reutner-Fischer |
2006-03-13 | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley |
2006-03-09 | Fixup to the previous (portability) patch. Linux actually does need | Rob Landley |
2006-03-09 | Portability patch from rfelker. The bb_asprintf.c thing needs an eventual | Rob Landley |
2006-02-24 | Missed one in the get_line_from_file() update... | Rob Landley |
2006-02-21 | Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked | Rob Landley |
2006-02-20 | remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I... | "Vladimir N. Oleynik" |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer |
2006-01-08 | Tito writes: | Mike Frysinger |
2006-01-06 | patch from tito: consolidate delay functions as bb_do_delay() | Rob Landley |
2005-12-06 | restore compare_string_array new interface (make broken by landley) | "Vladimir N. Oleynik" |
2005-11-29 | Fix losetup so that it A) actually works again, B) has much better error | Rob Landley |
2005-11-26 | change the interface of libbb/compare_string_array (unsigned short to int), u... | "Vladimir N. Oleynik" |