| Commit message (Expand) | Author | Age | Files | Lines |
* | fix watchdog on no-mmu systems by adding -F option for rexec | vapier | 2006-06-26 | 1 | -2/+9 |
* | Various cleanups I made while going through Erik Hovland's patch submissions, | landley | 2006-06-25 | 1 | -1/+1 |
* | - convert old-style parameter declarations (K&R) to modern style. | aldot | 2006-06-25 | 1 | -1/+1 |
* | Aurelien Jacobs pointed out inline functions that could be removed. Doing so | landley | 2006-06-21 | 1 | -29/+13 |
* | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | landley | 2006-06-15 | 2 | -3/+0 |
* | Patch from Erik Hovland, via Tito. | landley | 2006-06-08 | 1 | -2/+2 |
* | Some day, maybe gcc will be able to optimize out static functions that are | landley | 2006-06-08 | 1 | -1/+2 |
* | initial support for no-mmu systems | vapier | 2006-06-07 | 1 | -0/+4 |
* | hint at where the Magic comes from | vapier | 2006-06-07 | 1 | -1/+1 |
* | - do away with the comment that noted that the current implementation | aldot | 2006-06-07 | 1 | -1/+1 |
* | Fix from Tito to read from stdin only when it's not a tty. | landley | 2006-06-07 | 1 | -3/+3 |
* | Consolidate devfs garbage and mark it as obsolete. | landley | 2006-06-07 | 1 | -2/+16 |
* | - add applet taskset to set/retrieve the CPU affinity of a process | aldot | 2006-06-07 | 3 | -0/+74 |
* | Tito writes: this patch fixes two potential bugs with the -i -I flags that co... | vapier | 2006-06-07 | 1 | -2/+2 |
* | Callers to identify() converted the endianness of the buffer. So did | landley | 2006-06-07 | 1 | -16/+16 |
* | use vfork() instead of vork() since the only thing we do is execve() an app a... | vapier | 2006-06-06 | 1 | -1/+1 |
* | - remove superfluous call of stack_machine(0) upon exit. | aldot | 2006-06-03 | 1 | -1/+0 |
* | - no need to have timer_duration in the data section. | aldot | 2006-06-03 | 1 | -7/+4 |
* | - use bb_msg_write_error in 3 places | aldot | 2006-06-03 | 1 | -368/+346 |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-03 | 17 | -24/+22 |
* | Patch from Tito to remove long options from hdparm. | landley | 2006-05-31 | 2 | -25/+11 |
* | - s/defined(__uClinux__)/BB_NOMMU/ | aldot | 2006-05-31 | 1 | -3/+3 |
* | Size reductions, mostly switching things to use libbb functions. | landley | 2006-05-29 | 1 | -1/+1 |
* | Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values | landley | 2006-05-29 | 1 | -7/+5 |
* | Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits | landley | 2006-05-28 | 1 | -4/+4 |
* | Move portability stuff to platform.h, and clean up adjtimex.c a bit while | landley | 2006-05-27 | 1 | -58/+3 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | landley | 2006-05-27 | 4 | -4/+0 |
* | - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: | aldot | 2006-05-27 | 1 | -1/+1 |
* | - provide fallback defines for non-linux | aldot | 2006-05-26 | 1 | -0/+14 |
* | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | aldot | 2006-05-26 | 1 | -1/+1 |
* | - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). | aldot | 2006-05-26 | 1 | -2/+6 |
* | Yann E. MORIN. writes: | vapier | 2006-05-26 | 1 | -1/+1 |
* | And fix the error I just introduced. :) | landley | 2006-05-25 | 1 | -1/+1 |
* | Remove pointless #define. | landley | 2006-05-25 | 1 | -4/+1 |
* | Patch from Tito: | landley | 2006-05-25 | 1 | -168/+123 |
* | New version of nohup that's much smaller, less paranoid, consistent, | landley | 2006-05-21 | 1 | -15/+0 |
* | - silence warning about no return in function returning non-void | aldot | 2006-05-20 | 2 | -25/+29 |
* | - remove emacs layout block as suggested by Robert P.J. Day | aldot | 2006-05-19 | 1 | -8/+0 |
* | Patch from tito to replace shared memory usage with mlock(), slightly tweaked | landley | 2006-05-19 | 1 | -24/+10 |
* | - fix invalid mode | aldot | 2006-05-19 | 1 | -1/+1 |
* | Largeish cleanup patch from Tito, mostly if statement therapy. | landley | 2006-05-16 | 1 | -534/+350 |
* | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | vapier | 2006-05-13 | 1 | -1/+1 |
* | typecast bbig to kill format warnings | vapier | 2006-05-11 | 1 | -3/+3 |
* | The if() is cheaper than the extra function parameter. According to make | landley | 2006-05-08 | 1 | -26/+26 |
* | Cleanup patch from tito. | landley | 2006-05-07 | 1 | -379/+158 |
* | Patch from Dennis Vlasenko resetting values that get reused. | landley | 2006-05-05 | 1 | -5/+18 |
* | Remove HDIO_GETGEO_BIG which is dead (removed from 2.6) and was pointless back | landley | 2006-05-03 | 1 | -12/+4 |
* | Use ATTRIBUTE_NORETURN as suggested by tito, plus a few in-passing cleanups. | landley | 2006-05-03 | 1 | -16/+13 |
* | Patch from tito removing obsolete code. | landley | 2006-05-01 | 1 | -142/+11 |
* | Remove some unused code pointed out by Tito, plus a slightly more graceful | landley | 2006-04-29 | 1 | -35/+7 |