Up to [cvs.NetBSD.org] / src / lib / libbz2
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.17 / (download) - annotate - [select for diffs], Mon May 7 08:51:47 2012 UTC (12 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Adapt to repository move of dist from external/bsd/bzip2 to external/bsd/bzip2/dist.
Revision 1.16 / (download) - annotate - [select for diffs], Mon May 7 00:35:26 2012 UTC (12 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Finish move of bzip2 from dist/bzip2 to external/bsd/bzip2.
Revision 1.15 / (download) - annotate - [select for diffs], Mon Jun 20 06:52:37 2011 UTC (23 months ago) by mrg
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: yamt-pagecache
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
remove all the code that supported HAVE_GCC=3. mostly from chuq.
Revision 1.14 / (download) - annotate - [select for diffs], Fri Aug 29 00:02:22 2008 UTC (4 years, 8 months ago) by gmcgarry
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-premerge-20091211,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-premerge-20101231,
matt-mips64-base2,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
cherry-xenmp-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: cherry-xenmp
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.
Revision 1.13 / (download) - annotate - [select for diffs], Fri May 16 13:13:00 2008 UTC (5 years ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
hpcarm-cleanup-nbase
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Use -fno-loop-optimize rather than -O0 for gcc4-sh3-bz2 hack.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 18 14:48:39 2008 UTC (5 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
matt-armv6-nbase,
keiichi-mipv6-base
Branch point for: yamt-pf42,
wrstuden-revivesa
Changes since 1.11: +2 -15
lines
Diff to previous 1.11 (colored)
no more texinfo files.
Revision 1.11 / (download) - annotate - [select for diffs], Mon May 28 12:06:18 2007 UTC (5 years, 11 months ago) by tls
Branch: MAIN
CVS Tags: matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-base,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf
Branch point for: matt-armv6,
keiichi-mipv6
Changes since 1.10: +3 -1
lines
Diff to previous 1.10 (colored)
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to various string and memory copy and set functions (as well as a few system calls and other miscellany) where known at function entry. RedHat has evidently built all "core system packages" with this option for some time. This option should be used at the top of Makefiles (or Makefile.inc where this is used for subdirectories) but after any setting of LIB. This is only useful for userland code, and cannot be used in libc or in any code which includes the libc internals, because it overrides certain libc functions with macros. Some effort has been made to make USE_FORT=yes work correctly for a full-system build by having the bsd.sys.mk logic disable the feature where it should not be used (libc, libssp iteself, the kernel) but no attempt has been made to build the entire system with USE_FORT and doing so will doubtless expose numerous bugs and misfeatures. Adjust the system build so that all programs and libraries that are setuid, directly handle network data (including serial comm data), perform authentication, or appear likely to have (or have a history of having) data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default, with the exception of libc, which cannot use USE_FORT and thus uses only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no per-directory or in a system build will disable if desired.
Revision 1.10 / (download) - annotate - [select for diffs], Sun May 21 03:34:57 2006 UTC (7 years ago) by mrg
Branch: MAIN
CVS Tags: wrstuden-fixsa-base-1,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: wrstuden-fixsa,
netbsd-4-0,
netbsd-4
Changes since 1.9: +7 -1
lines
Diff to previous 1.9 (colored)
use -O0 for blocksort.o on sh3 & GCC4.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Aug 19 09:41:28 2002 UTC (10 years, 9 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2,
fvdl_fs64_base
Branch point for: netbsd-3-1,
netbsd-3-0,
netbsd-3
Changes since 1.8: +4 -3
lines
Diff to previous 1.8 (colored)
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
(Reduces make output by ~ 20%)
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 27 21:03:37 2002 UTC (10 years, 11 months ago) by thorpej
Branch: MAIN
Changes since 1.7: +8 -3
lines
Diff to previous 1.7 (colored)
Work around compiler problem on VAX by building with -O0 on that platform.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 15 01:50:40 2002 UTC (11 years, 2 months ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Munge 1.0.2 texinfo file a bit more
Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 12 00:51:01 2001 UTC (11 years, 5 months ago) by tv
Branch: MAIN
Changes since 1.5: +16 -16
lines
Diff to previous 1.5 (colored)
Readability cleanups; MKfoo=no -> NOfoo.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 3 13:42:00 2001 UTC (11 years, 11 months ago) by simonb
Branch: MAIN
Changes since 1.4: +8 -4
lines
Diff to previous 1.4 (colored)
Update to bzip2 v1.0.1, building with reachover Makefiles to dist/bzip2. Complete API change, library major bumped. *sigh*
Revision 1.4 / (download) - annotate - [select for diffs], Fri Nov 10 02:00:10 2000 UTC (12 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.3: +9 -1
lines
Diff to previous 1.3 (colored)
Install html documentation for libbz2/bzip2. Reviewed by Simon Burge.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 8 02:15:13 2000 UTC (12 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.2: +12 -1
lines
Diff to previous 1.2 (colored)
Install (lib)bzip2 info file, as requested by NAKAJIMA Yoshihiro in PR 7402.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 13 02:54:29 1999 UTC (14 years, 3 months ago) by lukem
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
minoura-xpg4dl-base,
minoura-xpg4dl,
comdex-fall-1999-base,
comdex-fall-1999
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
Revision 1.1 / (download) - annotate - [select for diffs], Mon Sep 14 03:18:12 1998 UTC (14 years, 8 months ago) by ross
Branch: MAIN
New files specific to the NetBSD libbz2.