Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
947b2391c07f8a11f7bd4658f77cd03172fc221a
/
scripts
95f7953
do not use `a' quoting style in comments
by Denys Vlasenko
· 7 years ago
bbf17bb
crond: do not assume setenv() does not leak
by Denys Vlasenko
· 7 years ago
367a55c
build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox
by Denys Vlasenko
· 7 years ago
d4e4fdb
fixes for bugs found by make_single_applets.sh
by Denys Vlasenko
· 7 years ago
7fdb764
scripts/randomtest: update things which can't be tested on uclibc
by Denys Vlasenko
· 7 years ago
bca4ea8
remove "local" bashism from a few scripts
by Denys Vlasenko
· 8 years ago
de912f0
randomconfig fixes
by Denys Vlasenko
· 8 years ago
2ae86ad
trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS X
by Denys Vlasenko
· 8 years ago
5b8c89d
build system: make CONFIG_FEATURE_USE_BSS_TAIL less funky
by Denys Vlasenko
· 8 years ago
ea9ebc0
scripts/trylink: libbusybox fix
by Denys Vlasenko
· 8 years ago
bb0bf28
randomconfig fixes 2
by Denys Vlasenko
· 8 years ago
015db58
randomconfig fixes
by Denys Vlasenko
· 8 years ago
4c8fa34
generate_BUFSIZ.sh: yet another tweak
by Denys Vlasenko
· 9 years ago
663d1da
scripts/trylink: document DATA_SEGMENT_ALIGN() hack
by Denys Vlasenko
· 9 years ago
7ff24bd
generate_BUFSIZ.sh: catch BUFSIZE < 1024 also on "big" builds
by Denys Vlasenko
· 9 years ago
d7b502c
build system: fix generate_BUFSIZ.sh to not alternate 1k and malloc builds
by Denys Vlasenko
· 9 years ago
93e1aaa
libbb: constify *bb_common_bufsiz1 (if it is compiled to be a pointer)
by Denys Vlasenko
· 9 years ago
f56fb5e
libbb: make "COMMON_BUFSIZE = 1024 bytes, the buffer will be malloced" work
by Denys Vlasenko
· 9 years ago
47cfbf3
*: add most of the required setup_common_bufsiz() calls
by Denys Vlasenko
· 9 years ago
e6a2f4c
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
by Denys Vlasenko
· 9 years ago
d63d77a
kconfig/lxdialog: get ncurses CFLAGS with pkg-config
by Bjørn Forsman
· 10 years ago
935fe68
kbuild: Make scripts executable
by Michal Marek
· 10 years ago
d35ba8b
kconfig/lxdialog: rationalise the include paths where to find {.n}curses{,w}.h
by Yann E. MORIN
· 12 years ago
e62c715
menuconfig: optionally use pkg-config to detect ncurses libs
by Justin Lecher
· 12 years ago
f755430
menuconfig: fix extended colors ncurses support
by Krzysztof Mazur
· 12 years ago
8c3f943
kbuild: Fix gcc -x syntax
by Jean Delvare
· 12 years ago
74f58ed
kconfig: fix check-lxdialog for DLL platforms
by Yaakov Selkowitz
· 12 years ago
a0f24a0
kconfig: check ncursesw headers first in check-lxdialog
by Yaakov Selkowitz
· 12 years ago
f48bd92
kconfig: fix menuconfig on debian lenny
by Junio C Hamano
· 14 years ago
993dab7
Revert "lxdialog: fix ncursesw include detection"
by Mike Frysinger
· 9 years ago
056e1f5
trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS
by Denys Vlasenko
· 9 years ago
77e2bde
trylink: include LDFLAGS when checking linkage
by Mike Frysinger
· 9 years ago
edcd5dc
typo fix
by Denys Vlasenko
· 9 years ago
58d0e20
scripts/trylink: remove $CPPFLAGS
by Denys Vlasenko
· 9 years ago
5134010
scripts/trylink: fix bit-rotted linker option verification
by Denys Vlasenko
· 9 years ago
69c8c69
randconfig fixes
by Denys Vlasenko
· 9 years ago
0fabedf
fix if(p)/free(p) construct
by Maninder Singh
· 10 years ago
97c6491
typo fixes
by Maninder Singh
· 10 years ago
6798564
trylink: respect compiler settings when probing features
by Mike Frysinger
· 10 years ago
4a08e82
trylink: use mktemp instead of hardcoding paths
by Mike Frysinger
· 10 years ago
e3366d6
trylink: emit names of linked executables
by Denys Vlasenko
· 11 years ago
5fd3ddf
modprobe-small: fix help messages for aliased module-related applets
by Denys Vlasenko
· 11 years ago
7537406
build system: specify '-nostldlib' when linking to .o files
by Drew Moseley
· 11 years ago
29f3526
build system: for "find", use POSIX not operator (!) instead of -not
by Denys Vlasenko
· 11 years ago
9b76f89
build system: fix non-portable sed constructs.
by Matthias Andree
· 11 years ago
f2743a5
build system: stop including alloca.h, stdlib.h provides it
by Denys Vlasenko
· 11 years ago
198b02f
fix failures found by randomconfig builds
by Denys Vlasenko
· 11 years ago
c9d87be
build system: fix make gconfig
by Daniel Borca
· 11 years ago
195c436
build system: use od -b instead of od -t x1
by Denys Vlasenko
· 11 years ago
28a2094
bloat-o-meter: add usage info
by Bartosz Golaszewski
· 11 years ago
3eab2b7
trylink: only prefix libs with -l
by Mike Frysinger
· 11 years ago
9078633
buildsys: Add helper to list suid applets
by Bernhard Reutner-Fischer
· 11 years ago
225cc13
scripts/kconfig/mconf: work on systems w/o SIGWINCH
by Denys Vlasenko
· 12 years ago
9b78e14
build system: fix build of kconfig on Darwin
by Bernhard Walle
· 12 years ago
8cab667
fix build breakage found by randconfig
by Denys Vlasenko
· 13 years ago
25dbb07
bloat-o-meter: Remove unused code
by Bernhard Reutner-Fischer
· 13 years ago
b1b7096
bloat-o-meter: handle huge (hex) sizes.
by Bernhard Reutner-Fischer
· 13 years ago
1c7724b
gen_build_files.sh: exclude hidden directories
by Paulius Zaleckas
· 13 years ago
4ea37d6
gen_build_files.sh: simplify "print everything up to INSERT line" part
by Denys Vlasenko
· 13 years ago
efd08bf
gen_build_files: don't pass 200k+ strings as params. Closes 4321
by Denys Vlasenko
· 13 years ago
dd1eb41
suppress "warning: implicit declaration of function 'alloca'"
by Denys Vlasenko
· 13 years ago
98f213e
bloat-o-meter: don't require that pythin is in /usr/bin.
by Lauri Kasanen
· 13 years ago
126f2b2
Support configuring Busybox from _defconfig files
by Daniel Fandrich
· 13 years ago
ed607a8
pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled
by Steve Iribarne
· 14 years ago
fcbc641
get rid of several "variable 'x' set but not used" warnings
by Cristian Ionescu-Idbohrn
· 14 years ago
b83c970
build fixes for scripts/kconfig
by Denys Vlasenko
· 14 years ago
08caf09
fix another nonportable grep usage in scripts
by Denys Vlasenko
· 14 years ago
c3dadba
gen_build_files.sh: do not use "sed --" for now
by Denys Vlasenko
· 14 years ago
b0b8884
Fix double words in comments. No code changes
by Marek Polacek
· 14 years ago
bff5f3f
fix bit rot in scripts/Makefile.IMA #2
by Denys Vlasenko
· 14 years ago
726ebba
fix bit rot in scripts/Makefile.IMA
by Denys Vlasenko
· 14 years ago
e7212a4
scripts/mkconfigs: don't use invalid basic regexp
by Denys Vlasenko
· 14 years ago
5a746dc
scripts/kconfig/mconf.c: stop-gap fix for buffer overflow
by Denys Vlasenko
· 14 years ago
b2fa0b6
scripts: fix fixdep.c to let it workable in cygwin
by Macpaul Lin
· 14 years ago
e068842
Revert "scripts: fix fixdep.c to let it workable in cygwin"
by Denys Vlasenko
· 14 years ago
10c36b8
scripts: fix fixdep.c to let it workable in cygwin
by Greentime
· 14 years ago
7a3f8e2
gen_build_files.sh: better comment
by Denys Vlasenko
· 14 years ago
749e305
build system: fix for dash
by Denys Vlasenko
· 14 years ago
26777aa
fixes for bugs discovered by randomconfig builds and tests
by Denys Vlasenko
· 14 years ago
f9d0913
gen_build_files.sh: restore deleted comment
by Denys Vlasenko
· 14 years ago
f718e3a
gen_build_files.sh: rewrite with sed
by Mike Frysinger
· 14 years ago
f595d8e
typo fix
by Denys Vlasenko
· 14 years ago
833d4e7
rename archival/libunarchive -> archival/libarchive; move bz/ into it
by Denys Vlasenko
· 14 years ago
1642d02
scripts/mkdiff_obj: show "size OBJFILE" too
by Denys Vlasenko
· 14 years ago
8410ac1
bloat-o-meter: make it python3 compliant
by Marek Polacek
· 14 years ago
02788ac
scripts: remove bitrotted scripts/individual
by Denys Vlasenko
· 14 years ago
ef6c6d8
mkmakefile: make 3.82 fix
by Thomas Chou
· 14 years ago
d493e93
remove stray debugging stuff
by Denys Vlasenko
· 14 years ago
9ce07e7
bbconfig: add COMPRESS_BBCONFIG option
by Denys Vlasenko
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
95b83ba
OpenBSD compatibility
by Waldemar Brodkorb
· 14 years ago
6e06da5
update _shipped file with hurd fix
by Denys Vlasenko
· 14 years ago
3d615b8
find_stray_empty_lines: make it work
by Bernhard Reutner-Fischer
· 14 years ago
a3f7100
find_stray_empty_lines: fix tail "invalid context" error
by Javier Viguera
· 14 years ago
b4d0351
*: s/spaces/tabs/
by Denys Vlasenko
· 14 years ago
ba2dccc
*: trailing empty lines removed
by Denys Vlasenko
· 14 years ago
0f89605
*: more empty lines removed. no code changes
by Denys Vlasenko
· 14 years ago
daf286c
Fix out-of-tree build's recursion
by Alexander Shishkin
· 14 years ago
1883cb1
fix make O=dir build
by Denys Vlasenko
· 14 years ago
3e5fa43
scripts/randomtest: update to pass testsuite with Rob's toolchain
by Denys Vlasenko
· 14 years ago
Next »