Age | Commit message (Expand) | Author |
2006-10-25 | use skip_whitespace where appropriate | Denis Vlasenko |
2006-10-24 | - we take exactly one argument. | Bernhard Reutner-Fischer |
2006-10-20 | raidautorun: new applet, by: | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko |
2006-10-12 | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko |
2006-10-11 | nmeter: new applet. ~4k | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-07 | eject: remove unmounting. It is buggy for many non-trivial | Denis Vlasenko |
2006-10-05 | eject: -T fix | Denis Vlasenko |
2006-10-05 | build system overhaul | Denis Vlasenko |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-10-03 | rename bb_default_error_retval -> xfunc_error_retval | Denis Vlasenko |
2006-10-02 | eject: -T (implements single button open/close) | Denis Vlasenko |
2006-09-27 | silly switch style fix | Denis Vlasenko |
2006-09-27 | crontab: we indent using tabs | Denis Vlasenko |
2006-09-23 | remove unneeded #includes, fix indentation | Denis Vlasenko |
2006-09-23 | bb_askpass: shorten static password buffer. 256 is way too large. | Denis Vlasenko |
2006-09-22 | adjtimex: getopt_ulflags'isation | Denis Vlasenko |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-09-11 | - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de... | Bernhard Reutner-Fischer |
2006-09-07 | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko |
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 |