Activity
From 2018-08-12 to 2018-09-10
2018-09-10
-
09:36 PM Feature #9830 (Closed): praudit should be able to map users and groups correctly
- It's common to aggregate audit logs onto a central system. However, running praudit will use the passwd and group fil...
-
09:17 PM Feature #9826 (In Progress): sha2.3ext should document truncated SHA512 algorithms
-
10:28 AM Feature #9826 (Closed): sha2.3ext should document truncated SHA512 algorithms
-
08:04 PM Feature #9829 (Closed): want interface for posted-interrupt-request IPIs
- Newer hypervisors (read: bhyve) can use Intel's APICv functionality to reduce the number of APIC-related guest exits ...
-
07:13 PM Feature #9093 (Closed): want basic utility for Ethernet level pong
- "git commit 2076885612f784f9ddfc09282d62518d0f9b2c4d":https://github.com/illumos/illumos-gate/commit/2076885612f784f9...
-
06:02 PM Bug #9828 (Closed): svr4pkg: pkgremove/special.c is unused
- The file usr/src/cmd/svr4pkg/pkgremove/special.c contains code that simply isn't used. There are a couple of comments...
-
05:02 PM Feature #9094 (Closed): want writable uregs[] in dtrace
- "git commit 56a20711c16596906185d9bfb85f8a4b02e93fc6":https://github.com/illumos/illumos-gate/commit/56a20711c1659690...
-
01:05 PM Bug #9784 (Closed): loader: multiboot.c has unused variables and function
- "git commit 6649cbcc75f82cb221ebe2ee6f5afc2001249848":https://github.com/illumos/illumos-gate/commit/6649cbcc75f82cb2...
-
01:05 PM Bug #9785 (Closed): loader.efi: variable 'attr' set but not used
- "git commit c8bfc1e4e5bf8c7324dc1b265113ba9e401264db":https://github.com/illumos/illumos-gate/commit/c8bfc1e4e5bf8c73...
-
01:05 PM Bug #9786 (Closed): loader.efi: enumeration value 'EfiMaxMemoryType' not handled in switch
- "git commit 0e8ce6ee7524ee6c2c24a2d4ed28ea71a5dcd85e":https://github.com/illumos/illumos-gate/commit/0e8ce6ee7524ee6c...
-
12:43 PM Bug #9827 (Closed): clean up some space-tab sequences
- Most of the files I touch in 9790, 9792, 9793, 9796, 9797, and 9798 have a bunch of space-tab sequences that make pbc...
-
08:39 AM Bug #9825 (Closed): pbchk -b option should be -p
- To match tools like webrev, the parent branch option of pbchk should be spelt "-p" not "-b".
We'll silently accept t...
2018-09-09
-
06:40 PM Bug #9743 (Closed): libi386: biosdisk should use BD_RD and BD_WR constants
- "git commit c9a7c757006f9d80806dedf907c3e03ab5ae04e4":https://github.com/illumos/illumos-gate/commit/c9a7c757006f9d80...
-
05:08 PM Feature #9824 (Closed): Update ACPI to joyent/20180629
- Update the ACPI in illumos-gate to joyent/20180629 to deal with 9823. For more information on the background and test...
-
05:05 PM Bug #9823 (Closed): Deadlock in ACPI Method Evaluation
We've seen on several different systems and boots (https://github.com/joyent/smartos-live/issues/727) cases where...-
04:58 PM Feature #9822 (Closed): want iasl
- As we're building all of the ACPI related changes it'd be nice if we also included iasl. This moves around a bunch of...
-
04:57 PM Feature #9821 (Closed): want a way to run vendor-specific commands via libscsi
- When trying to create an action in libscsi, which is effectively a command to run, it needs to know how to determine ...
-
04:56 PM Feature #9820 (Closed): Want risc-v disassembler
- It'd be nice if dis understood the risc-v instruction set.
---
To test this, I built a risc-v specific gas and ... -
04:54 PM Feature #9819 (Closed): update sys/elf.h for recent processors like aarch64/risc-v
- The sys/elf.h header hasn't been updated for some time. There are many newer machine constants and types that would b...
-
04:53 PM Bug #9818 (Closed): xhci_transfer_get_tdsize can return values that are too large
- While testing other changes in xhci, I discovered a case where we had a bunch of bulk transfers stall and hang. When ...
-
04:52 PM Bug #9817 (Closed): xhci needs to always set slot context
- When performing an XHCI evaluate context as part of adding or removing endpoints from the slot context, we need to ma...
-
04:51 PM Feature #9816 (Closed): Multi-TRB xhci transfers should use event data
While testing, we discovered that QEMU has an odd peculiarity where it doesn't honor a series of chained TRBs wit...-
04:49 PM Feature #9815 (Closed): Want basic AHCI enclosure services
- We'd like to add basic support leveraging the AHCI enclosure services which is an optional, standardized means of con...
-
04:47 PM Feature #9814 (Closed): strndup() performs pathologically
- In investigating why statemaps were slower on illumos than other platforms, it was clear that we were spending an ino...
-
04:45 PM Feature #9813 (Closed): isainfo should learn about SHA Instrs
- We need a new X86_FEATURE to cover the SHA support as well as allocate the AV386_ bits and plumb this through to isai...
-
04:44 PM Feature #9812 (Closed): headers should be free of SUS compiler tyranny
- Each version of a SUS standard is written with the expectation that the user is using a corresponding release of the ...
-
04:26 PM Feature #9811 (Closed): nvmeadm(1M) should have ctf
- When debugging nvmeadm, it'd be much easier if it had CTF.
I tested this by running ctfdump on the new nvme binary... -
04:25 PM Feature #9810 (Closed): Update parts of NVMe headers for newer specs
- While working on 9809 and evaluating the impact, we went ahead and made several updates to the headers to cover a num...
-
04:24 PM Feature #9809 (Closed): nvme driver should attach to all NVMe 1.x devices
- Currently the NVMe driver only attaches to devices based on the version that the driver knows that it understands for...
-
04:23 PM Feature #9808 (Closed): AMD EPYC doesn't need *save_ctxt FP exceptions
- When originally implementing support for newer xsave usage in the kernel in 8539, we had to deal with some set of AMD...
-
04:22 PM Feature #9807 (Closed): FPU related cpuid checks shouldn't be Intel only
- Right now we have a number of cpuid related checks that are checking for support for features like BMI, AVX2, etc. Th...
-
04:21 PM Bug #9806 (Closed): ehci_take_control() can infinite loop due to PCI invalid reads
- As part of testing the recent ACPI changes, a user hit an issue where we found an infinite loop in ehci_take_contrl()...
-
04:19 PM Feature #9805 (Closed): i40e should read SFP data when firmware supports it
- The i40e driver already supports the MAC_CAPAB_TRANSCEIVER capability; however, it does not support reading from the ...
2018-09-07
-
07:24 PM Feature #9804 (Closed): hal-set-property should support --direct option
- hal-probe-vmmouse (coming with vmware xorg mouse driver) and perhaps other third-party software expects hal-set-prope...
-
02:09 PM Bug #9803 (Closed): pbchk could use a -c option
- I've often found it useful to be able to run just a single part of nits/pbchk, and it would be convenient
if I could...
2018-09-06
-
06:51 PM Feature #9459 (Closed): Implement topo module to enumerate dimms from smbios
- "git commit 6d65bee7bcc62b2d9bdfde6610561ce76c92a908":https://github.com/illumos/illumos-gate/commit/6d65bee7bcc62b2d...
-
06:51 PM Bug #9783 (Closed): loader: linux.c: format '%x' expects argument of type 'unsigned int'
- "git commit b075503f221374dd0495c40e8811d229cb9fdc74":https://github.com/illumos/illumos-gate/commit/b075503f221374dd...
-
07:26 AM Bug #9802 (Closed): libstand: memory leak in tftp_open()
- Issue spotted by Gergő Mihály Doma.
2018-09-05
-
03:50 PM Bug #9791 (Closed): loader: tftp may have unread data in current block
- Could not reproduce, not a bug.
-
03:01 PM Bug #9801 (Closed): ap_driver.h and ESC_AP_DRIVER should be removed
- The event definitions in uts/common/sys/sysevent/ap_driver.h and EC_AP_DRIVER in uts/common/sys/sysevent/eventdefs.h ...
2018-09-04
-
06:57 PM Feature #9459: Implement topo module to enumerate dimms from smbios
- Note that this port from illumos-joyent to illumos-gate also incorporates the following followup push to illumos-joye...
-
06:56 PM Feature #9800 (Closed): drm: use sys/queue.h
- With 9731 landed, we can now drop some duplicates.
-
03:18 PM Bug #9770 (Closed): loader.efi: unused variable 'cons' in comconsole.c
- "git commit dd842a538534a82ca85614863fb473633d7ee59c":https://github.com/illumos/illumos-gate/commit/dd842a538534a82c...
-
03:18 PM Bug #9731 (Closed): uts: update sys/queue.h
- "git commit 8c5d29ab25ca6e74ebaba57fba6b4794fab41f3c":https://github.com/illumos/illumos-gate/commit/8c5d29ab25ca6e74...
-
03:18 PM Bug #9771 (Closed): loader.efi: 'handles' is used uninitialized in comconsole.c
- "git commit d2df75e755ab7973e38d93f9937214d0062c20e0":https://github.com/illumos/illumos-gate/commit/d2df75e755ab7973...
-
02:25 PM Bug #9782 (Closed): eventfd support in zones is incomplete
- "git commit 8c3347c4989237d6ebeeb03a67b21a523fc105d6":https://github.com/illumos/illumos-gate/commit/8c3347c4989237d6...
-
01:33 PM Bug #9799 (Closed): libstand: tftp.c cstyle cleanup
- Lets clean it up...
-
01:01 PM Bug #9798 (Closed): exec_init() should be able to handle a 64bit init process
- Currently exec_init() assumes the init process is 32bit. If the init process is 64bit (as is the case when bhyve is r...
-
12:59 PM Bug #9797 (Closed): dump_ttrace() chokes on softints
- During recent bhyve testing I ran into the following panic:...
-
12:55 PM Bug #9796 (Closed): want support for PCI BAR size >= 4G
- Some nVIDIA GPUs have map all their RAM into a single BAR, which may be 16G. The code in i86pc/io/pci/pci_boot.c just...
-
12:53 PM Bug #9795 (Closed): libstand: re-send ACK for older data packets
- In current code we drop out-of-order packets; however, we should play nice and re-send ACK for older data packets we ...
-
12:53 PM Bug #9794 (Closed): remove bogus casts from PCI_CAP_PUTx and PCI_XCAP_PUTx definitions
- The macros PCI_CAP_PUTx() and PCI_XCAP_PUTx() as defined in pci_cap.h cast the value returned by pci_cap_put() to an ...
-
12:47 PM Bug #9793 (Closed): vioblk attach doesn't always fail when it should
- The attach function in vioblk is quite broken w.r.t. the error code it returns. On error (but not success) it will re...
-
12:44 PM Bug #9792 (Closed): support bhyve as a platform
- Just as we do for KVM, VMware and Xen, we need to support bhyve in get_hwenv(). We will also need to allow MSI/MSI-X ...
-
12:43 PM Bug #9791 (Closed): loader: tftp may have unread data in current block
- Since we can have custom tftp read size, we need to make sure we have all data read from the current block.
-
12:42 PM Bug #9790 (Closed): buffer freed to wrong cache in virtio_register_intx
- The cleanup code path in virtio_register_intx() frees a structure with a different size than it was allocated with, l...
-
12:31 PM Bug #9789 (Closed): loader: tftp should not read past file end
- When we have received file size option (tsize), use it to limit the read size.
-
12:13 PM Bug #9788 (Closed): loader: validate tftp_makereq() after we did reset the read
- The name check referred in the comment is not the only possible error source, we need to validate the result.
-
06:34 AM Bug #9787 (Closed): snoop: add tftp OACK support
- While debugging tftp, I did notice our snoop does not decode OACK.
2018-09-02
-
05:42 PM Bug #9786 (Closed): loader.efi: enumeration value 'EfiMaxMemoryType' not handled in switch
- Error when warnings enabled:...
-
05:35 PM Bug #9785 (Closed): loader.efi: variable 'attr' set but not used
- Error when warnings are enabled:...
-
04:55 PM Bug #9784 (Closed): loader: multiboot.c has unused variables and function
- build errors with warnings enabled:...
-
03:54 PM Bug #9783 (Closed): loader: linux.c: format '%x' expects argument of type 'unsigned int'
- With warnings enabled:...
2018-09-01
-
03:49 PM Bug #9782 (Closed): eventfd support in zones is incomplete
- #6188 introduced eventfd support, but device was not added to zones. This leads to issues when application detect eve...
2018-08-30
-
09:28 PM Feature #9720 (Closed): kernel: support for booting with cpio-based boot_archive
- "git commit 45bf502ff96d3c90215cf16c25a80d757f276431":https://github.com/illumos/illumos-gate/commit/45bf502ff96d3c90...
-
06:05 PM Bug #9700 (Closed): ZFS resilvered mirror does not balance reads
- "git commit 82f63c3c2bf5e4378706e8dcfccf717d67371be9":https://github.com/illumos/illumos-gate/commit/82f63c3c2bf5e437...
-
04:15 AM Feature #9780: Convert cdio(7I) to mandoc
- Despite what autocorrect thinks, convert cdio(7I) to mandoc
-
04:14 AM Feature #9780 (Closed): Convert cdio(7I) to mandoc
- Convert Clio(7I) to mandoc
-
04:13 AM Feature #9779 (Closed): Convert audio(7I) to mandoc
- Convert audio(7I) to mandoc
-
04:12 AM Feature #9778 (Closed): Convert agpgart_io(7I) to mandoc
- Convert agpgart_io(7I) to mandoc
-
04:11 AM Feature #9777 (Closed): Convert dsp(7I) to mandoc
- As the subject says, convert dsp(7I) to mandoc.
-
04:09 AM Bug #9776 (Closed): mandoc(1) does not support an ERRORS section for 7I man pages
- While converting some man pages in section 7I, I discovered that mandoc(1) does not allow section 7I to have an ERROR...
2018-08-29
-
11:04 PM Bug #712 (Closed): openssl x509 is muddled in its bitwise ops
- Closing as no longer relevant now that openssl does not live in gate.
-
09:18 PM Bug #9772 (Closed): Panic in ahci when the failed slot spkt is NULL
- "git commit 44a84c183ccfba4ca8eb08835c722bd833daf781":https://github.com/illumos/illumos-gate/commit/44a84c183ccfba4c...
-
11:23 AM Bug #9772 (Pending RTI): Panic in ahci when the failed slot spkt is NULL
-
08:35 PM Bug #3354 (Closed): kernel crash in rpcsec_gss after using gsscred
- "git commit 4a3b05278938491ea95d557939c130d3eb17cfd4":https://github.com/illumos/illumos-gate/commit/4a3b05278938491e...
-
11:09 AM Bug #3354 (Pending RTI): kernel crash in rpcsec_gss after using gsscred
-
06:24 PM Bug #9761: Starting VM (KVM/Virtualbox) Causes panic since July
- I can confirm that the Patch fixes the Problem for KVM.
Thank you -
10:21 AM Bug #9761: Starting VM (KVM/Virtualbox) Causes panic since July
- I updated to recent bits (few minutes ago) and qemu-kvm does not crash the kernel anymore. Thank you very much.
-
06:11 AM Bug #9761: Starting VM (KVM/Virtualbox) Causes panic since July
- Till, can you confirm that with the latest updates to the OpenIndiana @kvm@ module the problem went away? For the Vir...
-
05:03 AM Bug #9775 (Closed): format: number of sectors is reported one less in case of GPT
- "git commit b982c112ede0da29fbc4152cdc6690d85ddf7207":https://github.com/illumos/illumos-gate/commit/b982c112ede0da29...
-
03:16 AM Bug #9699 (Closed): loader: biosdisk should prefer smaller (safer) sectors value from INT13
- "git commit 570479901769888c6a35dcd8d94242a926d0bd87":https://github.com/illumos/illumos-gate/commit/570479901769888c...
-
02:06 AM Bug #9766 (Closed): loader: 'mbi' may be used uninitialized
- "git commit 322e343b7c538c565d91cb11d00fbe6266834e28":https://github.com/illumos/illumos-gate/commit/322e343b7c538c56...
2018-08-28
-
11:42 PM Bug #9764 (Closed): loader.efi: 'efi_mmap' is used uninitialized
- "git commit 522e4551ca5d7b72fe4d4af1ff92521ab19842c7":https://github.com/illumos/illumos-gate/commit/522e4551ca5d7b72...
-
05:52 PM Bug #9765 (Closed): pkgadd has no Z option
- "git commit 69aea4bf4584b2d60ef94da59897ec363890af57":https://github.com/illumos/illumos-gate/commit/69aea4bf4584b2d6...
-
04:30 PM Bug #9756 (Closed): tests: badseg.c error: variable 'rc' set but not used
- "git commit ba93fbafc5df33b7aeb99adb3b9a918afc3e7143":https://github.com/illumos/illumos-gate/commit/ba93fbafc5df33b7...
-
03:14 PM Bug #9767 (Closed): loader: linux.c unused variable 'mem'
- "git commit fec4bdb512708a1a9c886ed7f84ce353ec85b486":https://github.com/illumos/illumos-gate/commit/fec4bdb512708a1a...
-
02:28 PM Bug #9742 (Closed): libi386: Add workaround for HP BIOS issues
- "git commit f8e0ecf7cceff807dcd13fe031936e1ff28193e3":https://github.com/illumos/illumos-gate/commit/f8e0ecf7cceff807...
-
02:28 PM Feature #9762 (Closed): Split the custr functions into their own library
- "git commit 500cf85b0395b6835818b6248681bbbc27563dc1":https://github.com/illumos/illumos-gate/commit/500cf85b0395b683...
-
11:23 AM Bug #9775 (Closed): format: number of sectors is reported one less in case of GPT
- Disk size reported by format:...
-
04:05 AM Bug #9763 (Closed): zfs(1M): broken formatting in allow/unallow description
- "git commit 8a702e5580b812176cb498d7b89713e44435866a":https://github.com/illumos/illumos-gate/commit/8a702e5580b81217...
-
03:59 AM Bug #711 (Closed): smb_rename has its bitwise ops muddled
- "git commit 5255b2c28ca5f82d05860cbfd284950e01aa76f7":https://github.com/illumos/illumos-gate/commit/5255b2c28ca5f82d...
-
03:59 AM Bug #9774 (Closed): libmlrpc changes in 1575 missed some things
- "git commit d1855c8182d5cf1cd290336767a7c8e7537c13a2":https://github.com/illumos/illumos-gate/commit/d1855c8182d5cf1c...
-
03:44 AM Bug #9774 (Closed): libmlrpc changes in 1575 missed some things
- Part of the changes in #1575 moved libmlrpc from usr/lib/smbsrv to usr/lib
and changed the library version suffix fr... -
03:59 AM Bug #9769 (Closed): SMB domain logon fails with I18N user name
- "git commit d1855c8182d5cf1cd290336767a7c8e7537c13a2":https://github.com/illumos/illumos-gate/commit/d1855c8182d5cf1c...
2018-08-27
-
04:51 PM Bug #9684 (Closed): Transform GCC_ROOT->GNUC_ROOT
- "git commit 7ed546340881b42865171ddfa1a6167b289faae3":https://github.com/illumos/illumos-gate/commit/7ed546340881b428...
-
04:22 PM Bug #9773 (In Progress): loader.efi: parity and stop bits switches are missing default case
-
04:22 PM Bug #9773 (Closed): loader.efi: parity and stop bits switches are missing default case
- Build error after warnings enabled:...
-
03:32 PM Bug #9761: Starting VM (KVM/Virtualbox) Causes panic since July
- The fix for KVM is integrated and should land soon https://github.com/OpenIndiana/oi-userland/commit/620e42a5024070a4...
-
03:19 PM Bug #9772 (Closed): Panic in ahci when the failed slot spkt is NULL
- > $C
fffffe0005ce6a30 ahci_dump_commands+0x77(fffffe04e7dda740, 0, 80000000)
fffffe0005ce6ad0 ahci_intr_fatal_erro... -
12:46 PM Bug #9771 (Closed): loader.efi: 'handles' is used uninitialized in comconsole.c
- Build error when warnings are enabled:...
-
11:09 AM Bug #9770 (Closed): loader.efi: unused variable 'cons' in comconsole.c
- Build error with warnings enabled:...
-
08:09 AM Feature #5709 (Closed): Add binary compatibility with Solaris 10 update 10
- "git commit c6fe8850c7ff4c85074c93430743b146d8133436":https://github.com/illumos/illumos-gate/commit/c6fe8850c7ff4c85...
-
08:09 AM Bug #7165 (Closed): add intermediate SUNW_1.22.7 symbol version to libc for backward binary support including latest s10 release
- "git commit c6fe8850c7ff4c85074c93430743b146d8133436":https://github.com/illumos/illumos-gate/commit/c6fe8850c7ff4c85...
2018-08-26
-
10:49 PM Bug #9709 (Rejected): Remove support for BZIP2 from dump
-
10:49 PM Bug #9709 (Feedback): Remove support for BZIP2 from dump
-
10:49 PM Bug #9578 (Rejected): HVM fails assertion in opteron_get_nnodes() with a Opteron 6262 HE CPU on the host system
-
10:49 PM Bug #9578 (Feedback): HVM fails assertion in opteron_get_nnodes() with a Opteron 6262 HE CPU on the host system
-
10:47 PM Bug #9768 (Rejected): mod_uninstall_interval should be configurable
-
10:47 PM Bug #9768 (Feedback): mod_uninstall_interval should be configurable
-
10:56 AM Bug #9768 (Rejected): mod_uninstall_interval should be configurable
The following logic in modctl_modunload() always sets the mod_uninstall_interval to 60, and there's no way to dis...-
08:06 PM Bug #9769: SMB domain logon fails with I18N user name
- When un-marshaling an MS-RPC string, libmlrpc converts it from UTF-16 ("wire" form) to UTF-8 ("local" form) using the...
-
07:47 PM Bug #9769: SMB domain logon fails with I18N user name
- Attaching four files. snoopOK and traceOK which were taken when the share is accessed from Windows 7 client, which wo...
-
07:45 PM Bug #9769 (Closed): SMB domain logon fails with I18N user name
From Gordon Ross:
> The key to this is login where some of the AD-provided strings (i.e. user full name)
> cont...-
10:34 AM Bug #9767 (Closed): loader: linux.c unused variable 'mem'
- Build error with warnings enabled:...
2018-08-25
-
06:31 PM Bug #9755 (Closed): bounds checking functions and types should only be visible if __STDC_WANT_LIB_EXT1__ is set to 1
- "git commit acab0a4f5020a09371629ac5149fdcf355dd0512":https://github.com/illumos/illumos-gate/commit/acab0a4f5020a093...
-
06:37 AM Feature #5709: Add binary compatibility with Solaris 10 update 10
- In the end, we're electing to introduce a dummy symbol into an otherwise empty version.
As per analysis from Andy ...
2018-08-24
-
05:59 PM Bug #9758 (Closed): Double fault when booting new Ryzen system
- Duplicate of 8681, was caused by using older usb image by mistake.
-
12:06 PM Bug #9766 (Closed): loader: 'mbi' may be used uninitialized
- gcc warning:...
-
08:21 AM Bug #9765 (Closed): pkgadd has no Z option
- It appears that pkgadd was planned to have a -Z option, and remnants remain:
The file usr/src/cmd/svr4pkg/hdrs/mes... -
05:52 AM Bug #9764 (Closed): loader.efi: 'efi_mmap' is used uninitialized
- With warnings enabled:...
2018-08-23
-
11:57 PM Bug #9763 (Closed): zfs(1M): broken formatting in allow/unallow description
- ...
-
11:47 PM Bug #6037 (In Progress): zfs(1M) needs to handle unknown uid/gid in context of allow/unallow more gracefully
-
09:22 PM Bug #9659 (Closed): Missing man page for getopt_long(3C)
- "git commit 54feed062a8b16b8555f6c07f6198e0a3b5f3660":https://github.com/illumos/illumos-gate/commit/54feed062a8b16b8...
-
01:24 PM Bug #9758: Double fault when booting new Ryzen system
- Toomas Soome wrote:
> Gary Mills wrote:
> > The command I used was:
> >
> > [...]
> >
> > I do have a transcr...
2018-08-22
-
06:36 PM Feature #9762 (Closed): Split the custr functions into their own library
- Upstream of Joyent OS-6920.
From the Joyent ticket:
Currently the custr_ functions reside in libcmdutils which ... -
05:27 PM Bug #9761: Starting VM (KVM/Virtualbox) Causes panic since July
- Stack trace from host PC when VirtualBox VM is launched:...
-
03:40 PM Bug #9761 (Resolved): Starting VM (KVM/Virtualbox) Causes panic since July
- Hello Since July starting a VM be that Virtualbox or KVM causes the Host to panic witht the following stack
We now... -
05:19 PM Bug #9758: Double fault when booting new Ryzen system
- Gary Mills wrote:
> The command I used was:
>
> [...]
>
> I do have a transcript that contains lots of debuggi... -
02:11 PM Bug #9758: Double fault when booting new Ryzen system
- The command I used was:...
-
01:44 PM Bug #9758: Double fault when booting new Ryzen system
- Gary Mills wrote:
> Here we go again, but this is with the new Raven Ridge series of Ryzen CPUs. The CPU is a Ryzen... -
03:01 PM Bug #9760 (Closed): mp_startup_common races itself
- "git commit af1da5d88749a7acca42afebc5b3ca9ec806c095":https://github.com/illumos/illumos-gate/commit/af1da5d88749a7ac...
2018-08-21
-
11:51 PM Support #9727: Driver for MegaRAID SAS 9361-8i
- Hi!
Could you give a bit more detailed information about your system?
For example, the output of these commands:
*... -
03:25 PM Bug #9642 (Closed): PKCS#11 softtoken should use explicit_bzero
- ...
-
03:11 PM Bug #9760: mp_startup_common races itself
- Upstream of Joyent OS-7079.
I've been experiencing frequent early boot hangs on my own server (Supermicro 5028-TN4... -
03:07 PM Bug #9760 (Closed): mp_startup_common races itself
-
10:27 AM Bug #3354: kernel crash in rpcsec_gss after using gsscred
- We've had this reported in OmniOS LTS again after we integrated KPTI.
KPTI is not at fault but appears to have chang... -
06:00 AM Bug #9729: kstat not exposing non-global zone stat counters
- I've now done this with ipfilter:
https://gist.github.com/alaslums/f609af779f723607e0e20388437964ff
To avoid re... -
04:20 AM Bug #9729: kstat not exposing non-global zone stat counters
- Following the model of the patch in 4303, I've prepared: https://gist.github.com/alaslums/807185d21a964a3824e0abf74c2...
-
05:17 AM Bug #9741 (Closed): libi386: fix DEBUG messages in biosdisk
- "git commit 43f9d55fa4bea101f8b3961606dec0af0b38b2ab":https://github.com/illumos/illumos-gate/commit/43f9d55fa4bea101...
-
04:36 AM Bug #9740 (Closed): libi386: use snprintf in biosdisk and style fixes
- "git commit e8fda3522f688f9e55aa251eafc9b42b78717d40":https://github.com/illumos/illumos-gate/commit/e8fda3522f688f9e...
2018-08-20
-
10:44 PM Bug #9758 (Closed): Double fault when booting new Ryzen system
- Here we go again, but this is with the new Raven Ridge series of Ryzen CPUs. The CPU is a Ryzen 3 2200G with built-i...
-
05:50 PM Bug #9737 (Closed): send(3xnet) and friends are missing MSG_NOSIGNAL
- "git commit 16b6a7e9a6f9116cc7c300e732be5000d82934e7":https://github.com/illumos/illumos-gate/commit/16b6a7e9a6f9116c...
-
05:50 PM Bug #9750 (Closed): pkgchk -l package list runs together
- "git commit 74fbde0026523e948c17e57c29e2d53edad1c600":https://github.com/illumos/illumos-gate/commit/74fbde0026523e94...
-
05:50 PM Bug #9753 (Closed): installgrub: hard coded partition 0 with GPT
- "git commit d23a2a081683858fbc9fafc163b60bbd8c9ede13":https://github.com/illumos/illumos-gate/commit/d23a2a081683858f...
-
05:50 PM Bug #9754 (Closed): grub: recent gcc needs -fno-reorder-functions
- "git commit e153cda9f9660e385e8f468253f80e59f5d454d7":https://github.com/illumos/illumos-gate/commit/e153cda9f9660e38...
-
05:50 PM Bug #9757 (Closed): getent ipnodes has wrong exit status
- "git commit 81a867407659fae007ac4ca95e5685c1d38fa5f1":https://github.com/illumos/illumos-gate/commit/81a867407659fae0...
2018-08-19
-
06:37 PM Bug #9757 (Closed): getent ipnodes has wrong exit status
- According to the getent man page, getent will return:
3 There is no support for enumeration on this database.
F... -
06:22 PM Bug #868 (Closed): uts/common/avs/ns/contract.h makes source searches tedious
- avs has been removed from illumos
-
06:22 PM Bug #710 (Closed): AVS gets its bitwise ops muddled
- avs has been removed from illumos
-
06:21 PM Bug #1481 (Closed): broken dependency from driver/storage/sv
- avs has been removed from illumos
-
06:20 PM Bug #1629 (Closed): AVS slows down writes on a primary host
- avs has been removed from illumos
-
06:18 PM Bug #1236 (Closed): SUNWcs should depend on runtime/perl-510/modules/sun-solaris
- Closed by 4911
-
06:12 PM Bug #4358 (Closed): syslog(3c) man page refers non-existent printf(3ucb)
- Fixed in 8212
-
01:06 PM Bug #9729: kstat not exposing non-global zone stat counters
- I have found this commit by Bill Pijewski which updates illumos to expose the per-zone tcp kstats into the global zon...
2018-08-18
-
04:15 PM Bug #9756 (Closed): tests: badseg.c error: variable 'rc' set but not used
- debug build with gcc 7 did reveal:...
-
10:00 AM Bug #9733: Unable to remove stray label leftover from un-exported, removed single-device zfs pool
- I got a secoond NVMe. I completely reinstalled OmniOS, and I was able to replicate the issue with these steps:
- I... -
03:52 AM Bug #9737 (Pending RTI): send(3xnet) and friends are missing MSG_NOSIGNAL
2018-08-17
-
10:56 PM Bug #9755 (Closed): bounds checking functions and types should only be visible if __STDC_WANT_LIB_EXT1__ is set to 1
- While here, move errno_t to errno.h where it belongs per standard.
-
08:44 PM Bug #9736 (Closed): kmdb tortures via single-step miscellaneous trap
- "git commit 66a2141c21574ea874644d1b0703e2f175e8e8a1":https://github.com/illumos/illumos-gate/commit/66a2141c21574ea8...
-
11:57 AM Bug #9754 (Closed): grub: recent gcc needs -fno-reorder-functions
- Recent gcc do reorder functions (when there is a main() ?) and this does break the special builds like grub stage2 (o...
-
11:52 AM Bug #9753 (Closed): installgrub: hard coded partition 0 with GPT
- I was quite surprised to find installgrub to report partition 0 when I did use c2t1d0s1 with it. Fortunately the fix ...
-
03:27 AM Feature #9726 (Closed): getent could list the attr databases
- "git commit e5ecfaa0ff00b00d0b97e8638701ff77caeeab1d":https://github.com/illumos/illumos-gate/commit/e5ecfaa0ff00b00d...
-
12:27 AM Feature #9719 (Closed): uts/i86pc: add way to set bootrd_debug
- "git commit 70ee30a511f4abfd1b9cdf25495a219fe131829a":https://github.com/illumos/illumos-gate/commit/70ee30a511f4abfd...
2018-08-16
-
11:21 PM Bug #9717 (Closed): libstand: build with -Wall only
- "git commit ca876c1c4225b51f8e1c2763b28e8466add83a0b":https://github.com/illumos/illumos-gate/commit/ca876c1c4225b51f...
-
10:18 PM Bug #9703 (Closed): loader: stage1 should not probe floppies for zfs
- "git commit 64a170cf91c8d267e7707c00ac13639160db85cd":https://github.com/illumos/illumos-gate/commit/64a170cf91c8d267...
-
09:42 PM Bug #9738: 9112 broke third block copy allocations within one metaslab group
- https://github.com/openzfs/openzfs/pull/687
-
01:48 AM Bug #9738 (Closed): 9112 broke third block copy allocations within one metaslab group
- metaslab_group_alloc_normal() sets tertiary variable for some allocation requests to push those allocations to differ...
-
09:20 PM Bug #9751: Allocation throttling misplacing ditto blocks
- https://github.com/openzfs/openzfs/pull/688
-
09:10 PM Bug #9751 (Closed): Allocation throttling misplacing ditto blocks
- During synthetic random write benchmarks I found many secondary and tertiary block copies allocations form the same v...
-
08:44 PM Bug #9750 (Closed): pkgchk -l package list runs together
- The list of package printed out by pkgchk -l run together, for example:
$ pkgchk -l -p /usr/share/man/man7
NOTE: ... -
08:03 PM Bug #9418 (Closed): iwn: rate array in struct iwn_ks_txpower should have size IWN_RIDX_MAX+1
- "git commit 843ead088f87e5e766084646370e981f176eb323":https://github.com/illumos/illumos-gate/commit/843ead088f87e5e7...
-
07:17 PM Bug #9728 (Closed): 3secdb man pages need some tlc
- "git commit 8e5dcf3a637ec78130ed00945993c8c991997a44":https://github.com/illumos/illumos-gate/commit/8e5dcf3a637ec781...
-
05:36 PM Feature #8548 (Closed): want memset_s(3C)
- "git commit 00efb5e1437d3912284689f1b0c13190e634e788":https://github.com/illumos/illumos-gate/commit/00efb5e1437d3912...
-
05:06 PM Bug #9242 (Closed): st: this statement may fall through
- "git commit 3b5ccf6b95a705120c7f7fa193afabfd40dc7342":https://github.com/illumos/illumos-gate/commit/3b5ccf6b95a70512...
-
04:36 PM Bug #9749 (Closed): Need Intel ucode update to 20180807
- This updates the Intel microcode to the 20180807 release which is required to have microcode sufficient to mitigate L...
-
04:35 PM Bug #9748 (Closed): ucode shouldn't need install step
- Today the micrcode is shipped by taking a file that has a text form of the micrcode and as part of bootadm operations...
-
04:32 PM Feature #9747 (Closed): Implement CPU autoreplace based on Intel PPIN
- Per RFD 137 (https://github.com/joyent/rfd/blob/master/rfd/0137/README.md) we'd like to be able to implement CPU base...
-
04:30 PM Feature #9746 (Closed): Need cpuid detection for security sec features
- We need the ability to do cpuid detection for various CPU security features such as IPBP, etc.
As part of testing ... -
04:30 PM Feature #9745 (Closed): rescan cpuid after ucode updates
- After taking a microcode update we should be rescanning cpuid for a subset of features related to security and potent...
-
04:28 PM Feature #9744 (Closed): invalidate cache before microcode update
- There have been some reports that certain microcode updates on a few parts require that the cache be flushed before p...
-
12:03 PM Bug #9743 (Closed): libi386: biosdisk should use BD_RD and BD_WR constants
- Replace 0 and 1 with named constants.
-
12:02 PM Bug #9742 (Closed): libi386: Add workaround for HP BIOS issues
- FreeBSD update https://svnweb.freebsd.org/base?view=revision&revision=r331718
stand: Add workaround for HP BIOS is... -
12:01 PM Bug #9741 (Closed): libi386: fix DEBUG messages in biosdisk
- The messages are a bit misleading because the IO can be either read or write.
-
11:59 AM Bug #9740 (Closed): libi386: use snprintf in biosdisk and style fixes
- Use break statements to get out of for loop and remove extra empty line.
This is cleanup to (re)sync code with Fre... -
09:27 AM Bug #9737: send(3xnet) and friends are missing MSG_NOSIGNAL
- Review: https://www.illumos.org/rb/r/1162/
-
07:49 AM Bug #9739 (Rejected): kerberos kadmind crashed in openindiana hipster 2018/04
-
06:59 AM Bug #9739 (Rejected): kerberos kadmind crashed in openindiana hipster 2018/04
- Kerberos krb5kdc can start.
But kadmind segfaults.
2018-08-15
-
03:00 PM Bug #9737 (Closed): send(3xnet) and friends are missing MSG_NOSIGNAL
- The @send(3xnet)@, @sendto(3xnet)@, and @sendmsg(3xnet)@ man pages are missing documentation for the @MSG_NOSIGNAL@ f...
-
01:57 PM Bug #9736 (Closed): kmdb tortures via single-step miscellaneous trap
- SmartOS OS-5852
KMDB often gets "stuck" after a :c with:... -
08:24 AM Feature #9735 (Closed): Need to provide SMB 2.1 Client
- The kernelbased SMB server needs some enhancements like
- connect and join domain when SMB1 is disabled
- add SMB...
2018-08-14
-
06:07 PM Bug #9367 (Closed): troff: comparison between pointer and zero character constant
- "git commit 9fed930b55df5aeaba1280325625a29e78199a54":https://github.com/illumos/illumos-gate/commit/9fed930b55df5aea...
-
12:54 PM Bug #9733: Unable to remove stray label leftover from un-exported, removed single-device zfs pool
- I have been trying to replicate this, by having drives imported, powering off, removing them without exporting them f...
-
09:39 AM Bug #9733: Unable to remove stray label leftover from un-exported, removed single-device zfs pool
- Thank you for looking into this.
Yuri Pankov wrote:
> Have you tried using @zpool labelclear@ command?... -
09:25 AM Bug #9733: Unable to remove stray label leftover from un-exported, removed single-device zfs pool
- Also, @/dev/nvd0p3@ (device from that "fido" pool label) is an NVMe -- do you have any of those present that are *not...
-
09:21 AM Bug #9733: Unable to remove stray label leftover from un-exported, removed single-device zfs pool
- Sorry, re-reading the description, I'm now really confused -- how is the physically gone disk related to any of this?...
-
08:54 AM Bug #9733 (New): Unable to remove stray label leftover from un-exported, removed single-device zfs pool
- On an OmniOS server I imported a single-device zfs pool, used to boot a test FreeBSD install.
After poweroff I rem...
2018-08-13
-
07:18 PM Bug #9730 (Closed): Audit Configuration execution profile doesn't work
- "git commit 223ffd476e2703f912aa332a875dfb72ab5d7010":https://github.com/illumos/illumos-gate/commit/223ffd476e2703f9...
-
02:18 PM Bug #9730 (Closed): Audit Configuration execution profile doesn't work
- If you give a user the Audit Configuration profile:
$ profiles
Audit Configuration
Basic Solaris User
All
T... -
07:00 PM Bug #9725 (Closed): getent has unused variables and implicit function declarations
- "git commit 2c5ec7a875dcd76853e6618614e990f1e8cdd56d":https://github.com/illumos/illumos-gate/commit/2c5ec7a875dcd768...
-
06:47 PM Bug #9723 (Closed): provide support for VMM's GDT handling
- "git commit 309b04b88ca20521fb8141c40ad19b8528b37d7d":https://github.com/illumos/illumos-gate/commit/309b04b88ca20521...
-
06:44 PM Bug #9716 (Closed): libstand: cstyle cleanup of what we just did touch
- "git commit 734b3a42d9fd315e40f7ce511604865fb3c2e799":https://github.com/illumos/illumos-gate/commit/734b3a42d9fd315e...
-
06:27 PM Bug #9626 (Closed): move 'static xuio_stats_t xuio_stats' to file where it use
- "git commit 857c96d257470e097e846ab8886580991b329c32":https://github.com/illumos/illumos-gate/commit/857c96d257470e09...
-
04:56 PM Bug #9461 (Closed): kbd does not switch keyboard layout
- "git commit 6d75a680fdc4059c56ee980eacd6e8b15587086f":https://github.com/illumos/illumos-gate/commit/6d75a680fdc4059c...
-
03:56 PM Bug #9711 (Closed): fts(3C) needs to be largefile aware
- "git commit db132910a923e71326bd3fde5c15548dabd000b9":https://github.com/illumos/illumos-gate/commit/db132910a923e713...
-
03:48 PM Bug #9731 (Closed): uts: update sys/queue.h
- The queue.h is implementing family of methods for list and queue management. Our instance has not been updated for a ...
-
11:25 AM Bug #9729 (New): kstat not exposing non-global zone stat counters
- For a lot of modules, kstat in the global zone exposes both the gz stats and the ngz stats. For example:
# kstat -... -
10:15 AM Bug #9728 (Closed): 3secdb man pages need some tlc
- There are a number of errors and issues with getexecattr(3secdb) and the other 3secdb man pages:
getexecattr has K... -
07:52 AM Support #9727 (New): Driver for MegaRAID SAS 9361-8i
- I have a storage server and Raid Controller using MegaRAID SAS 9361-8i. my Raid Controller detect on bios but cannot ...
Also available in: Atom