aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2007-08-14httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko
2007-08-14trylink: automatically use custom link script if user provides oneDenis Vlasenko
2007-08-13expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-08-06patch: fix -p -1 handlingDenis Vlasenko
2007-08-06trylink: s/&& exit 1/|| exit 1/ (spotted by Alex Landau <landau_alex@yahoo.com>)Denis Vlasenko
2007-08-06sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis Vlasenko
2007-07-21chpasswd: fixes and code shrinkDenis Vlasenko
2007-07-20chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko
2007-07-19ifup/ifdown: make location of ifstate configurableDenis Vlasenko
2007-07-17Modify method of linking against libs. Now we fisrt try allDenis Vlasenko
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko
2007-06-25- need to pass the PATH down to the gcc-version check to be able to find the ...Bernhard Reutner-Fischer
2007-06-22- handy to have the cross_compile block here, tooBernhard Reutner-Fischer
2007-06-21build system: remove kernel .config locations (spotted by walter harms <wharm...Denis Vlasenko
2007-06-19defconfig: updateDenis Vlasenko
2007-06-10add script which measures stack consumption.Denis Vlasenko
2007-06-07- update defconfigBernhard Reutner-Fischer
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko
2007-06-03find_stray_communal_vars: script which finds communal variablesDenis Vlasenko
2007-05-30whitespace fixesDenis Vlasenko
2007-05-15- busybox.c was removed a while agoBernhard Reutner-Fischer
2007-04-15deluser: add optional support for removing users from groupsDenis Vlasenko
2007-04-13style fixesDenis Vlasenko
2007-04-12style fixes. No code changesDenis Vlasenko
2007-04-11rename: run_applet_by_name -> run_applet_and_exitDenis Vlasenko
2007-04-10Rename two config options:Denis Vlasenko
2007-04-08adding small script, mostly for documentational purposesDenis Vlasenko
2007-04-05- clean up addgroup, fix adding users to existing groups and make it optional...Bernhard Reutner-Fischer
2007-04-05- bail out if either file does not existBernhard Reutner-Fischer
2007-04-04- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer
2007-03-28- update defconfigBernhard Reutner-Fischer
2007-03-28- move additional fancy options not mandated by SUSv3 into a FANCY optionBernhard Reutner-Fischer
2007-03-25- rough prototype for split(1). TODO: Still needs some love since it's way to...Bernhard Reutner-Fischer
2007-03-18make clean deletes .kernelrelease nowDenis Vlasenko
2007-03-17dont use obsolete function index() as pointed out by src.obsolete.funcsMike Frysinger
2007-03-15build system: produce link map. Rather useful when youDenis Vlasenko
2007-03-13Do not fail password check if shadow password does not exist -Denis Vlasenko
2007-03-11update defconfigDenis Vlasenko
2007-03-09- add chrt applet.Bernhard Reutner-Fischer
2007-03-09- add selinux applets to the IMA workaroundBernhard Reutner-Fischer
2007-02-25stop using bash'isms ('function')Denis Vlasenko
2007-02-12- check if the compiler supports -fwhole-program -- 4.0 does notBernhard Reutner-Fischer
2007-02-04mkconfigs: remove echo "`...`" contortionDenis Vlasenko
2007-02-03add TODODenis Vlasenko
2007-02-02- minor tweakBernhard Reutner-Fischer
2007-01-29disable -Wold-style-definition for gcc 3.xDenis Vlasenko
2007-01-27Make -Werror configurableDenis Vlasenko
2007-01-24Unify ping and ping6. ping has -4 and -6 which forceDenis Vlasenko
2007-01-23- add hostcc-option checkerBernhard Reutner-Fischer