Illumos/gate 44af466usr/src/common/fs bootrd_cpio.c hsfs.c, usr/src/uts/common/krtld bootrd_cpio.c kobj_stubs.c

17200 bootrd: need a bit of cleanup
Reviewed by: Bill Sommerfeld <sommerfeld at hamachi.org>
Approved by: Dan McDonald <danmcd at mnx.io>
DeltaFile
+492-0usr/src/common/fs/bootrd_cpio.c
+0-484usr/src/uts/common/krtld/bootrd_cpio.c
+58-75usr/src/uts/common/krtld/kobj_stubs.c
+50-46usr/src/common/fs/hsfs.c
+42-42usr/src/common/fs/ufsops.c
+30-29usr/src/common/fs/decompress.c
+672-67611 files not shown
+707-72517 files

Illumos/gate e616c49usr/src/uts/common/zmod deflate.c inflate.c

10697 zmod: use zlib-1.2.11
Reviewed by: Gergő Doma <domag02 at gmail.com>
Reviewed by: Andy Fiddaman <andy at omniosce.org>
Approved by: Richard Lowe <richlowe at richlowe.net>
DeltaFile
+0-1,740usr/src/uts/common/zmod/deflate.c
+0-1,393usr/src/uts/common/zmod/inflate.c
+0-1,357usr/src/uts/common/zmod/zlib.h
+0-1,217usr/src/uts/common/zmod/trees.c
+0-441usr/src/uts/common/zmod/crc32.h
+0-426usr/src/uts/common/zmod/crc32.c
+0-6,57416 files not shown
+13-8,68722 files

Illumos/gate 342440eusr/src/cmd/fdisk fdisk.c, usr/src/cmd/format auto_sense.c

PSARC/2008/336 Extended VTOC
6708609 Support booting on disks > 1TB (phase 1)
6672960 cmlb: default minor nodes for disks > 1TB is not EFI/GPT style
6727240 When a fat32 partition created in the part of the disk after 1TB, block I/O and umount fail
DeltaFile
+371-186usr/src/uts/common/io/cmlb.c
+229-140usr/src/cmd/format/auto_sense.c
+175-84usr/src/cmd/fdisk/fdisk.c
+147-84usr/src/uts/common/io/lvm/raid/raid_ioctl.c
+205-8usr/src/lib/libadm/common/rdwr_vtoc.c
+131-68usr/src/uts/sun4v/io/vds.c
+1,258-570116 files not shown
+3,608-2,203122 files

Illumos/gate c9431fausr/src/uts/common/zmod deflate.c inflate.c

6536602 add zlib compression support and upgrade to version 1.2.3
6536606 gzip compression for ZFS
6536608 restore zmod mapfile
6536631 decompress.c should use the new gzip support in zlib

--HG--
rename : usr/src/uts/common/zmod/infblock.c => deleted_files/usr/src/uts/common/zmod/infblock.c
rename : usr/src/uts/common/zmod/infblock.h => deleted_files/usr/src/uts/common/zmod/infblock.h
rename : usr/src/uts/common/zmod/infcodes.c => deleted_files/usr/src/uts/common/zmod/infcodes.c
rename : usr/src/uts/common/zmod/infcodes.h => deleted_files/usr/src/uts/common/zmod/infcodes.h
rename : usr/src/uts/common/zmod/infutil.c => deleted_files/usr/src/uts/common/zmod/infutil.c
rename : usr/src/uts/common/zmod/infutil.h => deleted_files/usr/src/uts/common/zmod/infutil.h
rename : deleted_files/usr/src/uts/common/zmod/mapfile => usr/src/uts/common/zmod/mapfile
DeltaFile
+1,742-0usr/src/uts/common/zmod/deflate.c
+1,360-255usr/src/uts/common/zmod/inflate.c
+1,219-0usr/src/uts/common/zmod/trees.c
+799-120usr/src/uts/common/zmod/zlib.h
+288-487usr/src/uts/common/zmod/inftrees.c
+302-160usr/src/uts/common/zmod/inffast.c
+5,710-1,02253 files not shown
+9,496-2,35859 files

Illumos/gate 9e6e150usr/src/common/fs decompress.c, usr/src/uts/common Makefile.files

6520712 DBoot complains about zero size conf files.
6520956 zmod is gone, so ZMOD_OBJS should go away, too
DeltaFile
+6-0usr/src/common/fs/decompress.c
+0-3usr/src/uts/common/Makefile.files
+6-32 files

Illumos/gate ae115bcusr/src/uts/i86pc/io dnet.c mp_platform_common.c, usr/src/uts/i86pc/io/acpica changes.txt

PSARC 2006/469 EOF and removal of eeprom -I
PSARC 2006/568 direct boot (dboot) for x86
6219282 interrupt service routine called twice
6223946 potential infinite loop in fbt.c
6228819 tsc_gethrtimeunscaled resets to 0 on suspend
6342201 hat_unload() and cross call usage are needlessly slow on x86, x64
6378723 ctfconvert can't handle GCC empty struct C extension
6379124 ctfconvert can't handle C99 flexible array members
6401187 merging ip's CTF data into genunix introduces a race
6437553 shmat(2) fails on platforms that don't support large pages
6449286 eeprom -I should be torched
6464072 need support for firmware properties
6465816 need a debug record page
6467491 64-bit processes must point %fs or %gs to null selector to utilize [fs|gs]base
6475880 vestiges of old boot code on i386/amd64 should be purged
6475956 Interrupt handling code on x86 platforms should be easier to understand
6477828 pcplusmp psm module should be rearranged to allow multiple platforms to share the same apic code
6477867 x86 KDI should belong in the kernel
6477871 fix for 6232859 also needed for kmdb

    [374 lines not shown]
DeltaFile
+0-7,946usr/src/uts/i86pc/io/acpica/changes.txt
+7,946-0usr/src/uts/intel/io/acpica/changes.txt
+4,856-0usr/src/uts/intel/io/dnet.c
+0-4,856usr/src/uts/i86pc/io/dnet.c
+279-3,808usr/src/uts/i86pc/io/pcplusmp/apic.c
+3,736-0usr/src/uts/i86pc/io/mp_platform_common.c
+16,817-16,6101,101 files not shown
+179,231-166,9181,107 files