| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop CONFIG_WIN32_NET setting | Ron Yorston | 2014-03-17 | 1 | -4/+1 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2012-12-11 | 1 | -1/+11 |
|\ |
|
| * | build system: use pkg-config to look up selinux libs | Mike Frysinger | 2012-10-20 | 1 | -1/+11 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-09-07 | 1 | -0/+4 |
|\| |
|
| * | build system: stop .eh_frame generation | Denys Vlasenko | 2012-09-04 | 1 | -0/+3 |
| * | disable format security warnings | Mike Frysinger | 2012-08-04 | 1 | -0/+1 |
* | | win32: support fancy prompts and (limited) tilde expansion | Ron Yorston | 2012-04-23 | 1 | -0/+1 |
* | | Merge commit '1_20_0' into merge | Ron Yorston | 2012-04-23 | 1 | -1/+4 |
|\| |
|
| * | fix build breakage with gcc 4.2.1 | Denys Vlasenko | 2012-04-20 | 1 | -1/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-03-23 | 1 | -5/+30 |
|\| |
|
| * | build system: remove bogus $(1) in last commit | Denys Vlasenko | 2012-03-11 | 1 | -1/+1 |
| * | build system: detect missing crypt and drop it from linking | Denys Vlasenko | 2012-03-10 | 1 | -7/+8 |
| * | build system: fix broken CONFIG_SYSROOT handling | Denys Vlasenko | 2012-03-08 | 1 | -1/+3 |
| * | Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK config | Rob Walker | 2012-03-07 | 1 | -0/+15 |
| * | Fix link failure on some platforms when PAM is enabled | Tristan Schmelcher | 2011-12-05 | 1 | -1/+8 |
* | | Merge commit 'c0cae52662ccced9df19f19ec94238d1b1e3bd71' into merge | Ron Yorston | 2012-03-23 | 1 | -1/+6 |
|\| |
|
| * | Android build fixes and alternate (hopefully simpler) defconfig for it | Denys Vlasenko | 2011-09-09 | 1 | -0/+5 |
* | | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into merge | Ron Yorston | 2012-03-22 | 1 | -2/+2 |
|\| |
|
| * | Compile options: default to -O2 when -Os is not available | Wolfgang Denk | 2011-05-02 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'upstream/master' | Nguyễn Thái Ngọc Duy | 2011-01-04 | 1 | -1/+1 |
|\| |
|
| * | allow SKIP_STRIP to be set in the env | Mike Frysinger | 2010-11-16 | 1 | -1/+1 |
* | | win32: Makefile: support building with network support | Nguyễn Thái Ngọc Duy | 2010-09-15 | 1 | -0/+3 |
* | | win32: Import fnmatch source | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -1/+2 |
* | | Makefile: support building on Windows using MinGW compiler | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+5 |
|/ |
|
* | diff: more compiler compat fixes. no code changes | Dan Fandrich | 2010-02-04 | 1 | -0/+1 |
* | preliminary work for gcc 4.4.0 | Denys Vlasenko | 2009-08-22 | 1 | -0/+9 |
* | the -elf2flt flag can be used w/out -Wl, so drop the requirement so people ca... | Mike Frysinger | 2009-03-12 | 1 | -3/+3 |
* | - add flash_eraseall | Bernhard Reutner-Fischer | 2009-02-18 | 1 | -0/+1 |
* | - add CONFIG_EXTRA_CFLAGS (thanks to keesj) | Bernhard Reutner-Fischer | 2009-01-22 | 1 | -0/+5 |
* | - reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys? | Bernhard Reutner-Fischer | 2008-08-05 | 1 | -1/+2 |
* | Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn) | Denis Vlasenko | 2008-06-12 | 1 | -3/+10 |
* | Build system: track -Wl,-elf2flt in CFLAGS_busybox too. | Denis Vlasenko | 2008-06-06 | 1 | -2/+7 |
* | remove -fno-jump-tables - after stripping it proved to be worse | Denis Vlasenko | 2008-06-04 | 1 | -4/+0 |
* | build system: add PIE build option | Denis Vlasenko | 2008-06-04 | 1 | -4/+16 |
* | more -Wall warning fixes. -Wall is enabled now. | Denis Vlasenko | 2008-05-18 | 1 | -3/+7 |
* | Add more -W options to gcc. | Denis Vlasenko | 2008-05-15 | 1 | -14/+3 |
* | build system: do not rebuild entire tree if it is moved | Denis Vlasenko | 2008-05-08 | 1 | -1/+1 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -0/+1 |
* | defconfig: update | Denis Vlasenko | 2007-12-24 | 1 | -1/+2 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+4 |
* | add -fpic to CC flags when we build libbusybox (14% smaller .so) | Denis Vlasenko | 2007-10-11 | 1 | -0/+6 |
* | reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 | Denis Vlasenko | 2007-10-07 | 1 | -1/+2 |
* | reviving libbusybox, adding CONFIG_INDIVIDUAL part 2 | Denis Vlasenko | 2007-10-07 | 1 | -8/+5 |
* | login: optional support for PAM | Denis Vlasenko | 2007-08-21 | 1 | -3/+5 |
* | Modify method of linking against libs. Now we fisrt try all | Denis Vlasenko | 2007-07-17 | 1 | -3/+10 |
* | random shrinkage of statics, -60 bytes saved | Denis Vlasenko | 2007-06-21 | 1 | -2/+2 |
* | since we removed the deprecated matches() now and thus not alot of warnings a... | Bernhard Reutner-Fischer | 2007-06-21 | 1 | -0/+3 |
* | punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling | Mike Frysinger | 2007-06-19 | 1 | -1/+8 |
* | moved biggest stack buffers to malloc space, or made their size configurable | Denis Vlasenko | 2007-06-10 | 1 | -0/+1 |
* | set default FLTFLAGS for a fatty stack | Mike Frysinger | 2007-04-05 | 1 | -0/+3 |