Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
5aa4d532735b715f10560513e79e96f237957570
/
scripts
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
926031b
*: introduce and use xfork() and xvfork()
by Pascal Bellard
· 14 years ago
1d72d43
gen_build_files.sh is an order prerequisite only for autoconf.h
by Denys Vlasenko
· 14 years ago
134d0eb
cosmetics on top of Dan's patches
by Denys Vlasenko
· 14 years ago
ebeac16
Define GNU-specific link options in one place
by Dan Fandrich
· 14 years ago
2f41e7e
fix extra bogus files generation in include/config/*
by Denys Vlasenko
· 15 years ago
da3a956
scripts/echo.c: remove bb-ism
by Denys Vlasenko
· 15 years ago
aa30efc
check-lxdialog.sh: fix helptext
by Bernhard Reutner-Fischer
· 15 years ago
729ecb8
bbconfig: make it independent from printf functions
by Denys Vlasenko
· 15 years ago
2f32bf8
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
by Denys Vlasenko
· 15 years ago
f0f9470
make it possible to keep usage texts in .c files
by Denys Vlasenko
· 15 years ago
6c5bf0d
make it possible to have include/applets.h-esque entries in .c files
by Denys Vlasenko
· 15 years ago
da929a9
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
by Denys Vlasenko
· 15 years ago
eb29e91
trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsole
by Denys Vlasenko
· 15 years ago
76c936f
build system: make gen_build_files.sh messages more inline with the rest
by Denys Vlasenko
· 15 years ago
ad7a5d4
fgconsole: new applet by Grigory Batalov <bga@altlinux.org>
by Grigory Batalov
· 15 years ago
a88585a
trylink: gold may not support --sort-common (yet)
by Bernhard Reutner-Fischer
· 15 years ago
e91bc53
lxdialog: fix ncursesw include detection
by Bernhard Reutner-Fischer
· 15 years ago
a1db8b8
make scripts/gen_build_files.sh standard-clean
by Denys Vlasenko
· 15 years ago
3015a13
scripts/gen_build_files.sh: revert to using /bin/sh
by Denys Vlasenko
· 15 years ago
7481393
scripts/Makefile.clean: Make Kbuild and Makefile optional
by Peter Tyser
· 15 years ago
084e228
gen_build_files.sh uses bashism, document it
by Denys Vlasenko
· 15 years ago
c84c85a
gen_build_files: use raw reads (ones which don't eat backslashes)
by Denys Vlasenko
· 15 years ago
8e3aff0
more randomconfig testsuite fixes
by Denys Vlasenko
· 15 years ago
1602a5c
gen_build_files.sh should be executable
by Denys Vlasenko
· 15 years ago
ff0e875
work on adding testsuite runs to randomconfig test builds
by Denys Vlasenko
· 15 years ago
572b9a3
tweak scripts/gen_build_files.sh
by Denys Vlasenko
· 15 years ago
7fb68f1
make it possible to keep Config/Kbuild snippets in *.c files
by Denys Vlasenko
· 15 years ago
375a8ef
mount: add an optional capability to create new /dev/loopN as needed
by Lauri Kasanen
· 15 years ago
fbedacf
Hurd compat fixes. Mostly dealing with absent PATH_MAX
by Jérémie Koenig
· 15 years ago
19158a8
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
by Denys Vlasenko
· 15 years ago
0454d9d
update defconfig
by Bernhard Reutner-Fischer
· 15 years ago
00ddd44
fix typos in comments and doc
by Denys Vlasenko
· 15 years ago
eb25575
bloat-o-meter: convert to print() calls
by Bernhard Reutner-Fischer
· 15 years ago
f16d7c4
bloat-o-meter: fix quadric behavior in alias resolution
by Bernhard Reutner-Fischer
· 15 years ago
659507f
bloat-o-meter: teach it to handle aliases
by Bernhard Reutner-Fischer
· 15 years ago
e57ea7e
update defconfig
by Denys Vlasenko
· 15 years ago
3581c62
whitespace fixes
by Denys Vlasenko
· 15 years ago
2315c88
scripts/randomtest: tweaks for non-eliminable warnings and broken static glibc
by Denys Vlasenko
· 15 years ago
7306727
shell: split read builtin from ash
by Denys Vlasenko
· 15 years ago
f3ec0fb
scripts/basic/docproc.c: remove stray NUL byte from the source
by Denys Vlasenko
· 15 years ago
31e2e7b
randomconfig fixes
by Denys Vlasenko
· 15 years ago
4662de0
replace APP_xxDHCPxx with xxDHCPxx, it's more consistent with the rest
by Denys Vlasenko
· 15 years ago
fa1e717
build system: fix for coarse mtime problem
by Denys Vlasenko
· 15 years ago
8131eea
*: introduce and use ffulsh_all()
by Denys Vlasenko
· 15 years ago
e039e68
wall: new applet
by Bernhard Reutner-Fischer
· 15 years ago
adf922e
*: a few more NOINLINEs
by Denys Vlasenko
· 15 years ago
0da1c0a
beep: optimize
by Denys Vlasenko
· 15 years ago
00ea82e
add config knob for default freq and length
by Bernhard Reutner-Fischer
· 15 years ago
e10db56
update defconfig
by Denys Vlasenko
· 15 years ago
0568b6e
randomconfig fixes
by Denys Vlasenko
· 15 years ago
eb1cda2
trylink: don't use ld --gc-sections if ld doesn't support it
by Denys Vlasenko
· 15 years ago
8e5d83b
mkswap: remove configuration for v0 support
by Denys Vlasenko
· 15 years ago
f3b92d3
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
by Denys Vlasenko
· 15 years ago
98f7403
bloat-o-meter: touchup argv handling
by Mike Frysinger
· 16 years ago
5177e28
bloat-o-meter: fix tab/space mixing
by Mike Frysinger
· 16 years ago
3322351
add .gitignore files
by Mike Frysinger
· 16 years ago
5e34ff2
*: mass renaming of USE_XXXX to IF_XXXX
by Denis Vlasenko
· 16 years ago
184f4ff
disable FLASH_ERASEALL in defconfig
by Denis Vlasenko
· 16 years ago
5dcb43a
website: announce 1.14.0 and 1.13.4 Makefile: bump version to 1.14.0
by Denis Vlasenko
· 16 years ago
1_14_0
2b2183a
hush: make function support configurable
by Denis Vlasenko
· 16 years ago
18f2a79
build system tweaks to account for latest hush changes
by Denis Vlasenko
· 16 years ago
88b8f0a
sendmail: update by Vladimir
by Denis Vlasenko
· 16 years ago
a2333c8
randomtest fixes
by Denis Vlasenko
· 16 years ago
83518d1
Compatibility fixes:
by Denis Vlasenko
· 16 years ago
c6ab085
Make "shadowed" numeric config entries (ones which depend on
by Denis Vlasenko
· 16 years ago
1cbfd98
httpd:
by Denis Vlasenko
· 16 years ago
928b2c0
...and exclude LC_ALL too
by Denis Vlasenko
· 16 years ago
dcc921e
build system: fix sorting + locale in make objsizes
by Denis Vlasenko
· 16 years ago
62e0dc2
update random config tester
by Denis Vlasenko
· 16 years ago
2a8329e
build system: remove '-Wl,' when we pass flags to ld.
by Denis Vlasenko
· 16 years ago
4f7d90f
defconfig: explain what we aim it to be
by Denis Vlasenko
· 16 years ago
35a064b
build system: tidying up CONFIG_xxx names (suggested by Rob)
by Denis Vlasenko
· 16 years ago
1fe7887
another small defconfig update
by Denis Vlasenko
· 16 years ago
b15a6f2
update defconfig
by Denis Vlasenko
· 16 years ago
53c80f0
less: add optional line number toggle and resizing on SIGWINCH.
by Denis Vlasenko
· 16 years ago
2d5bd80
build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;
by Denis Vlasenko
· 16 years ago
2dfd295
- give glob a chance
by Bernhard Reutner-Fischer
· 16 years ago
5cb54b5
init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people
by Denis Vlasenko
· 16 years ago
27e1501
scripts/randomtest[.loop]: add scripts for randomconfig testing
by Denis Vlasenko
· 16 years ago
6c4dade
- update my name. No obj-code changes ;)
by Bernhard Reutner-Fischer
· 16 years ago
d66aa3c
df: add support for more options, add some coreutils 6.10 compat.
by Denis Vlasenko
· 16 years ago
1ebdacc
- forgot to pass in the HOST_EXTRACFLAGS
by Bernhard Reutner-Fischer
· 16 years ago
f3d1e21
- pull check-lxdialog from linux-2.6.26
by Bernhard Reutner-Fischer
· 16 years ago
b522d69
trylink: make messages less confusing
by Denis Vlasenko
· 16 years ago
625ed8e
Updating defconfig, fixing a typo in Config.in
by Denis Vlasenko
· 16 years ago
c77e843
- add new applet rdev (Grant Erickson) - fixes and shrink (me)
by Bernhard Reutner-Fischer
· 16 years ago
e9ad84d
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
by Denis Vlasenko
· 16 years ago
Next »