Activity
From 2018-01-13 to 2018-02-11
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...
2018-01-29
-
04:17 PM Bug #8663: SMB client assumes serialized ioctls
- This fix addresses CVE-2018-1166.
-
03:58 PM Bug #8662: SMB server ioctls should be appropriately sized.
- This bugfix addresses CVE-2018-1165.
-
05:36 AM Bug #8669 (Closed): MAC_DBG_PRT is unused
- "git commit 5647635c25e095eb92ade015b8b639aaf8bcdcac":https://github.com/illumos/illumos-gate/commit/5647635c25e095eb...
-
05:36 AM Bug #8668 (Closed): mac_srs_change_upcall() is unused
- "git commit 5647635c25e095eb92ade015b8b639aaf8bcdcac":https://github.com/illumos/illumos-gate/commit/5647635c25e095eb...
2018-01-28
-
09:59 PM Bug #9013 (Closed): cmd/vi: don't use obsolete REG_WORDS
- cmd/vi specifies @REG_WORDS@ for @\<@ and @\>@ constructs in REs, it shouldn't as @REG_WORDS@ is no-op.
-
09:53 PM Bug #9012 (Closed): cmd/grep: don't use obsolete REG_ANCHOR
- REG_ANCHOR is currently no-op, and while cmd/grep is aware of that fact, it simply should NOT specify it.
-
08:23 PM Bug #8994 (Closed): libc-tests: nl_langinfo_test fails after 1198
- "git commit 1efcb03414b4ab2cb1943cd8cd5fbd8a2019eb40":https://github.com/illumos/illumos-gate/commit/1efcb03414b4ab2c...
-
08:23 PM Bug #9003 (Closed): libc-tests: newlocale_test silently fails after CLDR updates
- "git commit a21e40770e26ca1023b9dee7001794f67f7bddcb":https://github.com/illumos/illumos-gate/commit/a21e40770e26ca10...
-
03:30 PM Bug #8571: Makefile.master should not trust $PATH
- "git commit 6c9c1c0d3911e7534e0028fb6e2a09aa4609730d":https://github.com/illumos/illumos-gate/commit/6c9c1c0d3911e753...
-
04:01 AM Bug #9011 (New): libc-tests: newlocale_test should properly report subtests failure
- Currently:...
2018-01-27
-
11:34 PM Bug #8606 (Closed): zpool man page was never updated for removal of "used" property
- Fixed in #8899.
-
09:47 PM Bug #8571 (Closed): Makefile.master should not trust $PATH
- "git commit 6af78b59cf0bb5ad194f2ab51b2302d8c45d2543":https://github.com/illumos/illumos-gate/commit/6af78b59cf0bb5ad...
-
09:47 PM Bug #8991 (Closed): pmodes is useless and can be deleted
- "git commit 498924fdb0b10437ef130a81beee94e710d55a5b":https://github.com/illumos/illumos-gate/commit/498924fdb0b10437...
-
09:47 PM Bug #8990 (Closed): /opt/onbld/gk is useless
- "git commit 5c60adfb7915647f372e2ddb0c4b967d3d03f779":https://github.com/illumos/illumos-gate/commit/5c60adfb7915647f...
-
09:47 PM Bug #8992 (Closed): checkproto is useless and can be deleted
- "git commit 4ed1382ba00606e1de9b09a46440fff341db026f":https://github.com/illumos/illumos-gate/commit/4ed1382ba00606e1...
-
09:47 PM Bug #8998 (Closed): depcheck is useless and should be removed
- "git commit f627793a66375709ebd33b4f64774dfee1db48fb":https://github.com/illumos/illumos-gate/commit/f627793a66375709...
-
08:44 PM Bug #8980: BIOS clock is sometimes one hour fast
- I've been investigating. Here's what happened:
The installer executed `/usr/sbin/rtc -z' to create the /etc/rtc_c... -
07:24 PM Bug #9010 (New): aw -V should not require input files
- At present, aw insists upon having input files, even when run 'aw -V'. It should not.
It should also deal with th... -
07:22 PM Bug #9009 (New): nightly should check assembler version via makefile, same as compiler
- right now, nightly assumes the assembler is 'as' and that 'as -V' will work. In the case of the GNU assembler, neith...
-
09:01 AM Feature #9008 (In Progress): remove bdiff
- bdiff - big diff
it is not needed any more. -
05:53 AM Bug #9007 (Closed): import AT&T regex test suite
- Before going any further WRT regex implementation, we need a test suite that doesn't depend on internal testing featu...
-
02:07 AM Bug #9006 (Closed): parallel loader builds fail sporadically
- There are a handful of make dependencies missing in usr/src/boot that will cause the loader build to fail sporadicall...
2018-01-26
-
11:21 PM Bug #9005 (Closed): remove .hgignore
- Apparently hgignore causes problems with some software that tries to interpret it, and since we don't use mercurial a...
-
11:07 PM Bug #9004 (Closed): Some ZFS tests used files removed with 32 bit kernel
- illumos tests are failing because of the inability to do things like copy /kernel/drv/zfs into a testpool.
Either ma... -
09:58 PM Bug #9003 (Closed): libc-tests: newlocale_test silently fails after CLDR updates
- It's in log file, but test is marked as passed:...
-
07:23 PM Feature #9002 (Closed): webrev should know how to get the git user name
- with mercurial, we used to get the user information from mercurial itself where we could. We should use the git 'use...
-
07:22 PM Bug #9001 (Closed): cdm is useless, remove it
- There's no reason to have the mercurial extension we used to use around. It should be removed
(this also means remo... -
05:52 PM Bug #8997 (Closed): ztest assertion failure in zil_lwb_write_issue
- "git commit f864f99efe57685e1762590c1a880dd16bca6da9":https://github.com/illumos/illumos-gate/commit/f864f99efe57685e...
-
11:09 AM Bug #9000 (Closed): unix: cleanup 32-bit specific code in fakebop
- With 32-bit kernel gone, we can clean up the code.
-
07:43 AM Bug #8999 (Closed): SMBIOS: cleanup 32-bit specific code
- With 32-bit kernel gone, we can clean up the code.
2018-01-25
-
09:01 PM Feature #8685 (Closed): uts and mdb: do not build 32bit kernel
- "git commit 95cb2e31c87e3febe7315833e075c1b16451e44c":https://github.com/illumos/illumos-gate/commit/95cb2e31c87e3feb...
-
07:38 PM Bug #8998 (Closed): depcheck is useless and should be removed
- Did you know we had the equivalent of pkgdepend(1) but for SystemV packages? I bet you didn't.
Since nobody seeme... -
05:02 PM Bug #8997 (Closed): ztest assertion failure in zil_lwb_write_issue
- When dmu_tx_assign is called from zil_lwb_write_issue, it's possible
for either ERESTART or EIO to be returned.
I... -
03:21 PM Bug #8986 (Closed): loader: try_multiple_kernels does not try multiple kernels
- "git commit 9aa2d72c0b7ffd836b0f633a523c698cfa854256":https://github.com/illumos/illumos-gate/commit/9aa2d72c0b7ffd83...
-
03:21 PM Bug #8987 (Closed): bootadm: add bootfile fallback to unix
- "git commit 141fdc8db8933e5c2d4fe6a0f5ee25c59f0a0231":https://github.com/illumos/illumos-gate/commit/141fdc8db8933e5c...
-
09:33 AM Feature #8996 (New): Multi-CPU Binding (MCB) status
- Hi all,
tried to get MySQL 8.0.4 compiled on /hipster OI, and stuck into missing structures, mainly in sys/processor... -
02:52 AM Bug #8389 (Closed): Convert rm(1) manpage to mdoc(5)
- "git commit a48ca82f1984529f9cbef045f39cd6efa1be7713":https://github.com/illumos/illumos-gate/commit/a48ca82f1984529f...
-
02:19 AM Bug #8995 (In Progress): regcomp(3C) shouldn't use collations for range expressions in any locale
- The "specification":http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html has to say the following ...
2018-01-24
-
11:53 PM Bug #8994 (Closed): libc-tests: nl_langinfo_test fails after 1198
- #1198 changed the d_fmt for many locales, nl_langinfo_test needs to be updated accordingly.
-
11:51 PM Bug #8993 (Closed): regex: Refactor fast/slow stepping bits in the matching engine
- There was some refactoring done upstream, bring it in for easier bug fix backports.
-
10:44 PM Bug #8985 (Closed): update tzdata to 2018c
- "git commit 4dac00ce3d1d681a1d3f6852ee0d59ae57da5789":https://github.com/illumos/illumos-gate/commit/4dac00ce3d1d681a...
-
03:35 PM Bug #8985 (Closed): update tzdata to 2018c
- According to the tzdata mailing list, tzdata 2018a & 2018b cause problems for OpenJDK and ICU (icu-project.org)
Th... -
08:13 PM Bug #8992 (Closed): checkproto is useless and can be deleted
- checkproto is SVR4 specific, and used by nobody. It should be removed.
-
08:07 PM Bug #8991 (Closed): pmodes is useless and can be deleted
- pmodes was the file permission checker when ON built SVR4 packages, it's not used anymore, and can be deleted.
If ... -
08:01 PM Bug #8990 (Closed): /opt/onbld/gk is useless
- /opt/onbld/gk was the default of the old 'gk' user, who was root-equivalent, and as whom builds were run in the dista...
-
07:38 PM Bug #8989 (Closed): Allow IKEV2 pf_key(7P) key management cookies to be updated after set
- Upstream of Joyent OS-6480:
Joyent's OS-6333 (illumos #8927) allowed the use of 64-bit key management cookie (KMC)... -
07:34 PM Bug #8988 (Closed): SADB_ACQUIRE proposals don't include mechanism salt length
- Upstream of Joyent OS-6525:
When the kernel wishes to create an IPsec SA, it generates an @SADB_ACQUIRE@ message t... -
05:38 PM Bug #8987 (Closed): bootadm: add bootfile fallback to unix
- reboot command can pass temporary (transient) flags and other data to bootadm, to create one time boot setup. The loa...
-
05:25 PM Bug #8986 (Closed): loader: try_multiple_kernels does not try multiple kernels
- The try_multiple_kernels word is supposed to walk through the semicolon separated list of the file names, but fails t...
-
04:47 PM Bug #8680 (Closed): Time of Day clock error
- "git commit 4414ceb126491c1abe47e693790eca5915a15fca":https://github.com/illumos/illumos-gate/commit/4414ceb126491c1a...
-
04:20 PM Bug #8731 (Closed): ASSERT3U(nui64s, <=, UINT16_MAX) fails for large blocks
- "git commit a6c1eb3c08094a6db69aa1dc6315bc814e82e79c":https://github.com/illumos/illumos-gate/commit/a6c1eb3c08094a6d...
-
03:18 PM Bug #8908 (In Progress): regcomp: reduce size of bitmap for multibyte locales
-
02:34 PM Bug #8805 (Closed): xattr_dir_lookup() can leak a vnode hold
- "git commit f4f14d92e23977993fc16fdcece27ba510a6d40b":https://github.com/illumos/illumos-gate/commit/f4f14d92e2397799...
-
01:03 AM Bug #8984 (Feedback): fix for 6764 breaks ACL inheritance
- Consider a directory configured as:
drwx-ws---+ 2 henson cpp 3 Jan 23 12:35 dropbox/
us...
2018-01-23
-
10:50 PM Bug #8978 (Closed): Add topo facility method for controlling chassis ident indicator
- "git commit 8f022dd6c1ebe3edc269726bf537617e665df32f":https://github.com/illumos/illumos-gate/commit/8f022dd6c1ebe3ed...
-
07:31 PM Bug #8978: Add topo facility method for controlling chassis ident indicator
- To test the change, I wrote a CLI (topo-indicator) that uses the topo interface being added by this CR to get/set the...
-
10:50 PM Bug #8977 (Closed): ipmi enumerator doesn't always enumerate nested entities
- "git commit 8f022dd6c1ebe3edc269726bf537617e665df32f":https://github.com/illumos/illumos-gate/commit/8f022dd6c1ebe3ed...
-
07:34 PM Bug #8977: ipmi enumerator doesn't always enumerate nested entities
- Testing
I installed a platform image that included the changes for this CR on a Dell R730 (aka J3302) in the SF la... -
10:50 PM Feature #8976 (Closed): ipmi enumerator should include FRU identity information in FMRI authority
- "git commit 8f022dd6c1ebe3edc269726bf537617e665df32f":https://github.com/illumos/illumos-gate/commit/8f022dd6c1ebe3ed...
-
07:38 PM Feature #8976: ipmi enumerator should include FRU identity information in FMRI authority
- Testing
I installed a platform image that included the changes for this CR on a Dell R730 (aka J3302) in the SF la... -
10:50 PM Feature #8975 (Closed): ipmi topo plugin should automatically enumerate sensors on nodes it enumerates
- "git commit 8f022dd6c1ebe3edc269726bf537617e665df32f":https://github.com/illumos/illumos-gate/commit/8f022dd6c1ebe3ed...
-
07:41 PM Feature #8975: ipmi topo plugin should automatically enumerate sensors on nodes it enumerates
- To test this change, I used the "fmtopo" utility to create topo snapshots both with and without my changes and verifi...
-
10:50 PM Feature #8974 (Closed): fac_prov_ipmi should support binding by entity id and instance
- "git commit 8f022dd6c1ebe3edc269726bf537617e665df32f":https://github.com/illumos/illumos-gate/commit/8f022dd6c1ebe3ed...
-
07:45 PM Feature #8974: fac_prov_ipmi should support binding by entity id and instance
- See comments in Issue 8975 for how these changes were tested.
-
10:50 PM Feature #8967 (Closed): libipmi: add support for GET_CHASSIS_STATUS command
- "git commit 8f022dd6c1ebe3edc269726bf537617e665df32f":https://github.com/illumos/illumos-gate/commit/8f022dd6c1ebe3ed...
-
10:50 PM Bug #8493 (Closed): kmem_move taskq appears to be inducing significant system latency
- "git commit d7db73d165ff4802d277d375e93877471457fed7":https://github.com/illumos/illumos-gate/commit/d7db73d165ff4802...
-
09:52 PM Bug #8571: Makefile.master should not trust $PATH
- Casual experimentation shows that I'm wrong in the comment above. It does indeed make a noticeable difference to not...
-
04:54 PM Bug #8571: Makefile.master should not trust $PATH
- The downside of this, is that in cases where make is not able to use its builtin shell 'mksh' and has to use a real s...
-
04:02 PM Bug #7172 (Closed): sparc: mpt_sas wants misc/sata after 6299
-
03:43 PM Bug #8983 (Closed): libbe: be_do_installboot() fails with vdev replacing
be_do_installboot has to check for and deal with "replacing" vdev:...-
03:23 PM Bug #8760 (Closed): troff: variable 'type' set but not used
- "git commit c5fe87b82a0473350759338e29252322c7f49f28":https://github.com/illumos/illumos-gate/commit/c5fe87b82a047335...
-
11:52 AM Feature #8982 (Closed): Support building with OpenSSL 1.1
- The following gate components fail to build against OpenSSL 1.1 due to API changes.
* sendmail
* libpkcs11
* lib...
2018-01-22
-
09:39 PM Bug #8652: Tautological comparisons with ZPROP_INVAL
- "git commit d2aa06e8e95fc3abd82008cdd0959cbbdb2d50fb":https://github.com/illumos/illumos-gate/commit/d2aa06e8e95fc3ab...
-
07:29 PM Bug #8652: Tautological comparisons with ZPROP_INVAL
- The fix for this missed a couple lines, and these omissions result in warnings for later GCC versions. Here's the fix...
-
07:08 PM Bug #8792 (Closed): mac_tx_srs_quiesce() can kill a maxbw link
- "git commit da906b4e8cca4344750ec24c7007b5a3f26e8919":https://github.com/illumos/illumos-gate/commit/da906b4e8cca4344...
2018-01-20
-
07:03 PM Bug #8981: manpage for zpool does not document all flags for clear
- Looking at the code http://src.illumos.org/source/xref/illumos-gate/usr/src/cmd/zpool/zpool_main.c#3794
There also... -
06:58 PM Bug #8981 (New): manpage for zpool does not document all flags for clear
- Fragment from the manpage...
-
06:03 PM Bug #8973 (Closed): efi_copy_finish() fails to pick the next item from the list
- "git commit b7b8fdaa13f8702a6e98148d0ff007e6e8347ea2":https://github.com/illumos/illumos-gate/commit/b7b8fdaa13f8702a...
-
05:57 PM Bug #8979 (Closed): nvmeadm(1m): ctl/[ns] -> ctl[/ns]
- "git commit b2d85592f29aeeac2bc0b235aee16c07ff9752b1":https://github.com/illumos/illumos-gate/commit/b2d85592f29aeeac...
-
06:52 AM Bug #8979 (Pending RTI): nvmeadm(1m): ctl/[ns] -> ctl[/ns]
-
05:50 PM Bug #5123 (Closed): IP DCE does not scale - part deux
- "git commit e179dd622b2c34e74c6ad1f4ce0fdd9493d91332":https://github.com/illumos/illumos-gate/commit/e179dd622b2c34e7...
-
01:12 AM Bug #8980 (Closed): BIOS clock is sometimes one hour fast
- When this problem happens, the BIOS clock will be one hour ahead of local standard time. The illumos time will be co...
2018-01-19
-
08:23 PM Bug #8970: No sound on multicom xishan
- Output from /var/adm/messages
> Jan 19 21:12:59 omalley pulseaudio[1613]: [ID 295310 user.error] [(null)] module-d... -
08:18 PM Bug #8970: No sound on multicom xishan
- On closer examination this turns out not to be a driver issue as I had suspected, but a pulseaudio issue. audiotest w...
-
04:27 PM Bug #8979: nvmeadm(1m): ctl/[ns] -> ctl[/ns]
- Review: https://www.illumos.org/rb/r/815/
-
04:23 PM Bug #8979 (Closed): nvmeadm(1m): ctl/[ns] -> ctl[/ns]
- There is misplaced slash in the nvmeadm(1m) man page here:...
-
04:19 PM Bug #8968 (Closed): update tzdata to 2018a
- "git commit 4b8ee424cacf91875c8edca00ba30e7371c5f230":https://github.com/illumos/illumos-gate/commit/4b8ee424cacf9187...
-
03:16 PM Bug #5123: IP DCE does not scale - part deux
- Dan McDonald wrote:
> This just got overlooked for upstreaming. If this indeed solves the issue(s) on this bug, I wi... -
02:36 PM Bug #5123: IP DCE does not scale - part deux
- This just got overlooked for upstreaming. If this indeed solves the issue(s) on this bug, I will upstream https://sma...
-
02:21 PM Bug #5123: IP DCE does not scale - part deux
- FURTHERMORE, apparently OmniOS had OS-1082 pulled in as well.
-
02:17 PM Bug #5123: IP DCE does not scale - part deux
- "I wonder why this wasn't chosen to be merged into illumos-gate source?"
Good question. The patch you describe is... -
07:54 AM Bug #5123: IP DCE does not scale - part deux
- To solve issue 'DCE cache clean worker thread waiting forever':
@::stacks -c tcp_ixa_cleanup_getmblk| ::findstack ... -
08:18 AM Bug #8955: bound+reserved ports can be leaked (when NFS client reboots too quickly)
- Note: bug #1616 is still reproducible with the proposed fix (see Review Board) for this bug.
-
05:56 AM Bug #8978 (Closed): Add topo facility method for controlling chassis ident indicator
- This CR will cover the work to add a new facility method (chassis_ident_mode) to the fac_prov_ipmi facility provider ...
-
05:55 AM Bug #8977 (Closed): ipmi enumerator doesn't always enumerate nested entities
- The ipmi topo enumerator module assumes that if a PSU or FAN entity is nested, it will be nested under either a POWER...
-
05:52 AM Feature #8976 (Closed): ipmi enumerator should include FRU identity information in FMRI authority
- The hc-scheme FMRI format allows for FRU identity information (i.e. part no, serial no, revision) to be encoded in th...
-
01:47 AM Feature #8975 (Closed): ipmi topo plugin should automatically enumerate sensors on nodes it enumerates
- Today, unless you add sufficient platform-specific goo to the libtopo xml map files, sensors will not be enumerated w...
-
01:44 AM Feature #8974 (Closed): fac_prov_ipmi should support binding by entity id and instance
- The fac_prov_enumerator topo module is responsible for (among other things) enumerating facility nodes for sensors vi...
2018-01-18
-
10:08 PM Bug #8972 (Closed): zfs holds: In scripted mode, do not pad columns with spaces
- "git commit e9b7d6e7f7a6477679a35b73eb3934b096b3dd39":https://github.com/illumos/illumos-gate/commit/e9b7d6e7f7a64776...
-
05:18 PM Bug #8972 (Closed): zfs holds: In scripted mode, do not pad columns with spaces
- 'zfs holds -H' does not properly output content in scripted mode. It uses a tab instead of two spaces, but it still p...
-
08:39 PM Bug #8973 (Closed): efi_copy_finish() fails to pick the next item from the list
- The issue was found on vmware/vmware fusion with CD boot, the problem is that boot is hung after loading kernel and p...
-
07:41 PM Bug #8641 (Closed): "zpool clear" and "zinject" don't work on "spare" or "replacing" vdevs
- "git commit 2ba5f978a4f9b02da9db1b8cdd9ea5498eb00ad9":https://github.com/illumos/illumos-gate/commit/2ba5f978a4f9b02d...
-
07:41 PM Bug #8652 (Closed): Tautological comparisons with ZPROP_INVAL
- "git commit 4ae5f5f06c6c2d1db8167480f7d9e3b5378ba2f2":https://github.com/illumos/illumos-gate/commit/4ae5f5f06c6c2d1d...
-
07:41 PM Bug #8835 (Closed): Speculative prefetch in ZFS not working for misaligned reads
- "git commit 5cb8d943bc8513c6230589aad5a409d58b0297cb":https://github.com/illumos/illumos-gate/commit/5cb8d943bc8513c6...
-
04:27 PM Bug #8560 (Closed): Reference leak on ipsec_action_t
- "git commit 620632424515d984b96f0a398e2d0cba9412182c":https://github.com/illumos/illumos-gate/commit/620632424515d984...
-
03:10 PM Bug #8739: ztest may crash with Assertion failed: (IS_P2ALIGNED((psize), 1U << SPA_MINBLOCKSHIFT))
- Sorry I meant that even when I statically assign 4096 or 8192 to BLOCKSIZE and recompile instead of calling ztest_ra...
-
01:04 PM Bug #8739: ztest may crash with Assertion failed: (IS_P2ALIGNED((psize), 1U << SPA_MINBLOCKSHIFT))
- Well, you can see @size=256@ in
> arc_alloc_buf (spa=<value optimized out>, tag=0x801234560, type=<value optimized o... -
12:30 PM Bug #8739: ztest may crash with Assertion failed: (IS_P2ALIGNED((psize), 1U << SPA_MINBLOCKSHIFT))
- We are also seeing this on freebsd. I'm not certain that it's SPA_MINBLOCKSHIFT being divided by two but I'm looking...
-
03:22 AM Bug #8970 (New): No sound on multicom xishan
- The error messages are very similar to issue # 5071. In my case I am testing this on OpenIndiana Hipster 2017.10 amd6...
-
03:07 AM Bug #8927: sadb_x_kmc_t's KM cookie should be 64-bits
- "git commit cbc1abb4d4821ea30c4fe7712e0ada83b25b0151":https://github.com/illumos/illumos-gate/commit/cbc1abb4d4821ea3...
2018-01-17
-
05:50 PM Bug #8969: Cannot boot from RAIDZ with parity > 1
- See https://github.com/openzfs/openzfs/pull/526
-
05:45 PM Bug #8969 (Closed): Cannot boot from RAIDZ with parity > 1
- At present it is possible to boot from a root pool that is on RAIDZ but not one that is on RAIDZ2 or RAIDZ3.
This is... -
05:01 PM Bug #8968 (Closed): update tzdata to 2018a
2018-01-16
-
11:07 PM Feature #3546: add support for grep -o option
- Andrew, I guess you will not be updating your patch for our new shiny grep?
-
11:06 PM Bug #3353: /usr/xpg4/bin/fgrep not compliant with /usr/bin/fgrep nor /usr/gnu/bin/fgrep
- I guess we can close this one as the attached test case works correctly now?
-
11:00 PM Feature #8967: libipmi: add support for GET_CHASSIS_STATUS command
- Manual Testing
I wrote a utility to get/set the state of the chassis identify indicator using the libipmi interfac... -
10:57 PM Feature #8967 (Closed): libipmi: add support for GET_CHASSIS_STATUS command
- In order to facilitate adding the chassis identify indicator to the topo snapshot, we need to be able to call both th...
-
10:59 PM Feature #3734 (Closed): egrep does not support -q
- Overcome by events, current egrep implementation supports -q.
-
10:04 PM Bug #8963 (Closed): default chunk size used by ipmi_fru_read() is too large for some SP's
- "git commit b10f758d69dd151326d3859af7e1d857ec9a6355":https://github.com/illumos/illumos-gate/commit/b10f758d69dd1513...
-
04:43 PM Bug #8856 (Closed): arc_cksum_is_equal() doesn't take into account ABD-logic
- "git commit 01a059ee0cdece49f47fd4d70086dd5bc7d0b0ff":https://github.com/illumos/illumos-gate/commit/01a059ee0cdece49...
-
04:43 PM Bug #8959 (Closed): Add notifications when a scrub is paused or resumed
- "git commit 301fd1d6f25595cd8c6d6795f39c72d97aff8cd9":https://github.com/illumos/illumos-gate/commit/301fd1d6f25595cd...
-
03:09 PM Bug #8952 (Closed): VMware Workstation NVMe model is of "Unknown class of pci/pnpbios device" value
- "git commit b1b183574d0cf2bf3accbbf7717d88bdc3bbfc33":https://github.com/illumos/illumos-gate/commit/b1b183574d0cf2bf...
-
02:55 PM Bug #8806 (Closed): xattr_dir_inactive() releases used vnode with kernel panic
- "git commit be93bc991e25533dcbeb10e952fe0b9314390d90":https://github.com/illumos/illumos-gate/commit/be93bc991e25533d...
-
02:27 PM Bug #8954 (Closed): libtopo cannot handle any array type other than string_array.
- "git commit 28e9047603953b20acb54306be7c48152a1b03e6":https://github.com/illumos/illumos-gate/commit/28e9047603953b20...
2018-01-15
-
11:46 PM Feature #8006: Want updated /etc/services
- Hi Dale - I've recently hit this for 'smtps'. This issue is marked as 90% complete; do you have something nearly read...
-
04:51 PM Bug #7378 (In Progress): exported_lock held during nfs4 compound processing
- Review: https://www.illumos.org/rb/r/813/
-
10:07 AM Bug #8955: bound+reserved ports can be leaked (when NFS client reboots too quickly)
- The problem happens when the NFS server is trying to connect back to the client's NLM service, but since the client r...
2018-01-14
-
08: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
- From FreeBSD "PR":https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225162:
Source file https://svnweb.freebsd.org...
2018-01-13
-
02:28 PM Feature #8685: uts and mdb: do not build 32bit kernel
- Andrew Stormont wrote:
> FYI the 32-bit kernel stopped working a few months back. I forget which commit broke it (m...
Also available in: Atom