Up to [cvs.netbsd.org] / src / usr.bin / make
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6.6.1 / (download) - annotate - [select for diffs], Wed May 23 10:08:26 2012 UTC (2 days, 22 hours ago) by yamt
Branch: yamt-pagecache
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
sync with head.
Revision 1.7 / (download) - annotate - [select for diffs], Fri May 18 02:28:16 2012 UTC (8 days, 6 hours ago) by sjg
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
HEAD
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
Avoid nested extern declaration warnings
Revision 1.6 / (download) - annotate - [select for diffs], Sat Dec 25 20:35:25 2010 UTC (17 months ago) by dholland
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Many C libraries don't set errno when malloc fails, so always use strerror(ENOMEM).
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 24 23:19:50 2009 UTC (3 years, 4 months ago) by dsl
Branch: MAIN
CVS Tags: matt-premerge-20091211,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Fix sense of MAKE_NATICE test.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 24 23:07:48 2009 UTC (3 years, 4 months ago) by dsl
Branch: MAIN
Changes since 1.3: +4 -2
lines
Diff to previous 1.3 (colored)
Add #ifndef MAKE_NATIVE around __RCSID
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 24 14:43:28 2009 UTC (3 years, 4 months ago) by dsl
Branch: MAIN
Changes since 1.2: +7 -4
lines
Diff to previous 1.2 (colored)
Fixes to includes of make_malloc.h to that it actually builds when USE_EMALLOC is undefined. Fixes earlier fixes :-)
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 24 13:06:16 2009 UTC (3 years, 4 months ago) by cegger
Branch: MAIN
Changes since 1.1: +5 -3
lines
Diff to previous 1.1 (colored)
buildfixes for OSX: - include <sys/types> for size_t - progname is undeclared - include <string.h> for string functions like strlen() - include <errno.h> for errno
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 24 11:59:39 2009 UTC (3 years, 4 months ago) by dsl
Branch: MAIN
Move the bmake_malloc() functions into their own .c and .h files. Include instead of make.h in a few places.