Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 "". | |||||
* | - forgot to pass in the HOST_EXTRACFLAGS | Bernhard Reutner-Fischer | 2008-08-28 | 2 | -4/+2 | |
| | ||||||
* | - pull check-lxdialog from linux-2.6.26 | Bernhard Reutner-Fischer | 2008-08-27 | 1 | -23/+21 | |
| | ||||||
* | - warn about overlong lines in help-texts | Bernhard Reutner-Fischer | 2008-07-17 | 2 | -0/+9 | |
| | | | | I initially bailed out with an error, but then that's a bit rough. Just warn to trick somebody into fixing them.. | |||||
* | buld system: suppress a warning | Denis Vlasenko | 2008-07-09 | 1 | -0/+3 | |
| | ||||||
* | build system fixlet to ease blackfin build | Denis Vlasenko | 2008-06-28 | 1 | -1/+1 | |
| | ||||||
* | Remove 'busybox' word from configuration programs | Denis Vlasenko | 2008-05-28 | 6 | -22/+20 | |
| | | | | | (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 | |
| | ||||||
* | - spelling fixes | Bernhard Reutner-Fischer | 2008-02-11 | 1 | -1/+1 | |
| | ||||||
* | merge from upstream for systems that dont integrate libintl into their C ↵ | Mike Frysinger | 2007-11-18 | 2 | -8/+16 | |
| | | | | | | | | | | | | | | | | | | | | library: commit aa1e5ef5c1d95e7ebf0821d9ba27debe43a87a22 Author: Sam Ravnborg <sam@ravnborg.org> Date: Sun Aug 12 23:15:44 2007 +0200 kbuild: check if we can link gettext not just compile cygwin provides the header file but the lib file needs to be added manually. A generic fix is to check if we can compile and link a program that uses gettext() and if it fails fall back to NO_NLS. International users of cygwin may have to specify HOST_LOADLIBES := "-lintl" on the make command line. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> | |||||
* | check-lxdialog.sh: no point in giving up, maybe -lcurses will work? | Denis Vlasenko | 2007-09-26 | 1 | -1/+3 | |
| | ||||||
* | 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>) | |||||
* | whitespace fixes | Denis Vlasenko | 2007-05-30 | 4 | -5/+5 | |
| | ||||||
* | style fixes | Denis Vlasenko | 2007-04-13 | 1 | -1/+1 | |
| | ||||||
* | dont use obsolete function index() as pointed out by src.obsolete.funcs | Mike Frysinger | 2007-03-17 | 1 | -2/+2 | |
| | ||||||
* | - replace some occurances of "kernel" with busybox | Bernhard Reutner-Fischer | 2007-01-17 | 4 | -14/+14 | |
| | ||||||
* | whitespace fixes (leading spaces to tab) | Denis Vlasenko | 2007-01-13 | 1 | -2/+2 | |
| | ||||||
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 4 | -45/+45 | |
| | ||||||
* | "kernel" => "busybox" | Denis Vlasenko | 2007-01-06 | 2 | -4/+4 | |
| | ||||||
* | 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 | |||||
* | prevent buffer underflows with empty lines | Mike Frysinger | 2006-12-30 | 1 | -1/+1 | |
| | ||||||
* | exterminate last bzero's | Denis Vlasenko | 2006-12-13 | 1 | -4/+4 | |
| | | | | version bump to 1.3.0 | |||||
* | "kernel config" -> "busybox config" | Denis Vlasenko | 2006-11-30 | 5 | -10/+10 | |
| | | | | suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com> | |||||
* | fix support for globally disabling --long-options. | Denis Vlasenko | 2006-11-29 | 2 | -2/+2 | |
| | | | | (disabling them saves ~4K on fully configured bbox) | |||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 | |
| | ||||||
* | 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 | 38 | -0/+18458 | |