oweals/busybox.git
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...
2006-05-31 Bernhard Reutner... - fix IMA compile error i introduced when adding this...
2006-05-31 Bernhard Reutner... ha! a scratch-buffer! ;)
2006-05-31 Bernhard Reutner... - make getopt_ulflags aware of CONFIG_GETOPT_LONG
2006-05-31 Bernhard Reutner... - add CONFIG_FEATURE_WGET_LONG_OPTIONS
2006-05-31 Bernhard Reutner... - convert xcalloc(1,x) to xzalloc
2006-05-31 Bernhard Reutner... - shrink klogd a bit
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-31 Bernhard Reutner... - conditionally define BB_NOMMU
2006-05-30 Rob LandleySince we have less than 100k of usage.h data anyway...
2006-05-30 Rob LandleyTest to see if I can rename a file without blanking...
2006-05-30 Rob LandleyNote about BB_NOMMU.
2006-05-30 Bernhard Reutner... - consolidate "Sending SIG%s to all processes"; untested..
2006-05-30 Bernhard Reutner... - this could use a brother which deals with glibc based...
2006-05-30 Bernhard Reutner... - remove useless variable "status" from init_main.
2006-05-30 Bernhard Reutner... - use config_buffer for message()
2006-05-30 Rob LandleyPut parentheses around some of the SWAP() macros, as...
2006-05-29 Rob LandleyTeach bloatometer about .rodata, and tweak the display...
2006-05-29 Bernhard Reutner... - cleanup conftest temporary files.
2006-05-29 Bernhard Reutner... - DEBUG_INIT -> config CONFIG_DEBUG_INIT
2006-05-29 Bernhard Reutner... - landley, remove this?
2006-05-29 Bernhard Reutner... - set_term() doesn't need an argument. (Like r15220...
2006-05-29 Bernhard Reutner... - move common code into new open_new_terminal() function;
2006-05-29 Bernhard Reutner... - just whitespace
2006-05-29 Bernhard Reutner... - ls: remove unused variable
2006-05-29 Rob LandleyMore size shrinkage.
2006-05-29 Rob LandleySize reductions, mostly switching things to use libbb...
2006-05-29 Rob LandleyAdd SWAP_LE?? and SWAP_BE?? macros, and make things...
2006-05-29 Rob LandleyThis is not C++.
2006-05-29 Rob LandleyA few new todo items from email with Bernhard.
2006-05-29 Rob LandleyRemove _() and N_() from platform.h. #define them...
2006-05-29 Rob LandleyRemove _().
2006-05-29 Rob LandleyRemove _().
2006-05-28 Rob LandleyI changed last10 to last25, and just bumped it up to...
2006-05-28 Rob LandleyFix hdparm to use PRIu64 instead of typecasting to...
2006-05-28 Rob LandleyPut the ending quote on the help entry...
2006-05-28 Rob LandleyFix some warnings in allbareconfig.
2006-05-28 Rob LandleyMy first bout of untangling udhcp. Make lots of gratui...
2006-05-27 Rob LandleyMove portability stuff to platform.h, and clean up...
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-27 Rob LandleyUpdate FAQ to mention make baseline when talking about...
next