DragonFlyBSD/src 158d5b3 — lib/libz Makefile Makefile.stand
libz: Update source path in Makefiles
Delta | File | |
---|---|---|
+1 | -1 | lib/libz/Makefile |
+1 | -1 | lib/libz/Makefile.stand |
+2 | -2 | 2 files |
libz: Update source path in Makefiles
Delta | File | |
---|---|---|
+1 | -1 | lib/libz/Makefile |
+1 | -1 | lib/libz/Makefile.stand |
+2 | -2 | 2 files |
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
Delta | File | |
---|---|---|
+0 | -1,412 | sys/boot/pc32/libi386/biosdisk.c |
+1,412 | -0 | stand/boot/pc32/libi386/biosdisk.c |
+1,158 | -0 | stand/boot/pc32/btx/btx/btx.S |
+0 | -1,158 | sys/boot/pc32/btx/btx/btx.S |
+1,117 | -0 | stand/boot/common/module.c |
+0 | -1,117 | sys/boot/common/module.c |
+3,687 | -3,687 | 484 files not shown |
+50,548 | -50,546 | 490 files |
libstand: Adjust zlib hadling. Avoid crc32.c search issue in .PATH, move Makefile.stand inclusion before sys/libkern. Add comments why.
Delta | File | |
---|---|---|
+8 | -4 | lib/libstand/Makefile |
+0 | -2 | lib/libz/Makefile.stand |
+8 | -6 | 2 files |
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.
Delta | File | |
---|---|---|
+19 | -13 | lib/libstand/Makefile |
+1 | -1 | lib/libz/Makefile.stand |
+20 | -14 | 2 files |
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.
Delta | File | |
---|---|---|
+235,882 | -0 | share/dict/web2 |
+76,205 | -0 | share/dict/web2a |
+61,623 | -0 | games/fortune/datfiles/fortunes |
+39,565 | -0 | share/i18n/csmapper/GB/GB18030%UCS@BMP.src |
+39,455 | -0 | share/i18n/csmapper/GB/UCS@BMP%GB18030.src |
+37,578 | -0 | contrib/binutils-2.22/opcodes/i386-tbl.h |
+490,308 | -0 | 31,939 files not shown |
+14,121,966 | -0 | 31,945 files |
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.
Delta | File | |
---|---|---|
+3 | -1 | contrib/zlib-1.2/zconf.h |
+1 | -1 | lib/libz/Makefile.stand |
+0 | -1 | contrib/zlib-1.2/gzguts.h |
+4 | -3 | 3 files |
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly Conflicts: UPDATING
Delta | File | |
---|---|---|
+4,025 | -2,182 | sys/dev/misc/psm/psm.c |
+3,236 | -0 | secure/lib/libcrypto/asm/aes-586.s |
+3,151 | -0 | contrib/libarchive/libarchive/archive_read_support_format_xar.c |
+3,030 | -0 | sys/dev/raid/hptmv/entry.c |
+1,608 | -1,374 | sys/net/pf/pf.c |
+2,980 | -0 | crypto/openssl/crypto/aes/asm/aes-586.pl |
+18,030 | -3,556 | 2,974 files not shown |
+222,832 | -61,130 | 2,980 files |
Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
Delta | File | |
---|---|---|
+707 | -451 | contrib/zlib-1.2/zlib.h |
+0 | -1,026 | contrib/zlib-1.2/gzio.c |
+653 | -0 | contrib/zlib-1.2/gzread.c |
+537 | -0 | contrib/zlib-1.2/gzlib.c |
+531 | -0 | contrib/zlib-1.2/gzwrite.c |
+354 | -1 | contrib/zlib-1.2/ChangeLog |
+2,782 | -1,478 | 461 files not shown |
+6,351 | -3,676 | 467 files |
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.
Delta | File | |
---|---|---|
+0 | -21 | lib/libz/patches/zconf.h.patch |
+0 | -21 | lib/libz/patches/zlib.h.patch |
+0 | -9 | lib/libz/Makefile.stand |
+3 | -4 | lib/libz/Makefile |
+3 | -3 | contrib/zlib-1.2/zlib.h |
+1 | -0 | contrib/zlib-1.2/gzguts.h |
+7 | -58 | 6 files |
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.
Delta | File | |
---|---|---|
+2 | -15 | lib/libz/Makefile |
+0 | -17 | lib/libz/patches/inftrees.c.patch |
+2 | -2 | lib/libz/Makefile.stand |
+4 | -34 | 3 files |
Really get the libz fix into libstand as well. Reported-by: swildner
Delta | File | |
---|---|---|
+15 | -5 | lib/libz/Makefile.stand |
+15 | -5 | 1 files |
Fix possible buffer overflow in zlib, FreeBSD-SA-05:16.zlib. Thanks to Collin Percival for giving us a heads up. Obtained-from: FreeBSD
Delta | File | |
---|---|---|
+17 | -0 | lib/libz/patches/inftrees.c.patch |
+3 | -2 | lib/libz/Makefile.stand |
+3 | -1 | lib/libz/Makefile |
+23 | -3 | 3 files |
Fix possible buffer overflow in zlib, FreeBSD-SA-05:16.zlib. Thanks to Collin Percival for giving us a heads up. Obtained-from: FreeBSD
Delta | File | |
---|---|---|
+17 | -0 | lib/libz/patches/inftrees.c.patch |
+3 | -2 | lib/libz/Makefile.stand |
+3 | -1 | lib/libz/Makefile |
+23 | -3 | 3 files |
Fix the references to libz sources scattered over the tree, make them include a Makefile fragment from lib/libz.
Delta | File | |
---|---|---|
+9 | -0 | lib/libz/Makefile.stand |
+2 | -6 | lib/libstand/Makefile |
+3 | -2 | usr.bin/minigzip/Makefile |
+4 | -0 | lib/libz/Makefile.minigzip |
+18 | -8 | 4 files |