index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
basic
Age
Commit message (
Expand
)
Author
2019-01-06
build system: fix compiler warnings
Denys Vlasenko
2015-05-25
typo fixes
Maninder Singh
2014-01-09
build system: stop including alloca.h, stdlib.h provides it
Denys Vlasenko
2011-09-15
suppress "warning: implicit declaration of function 'alloca'"
Denys Vlasenko
2011-04-16
Fix double words in comments. No code changes
Marek Polacek
2010-12-18
scripts: fix fixdep.c to let it workable in cygwin
Macpaul Lin
2010-12-18
Revert "scripts: fix fixdep.c to let it workable in cygwin"
Denys Vlasenko
2010-12-18
scripts: fix fixdep.c to let it workable in cygwin
Greentime
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