Age | Commit message (Expand) | Author |
2006-06-01 | The common case APPLET() macro only needs three arguments. | Rob Landley |
2006-05-31 | Patch from Tito to remove long options from hdparm. | Rob Landley |
2006-05-31 | Header file cleanup. platform.h apparently needs to be included early on so it | Rob Landley |
2006-05-31 | Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, | Rob Landley |
2006-05-31 | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer |
2006-05-31 | - conditionally define BB_NOMMU | Bernhard Reutner-Fischer |
2006-05-30 | Put parentheses around some of the SWAP() macros, as pointed out by Peter | Rob Landley |
2006-05-29 | Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values | Rob Landley |
2006-05-29 | This is not C++. | Rob Landley |
2006-05-29 | Remove _() and N_() from platform.h. #define them as NOP macros in the two | Rob Landley |
2006-05-28 | Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits | Rob Landley |
2006-05-27 | Move portability stuff to platform.h, and clean up adjtimex.c a bit while | 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-26 | - add workaround for tar being broken since it uses a non-portable constant. | Bernhard Reutner-Fischer |
2006-05-26 | - move libc checks from busybox.h to platform.h | Bernhard Reutner-Fischer |
2006-05-26 | fix spelling mistakes | Mike Frysinger |
2006-05-25 | Rich Felker suggested removing dprintf() from watch, and one thing led to | Rob Landley |
2006-05-21 | New version of nohup that's much smaller, less paranoid, consistent, | Rob Landley |
2006-05-19 | - backout erroneously checked in snippet.. | Bernhard Reutner-Fischer |
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 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer |
2006-05-19 | fix indenting in help output for ifconfig | Mike Frysinger |
2006-05-19 | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer |
2006-05-16 | Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add | Rob Landley |
2006-05-16 | Make md5 calculation always go through an the buffer so that A) we don't | Rob Landley |
2006-05-12 | implement -print0 for find | Paul Fox |
2006-05-08 | Fiddling with llist to make memory management easier. Specifically, the | Rob Landley |
2006-05-08 | add back in udhcp support | Mike Frysinger |
2006-05-07 | The udhcp was deleted from busybox in 14634. Bolting an external project to | Rob Landley |
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley |
2006-05-06 | fix udhcp again | Mike Frysinger |
2006-05-05 | Patch from Dennis Vlasenko simplifying the APPLET macros. | Rob Landley |
2006-05-04 | Not quite compiler independent, but we've never tried to be gcc independent | Rob Landley |
2006-05-04 | It was sitting there, in the patches directory, for years. It was delete it | Rob Landley |
2006-04-28 | More usage.h cleanups, with collateral changes to httpd. Specifically, | Rob Landley |
2006-04-27 | Patch from Dennis Vlasenko to add the option to compress help text. | Rob Landley |
2006-04-25 | Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a | Rob Landley |
2006-04-18 | New applet cksum, from Rob Sullivan. | Rob Landley |
2006-04-18 | - enable dumpleases applet again; bad rob | Bernhard Reutner-Fischer |
2006-04-17 | enable udhcp applets again; bad rob | Mike Frysinger |
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 |