Activity
From 2018-01-30 to 2018-02-28
2018-02-28
-
07:18 PM Bug #9216 (Closed): awk: this statement may fall through
- This issue is about both awk and awk_xpg4. Identified by gcc 7 build:...
-
04:32 PM Bug #9215 (Closed): update CPUID defines
- As per https://smartos.org/bugview/OS-914 let's update x86_archext.h with some new defines
from illumos-joyent/. Hel... -
01:35 PM Bug #9214 (Closed): typo: sytem should be system
- Address the remaining cases of sytem typo.
-
11:59 AM Bug #9213 (Closed): zfs: sytem typo
- sytem should read as system.
-
10:28 AM Bug #9212 (In Progress): nfs_rtable4_lock in comments is obsolete
- Apparently, the nfs_rtable4_lock was replaced by rtable4[index].r_lock long time ago, but comments in nfs4_clnt.h wer...
-
07:10 AM Bug #9211 (Closed): ::crregs could do with cr2/cr3 support
- https://smartos.org/bugview/OS-6566
The KMDB unix module can trivially report the current %cr2 and %cr3 values. Wh... -
07:09 AM Bug #9210 (Closed): remove KMDB branch debugging support
- https://smartos.org/bugview/OS-6565
KMDB has vestigial support for two features, ::step branch and ::branches. The... -
07:08 AM Bug #9209 (Closed): ::ttrace should be able to filter by thread
- https://smartos.org/bugview/OS-6567
The subject is pretty self-explanatory, a new -t option is added. -
07:07 AM Bug #9208 (Closed): hati_demap_func should take pagesize into account
- See https://smartos.org/bugview/OS-6390
The crux being:
The issue here is that hati_demap_func does not take page... -
07:03 AM Bug #9207 (Closed): kdi_idt: Cast GATESEG_GETOFFSET through uintptr_t
- "Squelch a GCC warning about a cast from an integer to a pointer of a
different size (presumed to be an implicit 32b... -
06:33 AM Feature #9206 (Closed): Move getsecs() prototype to stand.h from net.h so it can be used everywhere
- FreeSD update: https://svnweb.freebsd.org/base?view=revision&revision=r327880
Move getsecs() prototype to stand.h ... -
05:10 AM Feature #6375: Add native name demangling support
- http://cr.illumos.org/~webrev/jbk/demangle/
-
03:42 AM Bug #9205 (Resolved): illumos-gate build shouldn't depend on demangle.h header
- illumos-gate can't be build without system/library/c++/sunpro package, as it depends on demangle.h header. This depen...
-
02:08 AM Bug #9204 (Closed): illumos#8149 introduced deadlock between device detach and kstat read
- This is to upstream the Joyent's "OS-6137":https://smartos.org/bugview/OS-6137 fix as we seem to be hitting the deadl...
2018-02-27
-
11:43 PM Bug #9203 (Closed): xvdi_init_dev() truncates the unit address to 7 characters
- this is visible when trying to add more than 16 disks to the vm:...
-
09:36 PM Bug #9200 (Closed): tpmadm says "restart Solaris"
- "git commit 79f1e6171ed6b3c6acb6305e507cc77ac9511669":https://github.com/illumos/illumos-gate/commit/79f1e6171ed6b3c6...
-
02:48 PM Bug #9200 (Closed): tpmadm says "restart Solaris"
- and should not......
-
05:48 PM Bug #9202 (New): xgettext should support longer strings
- xgettext doesn't support strings longer than 1024 bytes.
It should. -
05:47 PM Bug #9201: yacc should use proper temp files
- ... Well that was embarrassing
-
05:47 PM Bug #9201 (In Progress): yacc should use proper temp files
- yacc's tempfiles are under well known names. That's both bad practice, and destroys parallel builds if two yaccs run...
-
03:34 PM Bug #9124 (Closed): check_rtime fails with gcc-6-compiled world
- "git commit 0b794c39383bdb712a9092aa6a044e71a7aa5c90":https://github.com/illumos/illumos-gate/commit/0b794c39383bdb71...
-
06:02 AM Bug #4246: kstat read improperly returned ENOMEM
- Issues of the online working have been huge for the students. The handling of the issues and https://www.rushmypapers...
2018-02-26
-
05:46 PM Bug #9199 (Closed): ksh93 builtin *grep -v mishandles blank lines, blows up libgcrypt-config
- I'll start with the reduced test case. Note that blank lines matter in the following:
$ PATH=/usr/xpg4/bin:/usr/... -
04:42 PM Bug #9197 (Closed): tools/quick scripts broken after 8685
- "git commit b9538c2103fde34bfe8a8c2b3e878ecd1586d182":https://github.com/illumos/illumos-gate/commit/b9538c2103fde34b...
2018-02-24
-
09:18 PM Bug #9198 (Closed): libstand: Const-ify buffer argument of write(2) analog
- Updates from FreeBSD:
https://svnweb.freebsd.org/base?view=revision&revision=329879
https://svnweb.freebsd.org/ba... -
03:21 PM Bug #9197 (Closed): tools/quick scripts broken after 8685
- The work in #8685 (uts and mdb: do not build 32bit kernel)
changed the kernel build to make 64-bit objects.
A few... -
02:08 PM Bug #9196 (New): zfs panic with 144 vdevs in zpool
- ...
-
12:49 AM Bug #9195 (New): Changing coreadm config causes failure in zpool_003_pos
- If a core file is not created in the cwd the test fails. The solution is to invoke `coreadm -i core` just before runn...
-
12:13 AM Bug #9194 (Closed): mechanism to override ashift at pool creation time
- There should be a mechanism to override the ashift reported by the underlying devices, at pool creation time. For no...
2018-02-23
-
11:48 PM Bug #9193 (Closed): bootcfg -C doesn't work
- When given an empty string as a rootds value, bootcfg -C fails with the error message 'could not set nextboot: '' is ...
-
11:29 PM Bug #9192 (Closed): explicitly pass good_writes to vdev_uberblock/label_sync
- Currently vdev_label_sync and vdev_uberblock_sync take a zio_t and assume that its io_private is a pointer to the goo...
-
11:21 PM Bug #9191 (Closed): dump vdev tree to zfs_dbgmsg when spa load fails due to missing log devices
- Add vdev_print_tree() in spa_check_for_missing_logs() when some log devices are missing to ease debugging
-
11:05 PM Bug #9190 (Closed): Fix cleanup routine in import_cachefile_device_replaced.ksh
- Must clear slow-disk zinject injections in test cleanup routine.
Otherwise, when this test fails, it causes most s... -
10:48 PM Bug #9189 (Closed): Add debug to vdev_label_read_config when txg check fails
- This changes were added to help debug issue #9187.
Essentially, in the original bug, vdev_validate() seems to fai... -
09:39 PM Bug #9188 (Closed): increase size of dbuf cache to reduce indirect block decompression
- With compressed ARC (6950) we use up to 25% of our CPU to decompress indirect blocks, under a workload of random cach...
-
08:49 PM Bug #9187 (Closed): racing condition between vdev label and spa_last_synced_txg in vdev_validate
- ztest failed with uncorrectable IO error despite having the fix for #7163. Both sides of the mirror have CANT_OPEN_B...
-
05:26 PM Bug #1586: mount_smbfs doesn't document noacl
- In addition, the default is (arguably) wrong. The most common use case for smbfs is a
mount used by a single user, ... -
05:23 PM Bug #9186 (New): The ZFS performance suite should use checksum=edonr
- Work by Matt Ahrens
-
05:23 PM Bug #9185 (New): Enable testing over NFS in ZFS performance tests
- Work by Ahmed Gahnem
This change allows the current set of ZFS performance tests to be run over NFS. -
05:23 PM Bug #9184 (Closed): Add ZFS performance test for fixed blocksize random read/write IO
- Work by Ahmed Gahnem
This change introduces a new random read/write test. This one uses a fixed blocksize rather t... -
03:39 PM Bug #9153 (Closed): cfgadm_plugins: this statement may fall through
- "git commit 2411ecfcc7e4d3dc7fc3f78b9e50601e50a8a56c":https://github.com/illumos/illumos-gate/commit/2411ecfcc7e4d3dc...
-
03:39 PM Bug #9161 (Closed): libeti: this statement may fall through
- "git commit 02b0e3b7c418f908fdce638a840f8d57e03e1346":https://github.com/illumos/illumos-gate/commit/02b0e3b7c418f908...
-
03:39 PM Bug #9167 (Closed): gptzfsboot and zfsloader can't find slices inside PTABLE_VTOC label after 9099
- "git commit 1cfad7ce453b4a7fce6acafb641bef8702579395":https://github.com/illumos/illumos-gate/commit/1cfad7ce453b4a7f...
-
01:21 AM Bug #8808: nvme: Software Progress Marker feature is optional
- Making nvme don't panic on receiving bad answer in @nvme_get_features()@, I see that both VMware's NVMe emulation and...
2018-02-22
-
08:00 PM Bug #9138 (Closed): libcurses: this statement may fall through
- "git commit 59ee40951f56cfa1c0e6c5c6aeea10605267116a":https://github.com/illumos/illumos-gate/commit/59ee40951f56cfa1...
-
08:00 PM Bug #9147 (Closed): sun_sas: comparison between pointer and zero character constant
- "git commit 69b2e41e53282c11528827637e627614e2af615b":https://github.com/illumos/illumos-gate/commit/69b2e41e53282c11...
-
08:00 PM Bug #9148 (Closed): sun_sas: this statement may fall through
- "git commit 48122e8f03678c2b5a9cea6e9c4d4d2629c5a13f":https://github.com/illumos/illumos-gate/commit/48122e8f03678c2b...
-
08:00 PM Bug #9151 (Closed): libdhcputil: this statement may fall through
- "git commit e501678557789347eedf20b9e0f9a5014f56f18d":https://github.com/illumos/illumos-gate/commit/e501678557789347...
-
08:00 PM Feature #9152 (Closed): loader: allow comma in variable names
- "git commit e10a6edabdc38e5fd1d9da6a6a54774a41f91b22":https://github.com/illumos/illumos-gate/commit/e10a6edabdc38e5f...
-
08:00 PM Bug #9154 (Closed): libldap5: this statement may fall through
- "git commit d7fdecd2374114124f192b3bfc84d2d294bb45ab":https://github.com/illumos/illumos-gate/commit/d7fdecd237411412...
-
08:00 PM Bug #9155 (Closed): pkcs11: this statement may fall through
- "git commit 38a641c5970af3d16902370fb738a6792620e1bf":https://github.com/illumos/illumos-gate/commit/38a641c5970af3d1...
-
08:00 PM Bug #9160 (Closed): libtecla: this statement may fall through
- "git commit cf421650297f304644a9fe84c51540de5823fe84":https://github.com/illumos/illumos-gate/commit/cf421650297f3046...
-
01:50 PM Feature #9182 (Closed): pppd: this use of "defined" may not be portable
- Issue found by gcc 7 build:...
-
01:40 PM Bug #9181 (Closed): ipf: this use of "defined" may not be portable
- Issue found by gcc 7 build:...
-
11:18 AM Bug #9180 (Closed): gss_mechs/mech_krb5: this statement may fall through
- Issue found by gcc 7 build:...
-
11:03 AM Bug #9179 (Closed): gss_mechs/mech_krb5 this use of "defined" may not be portable
- Issue found by gcc 7 build:...
-
10:36 AM Bug #9178 (Closed): sasl_plugins: this statement may fall through
- Issue found by gcc 7 build:...
-
10:23 AM Bug #9177 (Closed): lp/lib/filters: this statement may fall through
- Issue found by gcc 7 build:...
-
09:24 AM Bug #9176 (Closed): smbsrv/libfksmbsrv: duplicate 'const' declaration specifier
- Issue found by gcc 7 build:...
-
09:22 AM Bug #9175 (Closed): smbsrv/libfksmbsrv: this statement may fall through
- Issue found by gcc 7 build:...
-
09:19 AM Bug #9174 (Closed): smbsrv/libsmbns: duplicate 'const' declaration specifier
- Issue found by gcc 7 build:...
-
09:10 AM Bug #9173 (Closed): smbsrv: we do not build all
- During manual build in usr/src/lib/smbsrv, I noticed that we only get partial build of the tree.
-
08:59 AM Bug #9172 (Closed): smbsrv/libsmb: this statement may fall through
- Issue found by gcc 7 build:...
-
08:33 AM Bug #9171 (Closed): lib/krb5: this statement may fall through
- Issue found by gcc 7 build:...
-
08:26 AM Bug #9169 (In Progress): libsldap: comparison between pointer and zero character constant
-
07:50 AM Bug #9169 (Closed): libsldap: comparison between pointer and zero character constant
- Issue found by gcc 7 build:...
-
08:24 AM Bug #9170 (Closed): libnisdb: this statement may fall through
- Issue found by gcc 7 build:...
-
08:07 AM Bug #9167 (In Progress): gptzfsboot and zfsloader can't find slices inside PTABLE_VTOC label after 9099
-
07:46 AM Bug #9168 (Closed): libsldap: this statement may fall through
- Issue found by gcc 7 build:...
2018-02-21
-
08:34 PM Bug #9167 (Closed): gptzfsboot and zfsloader can't find slices inside PTABLE_VTOC label after 9099
- The fix for Issue 9099 introduced a regression that broke booting on a system of mine; gptzfsboot can no longer find ...
-
04:35 PM Bug #9084 (Closed): spa_*_ashift must ignore spare devices
- "git commit b037f3dbd69cef4a7ffd576ad33e07bfaf0b1e84":https://github.com/illumos/illumos-gate/commit/b037f3dbd69cef4a...
-
04:05 PM Feature #9166 (Closed): zfs storage pool checkpoint
- The idea of Storage Pool Checkpoint (aka zpool checkpoint) deals with exactly that. It can be thought of as a “pool-w...
-
02:06 PM Bug #9165 (Closed): libshell: this statement may fall through
- Issue found by gcc 7 build:...
-
12:59 PM Bug #9164: assert: newds == os->os_dsl_dataset
- https://github.com/openzfs/openzfs/pull/559
-
12:54 PM Bug #9164 (Closed): assert: newds == os->os_dsl_dataset
- This issue has been reported by Alan Somers as https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225877
dmu_objset... -
12:49 PM Bug #9162: libpp: this statement may fall through
- The first step one has to undertake is to perform the installation of the app, Using Download "CreeHack Apk":https://...
-
09:21 AM Bug #9162 (Closed): libpp: this statement may fall through
- Issue found by gcc 7 build:...
-
09:26 AM Bug #9163 (Closed): libsmbfs: this statement may fall through
- issue found by gcc 7 build:...
-
09:15 AM Bug #9161 (Closed): libeti: this statement may fall through
- Issue found by gcc 7 build:...
-
09:01 AM Bug #9160 (Closed): libtecla: this statement may fall through
- Issue found by gcc 7 build:...
-
09:00 AM Feature #9158 (Closed): USPS tracking
-
07:09 AM Feature #9158 (Closed): USPS tracking
- USPS Tracking parcel is a way for you to make sure that your most important packages make it to their final destinati...
-
05:56 AM Bug #9155: pkcs11: this statement may fall through
- the reviews left around the web, this first step is the one that trips users up the most. how to use "Game Killer APK...
-
01:54 AM Feature #9156 (Closed): Remove openssl dependency from pkcs11_tpm
- pkcs11_tpm is using libcrypto for a small number of encryption operations -- MD5, SHA1, and RSA. We can reuse what p...
-
12:58 AM Bug #9134 (Closed): libnsl: this statement may fall through
- "git commit a69e76ca280a5227e229566b1e076da8f32193e0":https://github.com/illumos/illumos-gate/commit/a69e76ca280a5227...
-
12:58 AM Bug #9135 (Closed): libresolv2: this statement may fall through
- "git commit d32e0fcacf2171e3119de0a92fb7d86b397d4d69":https://github.com/illumos/illumos-gate/commit/d32e0fcacf2171e3...
-
12:55 AM Bug #9136 (Closed): libpicltree: this statement may fall through
- "git commit 33b51cd4c15f6c6cd095d25c6c263369cab880dc":https://github.com/illumos/illumos-gate/commit/33b51cd4c15f6c6c...
-
12:54 AM Bug #9137 (Closed): libsip: comparison between pointer and zero character constant
- "git commit 450563a47bb23cc8e26a56cb4a8a3fd367cc207c":https://github.com/illumos/illumos-gate/commit/450563a47bb23cc8...
2018-02-20
-
10:59 PM Bug #9149 (Closed): libbsm: comparison between pointer and zero character constant
- "git commit a0be388cbf21b0e65786e7f1423e0212f9c6270d":https://github.com/illumos/illumos-gate/commit/a0be388cbf21b0e6...
-
04:53 PM Bug #9149 (Closed): libbsm: comparison between pointer and zero character constant
- Issue found by gcc 7 build:...
-
10:53 PM Bug #9143 (Closed): rpcsec_gss: this statement may fall through
- "git commit b86a7875d3e3bc7f4290f20ab631f1fe3f9261b1":https://github.com/illumos/illumos-gate/commit/b86a7875d3e3bc7f...
-
08:22 AM Bug #9143 (Closed): rpcsec_gss: this statement may fall through
- Issue found by gcc 7 build:...
-
10:36 PM Bug #9155 (Closed): pkcs11: this statement may fall through
- Issue found by gcc 7 build:...
-
10:24 PM Bug #9052 (Closed): nss_files exec attr search leaks memory on dlclose
- "git commit d1e6ffe20e2ccf6a38cfbe4d1bc3a20b92d37fd1":https://github.com/illumos/illumos-gate/commit/d1e6ffe20e2ccf6a...
-
10:22 PM Bug #9154 (Closed): libldap5: this statement may fall through
- Issue found by gcc 7 build:...
-
09:02 PM Bug #9153 (Closed): cfgadm_plugins: this statement may fall through
- Issue found by gcc 7 build:...
-
08:36 PM Bug #8923 (Closed): tcpListenDrop counter continusly increases when we put our production webserver on OI
-
07:56 PM Bug #8923: tcpListenDrop counter continusly increases when we put our production webserver on OI
- This bug can be closed it is fixed by Bug #5123
-
08:30 PM Feature #9152 (Closed): loader: allow comma in variable names
- The loader parser does not allow the comma in variable names, but there are some cases (related to CPQary3), where su...
-
07:07 PM Bug #9151 (Closed): libdhcputil: this statement may fall through
- Issue found by gcc 7 build:...
-
06:45 PM Bug #8484 (Closed): Implement aggregate sum and use for arc counters
- "git commit 3a2d8a1b18794077eff4c504197c1d6f9d7ee487":https://github.com/illumos/illumos-gate/commit/3a2d8a1b18794077...
-
05:32 PM Bug #8599: Snapshots don't preserver user properties
- Is it expected behavior that builtin properties and user properties would inherit differently?
-
05:28 PM Bug #8599: Snapshots don't preserver user properties
- I think that this is expected behaviour....
-
05:22 PM Bug #9150 (Closed): libfcoe: this statement may fall through
- Issue found by gcc 7 build:...
-
04:26 PM Bug #9148 (Closed): sun_sas: this statement may fall through
- Issue found by gcc 7 build:...
-
04:15 PM Bug #9147 (Closed): sun_sas: comparison between pointer and zero character constant
- Issue found by gcc 7 build:...
-
03:55 PM Bug #9118 (Closed): fmadm reports faults without message summary
- "git commit a3f6a2a475fa4c811f7440bedffcf6acabbe1e0e":https://github.com/illumos/illumos-gate/commit/a3f6a2a475fa4c81...
-
12:56 PM Bug #9146 (Closed): libdtrace: this statement may fall through
- Issue found by gcc 7 build:...
-
11:39 AM Bug #9145 (Closed): libast: this statement may fall through
- Issue found by gcc 7 build:...
-
11:19 AM Bug #9144 (Closed): libsqlite: this statement may fall through
- Issue found by gcc 7 build: ...
-
06:39 AM Bug #9142 (Closed): libxcurses: comparison between pointer and zero character constant
- Issue found by gcc 7 build:...
-
04:34 AM Bug #9141 (Closed): check_rtime exceptions could be cleaner
- There are a couple of places check_rtime's exceptions could use MACH() profitably, and a handful of exceptions that a...
-
04:33 AM Bug #9140 (Closed): check_rtime should learn libnsl is safe now
- libnsl used to contain C++, because of NIS+. This is thankfully no longer true, check_rtime should stop excepting it...
-
04:32 AM Feature #9139 (Closed): check_rtime should be able to forbid libraries
- It would be useful if check_rtime could known a given SONAME was "forbidden" (with some exceptions), and warn anyone ...
-
12:45 AM Bug #9030 (Closed): sgs: duplicate 'const' declaration specifier
- "git commit 84f7925403b3bca6fbe5475f7e5fe9e20852b686":https://github.com/illumos/illumos-gate/commit/84f7925403b3bca6...
2018-02-19
-
10:30 PM Bug #9138 (Closed): libcurses: this statement may fall through
- Issue from gcc 7 build:...
-
10:13 PM Bug #9137 (Closed): libsip: comparison between pointer and zero character constant
- Issue from gcc 7 build:...
-
09:06 PM Bug #9136 (Closed): libpicltree: this statement may fall through
- Issue from gcc 7 build:...
-
08:57 PM Bug #9120 (Closed): bnxe does not load in DEBUG
- "git commit 5bc667cefd2d0f1ce79426141196b29088ab4d26":https://github.com/illumos/illumos-gate/commit/5bc667cefd2d0f1c...
-
07:24 PM Bug #9135 (Closed): libresolv2: this statement may fall through
- Issue found by gcc 7 build:...
-
07:07 PM Bug #9134 (Closed): libnsl: this statement may fall through
- Issue from gcc 7 build: ...
-
07:02 PM Bug #8484: Implement aggregate sum and use for arc counters
- From its RTI:
We (Delphix) had an internal investigation of a case very similar to Dan McDonald's scenario shortly... -
06:48 PM Bug #9133 (Closed): ucbcmd: this statement may fall through
- Issues found by gcc 7 build:...
-
06:29 PM Feature #8893 (Closed): Want date -r
- "git commit 2f4149ea09454b3def6fe8245992f7e26571a1e8":https://github.com/illumos/illumos-gate/commit/2f4149ea09454b3d...
-
06:19 PM Bug #9132 (Closed): cw(1onbld) shouldn't shadow pure preprocessing
- When invoking Studio, cw(1onbld) doesn't invoke the compiler when it is being run as a shadow and purely for pre-proc...
-
06:19 PM Bug #9131 (Closed): regexp.h: this statement may fall through
- Issue found by gcc 7 build. The regexp.h is providing the function "stub" which does produce warnings like:...
-
06:16 PM Bug #9130 (Closed): DTrace tst.gcc.d isn't useful
- the DTrace tests contain a test, tst.gcc.d, which is the same as tst.coverage.d, except built using GCC.
This made ... -
06:15 PM Bug #9129 (Closed): file-locking tests shouldn't build multiple source files in one compiler invocation
- A little known limitation of the compiler wrapper cw(1onbld) is that you can't use invocations of the compiler which ...
-
06:13 PM Feature #9128 (Closed): cw(1onbld) should be able to run multiple shadows
- To enable the switch to newer GCC, cw(1onbld) needs the ability to run multiple arbitrary shadows include two shadows...
-
05:22 PM Bug #9127 (Closed): efi: Only scan the BLKIO MEDIA once
- FreeBSD update:
https://svnweb.freebsd.org/base?view=revision&revision=329268
Scan only the BLOCK IO MEDIA once... -
09:38 AM Bug #9126 (Closed): efi: Do not pad the efi devpath structure
Update from FeeBSD. This does not directly affect x86, but for sake of correctness, is good to have in place.
ht...
2018-02-18
-
09:47 PM Bug #8984: fix for 6764 breaks ACL inheritance
- See https://github.com/openzfs/openzfs/pull/557
-
09:01 PM Feature #9051 (Closed): loader should ignore active multi_vdev_crash_dump feature on zpool
- "git commit 6f8e6e5e0a44293205c7f187c667f9c9afa40795":https://github.com/illumos/illumos-gate/commit/6f8e6e5e0a442932...
-
07:42 PM Bug #9053 (Closed): dladm show-phys -P speaks gibberish
- "git commit d96b2a3f9d5053d3cd23e2b07b41c272faa5d52a":https://github.com/illumos/illumos-gate/commit/d96b2a3f9d5053d3...
2018-02-17
-
06:09 PM Bug #9099 (Closed): loader: Solaris 2 partition may have no VTOC
- "git commit 31898fe726d1ca3a719847c87e92cd9426558a3c":https://github.com/illumos/illumos-gate/commit/31898fe726d1ca3a...
-
06:09 PM Feature #9113 (Closed): Expose vendor-name/device-name/subsystem-name as props on pcifn/pciexfn topo nodes
- "git commit 66d053586622b793fb2252b5365f76dd38610b97":https://github.com/illumos/illumos-gate/commit/66d053586622b793...
-
06:09 PM Bug #9115 (Closed): audiorecord: this statement may fall through
- "git commit 3e1e9f9b5f60fd97b8350805fdcbe6ea6dd752ef":https://github.com/illumos/illumos-gate/commit/3e1e9f9b5f60fd97...
-
09:16 AM Bug #9125 (Closed): mdb's ::zfs_params needs updating
- Running *::zfs_params* on a semi-recent Illumos build produces the following warning:...
-
08:47 AM Bug #9124 (Closed): check_rtime fails with gcc-6-compiled world
- In OpenIndiana we've just switched default compiler to GCC 6. It ships runtime libraries in /usr/gcc/6/lib and /usr/g...
-
07:49 AM Bug #9123 (New): illumos-gate fails to build with glib 2.55
- While building illumos-gate with glib 2.55, I get the following error:...
2018-02-16
-
08:13 PM Feature #9122 (Closed): libstand: Consolidate tftp sendrecv into net.c sendrecv
- Update from FreeBSD: https://svnweb.freebsd.org/base?view=revision&revision=329339
bootp/arp/rarp/rpc all use the ... -
04:34 PM Bug #9103 (Closed): opengroup acknowledgement should be properly formatted in man pages
- "git commit 66492cf01c4f0eb178cb6e056451d04be61a0374":https://github.com/illumos/illumos-gate/commit/66492cf01c4f0eb1...
-
04:21 PM Bug #9090 (Closed): ses: using integer constants in boolean context, the expression will always evaluate to 'true'
- "git commit 146ac3cd9d5017d58ec9ba26132a9ee30d53c4aa":https://github.com/illumos/illumos-gate/commit/146ac3cd9d5017d5...
-
04:21 PM Bug #9101 (Closed): bring back pcitool man page
- "git commit e20c5ec63839e1ce8f384340afdd4e325e4af6d5":https://github.com/illumos/illumos-gate/commit/e20c5ec63839e1ce...
-
04:21 PM Bug #9114 (Closed): cmd/audio: invalid conversion from 'char' to 'char*'
- "git commit 779d959983c330a45b9542e16ae6a4a5d204309a":https://github.com/illumos/illumos-gate/commit/779d959983c330a4...
-
04:21 PM Bug #9119 (Closed): ficl-sys is not wsdiff clean
- "git commit b66926aad422ad350796a2770d6b2d328a63b92c":https://github.com/illumos/illumos-gate/commit/b66926aad422ad35...
-
08:48 AM Bug #9119 (In Progress): ficl-sys is not wsdiff clean
- remove __DATE__ from main.c.
-
01:02 AM Bug #9119 (Closed): ficl-sys is not wsdiff clean
- ficl-sys binaries embed the build date, making wsdiff upset. They should stop
-
03:52 PM Bug #9121: dladm: addrval can be NULL, need to check in iptun_process_addrarg()
- From the illumos-joyent github bug:...
-
02:00 PM Bug #9121 (Closed): dladm: addrval can be NULL, need to check in iptun_process_addrarg()
- Original issue: https://github.com/joyent/illumos-joyent/issues/123
dladm should return with an error message indi... -
12:08 PM Bug #9120 (Closed): bnxe does not load in DEBUG
- Feb 16 11:52:05 bhyve genunix: [ID 819705 kern.notice] /kernel/drv/amd64/bnxe: undefined symbol
Feb 16 11:52:05 bhyv... -
01:19 AM Bug #9118: fmadm reports faults without message summary
- As part of debugging this issue, I wrote the following tool for dumping an FMD module checkpoint file:
https://git... -
01:18 AM Bug #9118: fmadm reports faults without message summary
- h2. Testing
To test the change I built a platform image with the fix and booted it on magma. Then I fired up an fm...
2018-02-15
-
11:08 PM Bug #9091 (Closed): MDB smart-write
- "git commit 3d580eda65b7c5ad75a73a93dceeebddfae06ec9":https://github.com/illumos/illumos-gate/commit/3d580eda65b7c5ad...
-
10:54 PM Bug #9118 (Closed): fmadm reports faults without message summary
- The following scenario (where fmadm reports a large number of phantom FMD-8000-11 diagnoses) was seen on several syst...
-
10:48 PM Bug #9073 (Closed): loader.efi: chain loader should provide proper device handle
- "git commit eea30b2609e6094732d948fa0c740852cb14c13d":https://github.com/illumos/illumos-gate/commit/eea30b2609e60947...
-
08:54 PM Feature #9113: Expose vendor-name/device-name/subsystem-name as props on pcifn/pciexfn topo nodes
- h2. Testing
Please see the original illumos-joyent ticket for details on how this change was tested:
https://sm... -
01:12 AM Feature #9113: Expose vendor-name/device-name/subsystem-name as props on pcifn/pciexfn topo nodes
- This change has already been integrated into illumos-joyent via the commit below:...
-
12:51 AM Feature #9113 (Closed): Expose vendor-name/device-name/subsystem-name as props on pcifn/pciexfn topo nodes
- It would be nice if the values of the vendor-name /device-name/subsystem-name could be pulled out of libpcidb (simila...
-
04:34 PM Bug #9107 (Closed): vi: this statement may fall through
- "git commit 9097ca5ce73b708ddec06afebe14c676da44d1ed":https://github.com/illumos/illumos-gate/commit/9097ca5ce73b708d...
-
04:34 PM Bug #9072 (Closed): libefi: Move EFI fmtdev functionality to libefi
- "git commit f4033bcf10a5393890c1a83e912176aac34a10e2":https://github.com/illumos/illumos-gate/commit/f4033bcf10a53938...
-
04:34 PM Bug #9111 (Closed): libstand: Fix IP recv timeout
- "git commit 9a5a2388e3d1f52bed03f56813569786dc86e353":https://github.com/illumos/illumos-gate/commit/9a5a2388e3d1f52b...
-
01:05 PM Bug #9116 (Closed): fdisk limits heads to 254 (mostly)
- The fdisk utility currently (mostly, see below) limits the number of heads in the CHS table to the range 0-254 rather...
-
12:58 PM Bug #9115 (Closed): audiorecord: this statement may fall through
- Build error from gcc 7:...
-
12:50 PM Bug #9114 (Closed): cmd/audio: invalid conversion from 'char' to 'char*'
- Build error from gcc 7:...
-
12:18 AM Feature #9112 (Closed): Improve allocation performance on high-end systems
- On high-end systems running async sequential write workloads, especially NUMA systems with flash or NVMe storage, one...
2018-02-14
-
09:12 PM Bug #9111 (Closed): libstand: Fix IP recv timeout
- https://svnweb.freebsd.org/base?view=revision&revision=329264
readip() doesn't, at the moment, properly indica... -
09:07 PM Bug #8945 (Closed): nvme panics when async events are not supported
- "git commit 081391626072035c77f552902b50d1f7c1359700":https://github.com/illumos/illumos-gate/commit/081391626072035c...
-
09:07 PM Bug #9016 (Closed): Default timeout for NFSv4 ephemeral mounts is wrong
- "git commit cb5401f44dd4e0e363bea3d5a660aa98d3538220":https://github.com/illumos/illumos-gate/commit/cb5401f44dd4e0e3...
-
09:07 PM Feature #9071 (Closed): libefi: Move EFI ZFS functions to libefi
- "git commit 9f23ea4b39bd24fb570d856e7b68ab6edc741e02":https://github.com/illumos/illumos-gate/commit/9f23ea4b39bd24fb...
-
09:07 PM Bug #9086 (Closed): account administration manpages need some tlc
- "git commit 58a05777fb9e6b7931e6a6f1226be4b27ef01bb5":https://github.com/illumos/illumos-gate/commit/58a05777fb9e6b79...
-
06:50 PM Bug #8988 (Closed): SADB_ACQUIRE proposals don't include mechanism salt length
- "git commit 351128add6ee764cb0082bcf82bde86a83696801":https://github.com/illumos/illumos-gate/commit/351128add6ee764c...
-
04:58 PM Bug #9110 (New): Solaris 10 Branded Zones broken
- Hi All,
In late 2013 or early 2014, not sure when specifically, Solaris 10 Branded Zone support broke in SmartOS. ... -
04:05 PM Bug #8970: No sound on multicom xishan
- No tried that, didn't solve the issue. Is it possible that pulsaudio somehow tries to connect to audiohd#0 even thoug...
-
02:55 PM Bug #8970: No sound on multicom xishan
- You may be running into this bug. https://www.illumos.org/issues/8110
I had this problem also. You need to delete th... -
02:08 PM Bug #8970: No sound on multicom xishan
- Ok, so after some experimentation I have found that there are several unrelated problems here...
The reason I have... -
08:05 AM Bug #9108 (New): Want idn support in network tools
- Currently our network tools (ping, traceroute, etc) don't know how to handle idn names, so, 'ping магистратураолимпиа...
-
06:32 AM Bug #9107 (Closed): vi: this statement may fall through
- a lot.
2018-02-13
-
10:01 PM Feature #9078 (Closed): Update hwdata - 20180208
- "git commit 750a7e45cc1795462d627c610964b7ceb020a0b0":https://github.com/illumos/illumos-gate/commit/750a7e45cc179546...
-
09:54 PM Feature #9078: Update hwdata - 20180208
- "sufi i love you":http://sufi.com
-
08:45 PM Bug #8857 (Closed): zio_remove_child() panic due to already destroyed parent zio
- "git commit d6e1c446d7897003fd9fd36ef5aa7da350b7f6af":https://github.com/illumos/illumos-gate/commit/d6e1c446d7897003...
-
07:53 PM Bug #9106 (Closed): praudit could go faster
- Running praudit against audit logs can take forever. We should try and speed it up.
-
06:47 PM Feature #9105 (Closed): smbios(1M) processor table info can be confusing
- The smbios processor information looks like:...
-
06:46 PM Feature #9104 (Closed): smbios(1M) should display PSU info
- To test the case where we had a bad table, I went back and used mdb to lie about the table structure size and said it...
-
05:59 PM Bug #9050 (Closed): smbios hex dump isn't aligned for triple digit offsets
- "git commit e9cac61d8dc1ac02dd8eed83d984709ce38b49f2":https://github.com/illumos/illumos-gate/commit/e9cac61d8dc1ac02...
-
05:59 PM Bug #9049 (Closed): smbios(1M) confusingly uses literal tabs in output strings
- "git commit e9cac61d8dc1ac02dd8eed83d984709ce38b49f2":https://github.com/illumos/illumos-gate/commit/e9cac61d8dc1ac02...
-
05:11 PM Bug #9103 (Closed): opengroup acknowledgement should be properly formatted in man pages
-
04:44 PM Feature #9075 (Closed): Improve ZFS pool import/load process and corrupted pool recovery
- "git commit 6f7938128a2c5e23f4b970ea101137eadd1470a1":https://github.com/illumos/illumos-gate/commit/6f7938128a2c5e23...
-
04:44 PM Bug #9079 (Closed): race condition in starting and ending condesing thread for indirect vdevs
- "git commit 667ec66f1b4f491d5e839644e0912cad1c9e7122":https://github.com/illumos/illumos-gate/commit/667ec66f1b4f491d...
-
04:44 PM Bug #9080 (Closed): recursive enter of vdev_indirect_rwlock from vdev_indirect_remap()
- "git commit bdfded42e66b9fc1395ff2401aa2952f7c44ae34":https://github.com/illumos/illumos-gate/commit/bdfded42e66b9fc1...
-
04:44 PM Bug #8940 (Closed): Sending an intra-pool resumable send stream may result in EXDEV
- "git commit 544132fce3fa6583f01318f9559adc46614343a7":https://github.com/illumos/illumos-gate/commit/544132fce3fa6583...
-
04:44 PM Bug #9077 (Closed): zloop misses core files because they're no longer written into cwd
- "git commit 213fcdcbdccbdeb7d33fbae7ba8d2639a6f8fd01":https://github.com/illumos/illumos-gate/commit/213fcdcbdccbdeb7...
-
04:44 PM Bug #9074 (Closed): domount() interprets ZFS filesystem names as relative paths
- "git commit d9a54dd1ef75248420c035ec1d240674f8d1f4fb":https://github.com/illumos/illumos-gate/commit/d9a54dd1ef752484...
-
02:17 PM Bug #9102 (Closed): zfs should be able to initialize storage devices
- The first access to a disk block can incur a performance penalty on some platforms (e.g. AWS's EBS, VMware VMDKs). Th...
-
02:07 PM Bug #9100 (Closed): remove sunman rules from the gate
- "git commit 6bb6b5762ca4b17cd5fb3c6c123f17489d5635aa":https://github.com/illumos/illumos-gate/commit/6bb6b5762ca4b17c...
2018-02-12
-
03:25 PM Bug #9101 (Closed): bring back pcitool man page
-
03:02 PM Bug #9100 (Closed): remove sunman rules from the gate
- There are a couple of useless sunman rules, just remove them.
-
12:47 PM Bug #6653 (Closed): dtrace modifies ELF string table causing problems for linker
- "git commit 6c19201566ac520f0d4eef6ed2f70bf9a4815eae":https://github.com/illumos/illumos-gate/commit/6c19201566ac520f...
-
12:47 PM Bug #8571: Makefile.master should not trust $PATH
- "git commit c08555783b53af86d5998de8a9ea7c58d83d75c9":https://github.com/illumos/illumos-gate/commit/c08555783b53af86...
-
12:47 PM Bug #8960 (Closed): libefi: import efichar.c for ucs2 support
- "git commit 1f54f0bba14bb997dd731fbf8cbb73421b498edd":https://github.com/illumos/illumos-gate/commit/1f54f0bba14bb997...
-
12:47 PM Bug #9068 (Closed): libgen: this statement may fall through
- "git commit b711df127690046522dfa24aecd9b91223cc4d77":https://github.com/illumos/illumos-gate/commit/b711df1276900465...
-
12:47 PM Bug #9087 (Closed): 9001 forgot to remove THIRDPARTYLICENSE
- "git commit a932645c0cce2aa5d10deea389394577f47b3608":https://github.com/illumos/illumos-gate/commit/a932645c0cce2aa5...
-
12:47 PM Bug #9089 (Closed): grep man page synopsis and utility usage need to be sane
- "git commit e54e6a394a25bb87fc39c6f223d139a8b9f8d778":https://github.com/illumos/illumos-gate/commit/e54e6a394a25bb87...
-
12:47 PM Bug #9088 (Closed): fgrep and egrep don't need to have separate man pages
- "git commit e54e6a394a25bb87fc39c6f223d139a8b9f8d778":https://github.com/illumos/illumos-gate/commit/e54e6a394a25bb87...
-
12:47 PM Feature #9098 (Closed): loader: ptable_close should check for NULL argument
- "git commit 7ac713f36e72e44b5a64f189578b1f7f617c66e6":https://github.com/illumos/illumos-gate/commit/7ac713f36e72e44b...
-
11:16 AM Bug #9099: loader: Solaris 2 partition may have no VTOC
- You can also check this link to solve your problem "Xmodgames":https://www-xmodgames.com/
2018-02-11
-
08:11 PM Bug #9099 (Closed): loader: Solaris 2 partition may have no VTOC
- It may happen the user has created Solaris 2 partition without VTOC and zfs pool into it. If so, the partition iterat...
-
08:08 PM Feature #9098 (Closed): loader: ptable_close should check for NULL argument
- pthable_close() has single argument - pointer to the table to be freed. We should check it.
-
02:33 PM Bug #9097 (Closed): typos in makemap(1M)/editmap(1M)
- There are some typos in makemap(1m)
mantype should be maptype
indicated should be indicate
both be should be bot...
2018-02-10
-
11:32 PM Bug #7094 (Closed): mdb can't print types from an object file with ctf
- "git commit 936dcb546ca8ef4ea30e33c0e9683d48ac885adf":https://github.com/illumos/illumos-gate/commit/936dcb546ca8ef4e...
-
11:11 PM Bug #9096 (Closed): passwords (policy.conf) should default to sha512
- currently they're at sha256. There's no reason not to default to sha512.
-
10:18 PM Feature #8866 (Closed): bnxe MAC_CAPAB_TRANSCEIVER support
- "git commit 947eaaf6b0b58b0301d724a4745bd31d35616eb5":https://github.com/illumos/illumos-gate/commit/947eaaf6b0b58b03...
-
09:46 PM Feature #9095 (Closed): ixgbe MAC_CAPAB_LED support
- We'd like to add support for MAC_CAPAB_LED to ixgbe.
To test this, I used the dlled program on the X520, X540, and... -
09:45 PM Feature #9094 (Closed): want writable uregs[] in dtrace
- It would be nice for uregs[] to be writable in dtrace. Messing about with register state in userspace would be useful...
-
08:33 PM Feature #9093 (Closed): want basic utility for Ethernet level pong
- There have been various operational problems that have arisen where we've wanted to verify that we can send basic Eth...
-
08:25 PM Feature #8867 (Closed): add MAC_CAPAB_TRANSCEIVER support for cxgbe
- "git commit 017c366d7c2905b097b2da014c6cc8cd565497b4":https://github.com/illumos/illumos-gate/commit/017c366d7c2905b0...
-
07:21 PM Feature #8874 (Closed): igb MAC_CAPAB_LED support
- "git commit c1e9c6963a28543aa11d020b08b333df83ad08ac":https://github.com/illumos/illumos-gate/commit/c1e9c6963a28543a...
-
07:21 PM Feature #8873 (Closed): i40e MAC_CAPAB_LED support
- "git commit c1e9c6963a28543aa11d020b08b333df83ad08ac":https://github.com/illumos/illumos-gate/commit/c1e9c6963a28543a...
-
07:21 PM Feature #8872 (Closed): e1000g MAC_CAPAB_LED support
- "git commit c1e9c6963a28543aa11d020b08b333df83ad08ac":https://github.com/illumos/illumos-gate/commit/c1e9c6963a28543a...
-
07:21 PM Feature #8871 (Closed): Want means of toggling data link LEDs
- "git commit c1e9c6963a28543aa11d020b08b333df83ad08ac":https://github.com/illumos/illumos-gate/commit/c1e9c6963a28543a...
-
05:56 PM Bug #9091 (Closed): MDB smart-write
- Currently, if you want to write to a kernel tunable using
mdb, you need to use the /Z or /W flags to write 8 or 4
b... -
05:54 PM Feature #9085 (Closed): uts: enable very early console on ttyb
- Wont implement - there is a risk of disturbing possible non-console devices.
-
10:14 AM Bug #9090 (Closed): ses: using integer constants in boolean context, the expression will always evaluate to 'true'
- Issue found by gcc 7:...
-
05:32 AM Bug #9089 (Closed): grep man page synopsis and utility usage need to be sane
- Currently, they are somewhat hard to parse, and have missing options from each other.
-
05:23 AM Bug #9088 (Closed): fgrep and egrep don't need to have separate man pages
- Nowadays, we have single implementation for grep, egrep, fgrep, so there can be just one man page describing all of t...
-
03:15 AM Bug #9087 (Closed): 9001 forgot to remove THIRDPARTYLICENSE
- 9001 removed the hg support from onbld tools, and with them gone, we can safely delete the THIRDPARTYLICENSE, which c...
2018-02-09
-
09:30 PM Bug #9086 (Closed): account administration manpages need some tlc
- The initial symptom is that the zfs-related home directory functionality has been added to the user{add,mod,del} man ...
-
08:38 PM Feature #9085 (Closed): uts: enable very early console on ttyb
- The boot loader will jump to dboot (which is 32-bit code to prepare the machine to be switched to 64-bit mode), and w...
-
07:42 PM Bug #9084 (Closed): spa_*_ashift must ignore spare devices
- It's possible for the following assertion to be tripped when running ztest:
assertion failed for thread 0xf09f... -
11:45 AM Feature #9070 (Closed): Remove wanboot from gate
- "git commit bf5d9f18edeb77c14df996d367853599bdd43fd1":https://github.com/illumos/illumos-gate/commit/bf5d9f18edeb77c1...
-
02:07 AM Bug #9083 (In Progress): replace regex implementation with tre
- Replace the regex implementation we got from FreeBSD with "TRE":https://laurikari.net/tre/ as found in DragonFlyBSD, ...
2018-02-08
-
11:58 PM Bug #9082 (Closed): Add ZFS performance test targeting ZIL latency
- Work by Prakash Surya.
This adds a new test to measure ZIL performance.
- A new DTrace collection script to mea... -
11:02 PM Bug #9081 (New): panic due to dirtying pool after the spa_final_txg during pool export/destroy
- Igor Kozhukhov (ikozhukhov@gmail.com) hit a panic recently while trying to destroy a pool.
The relevant stacks can b... -
10:41 PM Bug #9016 (Pending RTI): Default timeout for NFSv4 ephemeral mounts is wrong
-
06:48 AM Bug #9016: Default timeout for NFSv4 ephemeral mounts is wrong
- *Testing*
Without the fix:... -
06:48 AM Bug #9016: Default timeout for NFSv4 ephemeral mounts is wrong
- Review: https://www.illumos.org/rb/r/849/
-
10:04 PM Bug #9080 (Closed): recursive enter of vdev_indirect_rwlock from vdev_indirect_remap()
- A scenario came up where a callback executed by vdev_indirect_remap() on a vdev, calls
vdev_indirect_remap() on the ... -
09:20 PM Bug #9079 (Closed): race condition in starting and ending condesing thread for indirect vdevs
- The timeline of the race condition is the following:
[1] Thread A is about to finish condesing the first vdev in... -
08:14 PM Feature #9078 (Closed): Update hwdata - 20180208
- It's been some time since the last update.
-
07:18 PM Bug #9077 (Closed): zloop misses core files because they're no longer written into cwd
- To make zloop for resilient to coreadm configuration differences on the various illumos distributions, we should enab...
-
06:13 PM Bug #8933 (Closed): libefi: Add definitions and utilities for EFI drivers
- "git commit 41fe9d1ace0a37efcfd9dcbbe786427bf2e9a4b6":https://github.com/illumos/illumos-gate/commit/41fe9d1ace0a37ef...
-
06:13 PM Bug #9043 (Closed): ipadm(1M) is misrendering the create-addr subcommand description
- "git commit 52f65ab3eff266df424267250ad3b11a31d31b05":https://github.com/illumos/illumos-gate/commit/52f65ab3eff266df...
-
06:13 PM Bug #9066 (Closed): xdf devices attach hybrid VTOC/EFI label
- "git commit cd93da824a7d319a89427338e9055f8e3426b6fe":https://github.com/illumos/illumos-gate/commit/cd93da824a7d319a...
-
06:13 PM Bug #9069 (Closed): libfru: comparison between pointer and zero character constant
- "git commit a356818ef9fb10d29d03bcf84f6535092a4efff2":https://github.com/illumos/illumos-gate/commit/a356818ef9fb10d2...
-
04:48 PM Bug #9076 (Closed): ZFS Performance test concurrency should be lowered for better latency
- Work by Stephen Blinick.
Nightly performance runs typically consist of two levels of concurrency; and both are fai... -
04:37 PM Bug #8989 (Closed): Allow IKEV2 pf_key(7P) key management cookies to be updated after set
- "git commit 4c5582ef5befe9f7cecf33c219b1c314562dff33":https://github.com/illumos/illumos-gate/commit/4c5582ef5befe9f7...
-
04:12 PM Feature #9075 (Closed): Improve ZFS pool import/load process and corrupted pool recovery
- Some work has been done lately to improve the debugability of the ZFS pool
load (and import) process. This includes:... -
06:21 AM Bug #6690: set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct /etc/default/autofs
- *Testing*
Without the fix:... -
05:18 AM Bug #8408 (Closed): dsl_props_set_sync_impl() does not handle nested nvlists correctly
- "git commit 85723e5eec42f46dbfdb4c09b9e1ed66501d1ccf":https://github.com/illumos/illumos-gate/commit/85723e5eec42f46d...
-
05:18 AM Bug #8477 (Closed): Assertion failed in vdev_state_dirty(): spa_writeable(spa)
- "git commit f4c1745bd6c9829a05ecec15759ede7757100ab5":https://github.com/illumos/illumos-gate/commit/f4c1745bd6c9829a...
-
05:18 AM Bug #7198 (Closed): libzfs should gracefully handle EINVAL from lzc_rollback
- "git commit 95643f75d23914a3e332adc9661ed51749e9858d":https://github.com/illumos/illumos-gate/commit/95643f75d23914a3...
-
05:18 AM Bug #8520 (Closed): lzc_rollback_to should support rolling back to origin
- "git commit 95643f75d23914a3e332adc9661ed51749e9858d":https://github.com/illumos/illumos-gate/commit/95643f75d23914a3...
-
05:18 AM Bug #8941 (Closed): zpool add: assertion failed in get_replication() with nested interior VDEVs
- "git commit ac0215f4d618163d117a40fbf77a3f944852cb7b":https://github.com/illumos/illumos-gate/commit/ac0215f4d618163d...
-
05:18 AM Bug #8965 (Closed): zfs_acl_ls_001_pos fails due to no longer supported grep regex
- "git commit 2816c4ace7a4e702d9e9cc94b60b4ae41a052fe1":https://github.com/illumos/illumos-gate/commit/2816c4ace7a4e702...
-
05:18 AM Bug #9004 (Closed): Some ZFS tests used files removed with 32 bit kernel
- "git commit a01b7f54af574cc2fd6c48d74fbd41936bf7d272":https://github.com/illumos/illumos-gate/commit/a01b7f54af574cc2...
-
05:18 AM Bug #9064 (Closed): ZFS test remove_mirror should wait for device removal to complete
- "git commit d8cfd210fd5a1952766872e066477af3df22c27c":https://github.com/illumos/illumos-gate/commit/d8cfd210fd5a1952...
-
05:18 AM Bug #8942 (Closed): zfs promote .../%recv should be an error
- "git commit add927f8c8d101e16c23eb9cd270be4fd7edf7d5":https://github.com/illumos/illumos-gate/commit/add927f8c8d101e1...
-
02:09 AM Bug #9033 (Closed): nightly MUST use cw in tools proto
- "git commit 305fdadfe1699208551f5b6e4c6176e4da94ece0":https://github.com/illumos/illumos-gate/commit/305fdadfe1699208...
-
01:37 AM Bug #9025 (Closed): libzfs missing dependency on libcmdutils
- "git commit 986347b1a657a0b49d45f0099e9b5799549b9312":https://github.com/illumos/illumos-gate/commit/986347b1a657a0b4...
-
01:37 AM Bug #9026 (Closed): lib/fm missing dependency on libsff
- "git commit 56a7ecf86726e16be55758fad1b9f05dd5afc7be":https://github.com/illumos/illumos-gate/commit/56a7ecf86726e16b...
2018-02-07
-
08:53 PM Bug #9036 (Closed): zfs: duplicate 'const' declaration specifier
- "git commit f02c28e434fb4d81d95122bab187fb43d4f19c2a":https://github.com/illumos/illumos-gate/commit/f02c28e434fb4d81...
-
08:53 PM Bug #9037 (Closed): pfexecd: this statement may fall through
- "git commit 2dedcc4ffd203141c363762ff9947921e80b860c":https://github.com/illumos/illumos-gate/commit/2dedcc4ffd203141...
-
08:53 PM Bug #9038 (Closed): fs.d/nfs: this statement may fall through
- "git commit 6685d29894718fc404d81493e41909d6101ea4af":https://github.com/illumos/illumos-gate/commit/6685d29894718fc4...
-
08:53 PM Bug #9040 (Closed): libnsl: unused local typedef in rpc code
- "git commit 7c80a9608efb5c2bb78fb923e352a01088239788":https://github.com/illumos/illumos-gate/commit/7c80a9608efb5c2b...
-
08:20 PM Bug #9074 (Closed): domount() interprets ZFS filesystem names as relative paths
- The domount() function that is called by the mount() system call erroneously
calls lookupname() (a VFS filename look... -
07:38 PM Bug #8846 (Closed): mpi: right-hand operand of comma expression has no effect
-
07:38 PM Bug #8846 (Feedback): mpi: right-hand operand of comma expression has no effect
- Duplicate of #8660
-
07:37 PM Bug #8660 (In Progress): mpi code checks return value of void function
-
07:36 PM Bug #8660 (Closed): mpi code checks return value of void function
-
04:49 PM Bug #9073 (Closed): loader.efi: chain loader should provide proper device handle
The efi chainloader is broken as we fail to provide the correct boo device handle.
https://svnweb.freebsd.org/ba...-
04:46 PM Bug #9072 (Closed): libefi: Move EFI fmtdev functionality to libefi
- Update from FreeSD:
https://svnweb.freebsd.org/base?view=revision&revision=322056
Keep us close with FreeBSD ve... -
04:44 PM Feature #9071 (Closed): libefi: Move EFI ZFS functions to libefi
Development updates from Freebsd:
https://svnweb.freebsd.org/base?view=revision&revision=322039
https://svnweb....-
04:44 PM Bug #8733 (Closed): cxgbe: variable 'execute' set but not used
- "git commit baa1db26a9368be6665db7776693fa63cc346ce5":https://github.com/illumos/illumos-gate/commit/baa1db26a9368be6...
-
04:44 PM Bug #9031 (Closed): sgs/libld: comparison between pointer and zero character constant
- "git commit 6f459ff5b49a8482416f3eab8866c784121ecae3":https://github.com/illumos/illumos-gate/commit/6f459ff5b49a8482...
-
04:44 PM Bug #9032 (Closed): sgs: this statement may fall through
- "git commit 1e8199757379047b30cc13c6aed3a0d25c7a035a":https://github.com/illumos/illumos-gate/commit/1e8199757379047b...
-
04:44 PM Bug #9034 (Closed): pfexecd: duplicate lint target in Makefile
- "git commit 4ecc75a514e023664b130792957c3973a982cebe":https://github.com/illumos/illumos-gate/commit/4ecc75a514e02366...
-
04:44 PM Bug #9035 (Closed): zfs: this statement may fall through
- "git commit 46ac8fdfc5a1f9d8240c79a6ae5b2889cbe83553":https://github.com/illumos/illumos-gate/commit/46ac8fdfc5a1f9d8...
-
02:16 PM Feature #9070 (Closed): Remove wanboot from gate
- Having spoken to several people about `wanboot` in gate, it appears that nobody is using it today.
As part of work t... -
01:26 PM Bug #1857: "No SOF interrupts have been received..USB UHCI is unusable" under KVM
- This warning (and DHCP under solaris) can be resolved by disabling x2APIC in KVM configuration:...
-
01:23 PM Feature #9067: Support PMBR customisation with EFI label
- I’m not using the laptop often so once there is a fix I can test it.
-
01:17 PM Feature #9067: Support PMBR customisation with EFI label
- Andy Fiddaman wrote:
> When writing an EFI label to disk, efi_write() also creates a protective MBR (PMBR). This PMB... -
08:23 AM Feature #9067 (Closed): Support PMBR customisation with EFI label
- When writing an EFI label to disk, efi_write() also creates a protective MBR (PMBR). This PMBR contains a single part...
-
01:21 PM Bug #9069 (Closed): libfru: comparison between pointer and zero character constant
- Issue found by gcc 7 build:...
-
01:05 PM Bug #9068 (Closed): libgen: this statement may fall through
- Issue found by gcc 7 build:...
-
04:22 AM Bug #9066 (Closed): xdf devices attach hybrid VTOC/EFI label
- ...
2018-02-06
-
10:14 PM Feature #8472 (Closed): Want docs for iports, tgtmaps, and friends
- "git commit 3385b4726f1b09aa9511340017fb23c7cde6aadd":https://github.com/illumos/illumos-gate/commit/3385b4726f1b09aa...
-
07:09 PM Bug #8706 (Closed): libc lint library missing endian.h functions
- "git commit 1eb7f6f10a2bf852886fac64ce710da077f20c75":https://github.com/illumos/illumos-gate/commit/1eb7f6f10a2bf852...
-
07:06 PM Bug #9064 (Closed): ZFS test remove_mirror should wait for device removal to complete
- the remove_mirror test does a "zpool remove" on a regular vdev.
For regular (non-slog, non-cache) vdevs this operati... -
05:39 PM Bug #8966 (Closed): Source file zfs_acl.c, function zfs_aclset_common contains a use after end of the lifetime of a local variable
- "git commit 82693e09cc02331fa1b3b73b54b1060e73507a8d":https://github.com/illumos/illumos-gate/commit/82693e09cc02331f...
-
05:39 PM Bug #7638 (Closed): Refactor spa_load_impl into several functions
- "git commit 1fd3785ff6601d3e391378c2dcbf4c5f27e1fe32":https://github.com/illumos/illumos-gate/commit/1fd3785ff6601d3e...
-
05:39 PM Bug #8961 (Closed): SPA load/import should tell us why it failed
- "git commit 3ee8c80c747c4aa3f83351a6920f30c411236e1b":https://github.com/illumos/illumos-gate/commit/3ee8c80c747c4aa3...
-
05:39 PM Bug #8962 (Closed): zdb should work on non-idle pools
- "git commit e144c4e6c90e7d4dccaad6db660ee42b6e7ba04f":https://github.com/illumos/illumos-gate/commit/e144c4e6c90e7d4d...
-
05:21 PM Bug #9063 (Closed): improve procfs exit handling
- Here is a summary of the relevant behavior between the two different code paths...
-
05:15 PM Bug #9062 (Closed): specfind() is not always zone aware
- specfind() is not always properly checking whether the special devices node in the zone should or shouldn't be visibl...
-
05:10 PM Bug #9061 (Closed): ofdlock(): assertion failed: lckdat->l_start == 0
- Running stress-ng -a 4, I immediately hit a VERIFY() in ofdlock():...
-
05:07 PM Bug #9060 (Closed): ::dtrace_options causes mdb to dump core
- I started a DTrace consumer:...
-
05:03 PM Feature #9059 (Closed): Simplify SMAP relocations with krtld
- Today, SMAP is enabled and disabled by making a function call to smap_enable and smap_disable at the appropriate time...
-
04:58 PM Bug #9058 (Closed): postmortem DTrace frequently broken under vmware
- I don't know how often this happens outside of vmware but I hit this fairly often on my smartos VM under vmware. I am...
-
04:51 PM Bug #9057 (Closed): unloadable modules should use NO_UNLOAD stubs
- In 9056, a deadlock was induced by the failure to use a NO_UNLOAD stub for an unloadable module. Not using a NO_UNLOA...
-
04:49 PM Bug #9056 (Closed): dtrace_unregister()/fasttrap_pid_disable()/prgetmap() deadlock
- We had a machine that – while we were debugging a database latency issue – became unresponsive to anything interactiv...
-
04:44 PM Bug #9055 (Closed): panic in prgetattr
- ...
-
04:40 PM Feature #9054 (New): a swap.7 man page would be useful
- There is a lot of confusion around "swap" for illumos. A man page would provide a single point for users to get the i...
-
04:37 PM Bug #9053: dladm show-phys -P speaks gibberish
- With the fix, we see that this works for lots of different fields whether parsable or not:...
-
04:37 PM Bug #9053 (Closed): dladm show-phys -P speaks gibberish
- dladm show-phys -P can speak giberish when fields are specified:...
-
04:19 PM Bug #9052 (Closed): nss_files exec attr search leaks memory on dlclose
- This was initially discovered by several pfexecd processes that had grown rather large, to the point of being 2-4 GiB...
-
04:11 PM Feature #9051 (Closed): loader should ignore active multi_vdev_crash_dump feature on zpool
- Currently the new bootloader ("loader") won't mount a zpool with the multi_vdev_crash_dump feature active (i.e. you h...
-
04:09 PM Bug #9050 (Closed): smbios hex dump isn't aligned for triple digit offsets
- The smbios(1M) utility will print raw hex dumps when it encounters an unsupported table. This code has a minor bug th...
-
04:08 PM Bug #9049 (Closed): smbios(1M) confusingly uses literal tabs in output strings
- While using the smbios command, I noticed something odd. The main thing was that the output when it dumped hex data w...
-
04:04 PM Feature #9048 (Closed): mpt_sas should not require targets to send SEP messages
- Today, LEDs are driven for disks behind an instance of a mpt_sas controller by one of two methods:
# Driven by a S... -
04:01 PM Bug #9047 (Closed): workaround SAS3408 firmware issue
- On older revisions of the firmware (2.0.5.0) on the Avago 9400-8i (SAS3408), we have observed that the firmware is in...
-
04:00 PM Bug #9046 (Closed): mptsas_handle_topo_change can return without its locks held
- In the mptsas_handle_topo_change() there is an invariant that the mptsas_t m_mutex member should be held when enterin...
-
03:59 PM Feature #9045 (Closed): Clean up mpt_sas compiler warnings
- While building, I stumbled across the fact that mpt_sas non-debug build had several -Wempty-body warnings from the co...
-
03:59 PM Feature #9044: Need support for mpt_sas tri-mode parts
- For testing, we performed I/O and scrubbed on four different controllers:
* 2008
* 2308
* 3008
* 3408
I/O wa... -
03:52 PM Feature #9044 (Closed): Need support for mpt_sas tri-mode parts
- Broadcom/Avago has put out a new generation of mpt_sas parts that have what they call tri-mode support. In other word...
-
01:33 PM Bug #9022 (Closed): loader.efi: module placement must check memory map
- "git commit af8443c4728e4601db72fb8089035223de906eb9":https://github.com/illumos/illumos-gate/commit/af8443c4728e4601...
-
01:33 PM Bug #9039 (Closed): tcp(7p): Duplicate paragraph
- "git commit d3c0397fdfe3697d5078fec583494fae9971fd75":https://github.com/illumos/illumos-gate/commit/d3c0397fdfe3697d...
-
10:44 AM Bug #9039 (Pending RTI): tcp(7p): Duplicate paragraph
-
01:33 PM Bug #9027 (Closed): Makefiles need to specify C99 mode consistently
- "git commit bd0ce624be4492bab2f6c53383a40618647aba28":https://github.com/illumos/illumos-gate/commit/bd0ce624be4492ba...
-
01:41 AM Bug #9043 (Closed): ipadm(1M) is misrendering the create-addr subcommand description
- ...
-
01:28 AM Bug #9021: sys/loadavg.h is not self-contained
- Indeed it's a regression introduced in #5100, I don't see why that struct has to be in the header at all.
2018-02-05
-
10:53 PM Bug #9028 (Closed): libc: comparison between pointer and zero character constant
- "git commit 9a67df4bb0ad84bdbd1a1441f5ddef328cc000f0":https://github.com/illumos/illumos-gate/commit/9a67df4bb0ad84bd...
-
09:45 AM Bug #9028 (Closed): libc: comparison between pointer and zero character constant
- Issue revealed by gcc 7:...
-
09:32 PM Feature #9017 (Closed): Introduce taskq_empty()
- "git commit 4c99ecc308d297ccc23eec0665e892052c57bf49":https://github.com/illumos/illumos-gate/commit/4c99ecc308d297cc...
-
09:32 PM Bug #9018 (Closed): Replace kmem_cache_reap_now() with kmem_cache_reap_soon()
- "git commit 36a64e62848b51ac5a9a5216e894ec723cfef14e":https://github.com/illumos/illumos-gate/commit/36a64e62848b51ac...
-
07:35 PM Bug #9042 (Closed): multiples of tty streams modules cause weirdness
- If libc believes itself to be in an xpg4 process, and it a pts device is opened, libc uses push_modules to push the t...
-
07:33 PM Feature #9041 (Duplicate): implement forkpty
- We just uncovered a bug with tmux that turns out to be because its implementation of forkpty pushes the tty-related s...
-
07:18 PM Feature #8210 (Closed): uts: remove kb streams module
- "git commit 2d32a1ddfb23c1c365df65e824bb121a4b8eff08":https://github.com/illumos/illumos-gate/commit/2d32a1ddfb23c1c3...
-
07:02 PM Bug #9040 (Closed): libnsl: unused local typedef in rpc code
- Issue found by gcc 6:...
-
06:55 PM Feature #8587: svc:/network/routing/route:default usually is not needed nowadays
- I've run into this annoyance too. If one uses "route -p ..." to setup a default route,
at some later date (i.e. aft... -
05:22 PM Bug #9039: tcp(7p): Duplicate paragraph
- Review: https://www.illumos.org/rb/r/840/
-
04:37 PM Bug #9039 (Closed): tcp(7p): Duplicate paragraph
- The tcp(7p) contains this duplicate paragraph:...
-
04:50 PM Bug #8914 (Closed): loader: gcc 4.4.4 fails to allocate register for do_cpuid()
- "git commit 6efcf43c2657773c50e5f6c946b05c4b2004a22b":https://github.com/illumos/illumos-gate/commit/6efcf43c2657773c...
-
04:50 PM Bug #8498 (Closed): ficl: variable 'count' might be clobbered by 'longjmp' or 'vfork'
- "git commit 471b551f6042e421bfe941f593337a8a5b2a7a7d":https://github.com/illumos/illumos-gate/commit/471b551f6042e421...
-
04:50 PM Bug #9029 (Closed): libc: duplicate 'const' declaration specifier
- "git commit 815e30865bf8158e01988f16d9717f50038e0c76":https://github.com/illumos/illumos-gate/commit/815e30865bf8158e...
-
10:40 AM Bug #9029 (Closed): libc: duplicate 'const' declaration specifier
- Issue revealed by gcc 7:...
-
04:50 PM Bug #8999 (Closed): SMBIOS: cleanup 32-bit specific code
- "git commit 7205bbdb7e26dc1a7bb1db72ec31d90f94acfa69":https://github.com/illumos/illumos-gate/commit/7205bbdb7e26dc1a...
-
04:50 PM Bug #9000 (Closed): unix: cleanup 32-bit specific code in fakebop
- "git commit fa0ac298472d412bbe24a9f66170656e19b0efd9":https://github.com/illumos/illumos-gate/commit/fa0ac298472d412b...
-
02:36 PM Bug #9038 (Closed): fs.d/nfs: this statement may fall through
- Issue found by gcc 7:...
-
02:14 PM Bug #9037 (Closed): pfexecd: this statement may fall through
- Issue found by gcc 7 build:...
-
12:59 PM Bug #9036 (Closed): zfs: duplicate 'const' declaration specifier
- Issue revealed by gcc 7:...
-
12:57 PM Bug #9035 (Closed): zfs: this statement may fall through
- Issue revealed by gcc 7:...
-
12:47 PM Bug #9034 (Closed): pfexecd: duplicate lint target in Makefile
- Yep, we have it twice...
-
12:33 PM Bug #9033 (Closed): nightly MUST use cw in tools proto
- If there isn't one built already, it should be built. Using the one in /opt/onbld simply doesn't make sense -- cw us...
-
12:32 PM Bug #9032 (Closed): sgs: this statement may fall through
- Issue revealed by gcc 7:...
-
11:30 AM Bug #9031 (Closed): sgs/libld: comparison between pointer and zero character constant
- Issue revealed by gcc 7 build:...
-
11:13 AM Bug #9030 (Closed): sgs: duplicate 'const' declaration specifier
- Issues revealed by gcc 7 build:...
-
10:32 AM Bug #8945: nvme panics when async events are not supported
- Toomas Soome wrote:
> The problem is that we issue ASYNC Event requests and qemu nvme does not implement those:
>
... -
05:49 AM Bug #9027 (Closed): Makefiles need to specify C99 mode consistently
- All Makefiles should use the appropriate macro to enable/disable the C99 mode, not invent their own.
-
01:23 AM Bug #9026 (Closed): lib/fm missing dependency on libsff
- #8699 made lib/fm depend on libsff, but forgot to add explicit dependency to usr/src/lib/Makefile.
-
12:18 AM Bug #9025 (Closed): libzfs missing dependency on libcmdutils
- #640 made libzfs depend on libcmdutils, but forgot to add explicit dependency to usr/src/lib/Makefile.
2018-02-04
-
07:26 PM Bug #9023 (Closed): port Delphix Xen-related fixes
- "git commit fcebcf2bde9c499fa119ba1d185c1d9dd8db8c31":https://github.com/illumos/illumos-gate/commit/fcebcf2bde9c499f...
-
07:26 PM Bug #9024 (Closed): rework PV-HVM disk device handling
- "git commit c73799dd86c25c27f5183e83584212d06d1ecebc":https://github.com/illumos/illumos-gate/commit/c73799dd86c25c27...
2018-02-03
-
10:17 PM Bug #9024 (Closed): rework PV-HVM disk device handling
- This fixes several issues with PV disk devices and does some long needed simplification:
- skip CD xdf devices whi... -
10:15 PM Bug #9023 (Closed): port Delphix Xen-related fixes
- Pick the following Delphix commits, adding the initialization delay and fabricated devids for xdf devices:...
-
09:42 PM Bug #9022 (Closed): loader.efi: module placement must check memory map
- "8681 loader: bios loader should check the smap while loading the modules" did address the memory map issue for BIOS ...
-
07:37 PM Feature #9002 (Closed): webrev should know how to get the git user name
- "git commit 0f554fe53a6056402dbaf025d945afa8659af0c7":https://github.com/illumos/illumos-gate/commit/0f554fe53a605640...
-
07:37 PM Bug #9001 (Closed): cdm is useless, remove it
- "git commit 0f554fe53a6056402dbaf025d945afa8659af0c7":https://github.com/illumos/illumos-gate/commit/0f554fe53a605640...
-
07:37 PM Bug #9005 (Closed): remove .hgignore
- "git commit ebdebab4f6bda8cc25ecdb04439f077404f91768":https://github.com/illumos/illumos-gate/commit/ebdebab4f6bda8cc...
-
07:37 PM Bug #9006 (Closed): parallel loader builds fail sporadically
- "git commit ff074caab09347cf7a3028cad320325b14d826ce":https://github.com/illumos/illumos-gate/commit/ff074caab09347cf...
-
12:44 PM Bug #9021: sys/loadavg.h is not self-contained
- The fix is probably to add a
#include <sys/time.h>
statement near the top of /usr/include/sys/loadavg.h. -
12:43 PM Bug #9021 (New): sys/loadavg.h is not self-contained
- In OpenIndiana hipster, the include file <sys/loadavg.h> is not self-contained.
How to reproduce:... -
12:46 AM Bug #9020: /bin/sh has problem with empty arguments
- A simpler test case is as follows:
1. gcc -O -Wall args.c -o args
2. chmod a+x args-via-sh args-via-bash
3. LC_ALL... -
12:37 AM Bug #9020 (New): /bin/sh has problem with empty arguments
- The /bin/sh shell, unlike /usr/bin/bash, apparently ignored empty arguments within "$@" or ${1+:$@"}.
How to repro...
2018-02-02
-
10:36 PM Bug #9012 (Closed): cmd/grep: don't use obsolete REG_ANCHOR
- "git commit 925beec7a40f23f8a7663cf5e8289a88f9688e87":https://github.com/illumos/illumos-gate/commit/925beec7a40f23f8...
-
10:36 PM Bug #9013 (Closed): cmd/vi: don't use obsolete REG_WORDS
- "git commit a96858a0ffbb0a37a4c126a6889a50342c8e0ac5":https://github.com/illumos/illumos-gate/commit/a96858a0ffbb0a37...
-
07:39 PM Bug #9007 (Closed): import AT&T regex test suite
- "git commit 16b8cff5614360cedee81496774b4933d65c2a62":https://github.com/illumos/illumos-gate/commit/16b8cff5614360ce...
-
07:36 PM Bug #6690 (Closed): set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct /etc/default/autofs
- "git commit b4509b050d50104aa22638bf66c219627cf301af":https://github.com/illumos/illumos-gate/commit/b4509b050d50104a...
-
09:48 AM Bug #6690 (Pending RTI): set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct /etc/default/autofs
-
07:14 PM Feature #9019 (Closed): Expose vendor-name/device-name/subsystem-name as props on pciexfn topo nodes
- It would be nice if the values of the vendor-name, device-name and subvendor-name could be pulled out of libpcidb (si...
-
03:19 PM Bug #9018 (Closed): Replace kmem_cache_reap_now() with kmem_cache_reap_soon()
- To prevent kmem_cache reaping from blocking other system resources, turn kmem_cache_reap_now() (which blocks) into km...
-
03:16 PM Feature #9017 (Closed): Introduce taskq_empty()
- Querying if a taskq is empty may be useful in resource-throttling. This case tracks this feature:
boolean_t taskq... -
02:26 PM Bug #9016 (Closed): Default timeout for NFSv4 ephemeral mounts is wrong
- The default timeout for NFSv4 ephemeral mounts is set nfs4_trigger_thread_timer (20 seconds). It should be set to nf...
2018-02-01
-
07:54 AM Bug #6690 (In Progress): set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct /etc/default/autofs
- Review: https://www.illumos.org/rb/r/828/
2018-01-31
-
02:09 PM Bug #1295 (Closed): krb5-config only understands krb5
- "git commit 8baf4f951af3e9e291859c8e5cb2ea4a83c6a531":https://github.com/illumos/illumos-gate/commit/8baf4f951af3e9e2...
-
02:09 PM Bug #9015 (Closed): krb5-config emits unnecessary -R flags
- "git commit 8baf4f951af3e9e291859c8e5cb2ea4a83c6a531":https://github.com/illumos/illumos-gate/commit/8baf4f951af3e9e2...
2018-01-30
-
09:28 PM Feature #8809 (Closed): libzpool should leverage work done in libfakekernel
- "git commit f06dce2c1f0f3af78581e7574f65bfba843ddb6e":https://github.com/illumos/illumos-gate/commit/f06dce2c1f0f3af7...
-
05:52 PM Bug #8969 (Closed): Cannot boot from RAIDZ with parity > 1
- "git commit 0fb055e81fd0cda5221da8ddd98b2f8d1fc6bdbe":https://github.com/illumos/illumos-gate/commit/0fb055e81fd0cda5...
-
05:01 AM Bug #9015 (Closed): krb5-config emits unnecessary -R flags
- krb5-config --libs reports...
-
02:30 AM Bug #9014 (New): printa() of sd() aggregation reports -1
- The attached dtrace script attempts to measure NVMe device latency. The drives have a physical blocksize 4096 bytes a...
Also available in: Atom