| Commit message (Expand) | Author | Age | Files | Lines |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko | 2007-08-13 | 1 | -4/+3 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | style fixes. No code changes | Denis Vlasenko | 2007-04-12 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+2 |
* | - use makedev to get device number, else it gives wrong major/minor numbers t... | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -2/+2 |
* | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko | 2006-12-28 | 1 | -2/+2 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -2/+2 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -4/+4 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko | 2006-09-06 | 1 | -1/+1 |
* | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer | 2006-08-20 | 1 | -2/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -11/+2 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -1/+1 |
* | - return ret so we return something meaningful. | Bernhard Reutner-Fischer | 2006-04-24 | 1 | -1/+1 |
* | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -10/+8 |
* | - commentary typos | Bernhard Reutner-Fischer | 2006-03-24 | 1 | -1/+1 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -1/+1 |
* | - fix check for group and user, remove some whitespace while at it. | Bernhard Reutner-Fischer | 2005-12-21 | 1 | -4/+4 |
* | Rob Sullivan sent in some cleanups, which I beat on slightly. | Rob Landley | 2005-10-28 | 1 | -36/+8 |
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -2/+2 |
* | Fixup makedevs to handle regular files, and also fix | Eric Andersen | 2005-07-18 | 1 | -1/+32 |
* | a bit more polish | Eric Andersen | 2005-07-18 | 1 | -5/+5 |
* | a bit of polish on makedevs | Eric Andersen | 2005-07-18 | 1 | -0/+1 |
* | Fixup device table based makedevs so it actually works | Eric Andersen | 2005-07-18 | 1 | -28/+41 |
* | About time to just apply this and kill off the patches | Eric Andersen | 2005-06-09 | 1 | -26/+158 |
* | Fix incorrect arguments being passed to mknod | Eric Andersen | 2004-07-30 | 1 | -2/+2 |
* | Fix up brain damage with the way major and minor are used to | Eric Andersen | 2004-07-30 | 1 | -1/+1 |
* | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen | 2004-07-26 | 1 | -4/+5 |
* | Woops, the previous commit was an accident, its supplied in the patch, | Glenn L McGrath | 2004-06-05 | 1 | -164/+28 |
* | Device table support for makedevs, the previous behaviour can been | Glenn L McGrath | 2004-06-05 | 1 | -28/+164 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -4/+4 |
* | vodz' last_patch42_2, which is an updated fix for buffer overflows | Eric Andersen | 2002-06-08 | 1 | -25/+19 |
* | Fix buffer overflows noted by Gerardo Puga | Eric Andersen | 2002-06-06 | 1 | -1/+5 |
* | Teach makedevs to not segfault quite so much | Eric Andersen | 2002-04-13 | 1 | -12/+11 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -2/+2 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | Some #include updates. | Eric Andersen | 2000-08-10 | 1 | -1/+0 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -17/+0 |
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -3/+6 |
* | More documentation updates, and minor fixes to make things sync | Erik Andersen | 2000-04-15 | 1 | -4/+15 |
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -39/+44 |
* | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | 1999-10-19 | 1 | -3/+2 |
* | More stuff. | Eric Andersen | 1999-10-18 | 1 | -2/+2 |
* | Initial revision0_29alpha2 | Eric Andersen | 1999-10-05 | 1 | -0/+95 |