| Commit message (Expand) | Author | Age | Files | Lines |
* | We came up with our own names for ATTRIBUTE_*, so why check if they're already | Rob Landley | 2006-06-15 | 1 | -22/+0 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley | 2006-06-15 | 1 | -1/+4 |
* | Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at | Rob Landley | 2006-06-14 | 1 | -0/+1 |
* | Random cleanup of platform.h. | Rob Landley | 2006-06-13 | 1 | -16/+24 |
* | - add fancy mode to start-stop-daemon to support --oknodo and --verbose | Bernhard Reutner-Fischer | 2006-06-11 | 1 | -0/+4 |
* | add ordering warning on enum Location | Paul Fox | 2006-06-09 | 1 | -0/+1 |
* | made "test" an ash built-in. | Paul Fox | 2006-06-08 | 1 | -0/+1 |
* | need prototype for new vfork_daemon() | Mike Frysinger | 2006-06-07 | 1 | -0/+1 |
* | Fix from Tito to read from stdin only when it's not a tty. | Rob Landley | 2006-06-07 | 1 | -1/+1 |
* | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer | 2006-06-07 | 1 | -0/+2 |
* | - add applet taskset to set/retrieve the CPU affinity of a process | Bernhard Reutner-Fischer | 2006-06-07 | 2 | -0/+18 |
* | only check __GNU_LIBRARY__ if it is actually defined | Mike Frysinger | 2006-06-06 | 1 | -2/+2 |
* | Header cleanup on two more networking files (move libbb.h to the top and | Rob Landley | 2006-06-05 | 1 | -16/+13 |
* | fix fdflish typo (reported by erik hovland) | Paul Fox | 2006-06-02 | 1 | -1/+1 |
* | Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, so | Rob Landley | 2006-06-01 | 1 | -2/+0 |
* | The common case APPLET() macro only needs three arguments. | Rob Landley | 2006-06-01 | 1 | -232/+232 |
* | Patch from Tito to remove long options from hdparm. | Rob Landley | 2006-05-31 | 1 | -3/+3 |
* | Header file cleanup. platform.h apparently needs to be included early on so it | Rob Landley | 2006-05-31 | 2 | -36/+21 |
* | Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, | Rob Landley | 2006-05-31 | 2 | -0/+8 |
* | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -1/+1 |
* | - conditionally define BB_NOMMU | Bernhard Reutner-Fischer | 2006-05-31 | 1 | -4/+14 |
* | Put parentheses around some of the SWAP() macros, as pointed out by Peter | Rob Landley | 2006-05-30 | 1 | -6/+6 |
* | Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values | Rob Landley | 2006-05-29 | 1 | -5/+16 |
* | This is not C++. | Rob Landley | 2006-05-29 | 1 | -1/+1 |
* | Remove _() and N_() from platform.h. #define them as NOP macros in the two | Rob Landley | 2006-05-29 | 1 | -12/+4 |
* | Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits | Rob Landley | 2006-05-28 | 1 | -0/+1 |
* | Move portability stuff to platform.h, and clean up adjtimex.c a bit while | Rob Landley | 2006-05-27 | 1 | -0/+17 |
* | 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 |
* | - add workaround for tar being broken since it uses a non-portable constant. | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -0/+6 |
* | - move libc checks from busybox.h to platform.h | Bernhard Reutner-Fischer | 2006-05-26 | 2 | -12/+101 |
* | fix spelling mistakes | Mike Frysinger | 2006-05-26 | 1 | -9/+9 |
* | Rich Felker suggested removing dprintf() from watch, and one thing led to | Rob Landley | 2006-05-25 | 1 | -0/+2 |
* | New version of nohup that's much smaller, less paranoid, consistent, | Rob Landley | 2006-05-21 | 1 | -0/+2 |
* | - backout erroneously checked in snippet.. | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -2/+0 |
* | 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 |
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -0/+3 |
* | fix indenting in help output for ifconfig | Mike Frysinger | 2006-05-19 | 1 | -2/+2 |
* | - single KERNEL_VERSION(a,b,c) macro in platform.h | Bernhard Reutner-Fischer | 2006-05-19 | 2 | -1/+8 |
* | Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add | Rob Landley | 2006-05-16 | 1 | -5/+9 |
* | Make md5 calculation always go through an the buffer so that A) we don't | Rob Landley | 2006-05-16 | 1 | -1/+1 |
* | implement -print0 for find | Paul Fox | 2006-05-12 | 1 | -1/+3 |
* | Fiddling with llist to make memory management easier. Specifically, the | Rob Landley | 2006-05-08 | 1 | -2/+2 |
* | add back in udhcp support | Mike Frysinger | 2006-05-08 | 1 | -0/+3 |
* | The udhcp was deleted from busybox in 14634. Bolting an external project to | Rob Landley | 2006-05-07 | 1 | -3/+0 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 1 | -5/+0 |
* | fix udhcp again | Mike Frysinger | 2006-05-06 | 1 | -3/+3 |