Age | Commit message (Expand) | Author |
2016-11-28 | Code style fixes, no code changes | Denys Vlasenko |
2016-11-27 | makedevs: make special node creation idempotent | Denys Vlasenko |
2016-11-22 | Convert all miscutils/* applets to "new style" applet definitions | Denys Vlasenko |
2016-11-22 | Split miscutils/Config.src items into miscutils/*.c files | Denys Vlasenko |
2011-05-30 | makedevs: fix help-text | Bernhard Reutner-Fischer |
2011-04-11 | move remaining help text from include/usage.src.h | Pere Orga |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-08-12 | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko |
2010-03-23 | *: merge some common strings | Denys Vlasenko |
2008-08-03 | makedevs: shrink by Vladimir | Denis Vlasenko |
2008-08-01 | makedevs: shrink (by Vladimir); testsuite | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-03-26 | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-08-13 | s/#ifdef CONFIG_/#if ENABLE_/g | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-12 | style fixes. No code changes | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-21 | - use makedev to get device number, else it gives wrong major/minor numbers t... | Bernhard Reutner-Fischer |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | 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-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-06 | removed a lot of trailing \n in bb_msg() calls. It is added | Denis Vlasenko |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-03 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-04-24 | - return ret so we return something meaningful. | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer |
2006-03-24 | - commentary typos | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2005-12-21 | - fix check for group and user, remove some whitespace while at it. | Bernhard Reutner-Fischer |
2005-10-28 | Rob Sullivan sent in some cleanups, which I beat on slightly. | Rob Landley |
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer |
2005-07-18 | Fixup makedevs to handle regular files, and also fix | Eric Andersen |
2005-07-18 | a bit more polish | Eric Andersen |
2005-07-18 | a bit of polish on makedevs | Eric Andersen |
2005-07-18 | Fixup device table based makedevs so it actually works | Eric Andersen |
2005-06-09 | About time to just apply this and kill off the patches | Eric Andersen |
2004-07-30 | Fix incorrect arguments being passed to mknod | Eric Andersen |
2004-07-30 | Fix up brain damage with the way major and minor are used to | Eric Andersen |
2004-07-26 | BusyBox has no business hard coding the number of major and minor bits for a | Eric Andersen |
2004-06-05 | Woops, the previous commit was an accident, its supplied in the patch, | Glenn L McGrath |
2004-06-05 | Device table support for makedevs, the previous behaviour can been | Glenn L McGrath |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |