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