index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.flags
Commit message (
Expand
)
Author
Age
Files
Lines
*
- 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
*
introduce the concept of LDLIBS for additional libraries so that when we do t...
Mike Frysinger
2007-03-30
1
-3
/
+3
*
- reinstate dmalloc and efence support
Bernhard Reutner-Fischer
2007-03-28
1
-0
/
+9
*
new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>
Denis Vlasenko
2007-02-06
1
-0
/
+4
*
add -Wwrite-strings to Makefile
Denis Vlasenko
2007-02-01
1
-4
/
+4
*
disable -Wold-style-definition for gcc 3.x
Denis Vlasenko
2007-01-29
1
-1
/
+7
*
make it possible to build bbox without warnings again.
Denis Vlasenko
2007-01-27
1
-4
/
+14
*
Make -Werror configurable
Denis Vlasenko
2007-01-27
1
-2
/
+7
*
- call cc-option to check if the compiler supports the flags we asked to use
Bernhard Reutner-Fischer
2007-01-23
1
-11
/
+10
*
- add more strict prototype checking to catch wrong and broken code (like nes...
Bernhard Reutner-Fischer
2007-01-22
1
-1
/
+7
*
- guess we need dl too
Bernhard Reutner-Fischer
2007-01-08
1
-1
/
+1
*
- set LD to ld
Bernhard Reutner-Fischer
2007-01-08
1
-1
/
+4
*
- honor CONFIG_DEBUG
Bernhard Reutner-Fischer
2006-12-13
1
-0
/
+6
*
- better distinction between CFLAGS and CPPFLAGS.
Bernhard Reutner-Fischer
2006-12-06
1
-1
/
+3
*
added gcc flag which is needed for ULLONG_MAX to appear
Denis Vlasenko
2006-11-26
1
-0
/
+3
*
add -Wundef, fix uncovered bugs
Denis Vlasenko
2006-11-17
1
-1
/
+1
*
- remove duplicate flags (-funsigned-char -fno-builtin-strlen)
Bernhard Reutner-Fischer
2006-10-20
1
-2
/
+1
*
nmeter: new applet. ~4k
Denis Vlasenko
2006-10-11
1
-2
/
+1
*
build system: fix for non-i386 builds
Denis Vlasenko
2006-10-09
1
-2
/
+2
*
correct largefile support, add comments about it.
Denis Vlasenko
2006-10-08
1
-13
/
+13
*
build system overhaul
Denis Vlasenko
2006-10-05
1
-0
/
+19