You can view, comment on, or merge this pull request online at:

  https://github.com/openzfs/openzfs/pull/461

-- Commit Summary --

  * 8139 loader: efi multiboot2 update
  * 8572 ccompile.h: rename __GNU_UNUSED to __unused
  * 8558 lwp_create() returns EAGAIN on system with more than 80K ZFS 
filesystems
  * 8569 problem with inline functions in abd.h
  * 8011 vtfontcvt and console bitmap font import
  * 8590 memory leak in dsl_destroy_snapshots_nvl()
  * 8585 improve batching done in zil_commit()
  * 8445 uts: pci_bios_get_irq_routing() should check for BIOS
  * 8447 uts: acpica_check_bios_date() instead of bios-free, use efi-systab
  * 8093 loader.efi: cleanup loader main and implement comconsole
  * Merge remote-tracking branch 'illumos/master' into illumos-sync

-- File Changes --

    M exception_lists/packaging (4)
    M usr/src/Makefile.master (1)
    M usr/src/boot/lib/libstand/bootp.c (13)
    M usr/src/boot/lib/libstand/bootp.h (5)
    M usr/src/boot/sys/boot/common/bootstrap.h (16)
    M usr/src/boot/sys/boot/common/multiboot2.c (310)
    M usr/src/boot/sys/boot/efi/boot1/Makefile (2)
    M usr/src/boot/sys/boot/efi/loader/Makefile (7)
    M usr/src/boot/sys/boot/efi/loader/arch/amd64/Makefile.inc (6)
    A usr/src/boot/sys/boot/efi/loader/arch/amd64/multiboot_tramp.S (119)
    A usr/src/boot/sys/boot/efi/loader/comconsole.c (551)
    M usr/src/boot/sys/boot/efi/loader/conf.c (11)
    M usr/src/boot/sys/boot/efi/loader/copy.c (193)
    M usr/src/boot/sys/boot/efi/loader/loader_efi.h (53)
    M usr/src/boot/sys/boot/efi/loader/main.c (170)
    A usr/src/boot/sys/boot/efi/loader/memmap.c (180)
    M usr/src/boot/sys/boot/i386/libfirewire/dconsole.c (17)
    M usr/src/boot/sys/boot/i386/libi386/comconsole.c (199)
    M usr/src/boot/sys/boot/i386/libi386/libi386.h (6)
    M usr/src/boot/sys/boot/i386/libi386/multiboot.c (22)
    M usr/src/boot/sys/boot/i386/libi386/nullconsole.c (18)
    M usr/src/boot/sys/boot/i386/libi386/pxe.c (2)
    M usr/src/boot/sys/boot/i386/libi386/spinconsole.c (18)
    M usr/src/boot/sys/boot/ofw/libofw/ofw_console.c (17)
    M usr/src/boot/sys/boot/userboot/userboot/userboot_cons.c (17)
    M usr/src/cmd/Makefile (1)
    A usr/src/cmd/vtfontcvt/Makefile (33)
    A usr/src/cmd/vtfontcvt/Makefile.common (29)
    A usr/src/cmd/vtfontcvt/fnv_hash.h (69)
    A usr/src/cmd/vtfontcvt/vtfontcvt.c (1050)
    M usr/src/common/bzip2/compress.c (2)
    M usr/src/data/Makefile (3)
    A usr/src/data/consfonts/Gallant19.bdf (13691)
    A usr/src/data/consfonts/Makefile (108)
    A usr/src/data/consfonts/THIRDPARTYLICENSE (94)
    A usr/src/data/consfonts/THIRDPARTYLICENSE.descrip (1)
    A usr/src/data/consfonts/fonts.dir (9)
    A usr/src/data/consfonts/ter-u12b.bdf (23627)
    A usr/src/data/consfonts/ter-u12n.bdf (23627)
    A usr/src/data/consfonts/ter-u14b.bdf (26111)
    A usr/src/data/consfonts/ter-u14n.bdf (26111)
    A usr/src/data/consfonts/ter-u14v.bdf (26111)
    A usr/src/data/consfonts/ter-u16b.bdf (28595)
    A usr/src/data/consfonts/ter-u16n.bdf (28595)
    A usr/src/data/consfonts/ter-u16v.bdf (28595)
    A usr/src/data/consfonts/ter-u18b.bdf (31079)
    A usr/src/data/consfonts/ter-u18n.bdf (31079)
    A usr/src/data/consfonts/ter-u20b.bdf (33563)
    A usr/src/data/consfonts/ter-u20n.bdf (33563)
    A usr/src/data/consfonts/ter-u22b.bdf (36047)
    A usr/src/data/consfonts/ter-u22n.bdf (36047)
    A usr/src/data/consfonts/ter-u24b.bdf (38531)
    A usr/src/data/consfonts/ter-u24n.bdf (38531)
    A usr/src/data/consfonts/ter-u28b.bdf (43499)
    A usr/src/data/consfonts/ter-u28n.bdf (43499)
    A usr/src/data/consfonts/ter-u32b.bdf (48467)
    A usr/src/data/consfonts/ter-u32n.bdf (48467)
    M usr/src/lib/libmvec/common/__vcos.c (2)
    M usr/src/lib/libmvec/common/__vsin.c (2)
    M usr/src/lib/libmvec/common/__vsincos.c (2)
    M usr/src/man/man1/Makefile (1)
    A usr/src/man/man1/vtfontcvt.1 (87)
    M usr/src/pkg/manifests/SUNWcs.man1.inc (1)
    M usr/src/pkg/manifests/SUNWcs.mf (6)
    A usr/src/pkg/manifests/system-data-console-fonts.mf (47)
    M usr/src/tools/Makefile (1)
    A usr/src/tools/vtfontcvt/Makefile (37)
    M usr/src/uts/common/sys/ccompile.h (2)
    M usr/src/uts/common/sys/modctl.h (2)
    M usr/src/uts/i86pc/os/pci_bios.c (4)
    M usr/src/uts/intel/io/acpica/acpica.c (2)

-- Patch Links --

https://github.com/openzfs/openzfs/pull/461.patch
https://github.com/openzfs/openzfs/pull/461.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/461

------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T5ed86b3e12bf9113-Mcf2bb2df19d69a01659941db
Powered by Topicbox: https://topicbox.com

Reply via email to