Activity
From 2020-12-23 to 2021-01-21
2021-01-21
-
03:35 PM Bug #13356 (Closed): syslog(3c) should not open syslog_door without LOG_CONS
- "git commit 986778a303c760bb2204efc52ea9eba748546342":https://github.com/illumos/illumos-gate/commit/986778a303c760bb...
-
03:20 PM Bug #3791 (Pending RTI): /bin/sh's builtin 'rm' busted: 'rm -f' without arguments returns error
-
12:17 AM Bug #13461: xref should use the etags and ctags that are found in path (perhaps even default to ectags)
- It turns out we are using an illumos ctags, not the studio one, it's just then crashing when we try.
It also turns... -
12:15 AM Bug #13462 (Closed): ctags crashes building full illumos tag table
- core '18036.core' of 18036: /usr/bin/ctags -wt /dev/null lib/librsm/inc/rsmlib_in.h lib/librsm/inc
08052e30 Y_entri...
2021-01-20
-
10:39 PM Bug #13461 (New): xref should use the etags and ctags that are found in path (perhaps even default to ectags)
- Right now xref seems to prefer the copy of etags, and probably ctags that used to be in Sun Studio. This is silly.
... -
03:59 PM Feature #13460 (Closed): ksh93 tests should be moved out of usr/demo
- The ksh test suite is currently part of the @source/demo/system@ package and installed under @usr/demo/ksh/tests@
It... -
02:56 PM Bug #13455: assert in zfs dmu_send when doing zfs send
- ...
-
07:59 AM Bug #13424 (Closed): unix: multiply-defined symbols
- "git commit 0b35c8bcd86de836ba2ab241e3b4ac7955c4148c":https://github.com/illumos/illumos-gate/commit/0b35c8bcd86de836...
-
04:27 AM Bug #13458: bhyve flushes ASID needlessly
- With the comparison corrected, the ASID flush results come out as expected:...
-
02:54 AM Bug #13458 (Closed): bhyve flushes ASID needlessly
- While debugging an unrelated issue, I was tracing @hma_svm_asid_update@ which bhyve calls to determine if cached TLB ...
-
12:51 AM Bug #13384: tsc_read() should use lfence when prudent
- This is primarily relevant for illumos running under bhyve, where we currently do not have RDTSCP support presented t...
-
12:47 AM Bug #13387: bhyve should expose lfence serialize in DE_CFG MSR
- Without this change, an OmniOSCE guest running inside bhyve was unable to detect serializing lfence, and thus fell ba...
-
12:44 AM Bug #13383: generalize check for serializing LFENCE
- I first tested this on modern AMD hardware. Without the change, it was properly detecting and enabling LFENCE serial...
2021-01-19
-
10:25 PM Bug #13451 (Closed): beadm needs to do more with temporary BE activation
- "git commit f976337ad91e7232287bf3bc0e038987a11a8949":https://github.com/illumos/illumos-gate/commit/f976337ad91e7232...
-
09:56 PM Bug #13059: Dell R630 - X2APIC enabled cause boot hang
- Not sure whether this helps but same here on our new Microservers (Gen 10+).
-
09:23 PM Bug #13422 (Closed): ufs: symbol 'iuniqtime' is multiply-defined
- "git commit ee6e522102d701504922a982938c5873c599b3ff":https://github.com/illumos/illumos-gate/commit/ee6e522102d70150...
-
04:12 PM Bug #13356 (Pending RTI): syslog(3c) should not open syslog_door without LOG_CONS
-
08:07 AM Bug #13098: Low output level from audio devices
- I'm seeing this issue too, makes it impossible to use Zoom in a Virtualbox VM running linux. Sound output is low, but...
-
06:10 AM Bug #13457: smatch doesn't handle pragma-pack well
- We've worked around this by #ifdef __sun__ around the I40E_CHECK_CMD_LENGTH() macro.
-
05:47 AM Bug #13457 (New): smatch doesn't handle pragma-pack well
- Consider this structure from an upcoming i40e drop, and the existing compile-time assertion:...
2021-01-18
-
08:34 PM Bug #13455: assert in zfs dmu_send when doing zfs send
- I can easily reproduce it with zrepl...
But I think any zfs send that is being resumed will trigger it.... -
01:08 PM Bug #13455: assert in zfs dmu_send when doing zfs send
- https://pkg.blackdot.be/cores/vmdump.13455.gz
-
12:40 AM Bug #13455: assert in zfs dmu_send when doing zfs send
- Looks like i never tripped this before because this was the first time using resumable send/recv
-
12:30 AM Bug #13455 (New): assert in zfs dmu_send when doing zfs send
- ...
-
08:16 PM Bug #13456 (Closed): remove umem check_rtime exception
- When per-thread caching umem was integrated in #4489, there was an exception added to the check_rtime exception list ...
-
06:48 PM Bug #13342 (Closed): ctfconvert could encode _Float128 for 32-bit objects
-
05:08 PM Bug #13342 (In Progress): ctfconvert could encode _Float128 for 32-bit objects
-
05:07 PM Bug #13342 (Pending RTI): ctfconvert could encode _Float128 for 32-bit objects
-
05:15 PM Feature #12153 (Closed): netstat can use /proc/<PID>/fdinfo and avoid grabbing processes
-
04:29 PM Bug #6520: ksh: sleep could wait forever
- This is resolved in the newer ksh being integrated under #13405 ...
-
04:13 PM Bug #9199: ksh93 builtin *grep -v mishandles blank lines, blows up libgcrypt-config
- #13405 , which updates ksh to 2012-08-01, does not have a @grep@ builtin, which will resolve this issue.
-
04:09 PM Bug #11750: ksh mkdir builtin doesn't honor special file permissions
- This appears to be fixed in the 2012 version of ksh which is being integrated under #13405 ...
-
03:58 PM Bug #13452 (Rejected): Incorrect wildcard expansion in /usr/bin/sh
- Closing as requested - no bug to fix.
2021-01-17
-
09:07 PM Bug #13454 (Closed): loader: create local copy of mode list provided by vbeinfoblock
- Apparently some systems do corrupt mode list memory area we get from vbe controller info query, so we need to use loc...
-
08:48 PM Bug #13453 (Closed): loader.efi: handle multiple gop instances
- Some systems may provide multiple GOP instances and not all are bound to hardware. The current loader is picking up t...
-
12:34 AM Feature #13450 (Closed): Support bhyve passwords for VNC
- "git commit 266244706342306580e11c81c21a1a5f3dbfc513":https://github.com/illumos/illumos-gate/commit/2662447063423065...
-
12:24 AM Feature #13450: Support bhyve passwords for VNC
- I have ONUd to this patch and set up an OmniOS bhyve zone with and without a password set on the VNC server.
That ...
2021-01-16
-
08:29 PM Bug #3062 (Resolved): illumos should build/work with GCC 4.6 or newer
- Given that we're using gcc7 as a primary these days, I believe this has been taken care of.
-
08:11 PM Feature #6118 (Duplicate): make should support -C <dir>
- This turned out to be a dup of #10891.
-
07:25 PM Bug #13346: diskinfo should identify lofi(7D) devices
- We now correctly identify a labeled lofi device though an unlabeled device does not show up. For example if lofiadm ...
-
07:22 PM Bug #13346: diskinfo should identify lofi(7D) devices
- What's happening here is somewhat interesting. When libdevinfo goes through and tries to discover disks, it attempts ...
-
01:30 PM Feature #13450: Support bhyve passwords for VNC
- This change is already present in SmartOS and OmniOS.
Additionally, Jorge Schrauwen kindly applied the patch on top ...
2021-01-15
-
07:43 PM Bug #13421 (Closed): genunix: multiply-defined symbols
- "git commit dea3b854661cb94b40277d9397e510728497a69f":https://github.com/illumos/illumos-gate/commit/dea3b854661cb94b...
-
07:36 PM Bug #13151 (Closed): loader: isoboot.c: info: ignoring unreachable code.
- "git commit f0202039df53b3f7038d1625ff6ffae7b09a8fb0":https://github.com/illumos/illumos-gate/commit/f0202039df53b3f7...
-
03:16 PM Bug #7075: ahci: NULL pointer dereference in ahci_add_doneq()
- On KVM and VirtualBox the problem is mostly theoretical as one can always use different CDROM controller.
But rece... -
10:12 AM Bug #13452: Incorrect wildcard expansion in /usr/bin/sh
- Peter Tribble wrote in #note-1:
> This is probably something in the environment modifying globbing. Quite possibly h... -
10:03 AM Bug #13452: Incorrect wildcard expansion in /usr/bin/sh
- If I try this I get the expected result.
$ echo foo/*.txt foo/*/*.txt foo/*/*/*.txt
foo/bar.txt foo...
2021-01-14
-
10:58 PM Bug #13452 (Rejected): Incorrect wildcard expansion in /usr/bin/sh
- Given this directory structure:
@$ find foo -type f
foo/bar.txt
foo/1/2/bar.txt
foo/1/bar.txt@
I would expec... -
10:26 PM Bug #13378 (Closed): unknown ld(1) guidance should be a warning
- "git commit 614a9f681afc3c353478b52a1f8b5ac1cec364d0":https://github.com/illumos/illumos-gate/commit/614a9f681afc3c35...
-
02:43 PM Bug #13451: beadm needs to do more with temporary BE activation
- Testing, with the patch in the attached Gerrit review:...
-
01:14 PM Bug #13451: beadm needs to do more with temporary BE activation
- Also, this causes a hang, requiring a power cycle...
-
11:32 AM Bug #13451 (Closed): beadm needs to do more with temporary BE activation
- beadm should remove any temporary BE activation when a BE is deleted, and should properly account for renames.
For... -
11:29 AM Feature #13450 (Closed): Support bhyve passwords for VNC
- The code is all there and ready (and enabled in SmartOS and OmniOS) but not in gate.
-
09:37 AM Feature #13373 (Closed): Import upstream improvements to bhyve VNC server
- "git commit dc8050e8896b9c2ed33a0bbe1913bfbf05521997":https://github.com/illumos/illumos-gate/commit/dc8050e8896b9c2e...
2021-01-13
-
04:29 PM Feature #13449 (Closed): cxgbe IPv6 checksum and LSO support
- We should wire up IPv6 checksum offload and LSO support in cxgbe(7D). Thankfully all of the T4-T6 support this and in...
-
11:53 AM Feature #13373: Import upstream improvements to bhyve VNC server
- I've tested this on omnios with a variety of different guests, concentrating mostly on Windows 10 for the GUI element...
-
01:46 AM Feature #13352 (Closed): disable mdns date and time in version string
- "git commit f73e1ebf60792a8bdb2d559097c3131b68c09318":https://github.com/illumos/illumos-gate/commit/f73e1ebf60792a8b...
-
01:46 AM Bug #10447 (Closed): ACPI binaries should be reproducible
- "git commit 20a2a10f2c0bcd395700659efe34b54ab4404444":https://github.com/illumos/illumos-gate/commit/20a2a10f2c0bcd39...
2021-01-12
-
11:15 PM Bug #13440 (Closed): ppin disablement path missing state transition
- "git commit abe1d126b4a1229ee2861d65508e7a52bd8c2721":https://github.com/illumos/illumos-gate/commit/abe1d126b4a1229e...
-
07:24 PM Bug #10447: ACPI binaries should be reproducible
- I tested this in two ways. The first was by running the updated acpi binaries to make sure we got the updated version...
-
07:24 PM Feature #13352: disable mdns date and time in version string
- I tested this in two ways. The first was by running the updated dns-sd binary to make sure we got the updated version...
-
07:15 PM Bug #13420 (Closed): libld: symbol 'dynsort_compare_syms' is multiply-defined
- "git commit ae9405842e25ee75c6a9fd1996e04b41fbd2eda3":https://github.com/illumos/illumos-gate/commit/ae9405842e25ee75...
-
07:12 PM Bug #13415 (Closed): psvcpolicy: variable 'curr_state' set but not used
- "git commit 338c2f033035af5b17f61d9df825917015c95a35":https://github.com/illumos/illumos-gate/commit/338c2f033035af5b...
-
07:11 PM Bug #13414 (Closed): libcurses: symbol '_win' is multiply-defined
- "git commit 71f73b0075fdda332f0e079884f3aa28497b0806":https://github.com/illumos/illumos-gate/commit/71f73b0075fdda33...
-
01:40 PM Bug #13443 (Closed): gate build missing some NATIVE_LIBS
- "git commit 2cbc828d66d6088914f685ae0e77169ecc9fc7f9":https://github.com/illumos/illumos-gate/commit/2cbc828d66d60889...
-
10:58 AM Bug #13443: gate build missing some NATIVE_LIBS
- I've tested by doing a full gate build with a compiler patched for #13185, and a wsdiff which confirms that there are...
-
01:40 PM Bug #13444 (Closed): libbe_py should provide nextboot information
- "git commit bac90afdc3c952be2a041bb1b669ac56cef7d145":https://github.com/illumos/illumos-gate/commit/bac90afdc3c952be...
-
01:10 AM Bug #13410 (Closed): ddi_ufm(9E) typos and such
- "git commit 3561e562ae78c234d96711f36e19360789b0ffe3":https://github.com/illumos/illumos-gate/commit/3561e562ae78c234...
-
12:46 AM Feature #13435: bhyve should expose IBPB to guests
- It turns out that IBRS and IBPB on intel use the same CPUID value....
2021-01-11
-
10:55 PM Bug #13440: ppin disablement path missing state transition
- I also verified that everything worked correctly on an AsRock Rack EPYC 7282 special.
-
10:54 PM Bug #13410: ddi_ufm(9E) typos and such
- I tested this mostly through using @man@.
-
05:22 PM Feature #13435: bhyve should expose IBPB to guests
- The Intel system is looking for IBRS as well:...
-
05:19 PM Feature #13435: bhyve should expose IBPB to guests
- Prior to the change, both intel and amd systems output that the guest is not using IBPB or does not support it:
<p... -
04:40 PM Bug #13444: libbe_py should provide nextboot information
- After, the @active_nexboot@ field is populated....
-
04:02 PM Bug #13444 (Closed): libbe_py should provide nextboot information
- The python interface to libbe does not currently expose the nextboot flag:...
-
03:50 PM Bug #13416 (Closed): libprtdiag_psr: variable 'ap_args' set but not used
- "git commit aa35d5f200c519c3e5425cb26762e2d01ce2e66f":https://github.com/illumos/illumos-gate/commit/aa35d5f200c519c3...
-
03:47 PM Bug #13413 (Closed): svc.startd: 'contract_list_pool' is multiply-defined
- "git commit 16d53a891df2f19b4dc37110081555be4e474d8c":https://github.com/illumos/illumos-gate/commit/16d53a891df2f19b...
-
03:28 PM Bug #13443 (Closed): gate build missing some NATIVE_LIBS
- Due to #13185 , linker @-zassert-deflib@ does not work properly with 64-bit objects and as a result there are a coupl...
-
02:49 PM Bug #13185: -zassert-deflib does not work for 64-bit objects
- I've created https://github.com/illumos/gcc/pull/40
-
02:36 PM Bug #13185 (In Progress): -zassert-deflib does not work for 64-bit objects
-
02:32 PM Bug #13185: -zassert-deflib does not work for 64-bit objects
- Here's a reproducer:...
2021-01-10
-
04:49 AM Bug #11564: tools ctf utilities get installed twice
- تنزيل يوتيوب مجانا للجوال
https://downtoload.com/android/youtube/ -
04:47 AM Bug #6711: TCP options need documentation
- تنزيل متجر بلاي
https://www.googleplay-apk.com
2021-01-09
-
07:03 PM Bug #13326: nscd stops returning results from LDAP until it is restarted (GSSAPI)
- Ha - it turns out the bug immediately re-manifests once a non-root user logs in over ssh. I think I've done all the t...
-
02:06 PM Bug #13326: nscd stops returning results from LDAP until it is restarted (GSSAPI)
- It took hours of debugging, and while I don't have a root cause, I narrowed down the trigger to a seemingly innocuous...
2021-01-08
-
10:14 PM Bug #13275 (Closed): bhyve needs richer INIT/SIPI support
- "git commit 2606939d92dd3044a9851b2930ebf533c3c03892":https://github.com/illumos/illumos-gate/commit/2606939d92dd3044...
-
09:39 PM Bug #13442 (Closed): SMB server should try harder to protect SACLs
- In SMB, the System ACL (SACL) is protected by SeSecurityPrivilege: ACCESS_SYSTEM_SECURITY permission is required to m...
-
09:26 PM Bug #13441 (Closed): SMB: Creating named streams on existing files is not quite right
- In MS-FSA, 'file lookup' effectively has the following branches:
1. If the file doesn't exist, create the file and... -
06:57 PM Bug #13440: ppin disablement path missing state transition
- Discovered on an AMD EPYC 7402P system from Dell. Did not have easy access to BIOS and BIOS settings, but the initia...
-
06:44 PM Bug #13440 (Closed): ppin disablement path missing state transition
- Upon recently reviewing the AMD specific MSRs for PPIN, they make something more explicit, which Intel makes more sub...
-
06:22 PM Bug #13438 (Closed): Update prototypes to 2021
- "git commit 78f846c0ab4f41678386d3e1b49c16cc8db07a8b":https://github.com/illumos/illumos-gate/commit/78f846c0ab4f4167...
-
03:01 PM Bug #13438 (Closed): Update prototypes to 2021
- Happy new year!
-
04:38 PM Bug #13409 (Closed): cxgbe: replace zero sized array by flexible array
- "git commit ab2fdd80a620c2b88e5ac2c4247ab79880761b18":https://github.com/illumos/illumos-gate/commit/ab2fdd80a620c2b8...
-
04:19 PM Bug #8040 (Closed): NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- "git commit 6dc7d05754d992040097e8ba8f85e77512125c60":https://github.com/illumos/illumos-gate/commit/6dc7d05754d99204...
-
12:48 PM Bug #4860 (In Progress): ksh93: core in printf
- Testing with the updated ksh93 93u+ 2012-08-1 from #13405, this appears to be fixed....
2021-01-07
-
10:56 PM Bug #8040: NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- *Fix*
The fix basically removes the @cv_wait_sig()@ call in @nfs4_attr_cache()@ that causes the hang and replaces ... -
07:45 PM Bug #8040: NFSv4 client: 3-way deadlock between nfs4_bio(), nfs4_do_delegreturn(), and nfs4_flush_pages()
- *Testing*
I tested the fix using steps at #note-2 and
I confirmed the deadlock is no longer reproducible.
This...
2021-01-06
-
05:49 PM Feature #13437 (New): bhyve should expose IBRS to guests
- Bhyve should make guests aware of IBRS via CPUID. We should also allow a guest access to MSR_IA32_SPEC_CTRL.
-
01:38 PM Bug #13326: nscd stops returning results from LDAP until it is restarted (GSSAPI)
- I did some additional research here. I believe the root of the problem is that, when the TCP connection to an LDAP se...
2021-01-05
-
11:39 PM Bug #13434: sh: mishandles backslash as last character of a block of input
- I've confirmed that this issue is resolved by the upgraded version of ksh that I am working on in #13405...
-
11:33 PM Bug #13434 (In Progress): sh: mishandles backslash as last character of a block of input
-
04:42 PM Bug #13434 (Closed): sh: mishandles backslash as last character of a block of input
- Some versions of Illumos @/bin/sh@ read script files in 8192-byte chunks. If the last character of one of these chun...
-
10:22 PM Bug #13378: unknown ld(1) guidance should be a warning
- tested by hand with bad guidance, and in the source tree where I was adding new guidance and found this bug by mistyp...
-
08:35 PM Bug #13436 (New): EPOLLET should wake up for each pipe write, even without reads
- Some software makes use of a self pipe to wake up an event loop; i.e., a pipe where the read end is in the epoll set ...
-
06:53 PM Feature #13435 (New): bhyve should expose IBPB to guests
- Bhyve should make guests aware of IBPB via CPUID. We should also allow a guest write only access to MSR_IA32_PRED_CMD.
-
02:51 PM Bug #13433: After cxgbe transceiver is reseated, link does not return to up state
- Tested using ports with default and non-default FEC settings. In all case when the transceiver was removed and re-ins...
-
09:16 AM Bug #13433 (Closed): After cxgbe transceiver is reseated, link does not return to up state
- The problem seems to appear when a non-default FEC setting is applied to the link. When the transceiver is removed an...
2021-01-04
-
09:07 PM Bug #12764: Holes prevent TRIM
- Nick Ewins wrote in #note-6:
> This patch needs to be tested against the ZFS test suite. I've been looking to get p... -
02:55 AM Bug #13326: nscd stops returning results from LDAP until it is restarted (GSSAPI)
- Unfortunately this is back to happening regularly. It seems as though nscd can't handle the ldap server dropping the ...
2021-01-02
-
01:37 PM Bug #13432 (Closed): idm: symbol 'idm' is multiply-defined
- Build errors with gcc 10:...
-
01:23 PM Bug #13431 (Closed): rdsib: multiply-defined symbols
- Build errors with gcc 10:...
-
10:23 AM Bug #13430 (Closed): scsi_vhci: multiply-defined symbols
- Build errors with gcc 10:...
-
08:41 AM Bug #13429 (Closed): nge: multiply-defined symbols
- Build errors with gcc 10:...
-
08:18 AM Bug #13428 (Closed): rdsv3: symbol 'rdsv3_one_sec_in_hz' is multiply-defined
- Build errors with gcc 10:...
2021-01-01
-
10:17 PM Bug #13427 (Closed): ppm: overflow in conversion
- Build error with gcc 10:...
-
10:08 PM Bug #13426 (Closed): xpv_psm: symbol 'acpi_isop' is multiply-defined
- Build error with gcc 10:...
-
09:52 PM Bug #13425 (Closed): i86xpv: multiply-defined symbols
- Build errors with gcc 10:...
-
09:44 PM Bug #13424 (Closed): unix: multiply-defined symbols
- Build errors with gcc 10:...
-
11:58 AM Bug #13404 (Closed): man page spelling errors
- "git commit 0a554e9f2c0d440dc40a97fae2d18f1d428ca786":https://github.com/illumos/illumos-gate/commit/0a554e9f2c0d440d...
-
11:01 AM Bug #13422 (Closed): ufs: symbol 'iuniqtime' is multiply-defined
- Build error with gcc 10:...
-
10:40 AM Bug #13421 (Closed): genunix: multiply-defined symbols
- Build errors with gcc 10:...
-
10:16 AM Bug #13420 (Closed): libld: symbol 'dynsort_compare_syms' is multiply-defined
- Build error with gcc 10:...
2020-12-31
-
04:16 PM Bug #13400 (Closed): zfs-tests: implicit conversion from 'enum dmu_objset_type' to 'enum lzc_dataset_type'
- "git commit 9f76c6ed5b6ee0cc0bf631daca15ac3dc5fc70c4":https://github.com/illumos/illumos-gate/commit/9f76c6ed5b6ee0cc...
-
04:16 PM Bug #13399 (Closed): zfs: error: implicit conversion from 'boolean_t' to 'ds_hold_flags_t'
- "git commit ef96fc31fc4f4306719704352d5c3e33573c039f":https://github.com/illumos/illumos-gate/commit/ef96fc31fc4f4306...
-
12:27 PM Bug #13404: man page spelling errors
- Testing: Ran a spellchecker across the changed pages to make sure the
spelling mistakes were gone, and quickly viewe... -
11:44 AM Feature #13419 (In Progress): halt: parse_fastboot_args() should be usable on SPARC
- The kernel path, "/platform/i86pc/kernel/$ISADIR/unix", should be constructed by using platform name and isa name, us...
-
11:09 AM Bug #13418 (In Progress): picl: removal of unused dependency recommended
- Build errors on SPARC:...
-
10:58 AM Bug #13417 (In Progress): frutree: unused search path
- Build error on sparc:...
-
08:15 AM Bug #13416 (Closed): libprtdiag_psr: variable 'ap_args' set but not used
- Build error on SPARC:...
-
08:08 AM Bug #13415 (Closed): psvcpolicy: variable 'curr_state' set but not used
- Build error on SPARC:...
-
07:43 AM Bug #13393 (Closed): cheetah: case value '47616' not in enumerated type
- "git commit 56870e8c76c2675bcef1fcee5d519585ce9c768e":https://github.com/illumos/illumos-gate/commit/56870e8c76c2675b...
-
07:24 AM Bug #13403 (Closed): zfs: symbol 'g_zfs' is multiply-defined
- "git commit 8247326397b1a16f37e70cf13f5b7a4f50d06712":https://github.com/illumos/illumos-gate/commit/8247326397b1a16f...
-
07:24 AM Bug #13402 (Closed): zpool: symbol 'g_zfs' is multiply-defined
- "git commit 436b964b19ef06803ad9165542d80d9d731d6486":https://github.com/illumos/illumos-gate/commit/436b964b19ef0680...
-
12:54 AM Feature #13379: bhyve upstream sync 2020 Dec
- I'm hoping these changes will incorporate the fix for OpenBSD hosts' PCI passthru, fixed in FreeBSD here: https://bug...
2020-12-30
-
10:11 PM Bug #13414 (Closed): libcurses: symbol '_win' is multiply-defined
- Build error with gcc 10:...
-
09:41 PM Bug #13413 (Closed): svc.startd: 'contract_list_pool' is multiply-defined
- Build errors with gcc 10:...
-
07:15 PM Bug #13275: bhyve needs richer INIT/SIPI support
- I also re-tested the latest version of this wad with the experimental userspace (and OVMF bootrom) to verify that it ...
-
05:24 AM Bug #13275: bhyve needs richer INIT/SIPI support
- The usual collection of guest OSes were used to smoke-test the INIT/SIPI sequence as those VMs booted and brought APs...
-
10:18 AM Bug #13411 (In Progress): zfs_mount_all_mountpoints.ksh: cleanup_all should leave pool root mounted
- If pool root is not mounted, then zpool umount in next test will leave dataset mountpoint directory around and next z...
-
12:30 AM Bug #13410 (Closed): ddi_ufm(9E) typos and such
- * The parameters section mentions @nslotp@, but there is no such parameter in any of the callbacks.
* Either I'm s...
2020-12-29
-
09:11 PM Bug #13396 (Closed): PoolsExecption typo in resource pools javadoc
- "git commit 99308ed0417a2b8ab73c5856a8a5345ce2a7aea7":https://github.com/illumos/illumos-gate/commit/99308ed0417a2b8a...
-
06:53 PM Bug #13396: PoolsExecption typo in resource pools javadoc
- For testing: Generated javadoc and verified that the errors are no longer reported and the errant output has been
co... -
09:02 PM Bug #13392 (Closed): px: case value '3' not in enumerated type
- "git commit 1575b751c16622553e958c1e5c45e59c86b15c6e":https://github.com/illumos/illumos-gate/commit/1575b751c1662255...
-
08:34 PM Feature #13339 (Closed): Add support for Hygon Dhyana Family 18h processor
- "git commit 9b0429a10eec9313ec782d8421272aff70adbfdc":https://github.com/illumos/illumos-gate/commit/9b0429a10eec9313...
-
07:53 PM Bug #13351 (Closed): loader: vbe_find_mode_xydm() is using wrong safety and iteration is buggy
- "git commit d20422bd742384b77102bb3bd09e0dc4b7372e50":https://github.com/illumos/illumos-gate/commit/d20422bd742384b7...
-
07:45 PM Bug #13311 (Closed): uptime(1) dazed and confused for a minute after boot
- "git commit 174b8e455f9a6974e69fa4e28792580acde0892d":https://github.com/illumos/illumos-gate/commit/174b8e455f9a6974...
-
07:42 PM Bug #13409 (Closed): cxgbe: replace zero sized array by flexible array
- Build errors with gcc 10:...
-
07:14 PM Bug #13401 (Closed): eeprom: 'lv' may be used uninitialized in this function
- "git commit f816551bb187d104fbf2757703d7a5d2189a3a18":https://github.com/illumos/illumos-gate/commit/f816551bb187d104...
-
06:47 PM Feature #13408 (Closed): cxgbe ufm support
- We should add support to cxgbe for the ufm subsystem, allowing that information to show up in topo. Now with this pre...
-
06:45 PM Feature #13407 (Closed): reduce smatch gags in t4nex
- Right now all of SMATCH is turned off for the @t4nex@ driver. We should reduce this. Right now I've left too in place...
-
06:43 PM Feature #13406 (Closed): nexus drivers evade topo nic logic
- NIC drivers vary in how they represent multiple-ports that are attached to the same physical PCI device. Many devices...
-
05:24 PM Bug #13318: Tidy up libdtrace_jni javadoc
- For testing: I've generated javadoc using both java 8 and java 11. This is
also available to view at
https://pkgs... -
05:02 PM Bug #13391 (Closed): fm: build errors with gcc 7 on SPARC
- "git commit 5e96da73c99d9d17ff5a58b793fff2ab6dcadf25":https://github.com/illumos/illumos-gate/commit/5e96da73c99d9d17...
-
11:51 AM Feature #13405 (Closed): ksh93 update to 2012-08-01
-
07:13 AM Bug #13398 (Closed): libstand: xdrproc_t should return bool
- "git commit 58b55f701e285559e4799354996fd284238ed0d4":https://github.com/illumos/illumos-gate/commit/58b55f701e285559...
-
07:10 AM Bug #13394 (Closed): fhc: case value '4294967295' not in enumerated type
- "git commit c6a28d7650029501a356f7b75b2a10a5c4430cef":https://github.com/illumos/illumos-gate/commit/c6a28d7650029501...
2020-12-28
-
09:10 PM Bug #13275: bhyve needs richer INIT/SIPI support
- The primary test case for this is running guests under an alternative bhyve userspace which makes use of a stock OVMF...
-
02:45 PM Bug #13404 (Closed): man page spelling errors
- Another bunch of spelling mistakes in our man pages:
tranfer - process.4
seelcted - smb.4
compatibilty - c... -
01:17 PM Bug #13403 (Closed): zfs: symbol 'g_zfs' is multiply-defined
- Build error with gcc 10:...
-
01:15 PM Bug #13402 (Closed): zpool: symbol 'g_zfs' is multiply-defined
- Build error with gcc 10:...
-
09:04 AM Bug #13401 (Closed): eeprom: 'lv' may be used uninitialized in this function
- Build error with gcc 10:...
-
08:15 AM Bug #13400 (Closed): zfs-tests: implicit conversion from 'enum dmu_objset_type' to 'enum lzc_dataset_type'
- Build error with gcc 10:...
-
08:12 AM Bug #13399 (Closed): zfs: error: implicit conversion from 'boolean_t' to 'ds_hold_flags_t'
- Build error with gcc 10:...
2020-12-27
-
10:29 PM Bug #13398 (Closed): libstand: xdrproc_t should return bool
- Since our xdr translation function are returning bool, so should xdrproc_t.
Issue reported by gcc 10 build.
Tes... -
03:07 PM Bug #13397 (New): ls calls time() many more times than necessary
- Investigating why my machine was reporting such a high number of sycalls, I stumbled across this in ls.c
rep->lat... -
02:04 PM Bug #13396 (Closed): PoolsExecption typo in resource pools javadoc
- In the resource pools javadoc, PoolsException is misspelt PoolsExecption.
This causes errors of the form:
./com...
2020-12-26
-
07:08 PM Bug #13395: assertion failure in usbftdi
- Looks like the log actually shows out of order actions happening, not sure how though, might be a bit out of my depth...
-
06:54 PM Bug #13395: assertion failure in usbftdi
- For personal reference, https://docs.oracle.com/cd/E37838_01/html/E61056/modules-68.html
Shows how to get the log ... -
06:48 PM Bug #13395 (New): assertion failure in usbftdi
- I was having issues with a FTDI based USB serial device, where it doesn't seem to want to properly change baudrate......
2020-12-25
-
11:20 AM Bug #13394 (Closed): fhc: case value '4294967295' not in enumerated type
- Build error on SPARC:...
-
11:09 AM Bug #13393 (Closed): cheetah: case value '47616' not in enumerated type
- Build error on SPARC:...
-
11:02 AM Bug #13392 (Closed): px: case value '3' not in enumerated type
- Build error on SPARC:...
-
10:18 AM Bug #13391 (Closed): fm: build errors with gcc 7 on SPARC
- Building with gcc 7 did reveal few issues:...
-
12:39 AM Feature #13355 (Closed): remove topo module warning gags
- "git commit 58d4b16fe601073f2408de78e3db7e9bfa9abfd2":https://github.com/illumos/illumos-gate/commit/58d4b16fe601073f...
2020-12-24
-
09:04 PM Feature #13390 (Closed): clean up libdlpi warning gags
- We should remove the warning gags that exist in the libdlpi Makefiles.
-
09:03 PM Feature #13355: remove topo module warning gags
- I tested this by doing before and after runs of `/usr/lib/fm/fmd/fmtop -V` on hardware systems I had as well as some ...
-
06:19 PM Bug #13389: After persistent L2ARC import, cache device has constant 8KB/sec load
- Also should add, this is what's in /etc/system:
set zfs:zfs_arc_max = 1073741824
set zfs:zfs_prefetch_disable = 1 -
06:03 PM Bug #13389 (Closed): After persistent L2ARC import, cache device has constant 8KB/sec load
- I can't say for certain which revision caused this, but I'm seeing a constant 8KB/sec load on my L2ARC device in my p...
-
02:30 PM Bug #13388 (Closed): ZFS list bookmark not working on zvols
- "git commit 1473b8d60e902819558a8b0e8a257eb0d754c3c3":https://github.com/illumos/illumos-gate/commit/1473b8d60e902819...
-
02:30 PM Feature #13368 (Closed): libbe_py should support temporary BE activation
- "git commit 4bba12ca5cd6f92aaf0d4c0d19d05528110bc095":https://github.com/illumos/illumos-gate/commit/4bba12ca5cd6f92a...
2020-12-23
-
08:56 PM Bug #13354: illumos should calibrate the TSC earlier in the boot process.
- Yes, though the difference appears to be independent of this change. The existing APIC calibration code does 5 measur...
-
08:36 PM Bug #13354: illumos should calibrate the TSC earlier in the boot process.
- In your example measurements, the numbers for the VM are higher than for the hardware. Is the VM from which the seco...
-
05:28 PM Bug #13388: ZFS list bookmark not working on zvols
- Testing the attached patch.
Before as per the bug reporter:... -
05:21 PM Bug #13388 (In Progress): ZFS list bookmark not working on zvols
-
05:21 PM Bug #13388: ZFS list bookmark not working on zvols
- It looks like illumos is missing https://github.com/openzfs/zfs/commit/e33da554c5daf0103b093f44ab5b90ad6c064c3f
<p... -
03:53 PM Bug #13388 (Closed): ZFS list bookmark not working on zvols
- This is the error I get:...
Also available in: Atom