| Commit message (Expand) | Author | Age | Files | Lines |
* | rename: compare_string_array -> index_in_str_array | vda | 2006-11-05 | 1 | -4/+4 |
* | smart_ulltoa5: make available in libbb | vda | 2006-11-05 | 1 | -35/+1 |
* | mostly style fixes | vda | 2006-11-01 | 1 | -1/+1 |
* | last nail into error_msg() (de)capitalization | vda | 2006-10-27 | 1 | -1/+1 |
* | rename functions to more understandable names | vda | 2006-10-26 | 2 | -3/+3 |
* | remove bb_printf and the like | vda | 2006-10-26 | 7 | -69/+81 |
* | silly size savings and capitalization fixes | vda | 2006-10-26 | 1 | -13/+13 |
* | use skip_whitespace where appropriate | vda | 2006-10-25 | 1 | -3/+3 |
* | - we take exactly one argument. | aldot | 2006-10-24 | 1 | -0/+3 |
* | raidautorun: new applet, by: | vda | 2006-10-20 | 3 | -0/+31 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 4 | -6/+6 |
* | add open_read_close() and similar stuff | vda | 2006-10-14 | 4 | -16/+8 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | vda | 2006-10-12 | 2 | -2/+2 |
* | nmeter: new applet. ~4k | vda | 2006-10-11 | 3 | -0/+898 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 8 | -25/+22 |
* | eject: remove unmounting. It is buggy for many non-trivial | vda | 2006-10-07 | 1 | -12/+8 |
* | eject: -T fix | vda | 2006-10-05 | 1 | -16/+20 |
* | build system overhaul | vda | 2006-10-05 | 5 | -145/+93 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 2 | -5/+5 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 9 | -37/+37 |
* | rename bb_default_error_retval -> xfunc_error_retval | vda | 2006-10-03 | 1 | -1/+1 |
* | eject: -T (implements single button open/close) | vda | 2006-10-02 | 1 | -7/+22 |
* | 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 |