Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix if(p)/free(p) construct | Maninder Singh | 2015-06-07 | 1 | -2/+1 |
| | | | | | | | | No need of explicit NULL check before free. Signed-off-by: Maninder Singh <maninder1.s@samsung.com> Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | buildsys: Add helper to list suid applets | Bernhard Reutner-Fischer | 2013-07-26 | 1 | -4/+20 |
| | | | | | | | | | | | | | Add a helper script that lists all applets that - do or may require SUID provileges (busybox.cfg.suid) - do not require SUID provileges (busybox.cfg.nosuid) Some setups prefer to build two busybox binaries, one that is suid which contains all applets that do or may require suid privileges, and a second one for all the rest (which drops suid). To ease splitting these two binaries, generate a list of CONFIG_ items for the suid binary. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | remove defconfig. Now "make defconfig" simply uses defaults from Config.in | Denys Vlasenko | 2010-06-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Hurd compat fixes. Mostly dealing with absent PATH_MAX | Jérémie Koenig | 2010-03-26 | 1 | -1/+2 |
| | | | | | Signed-off-by: Jérémie Koenig <jk@jk.fr.eu.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko | 2009-04-21 | 1 | -10/+10 |
| | | | | | | and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything! | ||||
* | Make "shadowed" numeric config entries (ones which depend on | Denis Vlasenko | 2009-02-15 | 1 | -0/+2 |
| | | | | | other options which are off) to have the value of 0, not "". | ||||
* | Remove 'busybox' word from configuration programs | Denis Vlasenko | 2008-05-28 | 1 | -1/+1 |
| | | | | | (based on experience of adapting it to uclibc). | ||||
* | fix KCONFIG_NOTIMESTAMP=1 mode (just learned that we have such thing) | Denis Vlasenko | 2008-04-25 | 1 | -0/+2 |
| | |||||
* | build system: stop moaning about unset integer CONFIGs. | Denis Vlasenko | 2007-08-23 | 1 | -1/+2 |
| | |||||
* | build system: remove kernel .config locations (spotted by walter harms ↵ | Denis Vlasenko | 2007-06-21 | 1 | -4/+1 |
| | | | | <wharms@bfs.de>) | ||||
* | - replace some occurances of "kernel" with busybox | Bernhard Reutner-Fischer | 2007-01-17 | 1 | -3/+3 |
| | |||||
* | kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights ↵ | Mike Frysinger | 2006-12-30 | 1 | -1/+1 |
| | | | | with the kernel headers | ||||
* | make sure AUTOCONF_TIMESTAMP is filled up properly ... if user has a ↵ | Mike Frysinger | 2006-12-30 | 1 | -3/+12 |
| | | | | timezone of Factory for example, strftime() will overflow the string and leave us without a trailing "\n and all hell breaks loose when we compile | ||||
* | build system: (try to) get rid of bb_config.h hack | Denis Vlasenko | 2006-10-19 | 1 | -0/+2 |
| | |||||
* | make defconfig now works | Denis Vlasenko | 2006-10-05 | 1 | -1/+1 |
| | |||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 1 | -0/+560 |