Activity
From 2016-06-21 to 2016-07-20
2016-07-20
-
11:02 PM Bug #7207 (Closed): properly document pollhead_clean()
- The need to call pollhead_clean() as part of some chpoll(9E) entry points has long been required, but not documented....
-
11:00 PM Bug #7206 (Closed): dpwrite() acquires p_lock unnecessarily
- Looking at p_lock contention on a machine running Couchbase revealed acquisitions coming from this stack:...
-
10:59 PM Bug #7195 (Closed): Increase the default timeout for individual tests in zfstest
- "git commit 92b33eab9463d6c4878cfe65febf2ff232689649":https://github.com/illumos/illumos-gate/commit/92b33eab9463d6c4...
-
10:59 PM Bug #7194 (Closed): Reservation tests do not properly calculate reservation size
- "git commit 92b33eab9463d6c4878cfe65febf2ff232689649":https://github.com/illumos/illumos-gate/commit/92b33eab9463d6c4...
-
10:59 PM Bug #7205 (Closed): trap() acquires p_lock unnecessarily
- In looking at a machine running Couchbase, lock contention was modestly high on @p_lock@. The major source of @p_lock...
-
10:56 PM Feature #7204 (Closed): Want broadwell rdseed and adx support
- Plumb through the CPUID detection via isainfo.
-
10:53 PM Feature #7098 (Closed): ::prtconf could filter by attached driver name
- "git commit 20c06695f48b938258cc8a122e3e3f602bd0b9a3":https://github.com/illumos/illumos-gate/commit/20c06695f48b9382...
-
09:05 PM Bug #7203: unlinking a directory on tmpfs does not remove the directory entries
- Webrev: http://cr.illumos.org/~webrev/andy_js/7203
-
08:55 PM Bug #7203 (Closed): unlinking a directory on tmpfs does not remove the directory entries
- When unlinking a directory on tmpfs the directory itself is removed but the directory entries are not freed. This ca...
-
06:18 PM Feature #7202 (Closed): wscons should support bright colour SGR sequences
- Most terminal emulator software supports the eight ISO/ANSI-standardised SGR colour attributes: 30-37 and 40-47, for ...
-
06:14 PM Bug #7201 (Closed): wscons background and foreground white should agree on shade
- I did a brief survey of popular terminal emulators and the behaviour they exhibit when displaying white text on a whi...
-
03:54 PM Feature #7099 (Closed): mdb could illuminate proc_t flags
- "git commit 5b91507b1aabcd9611f3f4a651feb6450520b1d4":https://github.com/illumos/illumos-gate/commit/5b91507b1aabcd96...
-
11:29 AM Bug #7178: tmpfs incorrectly calculates amount of free space
- Updated webrev: http://cr.illumos.org/~webrev/andy_js/7178-3
-
09:17 AM Bug #7200 (Closed): no blocks must be born in a txg after a snapshot is created
- No new blocks must be born in a dataset in the same TXG after a snapshot of the dataset is taken.
Those blocks would... -
09:03 AM Bug #7199 (Closed): dsl_dataset_rollback_sync may try to free already free blocks
- @dsl_dataset_rollback_sync@ may try to free already freed blocks when it calls @dsl_destroy_head_sync_impl@ to destro...
-
08:58 AM Bug #7198 (Closed): libzfs should gracefully handle EINVAL from lzc_rollback
- @EINVAL@ is returned when a dataset does not have any snapshots, so there is nothing to roll back to.
Although the c... -
08:53 AM Feature #7197 (New): ztest should test rollback
- At the moment ztest does not have any tests for the rollback.
It should as some bugs seem to hide there. -
04:00 AM Bug #7086 (Closed): ztest attempts dva_get_dsize_sync on an embedded blockpointer
- "git commit 926549256b71acd595f69b236779ff6b78fa08ef":https://github.com/illumos/illumos-gate/commit/926549256b71acd5...
-
03:58 AM Bug #7164 (Closed): zdb should be able to open the root dataset
- "git commit b702644a6eb66615d67b492fd73ecd9efa11fc7d":https://github.com/illumos/illumos-gate/commit/b702644a6eb66615...
2016-07-19
-
11:59 PM Bug #7072 (Closed): zfs fails to expand if lun added when os is in shutdown state
- "git commit c39a2aae1e2c439d156021edfc20910dad7f9891":https://github.com/illumos/illumos-gate/commit/c39a2aae1e2c439d...
-
11:34 PM Bug #7163 (Closed): ztest failures due to excess error injection
- "git commit f34284d835bc555f987c1310df46c034c3101155":https://github.com/illumos/illumos-gate/commit/f34284d835bc555f...
-
11:32 PM Bug #7162 (Closed): Intermittent failures from ro_props_001_pos
- "git commit 9ec0cbeb1b55d91f199d8341727999ac1cc445cb":https://github.com/illumos/illumos-gate/commit/9ec0cbeb1b55d91f...
-
11:30 PM Bug #7147 (Closed): ztest: ztest_ddt_repair fails with ztest_pattern_match assertion
- "git commit aab80726335c76a7cae32c7300890248d73a51e3":https://github.com/illumos/illumos-gate/commit/aab80726335c76a7...
-
04:56 PM Bug #7196 (Closed): sparc: libbc syscall conflicts with syscall.h
- + /opt/gcc/4.4.4/bin/gcc -fident -finline -fno-inline-functions -fno-builtin -fno-asm -fdiagnostics-show-option -node...
-
01:42 PM Bug #6904: collation: Fix expansion substitutions
- Original fix causes a segfault in strxfrm() with iso-8859-5 locales. After discussions with Baptiste Daroussin of Fre...
2016-07-18
-
06:29 PM Bug #7195 (Closed): Increase the default timeout for individual tests in zfstest
- The default timeout of 10 minutes can on occasion be exceeded in normal operation. Bump it to 30m
-
06:16 PM Bug #7194 (Closed): Reservation tests do not properly calculate reservation size
- A shell function that mimics one in libzfs required a corresponding update.
The OS change was from issue 7104. -
01:33 PM Bug #7186: xnf: panic on Xen 4.x
- Given the nature of this issue, I would suggest that you post your bug report to developer@lists.illumos.org and CC o...
-
01:00 PM Bug #7181: race between zfs_mount and zfs_ioc_rollback
- I think that moving @dmu_objset_set_user(zfsvfs->z_os, zfsvfs)@ call to the very end of @zfsvfs_setup()@ should fix t...
-
12:54 PM Bug #7193 (New): deadlock between zfs_rename and zfs_rmdir
- I've encountered a system deadlock by running a bunch of concurrent filesystem operations (POSIX) on a ZFS filesystem...
-
12:39 PM Feature #7191: It's 2016. Lets have a way to build a 64-bit only OS.
- These options won't get fully implemented until near the end of the task. That's probably quite a long way away cons...
-
10:31 AM Feature #7191: It's 2016. Lets have a way to build a 64-bit only OS.
- it is very-very early for these options.
in first time you have to try to fix 32bit userland apps to work in 64bit m... -
10:23 AM Feature #7191 (In Progress): It's 2016. Lets have a way to build a 64-bit only OS.
- The goal is to introduce a new build option, BUILD32, which can be disabled (export BUILD32=#) to disable building of...
-
12:14 PM Bug #7190: e1000g receive DMA addresses out of sync
- As a workaround, we're currently testing the following patch:...
-
07:56 AM Bug #7190 (New): e1000g receive DMA addresses out of sync
- After a network failover the network interface stopped working. Packets got received with several seconds to minutes ...
-
12:09 PM Bug #7178: tmpfs incorrectly calculates amount of free space
- Webrev: http://cr.illumos.org/~webrev/andy_js/7178
-
11:24 AM Feature #7192: Remove SPARC-only ONLY64 option
- Webrev: http://cr.illumos.org/~webrev/andy_js/7192/
-
10:27 AM Feature #7192 (In Progress): Remove SPARC-only ONLY64 option
- This is so that it can be reintroduced as a more general build option as part of #7191.
-
10:33 AM Bug #7188: Panic in rfs4_compound_kstat_res
- duplicate to: 6472 Panic in rfs4_compound_kstat_res()
-
04:01 AM Bug #7188 (Closed): Panic in rfs4_compound_kstat_res
SunOS nfs02 5.11 omnios-r151018-ae3141d i86pc i386 i86pc
Issued command "zfs share -a" and triggered panic.
<...-
07:38 AM Bug #7189 (New): network failover doesn't always set LSO property
- After a network failover (mpath based) from igb to e1000g (82574) we observed malfunctioning (very slow) TCP connecti...
-
07:01 AM Bug #5789: lzc_snapshot() produces inconsistent errlist for different errors
- This bug should be closed now.
-
05:47 AM Bug #7187: using signbit with optimisation > -O1 gives dereferencing type-punned pointer will break strict-aliasing rules
- it looks as if iso/math_c99.h doesn't map onto the gate's libm implementation
(which itself seems to be missing @_si...
2016-07-17
-
08:33 PM Bug #7126 (Closed): NSS_XbyY_FINI has too much logic for a function-like macro
- "git commit d88e84ff401847bce26e4c3203cd18c72c77db33":https://github.com/illumos/illumos-gate/commit/d88e84ff401847bc...
-
08:32 PM Bug #7187: using signbit with optimisation > -O1 gives dereferencing type-punned pointer will break strict-aliasing rules
- Rich Lowe wrote:
> Pretty sure GCC has a builtin (or two), and we also have inlines in libm as well. Are you sure y... -
08:30 PM Bug #7187: using signbit with optimisation > -O1 gives dereferencing type-punned pointer will break strict-aliasing rules
- Pretty sure GCC has a builtin (or two), and we also have inlines in libm as well. Are you sure you should even be hi...
-
08:28 PM Bug #7187 (New): using signbit with optimisation > -O1 gives dereferencing type-punned pointer will break strict-aliasing rules
- simple test program picked from libgo in gcc5.4:...
-
01:03 PM Bug #7186 (Closed): xnf: panic on Xen 4.x
- I'm trying to install OI as DomU unter Xen 4.4.1 (Debian 8). If I configure a VIF at installation time vif=['bridge=l...
2016-07-15
-
09:38 PM Bug #6458 (Closed): nfsauth_cache_get() deadlock with kmem reap thread
- "git commit 8ee802cce77385ce86e5fe8520cee28ac9fd4669":https://github.com/illumos/illumos-gate/commit/8ee802cce77385ce...
-
01:16 AM Bug #7185: IP DCEs leak from halted non-global zones
- This bug predates #7061 and #7062, because OmniOS r151018 can reproduce this bug, and '018 does not have those fixes....
-
01:08 AM Bug #7185: IP DCEs leak from halted non-global zones
- One possible fix is to have dce_stack_destroy() check for stragglers hanging off of it. It's defensive programming, ...
-
12:56 AM Bug #7185: IP DCEs leak from halted non-global zones
- Also happens with off-link connections initiated by the zone as well. Here's a leaked IPv4 DCE:
dce_u = {
...
2016-07-14
-
08:13 PM Bug #7185 (Closed): IP DCEs leak from halted non-global zones
- Steps to reproduce:
1.) Boot a zone.
2.) Establish a connection over localhost (my first leak had 127.0.0.1, but ... -
07:53 PM Bug #7104 (Closed): increase indirect block size
- "git commit 4b5c8e93cab28d3c65ba9d407fd8f46e3be1db1c":https://github.com/illumos/illumos-gate/commit/4b5c8e93cab28d3c...
-
07:50 PM Bug #7104: increase indirect block size
- Performance evaluation:
Best case performance improvement: 80%
Worst case performance improvement: 14%
I couldn'... -
07:12 PM Bug #6327 (Closed): devfsadm and bootadm taking long time for configs with large number of zvols
- "git commit 470bc2d6d44a4a70ed9403c0bce321333e897c31":https://github.com/illumos/illumos-gate/commit/470bc2d6d44a4a70...
-
07:09 PM Bug #7071 (Closed): lzc_snapshot does not fill in errlist on ENOENT
- "git commit 25f7d993adbfb3452ac4625b3791670746d35ae3":https://github.com/illumos/illumos-gate/commit/25f7d993adbfb345...
-
06:57 PM Feature #6950 (Closed): ARC should cache compressed data
- "git commit dcbf3bd6a1f1360fc1afcee9e22c6dcff7844bf2":https://github.com/illumos/illumos-gate/commit/dcbf3bd6a1f1360f...
-
06:33 AM Bug #7184 (New): abort in libzfs when running "zfs userspace" on a zvol
- If you try to get the userspace or groupspace on a zvol, the generated error results in passing EINVAL to zfs_standar...
-
02:09 AM Bug #7183: Panic when booting illumos on linux KVM host
- QEMU emulator version 2.0.0 (Debian 2.0.0+dfsg-2ubuntu1.24), Copyright (c) 2003-2008 Fabrice Bellard
-
02:05 AM Bug #7183 (New): Panic when booting illumos on linux KVM host
- When booting OpenIndiana Hipster as a KVM guest on a Linux Mint 17.2 host, receiving a kernel panic.
This is 100 % r...
2016-07-13
-
06:35 PM Bug #7177 (Closed): More null pointer dereferences in elfdump
- "git commit a5dce49383b67bfd3a81999460d579f53a67c029":https://github.com/illumos/illumos-gate/commit/a5dce49383b67bfd...
-
04:36 AM Bug #7182: panic when booting with KVM SATA CDROM
- This seems to only happen when I have the VM assigned multiple (2 will do) cores
-
04:30 AM Bug #7182 (Closed): panic when booting with KVM SATA CDROM
- This is when booting from http://dlc.openindiana.org/isos/hipster/OI-hipster-text-20160421.iso (MD5 9b5ff26ca85f065e0...
2016-07-12
-
09:09 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- This may work, though:...
-
05:07 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- except this isn't quite right since iso/stdlib_c99.h defines already llabs() correctly, but
scoping rules would pre... -
04:08 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- I finally got annoyed enough to try something, anybody willing to take a look/try?...
-
04:00 PM Bug #6610 (Closed): NULL pointer constant issues in uts/i86xpv
- "git commit a9ba5504895c94d55fd9eb409fdb92f2385c9515":https://github.com/illumos/illumos-gate/commit/a9ba5504895c94d5...
-
08:54 AM Bug #7181 (Closed): race between zfs_mount and zfs_ioc_rollback
- @zfsvfs_setup()@ is called in both @zfs_mount@ and @zfs_resume_fs@ paths.
@dmu_objset_set_user(zfsvfs->z_os, zfsvfs... -
08:44 AM Bug #7180 (Closed): potential race between zfs_suspend_fs+zfs_resume_fs and zfs_ioc_rename
- If a filesystem is not unmounted while the rename is being performed, then, for example, a concurrect zfs rollback ma...
2016-07-11
-
05:04 PM Bug #5751: Missing type definitions
- We might as well just add these.
-
03:20 PM Bug #7174 (Closed): Hal searches for fdi files in wrong directories
- "git commit 1c755acb8b54d6f80f5596caa88a09843742ae97":https://github.com/illumos/illumos-gate/commit/1c755acb8b54d6f8...
-
03:11 AM Bug #7156 (Closed): i40e dmod shouldn't build on SPARC
- "git commit 3cb4cf2c471d8987abb34ec86fda3a6224b5add7":https://github.com/illumos/illumos-gate/commit/3cb4cf2c471d8987...
-
02:37 AM Bug #7179: Insufficient checking in elfdump when processing hash info
- An ELF hash table section consists of a count of buckets, a count of chains, an array of buckets, and an array of cha...
-
02:27 AM Bug #7179 (Closed): Insufficient checking in elfdump when processing hash info
2016-07-10
-
10:24 PM Bug #7178 (New): tmpfs incorrectly calculates amount of free space
- There is a flaw in the algorithm tmpfs uses to calculate available space. It assumes that tm_anonmax is always more ...
-
09:26 PM Bug #7177 (Closed): More null pointer dereferences in elfdump
- usr/src/head/libelf.h defines struct Elf_Data like so:...
2016-07-08
-
08:41 PM Bug #7176 (New): Yet another hole birth issue
- If you take a large file (tested with 300 MB file at 512 byte recordsize), truncate it to a small size (10 MB), and t...
-
02:20 PM Bug #6653: dtrace modifies ELF string table causing problems for linker
- according to http://wiki.osdev.org/ELF_Tutorial
* The String Table*
The string table conceptually is quite simp... -
09:58 AM Bug #6653: dtrace modifies ELF string table causing problems for linker
- one thing I just noticed via strings is...
-
12:55 PM Bug #6779: kernel panic in zfs_readdir shortly after mount
- The root cause is found. Chronology of the events:
1. we have an empty directory
2. the filesystem is nearly out ... -
12:25 AM Feature #7175 (New): Want improved 6513 detection and handling
- So, #6513 is nasty because even after the fix, on pool data written before the fix was applied, send|recv will still ...
2016-07-07
-
08:02 PM Bug #7161 (Closed): uefi reboot needs to use acpi_reset_system() if available
- "git commit 7d3321ee71cf6a0555699aa14aad6e5a5ab6bd7c":https://github.com/illumos/illumos-gate/commit/7d3321ee71cf6a05...
-
08:02 PM Bug #7167 (Closed): lofi does mismanage size(9P) properties
- "git commit 538c7dac42a1f56f75806831c01aec2529d90a80":https://github.com/illumos/illumos-gate/commit/538c7dac42a1f56f...
-
05:46 PM Bug #7141 (Closed): divide by zero when string table entry size is zero
- "git commit 4520d59fda389ed57a633978297f35ae1e5c37b8":https://github.com/illumos/illumos-gate/commit/4520d59fda389ed5...
-
11:33 AM Bug #6653: dtrace modifies ELF string table causing problems for linker
- just for grins, I tried just dtrace on an old OI 151a9 system, with the same result.
It's probably related to some c... -
10:00 AM Bug #6653: dtrace modifies ELF string table causing problems for linker
- Just to simplify reproduction of this, the attached resource.o (.orig) is the output of the compile phase.
Copy it t... -
06:07 AM Bug #6653: dtrace modifies ELF string table causing problems for linker
- Andrew Stormont wrote:
> Any idea if 2.26.1 fixes this problem?
well, running omnios-master-7397b49 and updating ...
2016-07-06
-
11:22 PM Bug #7155 (Closed): arn(7D) should include the mac fields in the eeprom enumeration
- "git commit fd7c59804fad02c3863ef57c544fa7af0fd35068":https://github.com/illumos/illumos-gate/commit/fd7c59804fad02c3...
-
11:22 PM Bug #7153 (Closed): delete unused code in arn(7D)
- "git commit fd7c59804fad02c3863ef57c544fa7af0fd35068":https://github.com/illumos/illumos-gate/commit/fd7c59804fad02c3...
-
11:22 PM Bug #7152 (Closed): weird condition in arn(7D) needs clarification
- "git commit fd7c59804fad02c3863ef57c544fa7af0fd35068":https://github.com/illumos/illumos-gate/commit/fd7c59804fad02c3...
-
11:22 PM Bug #7154 (Closed): arn(7D) walks out of bounds when byteswapping the 4K eeprom
- "git commit fd7c59804fad02c3863ef57c544fa7af0fd35068":https://github.com/illumos/illumos-gate/commit/fd7c59804fad02c3...
-
07:08 PM Bug #7172: sparc: mpt_sas wants misc/sata after 6299
- Duplicates #6481
-
11:09 AM Bug #7172 (Closed): sparc: mpt_sas wants misc/sata after 6299
- After 6299 there are sata dependency for mpt_sas, but there are no sata driver for sparc:
$ devfsadm
/kernel/drv/... -
02:09 PM Bug #7174 (Closed): Hal searches for fdi files in wrong directories
- According to https://people.freedesktop.org/~dkukawka/hal-spec-git/hal-spec.html ,
"Device Information files are re... -
02:08 PM Bug #7173 (Closed): sparc: __floatundidf undefined for sparcv9
- Jul 6 06:11:15 sf genunix: [ID 819705 kern.notice] /platform/sun4u/kernel/misc/sparcv9/bignum: undefined symbol
Jul... -
08:39 AM Bug #7171 (New): OS panic (NULL pointer dereference in vdev_disk_get_space()) caused by a faulty disk
- We ran into a crasher on our machine running OpenIndiana Hipster running a kernel based on commit "e014e7f89c5273294b...
-
07:13 AM Bug #7167: lofi does mismanage size(9P) properties
- The explanation about the root cause and surrounding details:
The disk devices are supposed to expose the device a...
2016-07-05
-
05:39 PM Bug #7170 (Closed): ENABLE_PERL64 multiarch builds
- illumos-gate needs to support distros with multiarch perl implementations such as omnios.
illumos-omnios has done ... -
03:42 PM Bug #7165: add intermediate SUNW_1.22.7 symbol version to libc for backward binary support including latest s10 release
- Andrew Stormont wrote:
> I was asked to verify the semantics of our asprintf, fdatasync, smt_pause and vasprintf fun... -
03:00 PM Bug #7165: add intermediate SUNW_1.22.7 symbol version to libc for backward binary support including latest s10 release
- I was asked to verify the semantics of our asprintf, fdatasync, smt_pause and vasprintf functions do not differ from ...
-
01:19 PM Bug #7169 (Closed): mdb '::abuf_find 1 2' - failed
- found by zfs test:...
-
11:42 AM Bug #6036: ufsrestore segfaults in lookupparent
- Josef Sipek wrote:
> One of the zfs-tests (functional/inuse/inuse_003_pos.ksh) uses ufsrestore which happens to segf...
2016-07-04
-
10:57 AM Bug #6653: dtrace modifies ELF string table causing problems for linker
- Any idea if 2.26.1 fixes this problem?
-
03:52 AM Feature #7166: Online / real-time / synchronous pool replication
- Great idea!
2016-07-03
-
10:53 AM Bug #7167: lofi does mismanage size(9P) properties
reviewboard link: https://www.illumos.org/rb/r/206/
-
10:50 AM Bug #7167 (Closed): lofi does mismanage size(9P) properties
- Test: /opt/zfs-tests/tests/functional/slog/slog_013_pos (run as root) [00:01] [FAIL]
The failure was caused by:
... -
10:28 AM Feature #7166 (New): Online / real-time / synchronous pool replication
- Hello,
Goal of this feature request is to be able to replicate a ZFS source pool to a remote target pool, through ... -
09:47 AM Bug #7165: add intermediate SUNW_1.22.7 symbol version to libc for backward binary support including latest s10 release
- sorry Andy.
Why in the hell didn't your patchset get committed. It looks great. +1 -
05:42 AM Bug #7165 (Closed): add intermediate SUNW_1.22.7 symbol version to libc for backward binary support including latest s10 release
- as discovered with the latest SS12. 5, there has been an intermediate SUNW_1.22.7 symbol version
added in Solaris th... -
03:41 AM Bug #7164 (Closed): zdb should be able to open the root dataset
- If the pool/dataset command-line argument is specified with a trailing
slash, for example, "tank/", we should interp... -
03:21 AM Bug #7163 (Closed): ztest failures due to excess error injection
- Running zloop from zfs-precommit hit this assertion:
> *panicstr/s
0xfffffd7fd7419370: assertion failed... -
03:10 AM Bug #7162 (Closed): Intermittent failures from ro_props_001_pos
- If we have any non-noop TXG, the 'avail' could change. It isn't obvious why that would happen, but it's also very fra...
2016-07-02
-
01:32 PM Bug #7161 (Closed): uefi reboot needs to use acpi_reset_system() if available
- MacBookPro10,1 gets hung on reboot, apparently the issue is that efi_reboot double trap method does not work for this...
2016-07-01
-
07:27 PM Bug #7146: zfs panic : assertion failed: rt->rt_space == 0 (0x200 == 0x0), file: ../../common/fs/zfs/range_tree.c, line: 153
- i have the same/similar panics on smartos:
1.... -
04:46 PM Bug #7160 (Closed): zfs test rsend_008_pos failed
- log:...
-
11:34 AM Bug #7159 (In Progress): libc-tests build failed on sparc
-
11:13 AM Bug #7159: libc-tests build failed on sparc
- Igor Kozhukhov wrote:
> i have fixed it and pointed on IRC to this mistake:
> [...]
Yes, fix is simple.
-
11:07 AM Bug #7159: libc-tests build failed on sparc
- i have fixed it and pointed on IRC to this mistake:...
-
09:35 AM Bug #7159 (Closed): libc-tests build failed on sparc
- + /opt/gcc/4.4.4/bin/gcc -fident -finline -fno-inline-functions -fno-builtin -fno-asm -fdiagnostics-show-option -node...
-
11:33 AM Bug #7158 (In Progress): powerd shouldn't call autos3 trigger on sparc
-
09:14 AM Bug #7158 (Closed): powerd shouldn't call autos3 trigger on sparc
- Jul 1 11:06:41 sunfire /usr/lib/power/powerd: [ID 508849 daemon.error] Unable to open /dev/srn: No such file or dire...
-
02:46 AM Bug #7089 (Closed): MSI-x on KVM prevents VMs from accessing the network
- "git commit 970db7b7a5b4656c659fc7c5226da7be313dc336":https://github.com/illumos/illumos-gate/commit/970db7b7a5b4656c...
2016-06-30
-
02:41 PM Bug #7156 (Closed): i40e dmod shouldn't build on SPARC
- While the core i40e driver doesn't build on SPARC, right now the dmod tries to and it shouldn't.
2016-06-29
-
05:15 PM Bug #7144 (Closed): lofi mapping in non-GZ is not working with default match rules
- "git commit 450b24a3e08dd5d6007467b18ef9cea400f7385a":https://github.com/illumos/illumos-gate/commit/450b24a3e08dd5d6...
-
03:51 PM Bug #7155 (Closed): arn(7D) should include the mac fields in the eeprom enumeration
- arn(7D) should include the 3 fields for the MAC in the enumeration of eeprom fields, so we don't switch on out-of-enu...
-
03:50 PM Bug #7154 (Closed): arn(7D) walks out of bounds when byteswapping the 4K eeprom
- arn(7D) uses the maximum number of chains for the regular eeprom when byte-swapping the 4K eeprom. Unfortunately, th...
-
03:49 PM Bug #7153 (Closed): delete unused code in arn(7D)
- there's a handful of unused functions and variables in arn(7D), called out to lint as unused, but left there. Delete...
-
03:49 PM Bug #7152 (Closed): weird condition in arn(7D) needs clarification
- arn(7D) contains the condition
if (!on != aniState->ofdmWeakSigDetectOff) {
Seemingly intentionally. Parent...
2016-06-28
-
09:16 PM Bug #7149 (New): move libzpool's taskq library into libcmdutils
- To better facilitate multi-threaded tools and libraries, it would be useful to move the taskq implementation out of l...
-
07:25 PM Bug #5691 (Closed): nfs(4) should describe options set via sharectl(1M)
- "git commit c770959538dce966320e9b537c527f030e4a2822":https://github.com/illumos/illumos-gate/commit/c770959538dce966...
-
05:59 PM Bug #7148 (New): zfs(1M) doesn't document the dedup property
-
05:40 PM Bug #7147 (Closed): ztest: ztest_ddt_repair fails with ztest_pattern_match assertion
- Here's the dbuf we're currently reading:
> 966f200::dbuf
addr object lvl blkid holds os
966f200 ... -
05:22 PM Bug #7146 (New): zfs panic : assertion failed: rt->rt_space == 0 (0x200 == 0x0), file: ../../common/fs/zfs/range_tree.c, line: 153
- zfs panic on zfs tests - need try to run in loop.
i have panic on DilOS with 4 circle of zfs tests without VM rebo... -
04:10 PM Bug #7144 (In Progress): lofi mapping in non-GZ is not working with default match rules
-
02:04 PM Bug #6464: libbe shouldn't mangle zfs mountpoints
- The following workaround to boot scripts was suggested: http://buildzone.oi-build.r61.net/6464/, however, it was note...
2016-06-27
-
07:59 PM Bug #7144 (Closed): lofi mapping in non-GZ is not working with default match rules
- used to work fine back at smartos 20160218, but upgrading to 20160622 doesn't allow loading of /dev/lofi/2 from a non...
-
05:09 AM Bug #7141: divide by zero when string table entry size is zero
- Same thing in syminfo
-
04:50 AM Bug #7141: divide by zero when string table entry size is zero
- Same issue happening in processing the got
-
04:26 AM Bug #7141: divide by zero when string table entry size is zero
- The same issue exists in the hash function. Attaching an example
2016-06-26
-
04:43 PM Bug #7143 (Closed): dbuf_read() creates unnecessary zio_root() for bonus buf
- dbuf_read() creates a zio_root() to track and wait for all the zio's that may happen as part of this call. However, i...
-
03:41 PM Bug #7142 (Closed): build failed on sparc after endian integration
- Dup of 7043.
-
10:47 AM Bug #7142 (Closed): build failed on sparc after endian integration
- need update endian files for correct build on sparc.
-
02:16 AM Bug #7141 (Closed): divide by zero when string table entry size is zero
- In stringtbl in usr/src/cmd/sgs/elfdump/common/elfdump.c, the symbol table entry size (and link) are checked:
<p...
2016-06-25
-
05:20 AM Bug #7140 (New): stat(2): The time related members of the stat structure should be timestruc_t instead of time_t
- Here in the stat(2) man page:...
2016-06-24
-
08:21 PM Feature #7139 (Closed): Sync mDNS with mDNSResponder-625.41.2
- Apple has released an update to mdns responder http://opensource.apple.com/tarballs/mDNSResponder/
The issues fixe... -
07:48 PM Feature #7138 (New): ::fsinfo should show zone information
- It'd be great if ::fsinfo -z were to show you which zone owned a given vfs, and ::fsinfo -Z <zone> showed only vfs's ...
-
05:48 AM Bug #7137 (New): in.ndpd should correctly initialise with IN6ADDR_LOOPBACK_INIT
- as found via 7127, in.ndpd main incorrectly initialises the sockaddr_in6 instead of its
component member sin6_addr.
...
2016-06-23
-
08:44 PM Bug #7136 (Closed): ESC_VDEV_REMOVE_AUX ought to always include vdev information
- 6922 added ESC_ZFS_VDEV_REMOVE_AUX and ESC_ZFS_VDEV_REMOVE_DEV sysevents whenever an aux device gets removed from a p...
-
04:43 PM Bug #7135 (New): pkg should use the adjunct for dependency resolution
- If the adjunct is an IPS image we should do dependency resolution against that image to get usable IPS packages.
-
04:42 PM Bug #7134 (New): adjunct support for check_rtime
- The check_rtime script needs to be taught about adjuncts.
-
04:39 PM Bug #7133 (New): silence lint and studio warnings that only occur with an adjunct proto
- lint and studio seem to automatically silence some warnings for headers found in /usr/include. When using an adjunct ...
-
04:35 PM Bug #7132 (New): make sure MPS libraries are always used from the adjunct
- The MPS libs live in a special directory in /usr/lib/mps. Some libs like libldap link against these and as such have ...
-
04:21 PM Bug #7131 (New): krb5 must make sure local db headers precede any possible system db headers
-
04:19 PM Bug #7130 (New): use perl interpreter from native adjunct
- The perl interpreter from the native adjunct must be used in the build. We should not try to run perl from the adjunc...
-
04:09 PM Bug #7129 (New): native tools must reliably use a native adjunct
- We must make sure that the build of native tools always uses headers and libraries from the adjunct.
-
03:53 PM Bug #7128: git-pbchk fails to detect parent branch
- Apparently git-pbchk seems to have a problem with detecting the parent branch. I think this is because the git comman...
-
03:52 PM Bug #7128 (Closed): git-pbchk fails to detect parent branch
-
05:35 AM Bug #7127 (New): remove -Wno-missing-braces from Makefile.uts
- Currently the gate has the following compiler warning suppression
clause in Makefile.uts:
```CERRWARN += -_gcc=-Wno...
2016-06-22
-
11:24 PM Bug #7126 (Closed): NSS_XbyY_FINI has too much logic for a function-like macro
- NSS_XbyY_FINI uses && and the comma operator to form a condition while still being function like. That annoys the co...
-
07:44 PM Feature #7125: Provide execvpe
- Other systems doesn't have it either as it seems to be GNUism. Not sure, what is policy on these things, but I suppos...
-
07:22 PM Feature #7125 (New): Provide execvpe
- illumos doesn't have execvpe support and it should be added. I found out while trying to compile cronie 1.5.0. The wo...
-
04:15 PM Bug #7106 (Closed): elfdump crashes with invalid ELF
- "git commit 5093b3b62da799ea81b3a0f84f606266d06ce94e":https://github.com/illumos/illumos-gate/commit/5093b3b62da799ea...
-
03:36 AM Bug #7106: elfdump crashes with invalid ELF
- The issue here is that the existing code in interp does not check that c_data has a d_buf associated with it. In any ...
-
02:36 PM Bug #7124 (Closed): 6602 introduced unused options b and R for lofiadm command
- "git commit 6aa98485cdc6dd2ec24cfbcf0ccefb5ef7796564":https://github.com/illumos/illumos-gate/commit/6aa98485cdc6dd2e...
-
12:41 PM Bug #7124 (Closed): 6602 introduced unused options b and R for lofiadm command
-
12:02 AM Feature #7051 (Closed): want id_space(9F) docs
- "git commit 01aaaf328842760a1002109b299908a027e94cf8":https://github.com/illumos/illumos-gate/commit/01aaaf328842760a...
2016-06-21
-
07:00 PM Bug #7069 (Closed): i386_XARCH should include -m32
- "git commit 9c05409f2b9301e686735887a9573454cceb0331":https://github.com/illumos/illumos-gate/commit/9c05409f2b9301e6...
-
07:00 PM Bug #7120 (Closed): mDNS resync was not wsdiff safe
- "git commit c1de7575521deda5ee777b8054a9c5b12f15b1ee":https://github.com/illumos/illumos-gate/commit/c1de7575521deda5...
-
03:55 PM Feature #6602 (Closed): lofi should support labeled devices
- "git commit 406fc5100dac8d225a315a6def6be8d628f34e24":https://github.com/illumos/illumos-gate/commit/406fc5100dac8d22...
-
02:45 PM Bug #7040 (Closed): Detect common spelling errors in manual pages
- "git commit 71af3be340c57171837478555e2eb0d496318cfc":https://github.com/illumos/illumos-gate/commit/71af3be340c57171...
-
02:45 PM Bug #7044 (Closed): Fix spelling mistakes in sections 1HAS and 2
- "git commit 0db8de19c0e494758b68b702523a2b0eaffe3b2e":https://github.com/illumos/illumos-gate/commit/0db8de19c0e49475...
-
02:45 PM Bug #7041 (Closed): Fix spelling mistakes in sections 1 and 1M
- "git commit df23d905b96680e56379c5a5ecb4b363f36b9e74":https://github.com/illumos/illumos-gate/commit/df23d905b96680e5...
-
02:45 PM Bug #7042 (Closed): Fix spelling mistakes in library sections
- "git commit 843c398e8904ed9d833d2af3103894f909fb4b52":https://github.com/illumos/illumos-gate/commit/843c398e8904ed9d...
-
02:45 PM Bug #7045 (Closed): Fix spelling mistakes in section 4
- "git commit c855112f85cf71e42f6381a66f3f86f98e2ed24e":https://github.com/illumos/illumos-gate/commit/c855112f85cf71e4...
-
02:45 PM Bug #7046 (Closed): Fix spelling mistakes in section 5
- "git commit df23565fe1d0b225f9f898c50dfafea6749b0b7f":https://github.com/illumos/illumos-gate/commit/df23565fe1d0b225...
-
02:45 PM Bug #7048 (Closed): Fix spelling mistakes in sections 7D, 7I, 7IPP, and 7P
- "git commit 95e15299a2c42b8014fa27631a6f3be2a93febc2":https://github.com/illumos/illumos-gate/commit/95e15299a2c42b80...
-
02:45 PM Bug #7047 (Closed): Fix spelling mistakes in sections 9E, 9F and 9S
- "git commit a716f1a92056bc2e231e57ae2a20725ce606ea73":https://github.com/illumos/illumos-gate/commit/a716f1a92056bc2e...
-
02:45 PM Bug #7049 (Closed): Prefer 'writable' over 'writeable' in the manual pages
- "git commit 831b40b1c811223fd0b1131791a38e3ae5143377":https://github.com/illumos/illumos-gate/commit/831b40b1c811223f...
-
02:45 PM Bug #7050 (Closed): Prefer 'subcommand' over 'sub-command' in the manual pages
- "git commit 1b2031a95889aea96be6af55dcf31a0d5ffdfed9":https://github.com/illumos/illumos-gate/commit/1b2031a95889aea9...
-
02:45 PM Bug #4712 (Closed): Prefer 'parsable' over 'parseable' in the manual pages
- "git commit f3a07f941f1be263a48a040c059edbcb722cf436":https://github.com/illumos/illumos-gate/commit/f3a07f941f1be263...
-
12:27 PM Bug #7123 (In Progress): timestamp encoding required in rfs4_op_readdir()
- Timestamps returned from @rfs4_op_readdir()@ should be encoded like timestamps returned by @rfs4_op_getattr()@. The f...
-
11:51 AM Bug #7122 (In Progress): fix negative timestamps with nsec == 0 in nfs4_time_ntov()
- @nfs4_time_ntov@ converts timestamps from nfs4-style to @vattr_t@ representation. Negative timestamps are represented...
Also available in: Atom