Age | Commit message (Expand) | Author |
2006-09-06 | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko |
2006-08-21 | Michael Opdenacker spotted that makefile should use () instead of {}. | Rob Landley |
2006-08-21 | Oops, Michael pointed out that my cleanup left some dead code in there. | Rob Landley |
2006-08-20 | Michael Opdenacker contributed a readahead applet. | Rob Landley |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |
2006-08-03 | Patch from tito to improve options parsing. | Rob Landley |
2006-08-03 | These should have been part of 15767 too. | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-31 | Tito said that strings is a complete rewrite. | Rob Landley |
2006-07-16 | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley |
2006-07-12 | More minor tweaks. | Rob Landley |
2006-07-12 | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" |
2006-07-03 | remove duplicate CONFIG_TASKSET option | Mike Frysinger |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-06-30 | Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, | Rob Landley |
2006-06-26 | fix watchdog on no-mmu systems by adding -F option for rexec | Mike Frysinger |
2006-06-25 | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley |
2006-06-25 | - convert old-style parameter declarations (K&R) to modern style. | Bernhard Reutner-Fischer |
2006-06-21 | Aurelien Jacobs pointed out inline functions that could be removed. Doing so | Rob Landley |
2006-06-15 | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley |
2006-06-08 | Patch from Erik Hovland, via Tito. | Rob Landley |
2006-06-08 | Some day, maybe gcc will be able to optimize out static functions that are | Rob Landley |
2006-06-07 | initial support for no-mmu systems | Mike Frysinger |
2006-06-07 | hint at where the Magic comes from | Mike Frysinger |
2006-06-07 | - do away with the comment that noted that the current implementation | Bernhard Reutner-Fischer |
2006-06-07 | Fix from Tito to read from stdin only when it's not a tty. | Rob Landley |
2006-06-07 | Consolidate devfs garbage and mark it as obsolete. | Rob Landley |
2006-06-07 | - add applet taskset to set/retrieve the CPU affinity of a process | Bernhard Reutner-Fischer |
2006-06-07 | Tito writes: this patch fixes two potential bugs with the -i -I flags that co... | Mike Frysinger |
2006-06-07 | Callers to identify() converted the endianness of the buffer. So did | Rob Landley |
2006-06-06 | use vfork() instead of vork() since the only thing we do is execve() an app a... | Mike Frysinger |
2006-06-03 | - remove superfluous call of stack_machine(0) upon exit. | Bernhard Reutner-Fischer |
2006-06-03 | - no need to have timer_duration in the data section. | Bernhard Reutner-Fischer |
2006-06-03 | - use bb_msg_write_error in 3 places | Bernhard Reutner-Fischer |
2006-06-03 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-05-31 | Patch from Tito to remove long options from hdparm. | Rob Landley |
2006-05-31 | - s/defined(__uClinux__)/BB_NOMMU/ | Bernhard Reutner-Fischer |
2006-05-29 | Size reductions, mostly switching things to use libbb functions. | Rob Landley |
2006-05-29 | Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values | 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-27 | - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit: | Bernhard Reutner-Fischer |
2006-05-26 | - provide fallback defines for non-linux | Bernhard Reutner-Fischer |
2006-05-26 | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer |
2006-05-26 | - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). | Bernhard Reutner-Fischer |
2006-05-26 | Yann E. MORIN. writes: | Mike Frysinger |
2006-05-25 | And fix the error I just introduced. :) | Rob Landley |
2006-05-25 | Remove pointless #define. | Rob Landley |
2006-05-25 | Patch from Tito: | Rob Landley |