Age | Commit message (Expand) | Author |
2006-08-29 | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley |
2006-08-28 | - pull from busybox_scratch: r15829:15850 | Bernhard Reutner-Fischer |
2006-08-17 | The kernel can't handle umount /dev/hdc, we have to do it through mtab, | Rob Landley |
2006-08-10 | Patch from Chris Steel to fix mdev deleting device nodes. | Rob Landley |
2006-08-09 | Vladimir Dronnikov convinced me to twiddle the semantics of the new shared | Rob Landley |
2006-08-08 | Fix a typo (|| instead of |) and remove two comments about a problem fixed | Rob Landley |
2006-08-08 | Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a | Rob Landley |
2006-08-08 | Using lstat() instead of stat() means that attempting to loopback mount | Rob Landley |
2006-08-06 | Make a warning go away on 64-bit systems. | Rob Landley |
2006-08-04 | There are a number of reasons for reinventing printf(). Writing status to | Rob Landley |
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley |
2006-08-03 | Fix umount so loop device disassociation hopefully doesn't screw up errno on | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-27 | Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution | Rob Landley |
2006-07-27 | There's no excuse for adding new #ifdefs to the code like that. None at all. | Rob Landley |
2006-07-27 | allow people to display dmesg output without syslog levels | Mike Frysinger |
2006-07-27 | de-cuddle if( to if ( | Mike Frysinger |
2006-07-16 | New mkswap. Small and simple. Might even work. :) | Rob Landley |
2006-07-06 | Fix three embarassing thinkos in the new dmesg.c: | Rob Landley |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" |
2006-07-01 | Remove "#if 0" content. | "Robert P. J. Day" |
2006-07-01 | Remove all usage of the "register" storage class specifier. | "Robert P. J. Day" |
2006-06-30 | fix from Kolbjørn Barmen for building for m68k targets | Mike Frysinger |
2006-06-26 | Upgrade mdev to allow commands to be run on create/delete. | Rob Landley |
2006-06-25 | Various cleanups I made while going through Erik Hovland's patch submissions, | Rob Landley |
2006-06-21 | Patch from Paul Fox to improve mount's error handling behavior, which I beat | Rob Landley |
2006-06-21 | Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes | Rob Landley |
2006-06-19 | Make some 64 bit warnings go away on x86-64. | Rob Landley |
2006-06-18 | skip_whitespace() shouldn't claim its return value is const, it doesn't know | Rob Landley |
2006-06-16 | Remove warnings caused by #include <sys/mount.h> in platform.h. Apparently | Rob Landley |
2006-06-15 | Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of | Rob Landley |
2006-06-13 | Rewrite of dmesg, smaller and simpler. | Rob Landley |
2006-06-13 | Random cleanup of platform.h. | Rob Landley |
2006-06-13 | Work around a persistent uClibc bug, since 0.9.29 still hasn't shipped. | Rob Landley |
2006-06-13 | Patch from Denis Vlasenko, tweak error messages. | Rob Landley |
2006-06-13 | Minor size shrinkage. | Rob Landley |
2006-06-07 | - reuse strings and messages. Saves about 600B | Bernhard Reutner-Fischer |
2006-06-06 | Whack the one last warning in make allbareconfig... | Rob Landley |
2006-06-03 | - use bb_msg_{read,write}_error where appropriate. | Bernhard Reutner-Fischer |
2006-06-03 | - No options should set the current system time. | Bernhard Reutner-Fischer |
2006-05-29 | Remove _() and N_() from platform.h. #define them as NOP macros in the two | Rob Landley |
2006-05-29 | Remove _(). | Rob Landley |
2006-05-28 | Fix some warnings in allbareconfig. | Rob Landley |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-05-26 | Change llist_add_* to take the address of the list rather than returning the new | Rob Landley |
2006-05-26 | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer |
2006-05-26 | - work around bug in gcc-3.4.x on ARM | Bernhard Reutner-Fischer |
2006-05-26 | fix spelling mistakes | Mike Frysinger |
2006-05-21 | Convert to a global struct, the way sed was. Now I have two, I can work out | Rob Landley |
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer |