platform/upstream/busybox.git
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.
2006-05-25 Rob LandleyPatch from Tito:
2006-05-25 Rob LandleyRemove a pointless #define.
2006-05-25 Bernhard Reutner... make the testsuite a little less brittle:
2006-05-24 Rob LandleyTwo more issues pointed out by Bernhard.
2006-05-24 Rob LandleyYann Morin spotted some leftover flotsam from halfway...
2006-05-23 Rob LandleyIt takes _talent_ to implement a version of nohup that...
2006-05-21 Bernhard Reutner... - set x bit
2006-05-21 Rob LandleyConvert to a global struct, the way sed was. Now I...
2006-05-21 Rob LandleyMinor cleanups: Convert a few calloc() calls to xzalloc...
2006-05-21 Rob LandleyNew version of nohup that's much smaller, less paranoid...
2006-05-21 Bernhard Reutner... - fix wrong path to scripts/usage; It is in the builddi...
2006-05-21 Bernhard Reutner... - check for existing usage binary, so it get's more...
2006-05-21 Bernhard Reutner... - there is no _usage.h anymore, so don't rm it in distc...
2006-05-21 Bernhard Reutner... - do not create usage_compressed.h if CONFIG_FEATURE_CO...
2006-05-21 Bernhard Reutner... - there is no "sh". Use $(SHELL)
2006-05-20 Bernhard Reutner... - silence warning about no return in function returning...
2006-05-19 Rob LandleyPatch from Robert P. Day to remove #ifdefed out SLIP...
2006-05-19 Rob LandleyRemove unused function parameter, from Garrett.
2006-05-19 Rob LandleyAdd diffutils and dhcp to list of packages we provide...
2006-05-19 Bernhard Reutner... - backout erroneously checked in snippet..
2006-05-19 Rob LandleyFirst quick stab at organizing TODO under whose TODO...
2006-05-19 Rob LandleyA pending item in my tree I might as well check in...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-19 Bernhard Reutner... - forgot to make busybox_unstripped depend on the apple...
2006-05-19 Bernhard Reutner... - use shorter boilerplate.
2006-05-19 Bernhard Reutner... - redirect stdout of scripts/config/conf to /nil for
2006-05-19 Bernhard Reutner... - remove SIGIOT as suggested by landley.
2006-05-19 Rob LandleyPatch from tito to replace shared memory usage with...
2006-05-19 Mike Frysingerfix indenting in help output for ifconfig
2006-05-19 Bernhard Reutner... - typo s/allbaseconfig/allbareconfig/
2006-05-19 Bernhard Reutner... - replace _PATH_DEVNULL with bb_dev_null
2006-05-19 Bernhard Reutner... - do not use non-standard u_int.
2006-05-19 Bernhard Reutner... - make it C89 compatible; Declarations in the middle...
next