include <stddef.h> so that ptrdiff_t is again available
[oweals/busybox.git] / scripts /
2007-03-17 Mike Frysingerdont use obsolete function index() as pointed out by...
2007-03-15 Denis Vlasenkobuild system: produce link map. Rather useful when you
2007-03-13 Denis VlasenkoDo not fail password check if shadow password does...
2007-03-11 Denis Vlasenkoupdate defconfig
2007-03-09 Bernhard Reutner... - add chrt applet.
2007-03-09 Bernhard Reutner... - add selinux applets to the IMA workaround
2007-02-25 Denis Vlasenkostop using bash'isms ('function')
2007-02-12 Bernhard Reutner... - check if the compiler supports -fwhole-program -...
2007-02-04 Denis Vlasenkomkconfigs: remove echo "`...`" contortion
2007-02-03 Denis Vlasenkoadd TODO
2007-02-02 Bernhard Reutner... - minor tweak
2007-01-29 Denis Vlasenkodisable -Wold-style-definition for gcc 3.x
2007-01-27 Denis VlasenkoMake -Werror configurable
2007-01-24 Denis VlasenkoUnify ping and ping6. ping has -4 and -6 which force
2007-01-23 Bernhard Reutner... - add hostcc-option checker
2007-01-23 Bernhard Reutner... - add an unsupported makefile for IMA compiles
2007-01-22 Denis Vlasenkoclean up commented out old code
2007-01-22 Denis Vlasenkoremove obsolete FEATURE_WGET_IP6_LITERAL
2007-01-22 Denis Vlasenkodefconfig: refresh
2007-01-22 Denis Vlasenkocmdedit is not a 'command' editing anymore, it's just...
2007-01-21 Denis VlasenkoIntroduce FEATURE_EDITING_FANCY_KEYS, so that user...
2007-01-21 Denis VlasenkoIntroduce FEATURE_EXEC_PREFER_APPLETS = "re-execute...
2007-01-20 Denis Vlasenkofixes for amd64 compilation
2007-01-17 Bernhard Reutner... - replace some occurances of "kernel" with busybox
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2007-01-12 Denis Vlasenkonext part of ipv6-ization is here: wget & httpd
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-07 Bernhard Reutner... - add arp to defconfig
2007-01-06 Denis Vlasenko"kernel" => "busybox"
2006-12-31 Denis Vlasenkort_names: stop allocating 5k in rwdata
2006-12-30 Denis Vlasenkofixdep.c: avoit doing memcmp in most cases
2006-12-30 Denis Vlasenkosaw commit of vapier@busybox.net (thanks!),
2006-12-30 Mike Frysingerkill off AUTOCONF_INCLUDED (again) since it tends to...
2006-12-30 Mike Frysingermake sure AUTOCONF_TIMESTAMP is filled up properly...
2006-12-30 Mike Frysingerprevent buffer underflows with empty lines
2006-12-30 Mike Frysingerprevent accessing memory that we dont own
2006-12-22 Denis Vlasenkoconvert "negaite" config option into reversed (INCLUDE_...
2006-12-19 Bernhard Reutner... - rename SU_SYSLOG to FEATURE_SU_SYSLOG
2006-12-13 Denis Vlasenkoexterminate last bzero's
2006-11-30 Denis Vlasenko"kernel config" -> "busybox config"
2006-11-29 Denis Vlasenkood: fix buglet in --traditional, microoptimization,
2006-11-29 Denis Vlasenkofix support for globally disabling --long-options.
2006-11-22 Denis Vlasenkotelnetd: we were having telnetd with is ONLY inetd...
2006-11-22 Bernhard Reutner... - reinstate "make checkhelp"
2006-11-21 Bernhard Reutner... - add 'ip rule' support. First take..
2006-11-21 Bernhard Reutner... - update defconfig
2006-11-21 Denis Vlasenkohttpd: slight reduction of #ifdef forest
2006-10-24 Bernhard Reutner... - add nmeter and raidautorun to defconfig.
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-19 Denis Vlasenkobuild system: (try to) get rid of bb_config.h hack
2006-10-19 Denis Vlasenkobuild system: check for ENABLE_, USE_ and SKIP_ (not...
2006-10-19 Denis Vlasenkomove usage_compressed.h generation into applets/
2006-10-19 Denis Vlasenkoscripts/usage.c: de-uglify #includes
2006-10-06 Denis Vlasenkobuild system: remove loeftover (two empty dirs)
2006-10-05 Denis Vlasenkomake defconfig now works
2006-10-05 Denis Vlasenkoyet another fixlet: make clean/distclean/mrproper
2006-10-05 Denis Vlasenkofixing build system overhaul fallout...
2006-10-05 Denis Vlasenkobuild system overhaul
2006-09-28 Denis Vlasenkodpkg: reduce bss usage by ~130 kbytes (yes, kilobytes!)
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-14 Bernhard Reutner... - make sure that the 'build' dir exists even if we...
2006-09-14 Bernhard Reutner... - do away with silly comment and do the Right Thing...
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-06 Rob LandleyTeach md5sum and sha1sum to work the way other applets...
2006-08-05 Rob Landleyscripts/individual now builds 171 applets. Some of...
2006-08-04 Rob LandleyDigging up my old "make standalone" stuff from a year...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Yet more "#if 0" content removed.
2006-06-15 Bernhard Reutner... - use shorter boilerplate, more accurate header guard
2006-06-15 Bernhard Reutner... - drats.
2006-06-15 Bernhard Reutner... - let the scripts be prerequisites of the files the...
2006-06-11 Bernhard Reutner... - remove superfluous CONFIG_BEGIN and CONFIG_END
2006-05-30 Rob LandleySince we have less than 100k of usage.h data anyway...
2006-05-29 Rob LandleyTeach bloatometer about .rodata, and tweak the display...
2006-05-26 Bernhard Reutner... - use strtol instead of strtoll if the latter does...
2006-05-26 Bernhard Reutner... - use the SED given by the user
2006-05-26 Bernhard Reutner... - patch from Tito to pretty print the overall delta
2006-05-26 Mike Frysingerfix spelling mistakes
2006-05-21 Bernhard Reutner... - check for existing usage binary, so it get's more...
2006-05-08 Rob LandleyTweak suggested by Matt Mackall when I submitted the...
2006-05-07 Rob LandleyScript to easily get an assembly dump of a single function.
2006-05-07 Rob LandleyAdd "make bloatcheck" to run Matt Mackall's bloat-o...
2006-05-05 Bernhard Reutner... - ignore missing helptext for options which are not...
2006-05-04 Bernhard Reutner... - add script to check for missing help entries of confi...
2006-04-29 Mike Frysingertermios.h is already included so dont include sys/termi...
2006-04-27 Rob LandleyPatch from Dennis Vlasenko to add the option to compres...
2006-04-26 Bernhard Reutner... - patch from Denis Vlasenko to make sizes PHONY and...
2006-04-20 Mike Frysingerkill signed warnings
2006-04-16 Mike Frysingeruse strchr() not index()
2006-03-29 Bernhard Reutner... find ./ -name .cvsignore | xargs svn rm
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-20 Rob LandleyRename UNUSE() to SKIP().
2006-02-17 "Vladimir N. Oleynik"quick copy-paste typo
2006-02-16 "Vladimir N. Oleynik"moved BB_BANNER to applets/version.c file: make kernel...
2006-02-16 "Vladimir N. Oleynik"isolate and show busybox`s changes
2006-02-15 "Vladimir N. Oleynik"full removed config.h, use bb_config.h only
2006-02-14 Bernhard Reutner... - commentary typos
next