DragonFlyBSD/src 158d5b3lib/libz Makefile Makefile.stand

libz: Update source path in Makefiles
DeltaFile
+1-1lib/libz/Makefile
+1-1lib/libz/Makefile.stand
+2-22 files

DragonFlyBSD/src 479ab7fstand/boot/common module.c, stand/boot/pc32/btx/btx btx.S

boot: Move boot source code /usr/src/stand.

sys/boot becomes stand/boot and lib/libstand becomes stand/lib.

My main reason is to have boot out of the way when for example grepping
in sys/. It also makes more sense since it's not really userland or
kernel code.

Other BSDs have moved their boot/standalone code around too, but maybe
with different directory layouts.

Approved-by: dillon, zrj
DeltaFile
+0-1,412sys/boot/pc32/libi386/biosdisk.c
+1,412-0stand/boot/pc32/libi386/biosdisk.c
+1,158-0stand/boot/pc32/btx/btx/btx.S
+0-1,158sys/boot/pc32/btx/btx/btx.S
+1,117-0stand/boot/common/module.c
+0-1,117sys/boot/common/module.c
+3,687-3,687484 files not shown
+50,548-50,546490 files

DragonFlyBSD/src ca0c2bblib/libstand Makefile, lib/libz Makefile.stand

libstand: Adjust zlib hadling.

Avoid crc32.c search issue in .PATH, move Makefile.stand inclusion
before sys/libkern. Add comments why.
DeltaFile
+8-4lib/libstand/Makefile
+0-2lib/libz/Makefile.stand
+8-62 files

DragonFlyBSD/src 602ba88lib/libstand Makefile, lib/libz Makefile.stand

libstand: Use new LIBSTAND_SRC and LIBSTAND_ARCH variables in makefiles.

* Make it easier to include lib/libstand/Makefile for building different
  variants of libstand. Preparation for adding sys/boot/libstand32.
DeltaFile
+19-13lib/libstand/Makefile
+1-1lib/libz/Makefile.stand
+20-142 files

DragonFlyBSD/src 86d7f5dcontrib/binutils-2.22/opcodes i386-tbl.h, games/fortune/datfiles fortunes

Initial import of binutils 2.22 on the new vendor branch

Future versions of binutils will also reside on this branch rather
than continuing to create new binutils branches for each new version.
DeltaFile
+235,882-0share/dict/web2
+76,205-0share/dict/web2a
+61,623-0games/fortune/datfiles/fortunes
+39,565-0share/i18n/csmapper/GB/GB18030%UCS@BMP.src
+39,455-0share/i18n/csmapper/GB/UCS@BMP%GB18030.src
+37,578-0contrib/binutils-2.22/opcodes/i386-tbl.h
+490,308-031,939 files not shown
+14,121,966-031,945 files

DragonFlyBSD/src 5a195d4contrib/zlib-1.2 zconf.h gzguts.h, lib/libz Makefile.stand

libz:  Use off_t instead of long.

This problem was triggered by clamav.  As the comment in zconf.h states,
we'd prefer to always define Z_HAVE_UNISTD_H, but libstand has some issues
with this, which is why we originally had the change to the vendor
source to include <unistd.h> in gzguts.h.

While we're here, there's no point in defining HAVE_MEMCPY in
Makefile.stand, since it's already defined elsewhere in zconf.h.
DeltaFile
+3-1contrib/zlib-1.2/zconf.h
+1-1lib/libz/Makefile.stand
+0-1contrib/zlib-1.2/gzguts.h
+4-33 files

DragonFlyBSD/src 2443e96contrib/libarchive/libarchive archive_read_support_format_xar.c, crypto/openssl/crypto/aes/asm aes-586.pl

Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

Conflicts:
        UPDATING
DeltaFile
+4,025-2,182sys/dev/misc/psm/psm.c
+3,236-0secure/lib/libcrypto/asm/aes-586.s
+3,151-0contrib/libarchive/libarchive/archive_read_support_format_xar.c
+3,030-0sys/dev/raid/hptmv/entry.c
+1,608-1,374sys/net/pf/pf.c
+2,980-0crypto/openssl/crypto/aes/asm/aes-586.pl
+18,030-3,5562,974 files not shown
+222,832-61,1302,980 files

DragonFlyBSD/src a2111e2contrib/zlib-1.2 zlib.h gzio.c

Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
DeltaFile
+707-451contrib/zlib-1.2/zlib.h
+0-1,026contrib/zlib-1.2/gzio.c
+653-0contrib/zlib-1.2/gzread.c
+537-0contrib/zlib-1.2/gzlib.c
+531-0contrib/zlib-1.2/gzwrite.c
+354-1contrib/zlib-1.2/ChangeLog
+2,782-1,478461 files not shown
+6,351-3,676467 files

DragonFlyBSD/src b87225fcontrib/zlib-1.2 zlib.h gzguts.h, lib/libz Makefile.stand Makefile

Update to zlib-1.2.5.

This contains numerous bug fixes and improvements.  For more details,
see the ChangeLog.

Incorporated in this commit is removal of using patch files, and just
making the appropriate changes on master.
DeltaFile
+0-21lib/libz/patches/zconf.h.patch
+0-21lib/libz/patches/zlib.h.patch
+0-9lib/libz/Makefile.stand
+3-4lib/libz/Makefile
+3-3contrib/zlib-1.2/zlib.h
+1-0contrib/zlib-1.2/gzguts.h
+7-586 files

DragonFlyBSD/src 135ef64lib/libz Makefile Makefile.stand, lib/libz/patches inftrees.c.patch

Switch to zlib 1.2.3, imported under contrib/zlib-1.2 to reduce impact
of latter updates. Remove fix the inflate bug, it is included already.
DeltaFile
+2-15lib/libz/Makefile
+0-17lib/libz/patches/inftrees.c.patch
+2-2lib/libz/Makefile.stand
+4-343 files

DragonFlyBSD/src ce8a9b7lib/libz Makefile.stand

Really get the libz fix into libstand as well.

Reported-by: swildner
DeltaFile
+15-5lib/libz/Makefile.stand
+15-51 files

DragonFlyBSD/src ed0bca6lib/libz Makefile.stand Makefile, lib/libz/patches inftrees.c.patch

Fix possible buffer overflow in zlib, FreeBSD-SA-05:16.zlib.
Thanks to Collin Percival for giving us a heads up.

Obtained-from: FreeBSD
DeltaFile
+17-0lib/libz/patches/inftrees.c.patch
+3-2lib/libz/Makefile.stand
+3-1lib/libz/Makefile
+23-33 files

DragonFlyBSD/src 2ce4b36lib/libz Makefile.stand Makefile, lib/libz/patches inftrees.c.patch

Fix possible buffer overflow in zlib, FreeBSD-SA-05:16.zlib.
Thanks to Collin Percival for giving us a heads up.

Obtained-from: FreeBSD
DeltaFile
+17-0lib/libz/patches/inftrees.c.patch
+3-2lib/libz/Makefile.stand
+3-1lib/libz/Makefile
+23-33 files

DragonFlyBSD/src dfbf249lib/libstand Makefile, lib/libz Makefile.stand Makefile.minigzip

Fix the references to libz sources scattered over the tree, make them
include a Makefile fragment from lib/libz.
DeltaFile
+9-0lib/libz/Makefile.stand
+2-6lib/libstand/Makefile
+3-2usr.bin/minigzip/Makefile
+4-0lib/libz/Makefile.minigzip
+18-84 files