oweals/busybox.git
2005-09-30 Bernhard Reutner... - remove duplicate entry of resolve.c in BLKID_SRC
2005-09-29 "Vladimir N... change interface to bb_xasprintf() - more perfect for me.
2005-09-29 "Vladimir N... forgotten putenv
2005-09-29 "Vladimir N... don't out \r to syslog
2005-09-29 Bernhard Reutner... - rename llist_add_to.c to llist.c
2005-09-29 "Vladimir N... getty must chdir(/). Use bb_getopt_ulflags. Indent...
2005-09-29 "Vladimir N... more busybox's style for fsck.c, size reduce
2005-09-29 "Vladimir N... busybox.c: ENABLE_LOCALE logic correct.
2005-09-29 "Vladimir N... reorder include <sys/types.h> and <sys/types.h>.
2005-09-28 "Vladimir N... more const, inline, forward declaration usage, strip...
2005-09-28 Mike Frysingerallow people to adjtime location
2005-09-27 "Vladimir N... move e2fsck/* to e2fsck.c, one e2fsck_main and jornal...
2005-09-27 Mike Frysingerfix building w/out et headers and w/out debug
2005-09-27 Mike Frysingeras pointed out in Bug 17, use uint32_t instead of unsig...
2005-09-27 Mike Frysingerpass EXTRA_CFLAGS to final link since it may contain...
2005-09-27 Mike Frysingereat misappropriated whitespace
2005-09-27 Mike Frysingeruncuddle function scope brackets
2005-09-26 Bernhard Reutner... - remove unused variable TOPDIR
2005-09-26 Rob Landleyadd "make help"
2005-09-26 "Vladimir N... revert wait zombie, it have as linux-specific signal...
2005-09-26 "Vladimir N... correct set prompt if CONFIG_ASH_EXPAND_PRMT enabled...
2005-09-26 "Vladimir N... spwd bulid now, (typo)
2005-09-25 Rob LandleyPatch from Amir Shalem to make busybox compile on a...
2005-09-25 Mike Frysingerwhitespace sucks
2005-09-25 Mike Frysingerfix building with debugging enabled #413
2005-09-25 Mike Frysingerthis should fix parallel building with .depend/bb_config.h
2005-09-25 Rob LandleyStop gcc4 from nit-picking about signedness of char *.
2005-09-24 Mike FrysingerCristian Ionescu-Idbohrn writes to fix a warning: netwo...
2005-09-24 Mike FrysingerCristian Ionescu-Idbohrn says: touchup whitespace/display
2005-09-24 Mike Frysingertouchup argc/argv handling to shrink a bit and fix...
2005-09-24 Mike Frysingerre-order a little for alphabetical
2005-09-24 Mike Frysingerre-order a little for alphabetical
2005-09-24 Mike Frysingerre-order a little for alphabetical
2005-09-24 Mike Frysingerre-order a little for alphabetical
2005-09-24 Mike Frysingerre-order a little for alphabetical
2005-09-24 Rob LandleyTito switched option parsing over to switch umount...
2005-09-24 Mike Frysingerforce nodebug by default
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingerimport the very fat e2fsck/fsck applets
2005-09-24 Mike Frysingermake sure we include local header files
2005-09-24 Mike Frysingerfix parallel building again
2005-09-24 Mike Frysingererr, fix stupid mistake in previous do_findfs() change
2005-09-24 Mike Frysingeradd a attribute_noreturn macro
2005-09-24 Mike Frysingeruse brief license line
2005-09-24 Mike Frysingerfix broken whitespace and remove pointless mkdir
2005-09-24 Mike Frysingermake e2label and findfs optional
2005-09-24 Mike Frysingerrename menu and touchup whitespace
2005-09-24 Mike Frysingermake test an alias for check
2005-09-24 Mike Frysingercleanup option parsing
2005-09-23 Bernhard Reutner... - ifupdown needs run-parts. Thanks Derosnec for pointin...
2005-09-23 Bernhard Reutner... - remove dangling symlinks after the runs
2005-09-23 Rob LandleyWe've gotten enough questions that are related to build...
2005-09-23 Bernhard Reutner... - set executable bit
2005-09-23 Bernhard Reutner... - introduce variable _BB_CONFIG_DEP to the new test...
2005-09-23 Bernhard Reutner... - add missing descriptions of supported arguments
2005-09-23 Bernhard Reutner... - replace variables by defines to save space
2005-09-23 "Vladimir N... SUSv3 -q compatibily exit status correction for grep...
2005-09-23 "Vladimir N... SUSv3 -q compatibily exit status correction for grep
2005-09-23 "Vladimir N... grep must have exit code >1 if input file not found...
2005-09-23 "Vladimir N... more make safe the exported namespace for udhcp. Move...
2005-09-23 "Vladimir N... remove 1 exported
2005-09-22 Paul Foxmove a couple of functions from common code (options...
2005-09-22 Paul Foxadd support for setting the dhcp vendor class option...
2005-09-22 "Vladimir N... safe exported namespace for udhcp. Not full, bore :-(
2005-09-22 "Vladimir N... Reduce exported from msh applet
2005-09-22 "Vladimir N... Reduce exported from lash applet
2005-09-22 "Vladimir N... Reduce exported from hush applet
2005-09-22 "Vladimir N... quick patch - have removed stranges for me
2005-09-22 "Vladimir N... very small size reduce for nohup applet
2005-09-22 "Vladimir N... Reduce exported from ipcs applet
2005-09-22 "Vladimir N... more remove lost exported
2005-09-22 "Vladimir N... network "default" --> bb_INET_default. Reduce 2 exporte...
2005-09-21 Bernhard Reutner... - add applet nohup(1)
2005-09-21 Bernhard Reutner... - make sure to include dmalloc.h at the very end of...
2005-09-21 "Vladimir N... moved include/bbconfigopts.h from miscutils to to top...
2005-09-20 Bernhard Reutner... - consolidated password helpers
2005-09-20 Bernhard Reutner... - consolidated password helpers into bb_pwd.c
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-20 Bernhard Reutner... - Remove unnecessary warning from libbb and move bb_wfo...
2005-09-20 Bernhard Reutner... - typo in documentation
2005-09-20 Rob LandleyGet "make check" ($srcdir) to work with the new testsuite.
2005-09-20 Rob LandleyThe testsuite/links directory wasn't being created.
2005-09-20 "Vladimir N... This is strange typically modern mistake. Learn please...
2005-09-20 Mike FrysingerBernhard Fischer writes:
2005-09-19 "Vladimir N... remove duplicate depend, its work for bb_mkdepend
2005-09-19 "Vladimir N... correct build bbconfig applet, correct previous change
2005-09-19 "Vladimir N... corect build bbconfig applet, Thanks, Bernhard Fischer
2005-09-19 "Vladimir N... hmm, forgoten remove llseek?
2005-09-19 "Vladimir N... 1) read from stdin work now
2005-09-19 "Vladimir N... mke2fs.c can compiled for me, more bb_xstrdup and bb_xa...
2005-09-19 "Vladimir N... destroy bug #421
2005-09-19 "Vladimir N... quick patchs: drop founded memory leak, more libbb...
2005-09-19 "Vladimir N... small bug found after strength test
2005-09-18 Mike FrysingerBernhard Fischer writes:
2005-09-18 Rob LandleyFirst cleanup pass, from Rob Sullivan. More to be...
2005-09-17 Rob LandleyTito pointed out that if readlink doesn't have -f,...
2005-09-16 Rob LandleyUpdate TODO with mention of the CONFIG->ENABLE migratio...
2005-09-16 "Vladimir N... speed up +10%, update (c), make CONFIG_FEATURE_MOD2_4...
2005-09-16 "Vladimir N... more C-compatibily, Thanks Bernhard Fischer
2005-09-16 "Vladimir N... removed 'less' section from TODO
next