index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Makefile.custom
Age
Commit message (
Expand
)
Author
2015-07-01
applets: Add installation of individual binaries
Clayton Shotwell
2014-06-22
unit-tests: implement the unit-testing framework
Bartosz Golaszewski
2013-11-02
Makefile.custom: make "make release" delete .gitignore files too
Denys Vlasenko
2013-07-26
buildsys: Add helper to list suid applets
Bernhard Reutner-Fischer
2010-10-24
correct manpage name
Denys Vlasenko
2010-07-29
doc: remove trailing empty line
Bernhard Reutner-Fischer
2010-06-06
make it possible to keep usage texts in .c files
Denys Vlasenko
2010-06-06
make it possible to have include/applets.h-esque entries in .c files
Denys Vlasenko
2010-03-28
"make release" should delete .git directory too
Denys Vlasenko
2009-10-02
Fixes to usage text; updated busybox.spec
Denys Vlasenko
2009-10-02
Update documentation generator so that it sucks less
Denys Vlasenko
2009-03-30
fix DOC build output to be like kbuild standard
Mike Frysinger
2008-08-21
- print the documentation per default
Bernhard Reutner-Fischer
2008-05-20
fix "make bigdata" to not show weak aliases
Denis Vlasenko
2008-04-11
build system: use POSIX options only for cp
Denis Vlasenko
2008-04-10
fix "make check"
Denis Vlasenko
2007-12-02
attack the biggest stack users:
Denis Vlasenko
2007-08-25
support "#!/bin/busybox"-style wrappers. Needed for SELinux.
Denis Vlasenko
2007-06-21
random shrinkage of statics, -60 bytes saved
Denis Vlasenko
2007-06-19
punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling
Mike Frysinger
2007-06-10
add script which measures stack consumption.
Denis Vlasenko
2007-05-02
allow people to stick custom things into Makefile.local so they dont need to ...
Mike Frysinger
2007-01-27
- the testharness needs busybox.links. Now the new foobar.tests work again
Bernhard Reutner-Fischer
2006-12-12
build system: small fix for "release" target to work
Denis Vlasenko
2006-12-12
build system: add "release" target
Denis Vlasenko
2006-12-06
- remove a warning that was not ment to be checked in.
Bernhard Reutner-Fischer
2006-12-06
- better distinction between CFLAGS and CPPFLAGS.
Bernhard Reutner-Fischer
2006-12-06
- adjust to kernel's build infrastructure.
Bernhard Reutner-Fischer
2006-11-30
passwd: small size optimization. salt generation improved
Denis Vlasenko
2006-11-22
- reinstate "make checkhelp"
Bernhard Reutner-Fischer
2006-11-17
- Set INSTALL_OPTS according to the config.
Bernhard Reutner-Fischer
2006-11-17
- fix generation of the busybox.links install script inputfile
Bernhard Reutner-Fischer
2006-10-19
build system: (try to) get rid of bb_config.h hack
Denis Vlasenko
2006-10-09
build system: fix for non-i386 builds
Denis Vlasenko
2006-10-05
fixing build system overhaul fallout...
Denis Vlasenko
2006-10-05
build system overhaul
Denis Vlasenko