oweals/busybox.git
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...
2006-05-19 Bernhard Reutner... - use uint32_t instead of __u32
2006-05-19 Bernhard Reutner... - Rich Felker writes:
2006-05-19 Bernhard Reutner... - remove superfluous legacy includes.
2006-05-19 Bernhard Reutner... - include strings.h
2006-05-19 Bernhard Reutner... - fix invalid mode
2006-05-19 Bernhard Reutner... - single KERNEL_VERSION(a,b,c) macro in platform.h
2006-05-19 Bernhard Reutner... - cleanup memory if opening aliases failed and cleanup...
2006-05-18 Rob LandleyFluff out info on morris accounts.
2006-05-18 Rob LandleyAvoid a memory leak pointed out by Lucas C. Villa Real.
2006-05-17 Rob LandleyTypo fix.
2006-05-17 Rob LandleyPatch from Bernhard Fischer to remove some useless...
2006-05-17 Rob LandleyAnnounce 1.1.3.
2006-05-17 Rob LandleyTypo that hits big endian systems.
2006-05-17 Rob LandleyThe gnu extension to have realpath() malloc its buffer...
2006-05-16 Rob LandleyRob Sullivan cleaned up the longstanding patch from...
2006-05-16 Rob LandleyLargeish cleanup patch from Tito, mostly if statement...
2006-05-16 Rob LandleyMake md5 calculation always go through an the buffer...
2006-05-15 Rob LandleyRemove some out of date bits.
2006-05-15 Rob LandleyThe one line fix to Bernhard Fischer's "profoundly".
2006-05-15 Bernhard Reutner... - patch from Robert P. J. Day to use filter instead...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-13 Mike Frysingerpull Rules.mak from top_srcdir as pointed out by Robert...
2006-05-13 Mike Frysingerfix whitespace
2006-05-12 Rob LandleyPatch from Lucas C. Villa Real adding "source" as a...
2006-05-12 Paul Foximplement -print0 for find
2006-05-12 Rob LandleyAutodetect parts of a multipart file, from Robert P...
2006-05-11 Rob LandleyBusybox is licensed under GPLv2 or later. Shipping...
2006-05-11 Rob LandleyBug fix from Vladimir Oleynik, and suggestion I add...
2006-05-11 Rob LandleyTabs weren't lining up in the help text.
2006-05-11 Rob LandleyMore about configuring busybox.
2006-05-11 Rob LandleyRename the devfs device names option so it doesn't...
2006-05-11 Rob LandleyPatch from Vladamir Oleynik, reducing memory consumption.
2006-05-11 Rob LandleyRemove reference to programming.html, update descriptio...
2006-05-11 Rob LandleyReorganize FAQ, update a few entries, and consolidate...
2006-05-11 Mike Frysingerback out default implicit %.o rule for now
2006-05-11 Mike Frysingermove the dir related rules to the end so the E2FSPROGS_...
2006-05-11 Mike Frysingerdont use tabs people
2006-05-11 Mike Frysingerfix no previous prototype warning
2006-05-11 Mike Frysingerfix no previous prototype warning
2006-05-11 Mike Frysingertypecast bbig to kill format warnings
2006-05-11 Mike Frysingerrename
2006-05-11 Mike Frysingerremove files not related to busybox
2006-05-10 Mike Frysingeradd implicit rule for %.a to help debugging in subdirs
2006-05-10 Rob LandleyShut up the warning "implicit declaration of strlen".
next