| Commit message (Expand) | Author | Age | Files | Lines |
* | A couple things that got tangled up in my tree, easier to check in both than | landley | 2006-07-12 | 1 | -1/+10 |
* | Patch from Tito to remove pwd_to_spwd (which we don't actually need), with | landley | 2006-07-11 | 1 | -6/+0 |
* | Upgrade netcat a lot. Make -e able to take the rest of the command line as | landley | 2006-07-10 | 2 | -12/+31 |
* | Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06. | landley | 2006-07-06 | 1 | -0/+15 |
* | Standardize on the vi editing directives being on the first line. | rpjday | 2006-07-02 | 7 | -0/+7 |
* | Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, | landley | 2006-06-30 | 2 | -18/+0 |
* | Some old kernel headers don't #include BLKSSZGET in sys/mount.h. | landley | 2006-06-29 | 1 | -0/+3 |
* | cleanup patch usage | vapier | 2006-06-28 | 1 | -4/+4 |
* | fix watchdog on no-mmu systems by adding -F option for rexec | vapier | 2006-06-26 | 1 | -2/+3 |
* | Upgrade mdev to allow commands to be run on create/delete. | landley | 2006-06-26 | 1 | -8/+14 |
* | Document mount's new error return conventions. | landley | 2006-06-24 | 1 | -1/+3 |
* | Slowly pulling more common headers into libbb.h. Andre pointed out that | landley | 2006-06-24 | 1 | -0/+5 |
* | Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak | landley | 2006-06-22 | 1 | -1/+1 |
* | CONFIG_DHCP -> CONFIG_APP_DHCP. | landley | 2006-06-22 | 1 | -3/+3 |
* | Since rangecoder is just a bunch of C functions, move it into the one user | landley | 2006-06-20 | 1 | -0/+1 |
* | 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 |
* | We came up with our own names for ATTRIBUTE_*, so why check if they're already | landley | 2006-06-15 | 1 | -22/+0 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | landley | 2006-06-15 | 1 | -1/+4 |
* | Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are at | landley | 2006-06-14 | 1 | -0/+1 |
* | Random cleanup of platform.h. | landley | 2006-06-13 | 1 | -16/+24 |
* | - add fancy mode to start-stop-daemon to support --oknodo and --verbose | aldot | 2006-06-11 | 1 | -0/+4 |
* | add ordering warning on enum Location | pgf | 2006-06-09 | 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 |
* | Fix from Tito to read from stdin only when it's not a tty. | landley | 2006-06-07 | 1 | -1/+1 |
* | - reuse strings and messages. Saves about 600B | aldot | 2006-06-07 | 1 | -0/+2 |
* | - add applet taskset to set/retrieve the CPU affinity of a process | aldot | 2006-06-07 | 2 | -0/+18 |
* | only check __GNU_LIBRARY__ if it is actually defined | vapier | 2006-06-06 | 1 | -2/+2 |
* | Header cleanup on two more networking files (move libbb.h to the top and | landley | 2006-06-05 | 1 | -16/+13 |
* | fix fdflish typo (reported by erik hovland) | pgf | 2006-06-02 | 1 | -1/+1 |
* | Shaun Jackman pointed out that KERNEL_VERSION() is used without guards, so | landley | 2006-06-01 | 1 | -2/+0 |
* | The common case APPLET() macro only needs three arguments. | landley | 2006-06-01 | 1 | -232/+232 |
* | Patch from Tito to remove long options from hdparm. | landley | 2006-05-31 | 1 | -3/+3 |
* | Header file cleanup. platform.h apparently needs to be included early on so it | landley | 2006-05-31 | 2 | -36/+21 |
* | Add catv (separate applet instead of cat -v). Also cleanup cat.c comments, | landley | 2006-05-31 | 2 | -0/+8 |
* | - s/defined(__uClinux__)/BB_NOMMU/ | aldot | 2006-05-31 | 1 | -1/+1 |
* | - conditionally define BB_NOMMU | aldot | 2006-05-31 | 1 | -4/+14 |
* | Put parentheses around some of the SWAP() macros, as pointed out by Peter | landley | 2006-05-30 | 1 | -6/+6 |
* | Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values | landley | 2006-05-29 | 1 | -5/+16 |
* | This is not C++. | landley | 2006-05-29 | 1 | -1/+1 |
* | Remove _() and N_() from platform.h. #define them as NOP macros in the two | landley | 2006-05-29 | 1 | -12/+4 |
* | Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits | landley | 2006-05-28 | 1 | -0/+1 |
* | Move portability stuff to platform.h, and clean up adjtimex.c a bit while | landley | 2006-05-27 | 1 | -0/+17 |
* | 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 |
* | - add workaround for tar being broken since it uses a non-portable constant. | aldot | 2006-05-26 | 1 | -0/+6 |