Activity
From 2018-08-06 to 2018-09-04
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 ...
2018-08-11
-
08:15 PM Feature #9726 (Closed): getent could list the attr databases
- There's no reason why getent couldn't be extended to handle the attr databases:
user_attr
prof_attr
exec_attr
a... -
07:52 PM Bug #9725 (Closed): getent has unused variables and implicit function declarations
- In usr/src/cmd/getent/Makefile, we see
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-implicit-fun... -
01:43 PM Bug #9724 (Closed): qede needs updates for newer GCC
- ...
2018-08-10
-
09:50 PM Bug #9718 (Closed): update mandoc to 1.14.4
- "git commit 6640c13beae5a8b03718dc6b7a9cda5dd6ab9024":https://github.com/illumos/illumos-gate/commit/6640c13beae5a8b0...
-
03:05 PM Bug #9723 (Closed): provide support for VMM's GDT handling
- As per SmartOS OS-7090:
"I ran a test program that attempted to deference a bunch of different segment selectors. ... -
02:30 PM Bug #9711: fts(3C) needs to be largefile aware
- Jonathan's testing notes:
I tested the proposed fix against all versions of 32-bit, 32-bit largefile, and 64-bit, ... -
01:16 PM Bug #9722 (New): Still broken ZFS ACL inheritance from #6764, #8984 only fixed the aclmode=passthrough case
- There seems to be no way to re-open a closed issue.
Please see https://www.illumos.org/issues/8984
Andy Fiddman spe... -
03:45 AM Feature #9668 (Closed): loader: rename zfsloader to loader
- "git commit 9fd537180d8c7ca186c4842f6262016f5e418d10":https://github.com/illumos/illumos-gate/commit/9fd537180d8c7ca1...
2018-08-09
-
03:09 PM Bug #9708 (Closed): loader: libstand warning: pointer targets differ in signedness
- "git commit 380059927f2f5af9148793463b305037707f8613":https://github.com/illumos/illumos-gate/commit/380059927f2f5af9...
-
03:09 PM Bug #9712 (Closed): libstand: netif.c variable set but not used
- "git commit 27d539f2d4b4c40e9fc667f8b1319ed290c6e4b3":https://github.com/illumos/illumos-gate/commit/27d539f2d4b4c40e...
-
03:09 PM Bug #9713 (Closed): libstand: cd9660 pointers differ in signedness
- "git commit 5620b343930008e3d99871d6563033c0cbe44afa":https://github.com/illumos/illumos-gate/commit/5620b343930008e3...
-
03:09 PM Bug #9714 (Closed): libstand: dereferencing type-punned pointer will break strict-aliasing rules
- "git commit 567af71db40b696d77b6f0112d8cb20c4dc3ad93":https://github.com/illumos/illumos-gate/commit/567af71db40b696d...
-
03:09 PM Bug #9715 (Closed): libstand: gzipfs unused variable
- "git commit a942f1f5f0eafb4e2a9cf5d6cff385b7830676e6":https://github.com/illumos/illumos-gate/commit/a942f1f5f0eafb4e...
-
10:55 AM Feature #9721 (Closed): cmd/boot: support cpio boot archive
- Build support to create/update cpio boot archive.
-
10:53 AM Feature #9720 (Closed): kernel: support for booting with cpio-based boot_archive
- Currently we do support hsfs and ufs boot archives. Using hsfs relies on external tool (mkisofs) and using ufs is com...
-
10:38 AM Feature #9719 (Closed): uts/i86pc: add way to set bootrd_debug
- The bootrd_debug is knob to enable boot time ramdisk read debug messages - in the reader code for ufs, hsfs etc acces...
-
07:30 AM Bug #9674 (Closed): Let's scrap AVS/sdbc
- "git commit cb41b9c565d4eec9e1f06e24d429696f59f2f07d":https://github.com/illumos/illumos-gate/commit/cb41b9c565d4eec9...
-
07:18 AM Bug #9674: Let's scrap AVS/sdbc
- List of files removed from @proto@ by this change:...
2018-08-08
-
09:48 PM Bug #9718 (Closed): update mandoc to 1.14.4
- http://mandoc.bsd.lv/NEWS
http://mandoc.bsd.lv/ChangeLog -
07:52 PM Bug #9717 (Closed): libstand: build with -Wall only
- In fact, build with just -Wall -Werror, we should be clean now...
-
07:45 PM Bug #9716 (Closed): libstand: cstyle cleanup of what we just did touch
- Just as the subject is telling - big cstyle cleanup.
-
07:11 PM Bug #9715 (Closed): libstand: gzipfs unused variable
- Revealed issue... ...
-
06:49 PM Bug #9714 (Closed): libstand: dereferencing type-punned pointer will break strict-aliasing rules
- The gcc 4.4.4 issue (gcc 7 does not complain)....
-
01:41 PM Bug #9713 (Closed): libstand: cd9660 pointers differ in signedness
- Build with warnings enabled did reveal the problem with cd9660 reader. The 9660 data structures are defined as char a...
-
01:23 PM Bug #9712 (Closed): libstand: netif.c variable set but not used
- Build without warning suppression did reveal:...
2018-08-07
-
10:44 PM Bug #9711 (Closed): fts(3C) needs to be largefile aware
- illumos imported BSD fts(3) last year, but it was not made largefile aware. This means any 32-bit binaries compiled w...
-
07:50 PM Bug #9685 (Closed): KPTI %cr3 handling needs fixes
- "git commit eea802b0a2c12269d15276d4657e5cd64dd541a4":https://github.com/illumos/illumos-gate/commit/eea802b0a2c12269...
-
07:50 PM Bug #9694 (Closed): Parallel dump hangs
- "git commit 6ccea42291d6cef3970fbb35ece075406851267f":https://github.com/illumos/illumos-gate/commit/6ccea42291d6cef3...
-
07:50 PM Bug #9695 (Closed): Slow crash dumps, significantly slower than live core
- "git commit d8873b3136f0985c9e33ff8801644e1b4253b36c":https://github.com/illumos/illumos-gate/commit/d8873b3136f0985c...
-
07:50 PM Bug #9698 (Closed): pkcs11 C_Digest() is too restrictive in input
- "git commit 0e986b9d87352cd82909c748e7f684afe0ed579f":https://github.com/illumos/illumos-gate/commit/0e986b9d87352cd8...
-
06:42 PM Bug #9249 (Closed): System crash dump to NVME not working
- "git commit 64216313af8955ed170cf25df29a04c18b3e0296":https://github.com/illumos/illumos-gate/commit/64216313af8955ed...
-
06:42 PM Bug #9638 (Closed): libc/port/fp/sigfpe.c: this statement may fall through
- "git commit 72dc11568f48cd37cf8182a82d9cb55b22d7c805":https://github.com/illumos/illumos-gate/commit/72dc11568f48cd37...
-
04:04 PM Bug #9645 (Closed): scf_read_propvec segfaults on error
- "git commit e6ccb06dae563daedbe76eeadbdd3940a4e4f693":https://github.com/illumos/illumos-gate/commit/e6ccb06dae563dae...
-
11:00 AM Bug #9709 (Rejected): Remove support for BZIP2 from dump
- It has been determined that, even with parallel dump, bzip2 compression is still too slow to be used for system crash...
-
11:00 AM Bug #9708 (Closed): loader: libstand warning: pointer targets differ in signedness
- Multiple signed vs unsigned issues in libstand:...
-
10:59 AM Bug #9707 (In Progress): Enable parallel crash dump
- #9694 addressed the hang that was prohibiting the use of parallel crash dump. It is still disabled by default.
We ...
2018-08-06
-
07:41 PM Bug #9636 (Closed): loader: colon is not supported in zfs dataset name
- "git commit 6f01cc523b60037ee932665003f61f7fc34735e2":https://github.com/illumos/illumos-gate/commit/6f01cc523b60037e...
-
07:41 PM Bug #9669 (Closed): Extra zeros sent by sendfile()
- "git commit 8cd3131235b232e4d63be3cf95ce9be87907e74f":https://github.com/illumos/illumos-gate/commit/8cd3131235b232e4...
-
07:41 PM Bug #9701 (Closed): byteorder functions are in libc for a long time
- "git commit cc581a18c90036f3cc09e518f22af9b2f11b2a8d":https://github.com/illumos/illumos-gate/commit/cc581a18c90036f3...
-
05:56 PM Bug #9063 (Closed): improve procfs exit handling
- "git commit 5203e56b6b338ebe19cb5433c609f9f5eb7d12b7":https://github.com/illumos/illumos-gate/commit/5203e56b6b338ebe...
Also available in: Atom