platform/upstream/busybox.git
2006-06-14 Rob LandleyAttempt at fixing bug 815 by upgrading bb_spawn() so...
2006-06-13 Rob LandleyDon't break allbareconfig.
2006-06-13 Rob LandleyPatch from Shaun Jackman to detect "name=value" variabl...
2006-06-13 Rob LandleyMake lash smaller. (Use llist_t for file closing,...
2006-06-13 Rob LandleyRewrite of dmesg, smaller and simpler.
2006-06-13 Rob LandleyRandom cleanup of platform.h.
2006-06-13 Rob LandleyWork around a persistent uClibc bug, since 0.9.29 still...
2006-06-13 Rob LandleyPatch from Denis Vlasenko:
2006-06-13 Rob LandleyWhitespace cleanup from Denis Vlasenko.
2006-06-13 Rob LandleyUse -ffunction-sections -fdata-sections --gc-sections...
2006-06-13 Rob LandleyUse xstat() instead of if(stat()) die()
2006-06-13 Rob LandleyPatch from Denis Vlasenko, tweak error messages.
2006-06-13 Rob LandleyMinor size shrinkage.
2006-06-13 Rob LandleyPatch from Denis Vlasenko: unlzma was make files with...
2006-06-13 Rob LandleyFix from Paul Fox to make compressed help text notice...
2006-06-13 Bernhard Reutner... - make VERBOSE= and V= work equally; use BUILD_VERBOSE...
2006-06-12 Bernhard Reutner... - fix stupid typo from last checkin
2006-06-11 Bernhard Reutner... - remove superfluous CONFIG_BEGIN and CONFIG_END
2006-06-11 Bernhard Reutner... - add fancy mode to start-stop-daemon to support -...
2006-06-11 Bernhard Reutner... - invert logic for nocheck_targets to exclude the empty...
2006-06-10 Bernhard Reutner... - don't check for toolchain-setting for make targets...
2006-06-10 Bernhard Reutner... - revert incorrect select change
2006-06-10 Bernhard Reutner... - fix two segfaults (reported by Horst Kronstorfer)
2006-06-10 Bernhard Reutner... - use bb_xbind
2006-06-10 Bernhard Reutner... - use bb_xchdir instead of ignoring eventual errors...
2006-06-10 Bernhard Reutner... - fix bug #887, in bb_get_chomped_line_from_file()...
2006-06-09 Paul Foxadd ordering warning on enum Location
2006-06-09 Bernhard Reutner... - make sure that we see string_insert only if we need it.
2006-06-08 Paul Foxremove leading "Enable" from the config option text...
2006-06-08 Paul Foxmade "test" an ash built-in.
2006-06-08 Rob LandleyPatch from Erik Hovland, via Tito.
2006-06-08 Rob LandleySome day, maybe gcc will be able to optimize out static...
2006-06-07 Mike Frysingerneed prototype for new vfork_daemon()
2006-06-07 Mike Frysingerinitial support for no-mmu systems
2006-06-07 Mike Frysingersometimes daemonizing and vfork()/exit() is ok
2006-06-07 Mike Frysingerbb_xdaemon() isnt available on no-mmu systems
2006-06-07 Mike Frysingercomment all fields
2006-06-07 Mike Frysingerhint at where the Magic comes from
2006-06-07 Bernhard Reutner... - do away with the comment that noted that the current...
2006-06-07 Rob LandleyFix from Tito to read from stdin only when it's not...
2006-06-07 Bernhard Reutner... - spelling
2006-06-07 Mike Frysingeradd reference to proc(5)
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-07 Rob LandleyConsolidate devfs garbage and mark it as obsolete.
2006-06-07 Mike Frysingeruse bb_xbind/bb_xlisten
2006-06-07 Mike Frysingerwhitespace
2006-06-07 Mike Frysingerwhitespace
2006-06-07 Mike Frysingeradd a --noclobber flag
2006-06-07 Mike Frysingeradd support for cleaning out previous busybox install
2006-06-07 Mike Frysingerdont install emtpy libdirs
2006-06-07 Mike Frysingerdont mix tabs and spaces, kthx
2006-06-07 Mike Frysingerremove cvs $Id tag
2006-06-07 Bernhard Reutner... - add applet taskset to set/retrieve the CPU affinity...
2006-06-07 Mike FrysingerTito writes: this patch fixes two potential bugs with...
2006-06-07 Bernhard Reutner... - fix the build if we have ftpput without ftpget (speel...
2006-06-07 Rob LandleyCallers to identify() converted the endianness of the...
2006-06-06 Rob LandleyRemove a config entry that leaked in from my tree befor...
2006-06-06 Rob LandleyWhack the one last warning in make allbareconfig...
2006-06-06 Mike Frysingerimport support for microblaze relocations from uClinux...
2006-06-06 Mike Frysingermake the default prompt suck less when using fancy...
2006-06-06 Mike Frysingerfix from uClinux-dist for proper exit status if reading...
2006-06-06 Mike Frysingermerge blackfin/microblaze from uClinux-dist
2006-06-06 Mike Frysingeruse vfork() instead of vork() since the only thing...
2006-06-06 Mike Frysingeronly check __GNU_LIBRARY__ if it is actually defined
2006-06-05 Rob LandleyHeader cleanup on two more networking files (move libbb...
2006-06-05 Rob LandleyConfirming it's not needed.
2006-06-05 Bernhard Reutner... - add note about need to unify the 4 itoa() implementat...
2006-06-04 Bernhard Reutner... - add testcase for grep bug (busybox.net/bugs/view...
2006-06-04 Bernhard Reutner... - add note about ingroup and is_a_group_member
2006-06-04 Bernhard Reutner... - add note about removing superfluous fmt specifiers
2006-06-04 Bernhard Reutner... - note to cleanup fprintf(2,...) -> bb_error_msg(....
2006-06-03 Bernhard Reutner... - use bb_msg_{read,write}_error where appropriate.
2006-06-03 Bernhard Reutner... - use bb functions instead of handrolling stuff.
2006-06-03 Rob LandleyRemove #ifdeffed out code, both KEEP_UNUSED and #if 0.
2006-06-03 Bernhard Reutner... - remove superfluous call of stack_machine(0) upon...
2006-06-03 Bernhard Reutner... - no need to have timer_duration in the data section.
2006-06-03 Bernhard Reutner... - use bb_msg_write_error in 3 places
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-06-03 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-06-03 Bernhard Reutner... - patch from Yann E. Morin: makes modprobe understand...
2006-06-03 Bernhard Reutner... 2006-06-02 Shaun Jackman <sjackman@gmail.com>
2006-06-03 Bernhard Reutner... - No options should set the current system time.
2006-06-02 Rob LandleyPatch from Atsushi Nemoto:
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-06-02 Rob LandleyHeader cleanup: don't #include headers that libbb.h...
2006-06-02 Rob Landley#ifdef reduction.
2006-06-02 Bernhard Reutner... - fix CONFIG_DEBUG_INIT compile failure
2006-06-02 Mike Frysingeruse xmalloc()
2006-06-02 Paul Foxfix fdflish typo (reported by erik hovland)
2006-06-01 Bernhard Reutner... - look at bb_applet_name. Should close bugs #892 and...
2006-06-01 Bernhard Reutner... - shrink logread a bit.
2006-06-01 Paul Foxmake halt and poweroff messages more accurate (i.e...
2006-06-01 Rob LandleyShaun Jackman pointed out that KERNEL_VERSION() is...
2006-06-01 Rob LandleyThe common case APPLET() macro only needs three arguments.
2006-05-31 Rob LandleyBugfix from Shaun Jackman: don't attempt to write 64...
2006-05-31 Rob LandleyAdd CONFIG_NITPICK. (And tweak a couple other help...
2006-05-31 Rob LandleyPatch from Tito to remove long options from hdparm.
2006-05-31 Rob LandleyUse BB endianness macro.
2006-05-31 Rob LandleyHeader file cleanup. platform.h apparently needs to...
2006-05-31 Rob LandleyAdd catv (separate applet instead of cat -v). Also...
next