2006-05-13 |
Mike Frysinger | pull Rules.mak from top_srcdir as pointed out by Robert... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Mike Frysinger | fix whitespace |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Rob Landley | Patch from Lucas C. Villa Real adding "source" as a... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Paul Fox | implement -print0 for find |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Rob Landley | Autodetect parts of a multipart file, from Robert P... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Rob Landley | Busybox is licensed under GPLv2 or later. Shipping... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Rob Landley | Bug fix from Vladimir Oleynik, and suggestion I add... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Rob Landley | Tabs weren't lining up in the help text. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Rob Landley | More about configuring busybox. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Rob Landley | Rename the devfs device names option so it doesn't... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Rob Landley | Patch from Vladamir Oleynik, reducing memory consumption. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Rob Landley | Remove reference to programming.html, update descriptio... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Rob Landley | Reorganize FAQ, update a few entries, and consolidate... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Mike Frysinger | back out default implicit %.o rule for now |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Mike Frysinger | move the dir related rules to the end so the E2FSPROGS_... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Mike Frysinger | dont use tabs people |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Mike Frysinger | fix no previous prototype warning |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Mike Frysinger | fix no previous prototype warning |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Mike Frysinger | typecast bbig to kill format warnings |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Mike Frysinger | rename |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Mike Frysinger | remove files not related to busybox |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Mike Frysinger | add implicit rule for %.a to help debugging in subdirs |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Rob Landley | Shut up the warning "implicit declaration of strlen". |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Mike Frysinger | accept() takes a socklen_t, not an int |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Mike Frysinger | fix whitespace in comment example |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Mike Frysinger | some more useful debug info from Jason Holden |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Mike Frysinger | add a default .o rule for easier debug |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Bernhard Reutner... | - add helptext for --retries |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Mike Frysinger | touchup whitespace/english a bit more |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Mike Frysinger | whitespace between if and ( |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Bernhard Reutner... | - typo in error-message: s/algotithm/algorithm |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Mike Frysinger | clean more files |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Rob Landley | Replace isnan() and isinf() with inline tests so uClibc... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Rob Landley | Split CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Bernhard Reutner... | - fix bug in make help introduced by landley in r15022: |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Rob Landley | Convert sed's static variables to a single global struc... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Rob Landley | Move sed over to the generic llist_t for append. Saves... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Rob Landley | Make bloatcheck work when building out of tree. |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Bernhard Reutner... | - fix build |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Rob Landley | Fiddling with llist to make memory management easier... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Rob Landley | Tweak suggested by Matt Mackall when I submitted the... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Rob Landley | The changes svn 14960 made to Rules.mak broke building... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Rob Landley | The if() is cheaper than the extra function parameter... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Rob Landley | Remove a link that leaked in from the pending llist_t... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Mike Frysinger | re-enable udhcp in a few more places |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Mike Frysinger | add back in udhcp support |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Rob Landley | Shrink the code about 50 bytes, allocate less run-time... |
commit | commitdiff | tree | snapshot |
2006-05-08 |
Rob Landley | More busting on legacy mtab support in the help text. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Rob Landley | Cleanup patch from tito. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Rob Landley | The udhcp was deleted from busybox in 14634. Bolting... |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Rob Landley | Patch to fix bug 868, and some related cleanup while... |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Rob Landley | Script to easily get an assembly dump of a single function. |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Rob Landley | Remove bb_strlen() in favor of -fno-builtin-strlen... |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Rob Landley | Add "make bloatcheck" to run Matt Mackall's bloat-o... |
commit | commitdiff | tree | snapshot |
2006-05-07 |
Rob Landley | Dennis Vlasenko pointed out that run_applet_by_name... |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Mike Frysinger | fix udhcp again |
commit | commitdiff | tree | snapshot |
2006-05-06 |
Mike Frysinger | make sure script is executable |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Rob Landley | Add an "optional" line for FEATURE_READLINK_FOLLOW. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Rob Landley | New test from Natanael Copa. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Mike Frysinger | didnt mean to commit debug enable |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Mike Frysinger | use %p when printing pointers, not %x |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Mike Frysinger | fix Bug 659 as reported by Robin Getz |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Rob Landley | Busybox's udhcp was deleted a while ago. Bolting an... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Rob Landley | Another patch from Garrett: remove bad block bitmap... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Rob Landley | Migrate endianness macros. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Rob Landley | Patch from Dennis Vlasenko resetting values that get... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Rob Landley | Patch from Dennis Vlasenko simplifying the APPLET macros. |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Rob Landley | Patch from Jason Schoon to make mount -a not abort... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Bernhard Reutner... | - ignore missing helptext for options which are not... |
commit | commitdiff | tree | snapshot |
2006-05-05 |
Bernhard Reutner... | - add helptext for CONFIG_UNIX2DOS |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Rob Landley | Not quite compiler independent, but we've never tried... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Rob Landley | It was sitting there, in the patches directory, for... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Rob Landley | There aren't any bzip2 based RPMs. If people want... |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Rob Landley | CONFIG->ENABLE migration. |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Rob Landley | Fix allbareconfig. |
commit | commitdiff | tree | snapshot |
2006-05-04 |
Bernhard Reutner... | - add script to check for missing help entries of confi... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Rob Landley | Big dead code elimination pass from Garrett. |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Rob Landley | Build break fix from Bernhard fischer, fixing fallout... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Rob Landley | Whitespace and documentation cleanup from Dennis Vlasenko. |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Rob Landley | Patch from Rich Felker to make ls use libc's qsort. |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Rob Landley | Rich Felker writes: |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Rob Landley | Patch from Garrett Kajmowicz to move a lot of #defines... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Rob Landley | Remove HDIO_GETGEO_BIG which is dead (removed from... |
commit | commitdiff | tree | snapshot |
2006-05-03 |
Rob Landley | Use ATTRIBUTE_NORETURN as suggested by tito, plus a... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Rob Landley | Patch from Jason Schoon to add optional SIGUSR1 support... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Rob Landley | Minor tweaks: remove traces of old $COMMAND environment... |
commit | commitdiff | tree | snapshot |
2006-05-02 |
Rob Landley | Patch from Shaun Jackman: |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Rob Landley | Patch from tito removing obsolete code. |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Rob Landley | Notes on portability, and on when #include <linux/blah... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Rob Landley | Fixup a build break if ENABLE_SHOW_USAGE switched off... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Rob Landley | Patches from Denis Vlasenko to rework "current_name... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Rob Landley | Patch from Denis Vlasenko: |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Rob Landley | Patch from Denis Vlasenko: |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Rob Landley | Remove some unused code pointed out by Tito, plus a... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Rob Landley | Style fixes from Denis Vlasenko. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Rob Landley | Another patch from Denis Vlasenko: |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Rob Landley | From Dennis Vlasenko, Make hdparm smaller: |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Rob Landley | Cleanup to hdparm by tito. |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Mike Frysinger | termios.h is already included so dont include sys/termi... |
commit | commitdiff | tree | snapshot |
2006-04-29 |
Mike Frysinger | detect more obsolete headers |
commit | commitdiff | tree | snapshot |
next |