remove echo_main -> bb_echo indirection
[oweals/busybox.git] / scripts /
2007-11-23 Denis Vlasenkoupdate defconfig
2007-11-18 Mike Frysingermake output a little more friendly
2007-11-18 Mike Frysingermerge from upstream for systems that dont integrate...
2007-11-13 Denis Vlasenkotrylink: accomodate older versions of ld
2007-10-11 Denis Vlasenkofix a problem with two different applet_name's
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-10 Denis VlasenkoMove applets/applet.c into libbb, allows to get rid...
2007-10-10 Denis Vlasenkotrylink: s/strip/$STRIP/g
2007-10-09 Denis Vlasenkotrylink: trivial cleanup
2007-10-09 Denis Vlasenkotrylink: reformat link flags for readability
2007-10-09 Denis Vlasenkotrylink: remove useless redirects, add missing error...
2007-10-09 Denis Vlasenkotrylink: trivial fixes
2007-10-08 Denis Vlasenkomake "individual applets" build less noisy.
2007-10-07 Denis Vlasenkomake --help work for "individual applets" too.
2007-10-07 Denis Vlasenkolibbusybox: move (possibly compressed) help stuff into...
2007-10-07 Denis Vlasenkoreviving libbusybox, adding CONFIG_INDIVIDUAL part 4
2007-10-07 Denis Vlasenkoreviving libbusybox, adding CONFIG_INDIVIDUAL part 3
2007-10-07 Denis Vlasenkoreviving libbusybox, adding CONFIG_INDIVIDUAL part 2
2007-10-07 Denis Vlasenkoreviving libbusybox, adding CONFIG_INDIVIDUAL part 1
2007-09-27 Denis Vlasenkomake variables static
2007-09-26 Denis Vlasenkocheck-lxdialog.sh: no point in giving up, maybe -lcurse...
2007-09-22 Bernhard Reutner... - add microcom to defconfig
2007-09-03 Denis Vlasenkotrylink: reinstate accidentally deleted --verbose
2007-09-02 Bernhard Reutner... - Generally strip off -l that does not pull in a lib.
2007-09-02 Bernhard Reutner... - fix bug where we linked again -lm even though it...
2007-08-24 Denis VlasenkoUpdate defconfig; fix comments
2007-08-23 Denis Vlasenkobuild system: stop moaning about unset integer CONFIGs.
2007-08-21 Denis Vlasenkos/communal/common/ part 2
2007-08-21 Denis Vlasenkos/communal/common/
2007-08-14 Denis Vlasenkohttpd: extend -p PORT to -p [IP[v6]:]PORT
2007-08-14 Denis Vlasenkotrylink: automatically use custom link script if user...
2007-08-13 Denis Vlasenkoexpand, unexpand: new applets from Tito <farmatito...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-06 Denis Vlasenkopatch: fix -p -1 handling
2007-08-06 Denis Vlasenkotrylink: s/&& exit 1/|| exit 1/ (spotted by Alex Landau...
2007-08-06 Denis Vlasenkosed: fix 'q' command handling ("Nguyen Thai Ngoc Duy...
2007-07-21 Denis Vlasenkochpasswd: fixes and code shrink
2007-07-20 Denis Vlasenkochpasswd: new applet by Alexander Shishkin <virtuoso...
2007-07-19 Denis Vlasenkoifup/ifdown: make location of ifstate configurable
2007-07-17 Denis VlasenkoModify method of linking against libs. Now we fisrt...
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-25 Bernhard Reutner... - need to pass the PATH down to the gcc-version check...
2007-06-22 Bernhard Reutner... - handy to have the cross_compile block here, too
2007-06-21 Denis Vlasenkobuild system: remove kernel .config locations (spotted...
2007-06-19 Denis Vlasenkodefconfig: update
2007-06-10 Denis Vlasenkoadd script which measures stack consumption.
2007-06-07 Bernhard Reutner... - update defconfig
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-06-03 Denis Vlasenkofind_stray_communal_vars: script which finds communal...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-15 Bernhard Reutner... - busybox.c was removed a while ago
2007-04-15 Denis Vlasenkodeluser: add optional support for removing users from...
2007-04-13 Denis Vlasenkostyle fixes
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkorename: run_applet_by_name -> run_applet_and_exit
2007-04-10 Denis VlasenkoRename two config options:
2007-04-08 Denis Vlasenkoadding small script, mostly for documentational purposes
2007-04-05 Bernhard Reutner... - clean up addgroup, fix adding users to existing group...
2007-04-05 Bernhard Reutner... - bail out if either file does not exist
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-28 Bernhard Reutner... - update defconfig
2007-03-28 Bernhard Reutner... - move additional fancy options not mandated by SUSv3...
2007-03-25 Bernhard Reutner... - rough prototype for split(1). TODO: Still needs some...
2007-03-18 Denis Vlasenkomake clean deletes .kernelrelease now
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
next