oweals/busybox.git
2006-03-23 Rob LandleyVery nice patch from Rich Felker to portably set the...
2006-03-23 Mike Frysingermake the makefile a little more flexible so we can...
2006-03-23 Rob LandleyNews entry announcing 1.1.1.
2006-03-23 Mike Frysingersync busybox and udhcp trees
2006-03-23 Mike Frysingerfixup style
2006-03-23 Mike Frysingerdont printf arguments given by user for security sanity
2006-03-23 Mike Frysingerfix typo
2006-03-22 Rob LandleyWe make both busybox and busybox_unstripped all the...
2006-03-22 Rob LandleyPatch from Rogelio Serrano to defer checking whether...
2006-03-22 Rob LandleyFix "seq 1 1".
2006-03-22 Rob LandleyFix from Glenn McGrath.
2006-03-22 Rob LandleyTweak allbareconfig not to pause.
2006-03-22 Rob LandleyAnnoint 1.1.1.
2006-03-22 Rob LandleyAnother header suggestion from Shaun Jackman.
2006-03-22 Mike Frysinger2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ...
2006-03-21 Rob LandleyFix missing copyright and license notice.
2006-03-21 Rob LandleyPatch from Stuart Hughes upgrading depmod.pl
2006-03-21 Rob LandleyPatch from Shaun Jackman to make loop.c build only...
2006-03-21 Rob LandleyTemporarily disable shared library for the 1.1.1 release.
2006-03-21 Bernhard Reutner... - workaroung pr25795 in gcc-4.1
2006-03-20 Rob LandleyRemove unneeded entries.
2006-03-20 Rob LandleyCleanup: remove double quotes that don't seem to be...
2006-03-20 Eric Andersenwhitespace cleanup
2006-03-20 Eric AndersenFix some obvious compile problems. Make the -f' fakeIt...
2006-03-20 Eric AndersenWilly Tarreau writes:
2006-03-20 Eric AndersenRoy Walker writes:
2006-03-20 Rob LandleyPatch from tito, acked by Bernhard Fischer.
2006-03-20 Rob LandleyUse lstat() instead of stat so /init being a symlink...
2006-03-18 Bernhard Reutner... - tito writes: this patch fixes some comments in dos2un...
2006-03-18 Bernhard Reutner... - explain what magic numbers we're using here.
2006-03-18 Bernhard Reutner... - whitespace cleanup (and also check against the const...
2006-03-18 Bernhard Reutner... - fix order of includes.
2006-03-18 Mike Frysingerdeclare const id argument const for probe_{ext2,ext3...
2006-03-18 Mike Frysingerneed string.h as well as strings.h
2006-03-18 Mike Frysingerneed EXT2FS_OBJS for fsck
2006-03-18 Rob LandleyMake the new chroot environment creation infrastructure...
2006-03-18 Rob LandleyMy mount testsuite. Not automatically run at the momen...
2006-03-18 Rob LandleyMore fixes. Type "auto" should mean unspecified from...
2006-03-18 Rob LandleyWhitespace cleanup and minor tweak (return -ERRNO inste...
2006-03-17 Rob LandleyBug fix: umount wasn't detaching loop devices unless...
2006-03-16 Rob LandleyMore test updates.
2006-03-16 Rob LandleyRedo test suite to be able to test more than one comman...
2006-03-16 Rob LandleyRandom in-passing tweak.
2006-03-15 Rob LandleyUpdate for bug 14.
2006-03-14 Rob LandleyTito shrank dos2unix.
2006-03-14 Rob LandleyMore "extern" removals from Robert P. Day
2006-03-14 Rob LandleyAttempt to make a warning go away without increasing...
2006-03-14 Rob LandleyMissed one.
2006-03-14 Rob LandleyThe new, new mount rewrite. (Mount double prime?)...
2006-03-14 Rob LandleyTito unified fdflush and freeramdisk. I tweaked the...
2006-03-13 Mike Frysingerupdate comments as to what caused the defines to change
2006-03-13 Bernhard Reutner... - add two comments
2006-03-13 Bernhard Reutner... - remove superfluous dependency which was fixed in...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-03-13 Rob LandleyUpdate documentation.
2006-03-13 Rob Landley"make help" should not build the configurator first.
2006-03-13 Rob LandleyFix "rm .config;make menuconfig" to work like "rm ...
2006-03-12 Rob LandleyCleanup patch from tito.
2006-03-11 Rob LandleySize reduction by Tito.
2006-03-10 Mike Frysingerfix building with glibc-2.4
2006-03-10 Mike Frysingeradd a sep option for stripping
2006-03-10 Mike Frysingerrearrange the menu a little to split general settings...
2006-03-10 Rob LandleyCleanup patches from tito.
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-09 Rob LandleyFixup to the previous (portability) patch. Linux actua...
2006-03-09 Rob LandleyPortability patch from rfelker. The bb_asprintf.c...
2006-03-09 Rob LandleyI'm about to introduce tests that need to run as root...
2006-03-09 Rob LandleyCleanup from Paul Fox. One find piped to xargs is...
2006-03-09 Rob LandleyMention a few web browsers.
2006-03-09 Rob LandleyThey won't stop asking, but we can point them to the...
2006-03-09 Rob LandleyPatch from Denis Vlasenko to make unlzma smaller.
2006-03-09 Bernhard Reutner... - remove check. Fixes e.g. buildroot
2006-03-09 Bernhard Reutner... - fix typo
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-08 Mike Frysingerimport most of e2fsprogs 1.38 updates
2006-03-07 Paul Foxvi-mode changes: eliminate warnings from out-of-range...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-06 Rob LandleyWalt Wimer noticed that mknod couldn't handle major...
2006-03-06 Bernhard Reutner... - workaround bug in make-3.81beta4:
2006-03-06 Bernhard Reutner... - work around missing features and bugs in make-3.79.1:
2006-03-05 Mike Frysingerclean *.osm as pointed out by Robert P. J. Day
2006-03-05 Mike Frysingerclean busybox_unstripped as pointed out by Robert P...
2006-03-04 Rob LandleyPatch from Robert P. Day, moving byte order checks...
2006-03-03 Bernhard Reutner... - correct comment.
2006-03-03 Rob LandleyTypo fixes brought to you by the letters a, l, and...
2006-03-03 Eric AndersenKill off some unused code that was wasting several...
2006-03-03 Rob LandleyDenis Vlasenko noticed that falign=0 is meaningless...
2006-03-03 Bernhard Reutner... - ar cruP doesn't replace ('r') but unconditionally...
2006-03-02 Bernhard Reutner... - remove unused lists *-m
2006-03-02 Bernhard Reutner... - make sure applets.o is rebuilt when the .config changes.
2006-03-02 Bernhard Reutner... - allow for make /path/to/dir/file.o
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-02 Bernhard Reutner... - silence warning about "'free_and_close_stuff' used...
2006-03-02 Bernhard Reutner... Denis Vlasenko writes: make sizes was rebuilding busybo...
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-03-01 Rob LandleyFixup to make warnings from the last patch go away.
2006-03-01 Rob LandleySelinux fix from Jan Kiszka.
2006-03-01 Bernhard Reutner... - fix compilation of sed.
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
next