oweals/busybox.git
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...
2006-05-27 Rob LandleyConsolidate the .PHONY targets and add "make baseline...
2006-05-27 Bernhard Reutner... - use the defines CURRENT_TTY and VC_1; also shrink...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-05-26 Rob LandleySlight sanity fix: data is void *, not char *. And...
2006-05-26 Bernhard Reutner... - provide fallback defines for non-linux
2006-05-26 Bernhard Reutner... - provide fallback defines for non-linux
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-05-26 Bernhard Reutner... - use strtol instead of strtoll if the latter does...
2006-05-26 Bernhard Reutner... - introduce and use bb_path_wtmp_file for portability...
2006-05-26 Bernhard Reutner... - use portability wrapper define bb_setpgrp.
2006-05-26 Bernhard Reutner... - work around bug in gcc-3.4.x on ARM
2006-05-26 Bernhard Reutner... - move llist to top of file so we can potentially use...
2006-05-26 Bernhard Reutner... - make find_mount_point conditional on df and eject...
2006-05-26 Bernhard Reutner... - add workaround for tar being broken since it uses...
2006-05-26 Bernhard Reutner... - use the SED given by the user
2006-05-26 Bernhard Reutner... - add target hosttools (see make help)
2006-05-26 Bernhard Reutner... - use ATTRIBUTE_ALWAYS_INLINE if requested
2006-05-26 Bernhard Reutner... - move libc checks from busybox.h to platform.h
2006-05-26 Bernhard Reutner... - patch from Tito to pretty print the overall delta
2006-05-26 Mike FrysingerYann E. MORIN. writes:
2006-05-26 Mike Frysingererrno and h_errno values are not the same #876 by rfelker
2006-05-26 Mike Frysingerfix spelling mistakes
2006-05-26 Mike Frysingercheck for queueing dependancy dependancies typos
2006-05-26 Mike Frysingerqueuing is spelled correctly
2006-05-25 Rob LandleyRich Felker suggested removing dprintf() from watch...
2006-05-25 Rob LandleyAnd fix the error I just introduced. :)
2006-05-25 Rob LandleyRemove pointless #define.
next