index
:
busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_37_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
master
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
basic
/
fixdep.c
Age
Commit message (
Expand
)
Author
2024-09-27
fixdep: add fstat error handling
Sam James
2023-02-27
fixdep: avoid underflow when end of entry doesn't coincide with EOF
Arsen Arsenović
2021-04-14
fix "warning array subscript has type 'char'"
Denys Vlasenko
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
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-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
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
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-10-19
build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)
Denis Vlasenko
2006-10-05
build system overhaul
Denis Vlasenko