aboutsummaryrefslogtreecommitdiff
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'd84b175cb6948eb17f847313bf912174e2f934e1' into mergeRon Yorston2012-03-223-16/+20
|\ | | | | | | | | Conflicts: include/platform.h
| * bloat-o-meter: don't require that pythin is in /usr/bin.Lauri Kasanen2011-07-081-2/+2
| | | | | | | | | | Signed-off-by: Lauri Kasanen <curaga@operamail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Support configuring Busybox from _defconfig filesDaniel Fandrich2011-07-081-1/+1
| | | | | | | | | | | | | | | | | | The existing test .config files are moved to configs/ and renamed to *_defconfig. 'make xyz_defconfig' will enable the configuration in that specific file. Signed-off-by: Daniel Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge commit '066f39956641300c1e5c6bfe6c11a115cea3e2cf' into mergeRon Yorston2012-03-221-10/+12
|\| | | | | | | | | Conflicts: procps/ps.c
* | Merge commit '56a3b82e9692a25ef9c9269e88feac0d579ce8e8' into mergeRon Yorston2012-03-224-15/+10
|\| | | | | | | | | | | | | Conflicts: coreutils/ls.c include/platform.h libbb/bb_basename.c
| * pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabledSteve Iribarne2011-05-091-0/+1
| | | | | | | | | | Signed-off-by: Steve Iribarne <siribarne@grid-net.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * get rid of several "variable 'x' set but not used" warningsCristian Ionescu-Idbohrn2011-05-012-14/+5
| | | | | | | | | | Signed-off-by: Cristian Ionescu-Idbohrn <cii@axis.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-226-7/+18
|\|
| * build fixes for scripts/kconfigDenys Vlasenko2011-04-182-0/+5
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * fix another nonportable grep usage in scriptsDenys Vlasenko2011-04-161-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * gen_build_files.sh: do not use "sed --" for nowDenys Vlasenko2011-04-161-4/+8
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Fix double words in comments. No code changesMarek Polacek2011-04-161-1/+1
| | | | | | | | | | Signed-off-by: Marek Polacek <mpolacek@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge commit '19311bfa7b8e8c6effa9c375de9b0eb4338bee12' into mergeRon Yorston2012-03-222-13/+25
|\| | | | | | | | | | | Conflicts: coreutils/ls.c shell/ash.c
| * fix bit rot in scripts/Makefile.IMA #2Denys Vlasenko2011-03-061-9/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * fix bit rot in scripts/Makefile.IMADenys Vlasenko2011-03-061-1/+7
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into mergeRon Yorston2012-03-223-4/+9
|\| | | | | | | | | | | | | Conflicts: libbb/vfork_daemon_rexec.c networking/wget.c procps/ps.c
| * scripts/mkconfigs: don't use invalid basic regexpDenys Vlasenko2011-02-091-1/+1
| | | | | | | | | | | | \? are GNU extension and thus are non-standard Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * scripts/kconfig/mconf.c: stop-gap fix for buffer overflowDenys Vlasenko2011-02-071-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into mergeRon Yorston2012-03-211-2/+3
|\| | | | | | | | | | | | | Conflicts: include/platform.h libbb/Kbuild.src libbb/messages.c
* | Keep Tigress default configurationRon Yorston2012-02-201-0/+972
| |
* | fixdep: fix mmap() on msysKlessing, Daniel2011-10-301-6/+28
| |
* | win32: fixdep: workaround mmap()Nguyễn Thái Ngọc Duy2011-01-231-0/+29
| |
* | Merge remote-tracking branch 'upstream/master'Nguyễn Thái Ngọc Duy2011-01-048-198/+75
|\|
| * scripts: fix fixdep.c to let it workable in cygwinMacpaul Lin2010-12-181-1/+1
| | | | | | | | | | | | | | | | | | Update retrun character detection in the fixdep.c to let it work in cygwin. Signed-off-by: Macpaul Lin <macpaul@andestech.com> Signed-off-by: Greentime <green.hu@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * Revert "scripts: fix fixdep.c to let it workable in cygwin"Denys Vlasenko2010-12-181-1/+1
| | | | | | | | This reverts commit 10c36b86574133bb1cd29ad04db64c7953b94ab5.
| * scripts: fix fixdep.c to let it workable in cygwinGreentime2010-12-181-1/+1
| | | | | | | | | | | | | | | | | | Update return character detection in the fixdep.c to let it workable in cygwin. Signed-off-by: Macpaul Lin <macpaul@andestech.com> Signed-off-by: Greentime <green.hu@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * gen_build_files.sh: better commentDenys Vlasenko2010-11-251-3/+4
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * build system: fix for dashDenys Vlasenko2010-11-241-3/+6
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-221-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * gen_build_files.sh: restore deleted commentDenys Vlasenko2010-11-211-0/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * gen_build_files.sh: rewrite with sedMike Frysinger2010-11-161-53/+47
| | | | | | | | | | | | | | | | | | The shell parsing of files is incredibly slow on many systems. With one report, the process was taking a minute or two which made people thing the build was hung. So rewrite the craziness with sed and proper shell functions. On an idle system, this cut the runtime by half. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| * typo fixDenys Vlasenko2010-11-061-1/+1
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko2010-11-031-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * scripts/mkdiff_obj: show "size OBJFILE" tooDenys Vlasenko2010-10-291-2/+2
| | | | | | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
| * bloat-o-meter: make it python3 compliantMarek Polacek2010-10-281-2/+2
| | | | | | | | | | | | | | | | Python 3 doesn't support the iterkeys() method anymore. Use iter(foo.keys()) instead of foo.iterkeys(). Signed-off-by: Marek Polacek <mmpolacek@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * scripts: remove bitrotted scripts/individualDenys Vlasenko2010-10-282-137/+15
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Merge commit '6722737ece4b8db3e30b53aef8f981f53db1621e^'Nguyễn Thái Ngọc Duy2011-01-041-1/+4
|\|
| * mkmakefile: make 3.82 fixThomas Chou2010-10-191-1/+4
| | | | | | | | | | Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* | win32: enable fancy echoNguyễn Thái Ngọc Duy2010-09-221-1/+1
| |
* | Merge branch 'vi'Nguyễn Thái Ngọc Duy2010-09-221-10/+10
|\ \
| * | defconfig.mingw32: enable viNguyễn Thái Ngọc Duy2010-09-141-10/+10
| | |
* | | win32: enable sha* (needs WIN32_NET)Nguyễn Thái Ngọc Duy2010-09-211-3/+3
| | |
* | | Merge branch 'net' (early part)Nguyễn Thái Ngọc Duy2010-09-201-2/+2
|\ \ \
| * | | win32: enable wgetNguyễn Thái Ngọc Duy2010-09-201-2/+2
| |/ /
* | | win32: enable rpm2cpio and xz integrationNguyễn Thái Ngọc Duy2010-09-201-2/+2
| | |
* | | win32: enable lzop (requires WIN32_NET)Nguyễn Thái Ngọc Duy2010-09-201-1/+1
| | |
* | | win32: enable (un)lzma, (un)xzNguyễn Thái Ngọc Duy2010-09-201-3/+3
| | |
* | | win32: enable cpio (including cpio creating)Nguyễn Thái Ngọc Duy2010-09-201-3/+3
| | |
* | | Merge branch 'ash'Nguyễn Thái Ngọc Duy2010-09-151-1/+1
|\ \ \
| * | | win32: lineedit: enable historyNguyễn Thái Ngọc Duy2010-09-141-1/+1
| |/ /