| Commit message (Expand) | Author | Age | Files | Lines |
* | silly switch style fix | vda | 2006-09-27 | 1 | -1/+1 |
* | crontab: we indent using tabs | vda | 2006-09-27 | 1 | -272/+277 |
* | remove unneeded #includes, fix indentation | vda | 2006-09-23 | 1 | -16/+15 |
* | bb_askpass: shorten static password buffer. 256 is way too large. | vda | 2006-09-23 | 1 | -7/+7 |
* | adjtimex: getopt_ulflags'isation | vda | 2006-09-22 | 1 | -31/+26 |
* | Change license statements (and clean up headers) on some of the files that | landley | 2006-09-22 | 2 | -14/+2 |
* | whitespace cleanup | vda | 2006-09-17 | 5 | -36/+36 |
* | - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de... | aldot | 2006-09-11 | 3 | -3/+3 |
* | Add CONFIG_FEATURE_SYSLOG which controls whether | vda | 2006-09-07 | 1 | -0/+2 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | vda | 2006-09-06 | 2 | -3/+3 |
* | Michael Opdenacker spotted that makefile should use () instead of {}. | landley | 2006-08-21 | 1 | -1/+1 |
* | Oops, Michael pointed out that my cleanup left some dead code in there. | landley | 2006-08-21 | 1 | -2/+0 |
* | Michael Opdenacker contributed a readahead applet. | landley | 2006-08-20 | 3 | -0/+53 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | aldot | 2006-08-20 | 2 | -9/+1 |
* | Patch from tito to improve options parsing. | landley | 2006-08-03 | 1 | -2/+2 |
* | These should have been part of 15767 too. | landley | 2006-08-03 | 1 | -4/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 11 | -146/+49 |
* | Tito said that strings is a complete rewrite. | landley | 2006-07-31 | 1 | -41/+2 |
* | Cleaup read() and write() variants, plus a couple of new functions like | landley | 2006-07-16 | 1 | -1/+1 |
* | More minor tweaks. | landley | 2006-07-12 | 1 | -4/+3 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | rpjday | 2006-07-12 | 3 | -0/+12 |
* | remove duplicate CONFIG_TASKSET option | vapier | 2006-07-03 | 1 | -7/+1 |
* | Standardize on the vi editing directives being on the first line. | rpjday | 2006-07-02 | 1 | -0/+1 |
* | Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, | landley | 2006-06-30 | 3 | -68/+6 |
* | 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 |