index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
basic
Age
Commit message (
Expand
)
Author
2010-07-26
*: trailing empty lines removed
Denys Vlasenko
2010-07-04
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-06-17
fix extra bogus files generation in include/config/*
Denys Vlasenko
2010-03-26
Hurd compat fixes. Mostly dealing with absent PATH_MAX
Jérémie Koenig
2010-01-12
scripts/basic/docproc.c: remove stray NUL byte from the source
Denys Vlasenko
2009-05-05
add .gitignore files
Mike Frysinger
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-04-12
style fixes. No code changes
Denis Vlasenko
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2006-12-30
fixdep.c: avoit doing memcmp in most cases
Denis Vlasenko
2006-12-30
saw commit of vapier@busybox.net (thanks!),
Denis Vlasenko
2006-12-30
prevent accessing memory that we dont own
Mike Frysinger
2006-11-30
"kernel config" -> "busybox config"
Denis Vlasenko
2006-10-19
build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)
Denis Vlasenko
2006-10-05
build system overhaul
Denis Vlasenko