Activity
From 2016-05-30 to 2016-06-28
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...
2016-06-20
-
07:47 PM Feature #6992 (Closed): devprop(1M) should work also with logical names
- "git commit b13c8383ad6f847486face2fe8df9f0f50f068ed":https://github.com/illumos/illumos-gate/commit/b13c8383ad6f8474...
-
05:07 PM Bug #7117 (Closed): Dangling references to usr/src/common/openssl
- "git commit e64b5a1d424c9f5d94989cfbd14203251c97a024":https://github.com/illumos/illumos-gate/commit/e64b5a1d424c9f5d...
-
03:41 PM Bug #7091 (Rejected): "tail -f" hangs with pipelines
- Even my shell script has a note about this. Rejecting -- not a bug.
-
01:56 PM Bug #7121 (In Progress): ixgbe SFP handling can be more robust
2016-06-19
-
06:59 PM Bug #7113 (Closed): mailq.1 should be mediated
- "git commit 74f421779ff7f726f382f060248dd75a46ba936f":https://github.com/illumos/illumos-gate/commit/74f421779ff7f726...
-
04:01 PM Bug #5718 (In Progress): sharemgr is missing "start" and "stop" commands in its usage message
-
02:57 AM Bug #7121: ixgbe SFP handling can be more robust
- A feature of Intel 82599 and X550/X552 adapters is they require the use of replaceable SFP or QSFP modules, in the fo...
-
01:08 AM Bug #7121 (In Progress): ixgbe SFP handling can be more robust
2016-06-18
-
08:47 PM Bug #7119: boot should handle change in physical path to ZFS root devices
- Rich Lowe wrote:
> [...]
>
> This means that while ZFS itself tries to be particularly resilient to devices movin... -
03:56 PM Bug #7119 (Closed): boot should handle change in physical path to ZFS root devices
- ...
-
08:46 PM Bug #7120 (Closed): mDNS resync was not wsdiff safe
- Some uses of __DATE__ and __TIME__ crept in with #3661. They shouldn't have
-
03:44 PM Bug #6255: incorrect matching of subnets by zfs sharenfs property
- Could you please re-test this with recent changes to inet_matchaddr()?
-
03:38 PM Bug #6255 (Feedback): incorrect matching of subnets by zfs sharenfs property
-
09:28 AM Bug #7118 (New): cstyle issues encountered in mechglueP.h
- as discussed during the review of il_6615, there are some cstyle issues encountered that
output 1) 'unary * followed...
2016-06-17
-
10:52 PM Bug #7069 (In Progress): i386_XARCH should include -m32
-
07:59 PM Bug #7117: Dangling references to usr/src/common/openssl
- This bug is not visible when the files from closed-bins (@closed/root_i386/licenses/usr/src/common/openssl/*@) are co...
-
06:53 PM Bug #7117 (Closed): Dangling references to usr/src/common/openssl
- After 5086 removed usr/src/common/openssl, there was a remaining reference to @usr/src/common/openssl/LICENSE@ in @us...
-
05:30 PM Bug #7116 (New): 6922 could have been clearer about event vdev pointer
- At the beginning of the function, we try to convert a guid to a vdev_t pointer by calling spa_lookup_by_guid with aux...
-
05:26 PM Bug #7115 (Closed): 6922 generates ESC_ZFS_VDEV_REMOVE_AUX a bit too often
- The addition of @spa_event_notify@ in vdev removal code (see #6922) causes events to be generated even if the spare f...
-
12:09 PM Feature #7114: Introduce /etc/project.d
- I can see two different ways of interpreting the "assemble /etc/project":
1. load whatever effectively amounts to:...
2016-06-16
-
10:39 PM Bug #7106 (In Progress): elfdump crashes with invalid ELF
-
09:30 PM Feature #7114 (New): Introduce /etc/project.d
- /etc/project file is static and there is no way for packagers to ship project entires. We should have /etc/project.d ...
-
08:18 PM Bug #7113 (Closed): mailq.1 should be mediated
- 5166 made sendmail replacable by other MTA implementation. However, not everything was mediated. mailq.1 is a manpage...
2016-06-15
-
04:18 PM Feature #7063 (Closed): 64-bit mdb has trouble printing doubles
- "git commit 0f5217fdd6592c015cbc42a91149408b625eb35f":https://github.com/illumos/illumos-gate/commit/0f5217fdd6592c01...
2016-06-14
-
07:29 PM Bug #7112 (New): ixgbe can busy-wait for (many) milliseconds at a time
- The ixgbe driver core code has a number of places that call msec_delay() to wait for some number of milliseconds (har...
-
02:51 PM Feature #5115 (Closed): Want Intel 40GbE NIC driver for illumos
- "git commit 9d26e4fc021e249c93c2861629cc665e4f5bd4d6":https://github.com/illumos/illumos-gate/commit/9d26e4fc021e249c...
2016-06-13
-
03:40 AM Bug #7106: elfdump crashes with invalid ELF
- Webrev available at http://us-east.manta.joyent.com/dillona/public/webrevs/7106/index.html
-
02:51 AM Bug #7106 (Closed): elfdump crashes with invalid ELF
2016-06-12
-
08:05 PM Feature #7057 (Closed): SysV IPC rctls should report usage
- "git commit 08c359e5adeac56f453e23f78c147189cc0896a6":https://github.com/illumos/illumos-gate/commit/08c359e5adeac56f...
2016-06-11
-
04:36 PM Bug #7091: "tail -f" hangs with pipelines
- Dan,
I don't think this is an issue at all with 'tail' rather it is the way multi-stage pipelines work (and in som... -
02:25 PM Bug #7056 (Closed): tmpfs in a non-global zone does not abide by tmpfs_minfree
- "git commit 7de21d7cba3fddc724c51930845ad91d8082e0c7":https://github.com/illumos/illumos-gate/commit/7de21d7cba3fddc7...
2016-06-10
-
09:21 PM Feature #7068 (Closed): need a way to change the tmpfs size on a mounted fs
- "git commit 30633d6fe588d756f1fe86999b090761e325844e":https://github.com/illumos/illumos-gate/commit/30633d6fe588d756...
-
06:20 PM Feature #7064 (Closed): TCP_KEEPIDLE has needless 10sec minimum
- "git commit 995de72901a2c8b79bd3aea3df1617643d53ea89":https://github.com/illumos/illumos-gate/commit/995de72901a2c8b7...
-
03:40 PM Bug #7104 (Closed): increase indirect block size
The current default indirect block size is 16KB. We can improve
performance by increasing it to 128KB. This is es...-
03:22 PM Bug #7088 (Closed): libshare should check nfs protocol value against netconfig(4) database
- "git commit f091aea1782d0de0cb0f320b76b56ffb4b37ef5d":https://github.com/illumos/illumos-gate/commit/f091aea1782d0de0...
-
03:22 PM Bug #7102 (Closed): nfsd(1M) missing newline character in error messages
- "git commit b9709d3bf6aa3acb184b2dbcab09e7241a4edc82":https://github.com/illumos/illumos-gate/commit/b9709d3bf6aa3acb...
-
03:19 PM Feature #7055 (Closed): libbrand token substitution incomplete for mount entries
- "git commit c6596baec58ade84b0609c78e64fc3f89447c7d1":https://github.com/illumos/illumos-gate/commit/c6596baec58ade84...
-
02:12 PM Feature #7065 (Closed): webrev could use a style cleanup
- "git commit b0efaad712c1765eaff91438c867d7aa898465b6":https://github.com/illumos/illumos-gate/commit/b0efaad712c1765e...
-
02:12 PM Bug #7067 (Closed): webrev adds spurious path component to top-level files
- "git commit 3d7afa3319dd88bd8a1774d43c1b15bce28b0f80":https://github.com/illumos/illumos-gate/commit/3d7afa3319dd88bd...
-
12:51 AM Feature #7060 (Closed): mdb -e doesn't properly report exit status for failed writes
- "git commit bc07d1fd58f705e3a6d5b418433e42cd8e42b7f1":https://github.com/illumos/illumos-gate/commit/bc07d1fd58f705e3...
2016-06-09
-
11:43 PM Bug #7083 (Closed): create_ramdisk.sh need not check for inuse devices
- "git commit a76660dbabd3d3b161bdead081ce275af6966d2e":https://github.com/illumos/illumos-gate/commit/a76660dbabd3d3b1...
-
10:34 PM Feature #7058 (Closed): crash dump progress should be emitted more frequently
- "git commit 2fb0949cb8f76f6cc30b9fef03f032f1893bbc6c":https://github.com/illumos/illumos-gate/commit/2fb0949cb8f76f6c...
-
09:34 PM Bug #7103 (Closed): failed test cli_root/zfs_snapshot/zfs_snapshot_009_pos
- ...
-
09:31 PM Bug #7091: "tail -f" hangs with pipelines
- You can kill a lingering tail(1) process without extraordinary means, which makes me wonder if the close() from the w...
-
03:31 PM Bug #7091: "tail -f" hangs with pipelines
- Also, this fails where the output file is tmpfs (per the example), or ZFS (per the larger shell script I have which u...
-
03:28 PM Bug #7091 (Rejected): "tail -f" hangs with pipelines
- Consider this toy script:...
-
09:00 PM Bug #7036 (Closed): zvol_swap_004_pos test failed
- "git commit 3f85b2aed8a5768f4c20db925cdf8fc072472037":https://github.com/illumos/illumos-gate/commit/3f85b2aed8a5768f...
-
08:42 PM Bug #7082 (Closed): bptree_iterate() passes wrong args to zfs_dbgmsg()
- "git commit 10e67aa0db0823d5464aafdd681f3c966155c68e":https://github.com/illumos/illumos-gate/commit/10e67aa0db0823d5...
-
08:33 PM Feature #7061 (Closed): local TCP connections should be expediently purged from TIME_WAIT
- "git commit 2404c9e6b54f427b32dd0a2d46940d6a4c5299bc":https://github.com/illumos/illumos-gate/commit/2404c9e6b54f427b...
-
08:33 PM Feature #7062 (Closed): Connections remain in TIME_WAIT too long
- "git commit 2404c9e6b54f427b32dd0a2d46940d6a4c5299bc":https://github.com/illumos/illumos-gate/commit/2404c9e6b54f427b...
-
08:12 PM Bug #7102 (Closed): nfsd(1M) missing newline character in error messages
- ...
-
07:56 PM Bug #6314 (Closed): buffer overflow in dsl_dataset_name
- "git commit 9adfa60d484ce2435f5af77cc99dcd4e692b6660":https://github.com/illumos/illumos-gate/commit/9adfa60d484ce243...
-
07:19 PM Bug #7054 (Closed): dmu_tx_hold_t should use refcount_t to track space
- "git commit 0c779ad424a92a84d1e07d47cab7f8009189202b":https://github.com/illumos/illumos-gate/commit/0c779ad424a92a84...
-
04:14 PM Bug #7054: dmu_tx_hold_t should use refcount_t to track space
- This improves debugability, by letting us know *what* incremented the space-tracking variables (e.g. which dmu_tx_hol...
-
06:12 PM Feature #7101 (New): uts/intel/elfexec needs to ctfconvert elf32 objects
- uts/intel/elfexec is not build with CTF; while, it's sparc counterparts are. This means that we don't have CTF inform...
-
06:12 PM Feature #7100 (Closed): allow vnics to be unfiltered in promiscuous mode
- Currently when a VNIC is put into promiscuous mode with a request for DL_PROMISC_PHYS it gets traffic as though it we...
-
06:10 PM Feature #7099 (Closed): mdb could illuminate proc_t flags
- The @p_flag@ member of a @proc_t@ object supports a large number of different flags. It would help debugging if we co...
-
06:09 PM Feature #7098 (Closed): ::prtconf could filter by attached driver name
- It would be most agreeable if one could use ::prtconf to get a list of all of the devinfo nodes for a particular driv...
-
06:08 PM Bug #7097 (New): ::kmastat overflows columns with inscrutable output
- On big machines, the ::kmastat dcmd overflows its columns with output that quickly becomes inscrutable, e.g.:
<pre... -
06:05 PM Bug #7096 (Closed): vioif should not log to the console on boot, or ever
- At the moment, a vioif (VirtIO) NIC in a SmartOS guest causes us to log this to the console on boot:...
-
06:04 PM Bug #7095 (Closed): libproc file_info_t file_pname too short
- While going through 7094, I found that Pgrab_idle tries to construct the full path of the object. However, it often c...
-
06:03 PM Bug #7094 (Closed): mdb can't print types from an object file with ctf
- While investigating other problems I tried to inspect some CTF state via mdb wanting effectively to do a ::print on s...
-
05:59 PM Bug #7093 (New): libdtrace mangles userland struct keywords
- While trying to trace a sendmsg function call, I get:...
-
04:48 PM Feature #7092 (Closed): Want support for stdio memory streams
- When trying to compile goacess-1.0 on illumos I got following error:...
-
03:16 PM Feature #7090 (Closed): zfs should improve allocation order and throttle allocations
- When write I/Os are issued, they are issued in block order but the ZIO pipeline will drive them asynchronously throug...
-
02:51 PM Bug #7087: assertion failed on dnode_sync_free(): avl_is_empty(dn_dbufs)
- 5597 is probably a duplicate.
-
01:18 PM Bug #7089 (Closed): MSI-x on KVM prevents VMs from accessing the network
- Also, enable it (MSI-X on KVM) by default.
The receive queue was getting full before interrupts were enabled, whic... -
10:22 AM Bug #7088 (Closed): libshare should check nfs protocol value against netconfig(4) database
- Using uppercase "TCP" or "UDP" as "protocol" property value is accepted by sharectl(1M), but will make nfs/server go ...
-
05:46 AM Feature #7080: git-pbchk could evolve automatic parent branch selection
- ...
2016-06-08
-
09:30 PM Bug #7084 (Closed): DTrace divide overflow can induce panic
- "git commit 82d2d142300e27cbe46f9fd3731e9d280b2c66e8":https://github.com/illumos/illumos-gate/commit/82d2d142300e27cb...
-
06:48 PM Bug #7084 (Closed): DTrace divide overflow can induce panic
- There are a few, rare cases where we're not properly propagating some of the fault cases through DTrace in division. ...
-
09:00 PM Bug #7087 (Closed): assertion failed on dnode_sync_free(): avl_is_empty(dn_dbufs)
- When syncing the free of a bpobj that was part of a dead list (dnode_sync_free()), we find that it still has held dbu...
-
07:31 PM Bug #7086 (Closed): ztest attempts dva_get_dsize_sync on an embedded blockpointer
- In dbuf_dirty(), we need to grab the dn_struct_rwlock before looking at the db_blkptr, to prevent it from being chang...
-
07:26 PM Bug #7085 (Closed): add support for "if" and "else" statements in dtrace
- Add syntactic sugar to dtrace: "if" and "else" statements. The sugar is baked down to standard dtrace features by ad...
-
06:54 PM Bug #7014 (Rejected): panic buffer overflow in dsl_dataset_name
- duplicate to #6314 - changes will be committed with #6314
-
06:53 PM Bug #7014 (Feedback): panic buffer overflow in dsl_dataset_name
-
01:44 AM Bug #7014: panic buffer overflow in dsl_dataset_name
- This is a dup of 6314.
-
05:55 PM Bug #7083 (Closed): create_ramdisk.sh need not check for inuse devices
-
04:34 PM Bug #7066 (Closed): ::dump uses incredibly annoying syntax for specifying length
- "git commit f11ba53f80410731989b127bc0e36a178773e84a":https://github.com/illumos/illumos-gate/commit/f11ba53f80410731...
-
01:52 AM Bug #7066: ::dump uses incredibly annoying syntax for specifying length
- When I'm debugging something with mdb, I spend a lot of time inspecting structs to see if they make sense, and someti...
-
12:52 PM Bug #7082: bptree_iterate() passes wrong args to zfs_dbgmsg()
- in the dbgmsg log I see:
bptree index 0: traversing from min_txg=4294967296 bookmark 0/0/0/0
bptree.c:
222 zf... -
12:35 PM Bug #7082 (Closed): bptree_iterate() passes wrong args to zfs_dbgmsg()
- upstream
DLPX-40542 bptree_iterate() passes wrong args to zfs_dbgmsg() -
05:14 AM Feature #7080 (Feedback): git-pbchk could evolve automatic parent branch selection
- Outside of unnecessary branch iterations when choosing a parent branch,
pbchk could make use of environment variable... -
02:10 AM Bug #7072: zfs fails to expand if lun added when os is in shutdown state
- The problem here is that the expandable space is being calculated incorrectly. Instead of using the EFI label info (...
-
02:01 AM Bug #7071: lzc_snapshot does not fill in errlist on ENOENT
- lzc_snapshot() takes a list of snapshot to create. If the list contains both datasets that exist and datasets that d...
-
01:44 AM Bug #6314: buffer overflow in dsl_dataset_name
- Fix is to introduce a new macro (ZFS_MAX_DATASET_NAME_LEN) to indicate the max length of a dataset name (including te...
2016-06-07
-
07:07 PM Bug #7079 (New): ixgbe needs overtemp detection overhaul
- 82599, X540 (depending on firmware), and X550 can emit a Temperature Sensor interrupt (type Other) in the event that ...
-
06:58 PM Bug #7078 (New): ixgbe should act on uncorrectable ECC events
- 82599, X540 and X550 can emit an interrupt (type Other) in the event that an uncorrectable ECC memory error occurs in...
-
10:31 AM Bug #7076: segfault in putenv + getenv
- Robert Mustacchi wrote:
> We encountered a case where a program was running and ended up segfaulting. We were able t... -
12:22 AM Bug #7076 (Closed): segfault in putenv + getenv
- We encountered a case where a program was running and ended up segfaulting. We were able to shrink it to something sm...
2016-06-06
-
11:49 PM Bug #7075 (New): ahci: NULL pointer dereference in ahci_add_doneq()
- ...
-
11:14 PM Bug #7074 (Rejected): _brk_unlocked should be able to succeed but return non-0
- The implementation of _brk_unlocked either fails, or clears the return value. We need to be able to succeed while re...
-
07:15 PM Feature #7064: TCP_KEEPIDLE has needless 10sec minimum
- I have a feeling that there are probably some compelling reasons not to tune this too small. That said, this should ...
-
05:17 PM Feature #7064 (Closed): TCP_KEEPIDLE has needless 10sec minimum
- Reported by h0lzi via GH:...
-
07:10 PM Bug #7070: DS_FIELD_LARGE_BLOCKS is unused
- Oh, I see... the downstream change is because they are sufficiently different from illumos-gate. I read the reason f...
-
06:59 PM Bug #7070: DS_FIELD_LARGE_BLOCKS is unused
- Josef Sipek wrote:
> Can you add the relevant duplicate bug number?
this change available in illumos tree - proba... -
06:57 PM Bug #7070: DS_FIELD_LARGE_BLOCKS is unused
- Can you add the relevant duplicate bug number?
-
05:59 PM Bug #7070 (Rejected): DS_FIELD_LARGE_BLOCKS is unused
- it is in illumos
-
05:54 PM Bug #7070 (Rejected): DS_FIELD_LARGE_BLOCKS is unused
- upstream
DLPX-40435 DS_FIELD_LARGE_BLOCKS is unused
-
06:41 PM Bug #7072 (Closed): zfs fails to expand if lun added when os is in shutdown state
- upstream:
38733 zfs fails to expand if lun added when os is in shutdown state
DLPX-36910 spares and caches should n... -
06:09 PM Bug #7069: i386_XARCH should include -m32
- I agree. `-m32' may be the default, but it's still a good idea to specify it explicitly.
-
05:36 PM Bug #7069 (Closed): i386_XARCH should include -m32
- It seems like i386_XARCH should mirror the SPARC side of things, and explicitly specify -m32.
-
06:03 PM Bug #7071 (Closed): lzc_snapshot does not fill in errlist on ENOENT
- upstream
DLPX-40482 lzc_snapshot does not fill in errlist on ENOENT
-
05:57 PM Bug #7066: ::dump uses incredibly annoying syntax for specifying length
- Thanks, I was hoping there would be more information about the change in the Delphix commit. Oh well.
-
05:48 PM Bug #7066: ::dump uses incredibly annoying syntax for specifying length
- Can you include more info about the change here? I'd be nice not having to go to downstream repos for change details.
-
05:20 PM Bug #7066 (Closed): ::dump uses incredibly annoying syntax for specifying length
- upstream:
DLPX-40441 ::dump uses incredibly annoying syntax for specifying length
https://github.com/delphix/delphi... -
05:24 PM Feature #7068 (Closed): need a way to change the tmpfs size on a mounted fs
- There are various times where we'd like to be able to resize a tmpfs on the fly. This change basically allows that to...
-
05:22 PM Bug #7067 (Closed): webrev adds spurious path component to top-level files
- the failure:...
-
05:20 PM Feature #7065 (Closed): webrev could use a style cleanup
- There are a lot of style problems in webrev (a shell script). We should clean some of these up – in a separate commit...
-
05:15 PM Feature #7063 (Closed): 64-bit mdb has trouble printing doubles
- The hex value 4012cccccccccccd is the in-memory representation of the double-precision floating-point value "4.7".[1]...
-
05:13 PM Feature #7062 (Closed): Connections remain in TIME_WAIT too long
- We had a customer who tuned their TCP time wait interval by running:...
-
05:10 PM Feature #7061 (Closed): local TCP connections should be expediently purged from TIME_WAIT
- An individual was running an HTTP-based benchmark locally in a native smartos zone. Due to the high transaction rate,...
-
05:07 PM Feature #7060 (Closed): mdb -e doesn't properly report exit status for failed writes
- When using mdb -ke and using a format character to write to memory, but write permission is lacking, the system happi...
-
05:06 PM Feature #7059 (New): disable kmem/physmem access from a zone
- This adds an additional restriction that disallows access to kernel memory and physical memory from non-global zones.
-
05:05 PM Feature #7058 (Closed): crash dump progress should be emitted more frequently
- If the system panics, a crash dump is (hopefully) written to disk. Systems with a large quantity of DRAM can take a c...
-
05:04 PM Feature #7057 (Closed): SysV IPC rctls should report usage
- The zone rctls (also project) do not report the current usage so that makes it hard to troubleshoot when things go wr...
-
05:03 PM Bug #7056 (Closed): tmpfs in a non-global zone does not abide by tmpfs_minfree
- We've seen a number of core dumps in us-beta from gsort that match this signature:...
-
05:02 PM Feature #7055 (Closed): libbrand token substitution incomplete for mount entries
- Use of the zonename (%z) token in the platform.xml brand config is not unreasonable for mount entries. This is missin...
-
05:01 PM Bug #6993 (Closed): DEFAULT_TYPE should be probably be removed from pthread.h
- "git commit a90d75b828f0c01a350c4ecfc3924fd6456fffaf":https://github.com/illumos/illumos-gate/commit/a90d75b828f0c01a...
-
02:06 PM Bug #7054 (Closed): dmu_tx_hold_t should use refcount_t to track space
- upstream:
ee0003de7d3e598499be7ac3fe6b61efcc47cb7f
DLPX-40399 dmu_tx_hold_t should use refcount_t to track space
-
01:38 PM Bug #7053 (Rejected): spa_config_tryenter can fail for multiple locks
-
01:37 PM Bug #7053 (Feedback): spa_config_tryenter can fail for multiple locks
- upstreamed by:
https://github.com/illumos/illumos-gate/commit/e495b6e6735b803e422025a630352ef9bba788c5
-
01:32 PM Bug #7053 (Rejected): spa_config_tryenter can fail for multiple locks
- upstream:
5fc9ebfcd70b4cb1ae6710a7ce7d809408070027
DLPX-39473 spa_config_tryenter can fail for multiple locks
-
12:13 AM Bug #7017 (Closed): integrate pvscsi
- "git commit 565657ca18725b8f8dbe5b93704cc1d173be9d65":https://github.com/illumos/illumos-gate/commit/565657ca18725b8f...
2016-06-05
-
08:10 PM Bug #6940 (Closed): Cannot unlink directories when over quota
- "git commit 99189164df06057fb968ca7be701bb1a0d5da8c9":https://github.com/illumos/illumos-gate/commit/99189164df06057f...
-
06:17 PM Bug #4712: Prefer 'parsable' over 'parseable' in the manual pages
- With the changes made in #7040, we can check for and prefer the spelling of 'parsable' in the manual pages. Both flow...
-
06:10 PM Feature #7052 (Closed): Want docs for basic form of GLDv3/mac
- The basic form of the GLDv3, the parts without rings, was stabilized before illumos was forked. We should document it...
-
06:09 PM Feature #7051 (Closed): want id_space(9F) docs
- We'd like to document the use of id_space(9F) and make it usable by DDI device drivers.
-
06:08 PM Bug #7050 (Closed): Prefer 'subcommand' over 'sub-command' in the manual pages
- With the changes made in #7040, we can check for and prefer the spelling of 'subcommand' in the manual pages, to impr...
-
06:07 PM Bug #7049 (Closed): Prefer 'writable' over 'writeable' in the manual pages
- With the changes made in #7040, we can check for and prefer the spelling of 'writable' in the manual pages.
-
06:02 PM Bug #7048 (Closed): Fix spelling mistakes in sections 7D, 7I, 7IPP, and 7P
- With the changes made in #7040, I found and fixed misspellings in sections 7D, 7I, 7IPP, and 7P of the manual pages.
-
05:50 PM Bug #7047 (Closed): Fix spelling mistakes in sections 9E, 9F and 9S
- With the changes made in #7040, I found and fixed misspellings in sections 9E, 9F and 9S of the manual pages.
-
05:48 PM Bug #7046 (Closed): Fix spelling mistakes in section 5
- With the changes made in #7040, I found and fixed misspellings in section 5 of the manual pages.
-
05:48 PM Bug #7045 (Closed): Fix spelling mistakes in section 4
- With the changes made in #7040, I found and fixed misspellings in section 4 of the manual pages.
-
05:47 PM Bug #7044 (Closed): Fix spelling mistakes in sections 1HAS and 2
- With the changes made in #7040, I found and fixed misspellings in section 2 of the manual pages.
-
05:46 PM Bug #7038: users of endian.h expect __ prefixed versions of macros
- As I've mentioned elsewhere, I don't believe that the use of the guards here is correct and even if it is, you've use...
-
05:06 PM Bug #7038: users of endian.h expect __ prefixed versions of macros
- @6790 want suite of endian(3C) functions@ breaks mozilla which expects <endian.h> to be able to do the following in ...
-
04:31 PM Bug #7038: users of endian.h expect __ prefixed versions of macros
- Igor, please file a separate bug for sparc build issues. If you had filed it, we could have gotten that fixed already...
-
03:54 PM Bug #7038: users of endian.h expect __ prefixed versions of macros
- Richard PALO wrote:
> [...]
also please fix header at:
- #elif _BIG_ENDIAN
to
+#elif defined(_BIG_ENDIAN... -
03:52 PM Bug #7038: users of endian.h expect __ prefixed versions of macros
- please fix test :...
-
03:48 PM Bug #7038 (Closed): users of endian.h expect __ prefixed versions of macros
- ...
-
05:43 PM Bug #7043 (Closed): endian.h uses bad macros for _BIG_ENDIAN
- On the SPARC build it was observed that the endian.h changes were breaking. This is due to a bad use of the pre-proce...
-
05:42 PM Bug #7042 (Closed): Fix spelling mistakes in library sections
- With the changes made in #7040, I found and fixed misspellings in sections 3C and other various 3* of the manual pages.
-
05:36 PM Bug #7041 (Closed): Fix spelling mistakes in sections 1 and 1M
- With the changes made in #7040, I found and fixed misspellings in sections 1 and 1M of the manual pages.
-
05:34 PM Bug #7040 (Closed): Detect common spelling errors in manual pages
- Using a list of commonly misspelled words, I've fixed a number of issues in the manual pages. I think that it would b...
-
04:07 PM Bug #7039 (Rejected): rework on environment definitions in zfs tests
- we are defining commands by export <CMD>=<CMD_PATH> in file zfs-tests/include/commands.cfg, but sometime on different...
-
03:39 PM Bug #6961: 64-bit octal printf may overflow internal buffer
- Kiichi, sorry I missed your comment here. You should be able to now.
-
03:35 PM Feature #6790: want suite of endian(3C) functions
- Can you please open a new bug about this?
-
03:32 PM Feature #6790: want suite of endian(3C) functions
- This breaks mozilla which expects <endian.h> to be able to do the following in jscpucfg.h:...
-
01:43 AM Bug #7037 (New): prstat(1M) -v/-m produce the same columns
- The prstat(1M) man page reads as if -v reports a subset of the fields that -m does, but they are equivalent. The man ...
2016-06-04
-
03:40 PM Bug #6966: mdoc(5) should document the CONTEXT section for kernel manpages
- Looking at mdoc(5) I'm seeing it here already. Are you looking for more content than what's mentioned there? e.g. mor...
2016-06-03
-
06:12 PM Bug #6999 (Closed): fix 'Use of uninitialized value $picky in numeric eq (==)' in cstyle
- "git commit 002ec3e4c3efa65890ba89d290fe2cc209838c12":https://github.com/illumos/illumos-gate/commit/002ec3e4c3efa658...
-
03:32 PM Bug #7028: avl_destroy_nodes supports emptying, not just destroying, an avl tree
- If we really want to commit to this, the committed change isn't complete and the manpage should be updated as well.
-
03:15 PM Bug #7028 (Closed): avl_destroy_nodes supports emptying, not just destroying, an avl tree
- "git commit 86f617e90f3e06f970c3ea9b32836e29500836ab":https://github.com/illumos/illumos-gate/commit/86f617e90f3e06f9...
-
04:05 AM Bug #7028: avl_destroy_nodes supports emptying, not just destroying, an avl tree
- Currently, the comment above avl_destroy_nodes only describes the use-case of destroying the tree. However, once avl_...
-
03:17 PM Bug #7016 (Closed): arc_available_memory is not 32-bit safe
- "git commit 0dd053d7d890618ea1fc697b07de364e69eb4190":https://github.com/illumos/illumos-gate/commit/0dd053d7d890618e...
-
04:15 AM Bug #7016: arc_available_memory is not 32-bit safe
- Alexander Motin from FreeBSD report this issue about arc_available_memory on 32-bit systems:
> On Wed, Aug 12, 2015 ... -
03:14 PM Bug #7027 (Closed): zfs_written_property_001_pos makes unreasonable assumptions about metadata space usage
- "git commit 48cb8b9720f175ff5ed31ebd96a9f3d6922bdde9":https://github.com/illumos/illumos-gate/commit/48cb8b9720f175ff...
-
03:58 AM Bug #7027: zfs_written_property_001_pos makes unreasonable assumptions about metadata space usage
- zfs_written_property_001_pos fails if the amount of data in an empty dataset changes even slightly (by 0.5%, or about...
-
02:54 PM Feature #7024: Add getgrouplist() to illumos
- Hi Robert,
this would be just fine and I can try your prototype on the software for which I encountered the issue.
... -
02:27 PM Feature #7024: Add getgrouplist() to illumos
- It looks like this can be a small wrapper around the private function _getgroupsbymember(). It shouldn't be too bad t...
-
02:21 AM Bug #7035 (Closed): string-related subroutines should validate input earlier
- "git commit 771e39c3b1d6e2e0ba230442d782d83c60098296":https://github.com/illumos/illumos-gate/commit/771e39c3b1d6e2e0...
-
02:21 AM Bug #7034 (Closed): negative record sizes should be rejected
- "git commit 0b8049bfb0e291160e960697b554596289d7f0bc":https://github.com/illumos/illumos-gate/commit/0b8049bfb0e29116...
-
02:21 AM Bug #7033 (Closed): ustack helper should fault on bad return values
- "git commit a2f72b65ebc430aaf277ad797e554bb4deba9b95":https://github.com/illumos/illumos-gate/commit/a2f72b65ebc430aa...
2016-06-02
-
11:26 PM Bug #7036 (Closed): zvol_swap_004_pos test failed
- we are failed in test zvo_swap_004_po and we are not removing test swap device and out cleanup procedure failed becau...
-
10:25 PM Bug #7035 (Closed): string-related subroutines should validate input earlier
- Certain string routines have the opportunity to validate their inputs earlier than they currently do.
-
10:24 PM Bug #7034 (Closed): negative record sizes should be rejected
-
10:22 PM Bug #7033 (Closed): ustack helper should fault on bad return values
- Values returned from the ustack helper should be more closely scrutinized.
-
05:31 PM Feature #7032 (Closed): want a means to forbid mappings around NULL
- A security-flag (see #7029) is desired to forbid processes to create mappings around NULL ((void *)0), to act in the ...
-
05:29 PM Feature #7031 (Closed): noexec_user_stack should be a security-flag
- In addition to being tuned globally via the noexec_user_stack kernel global (which is retained for compatibility). T...
-
05:27 PM Feature #7030 (Closed): want basic address space layout randomization (ASLR)
- We should implement a security-flag (see #7029) which implements basic randomization of the heap, stack, and mapping ...
-
05:24 PM Feature #7029 (Closed): want per-process exploit mitigation features (secflags)
- A means to implement and control exploit-mitigation features is desirable on a per-process basis (as some of these fe...
-
12:48 PM Bug #7028 (Closed): avl_destroy_nodes supports emptying, not just destroying, an avl tree
- upstream:...
-
12:42 PM Bug #7027 (Closed): zfs_written_property_001_pos makes unreasonable assumptions about metadata space usage
- upstream:...
2016-06-01
-
07:20 PM Bug #7015 (Closed): libc tests need to use LINK64 correctly, rather than just passing -m64
- "git commit 1919e1f72d0a8141a10acd516bd1daa5064c8d07":https://github.com/illumos/illumos-gate/commit/1919e1f72d0a8141...
-
07:20 PM Bug #7018 (Closed): illumos-gate build fails with libxml2 2.9.4
- "git commit 0687de4f0b1d84cc87ddf92c49ceaec0f551670e":https://github.com/illumos/illumos-gate/commit/0687de4f0b1d84cc...
-
06:06 PM Bug #7001 (Closed): zvol_misc tests should not depend on /sbin or /usr/sbin being in PATH
- "git commit 258c9c7d86e8c69f1255ce2b5aeda40ac16d36ca":https://github.com/illumos/illumos-gate/commit/258c9c7d86e8c69f...
-
05:29 PM Bug #7026: vioblk should create unique devids
- The device IDs created by vioblk are based on the serial number provided by QEMU, if any. If the serial numbers aren'...
-
05:04 PM Bug #7026 (New): vioblk should create unique devids
- ...
-
04:17 PM Bug #6931 (Closed): lib/libzfs: cleanup gcc warnings
- "git commit 88f61dee20b358671b1b643e9d1dbf220a1d69be":https://github.com/illumos/illumos-gate/commit/88f61dee20b35867...
-
02:54 PM Bug #7025: ixgbe: remove Intel source from lint's scrutiny
- This will be done as a part of 6064 ixgbe needs X550 support
-
02:28 PM Bug #7025 (New): ixgbe: remove Intel source from lint's scrutiny
- 6926 moved the Intel common code files into their own sub-directory, so now we can easily and cleanly exclude them fr...
2016-05-31
-
10:41 PM Feature #7024 (Closed): Add getgrouplist() to illumos
- A number of opensource software uses getgrouplist() but it is not part of illumos.
Several BSD implementations are u... -
08:46 PM Bug #7016 (In Progress): arc_available_memory is not 32-bit safe
-
10:19 AM Bug #7016 (Closed): arc_available_memory is not 32-bit safe
- upstream DLPX-39446 arc_available_memory is not 32-bit safe
https://github.com/delphix/delphix-os/commit/6b353ea3b8a... -
08:35 PM Bug #7019: zfsdev_ioctl skips secpolicy when FKIOCTL is set
- Added more details since fix is now merged
-
07:47 PM Bug #7019 (Closed): zfsdev_ioctl skips secpolicy when FKIOCTL is set
- "git commit 45b1747515a17db45e8971501ee84a26bdff37b2":https://github.com/illumos/illumos-gate/commit/45b1747515a17db4...
-
06:03 PM Bug #7019 (Closed): zfsdev_ioctl skips secpolicy when FKIOCTL is set
- Currently @zfsdev_ioctl@, when confronted by a request with the @FKIOCTL@ flag set, skips all processing of @secpolic...
-
07:47 PM Bug #7020 (Closed): sdev_cleandir can loop forever
- "git commit 45b1747515a17db45e8971501ee84a26bdff37b2":https://github.com/illumos/illumos-gate/commit/45b1747515a17db4...
-
06:08 PM Bug #7020 (Closed): sdev_cleandir can loop forever
- @sdev_cleandir@ can currently hang forever when it encounters a child node that is busy, or when it is given a matchi...
-
05:19 PM Bug #7018: illumos-gate build fails with libxml2 2.9.4
- judging by the difference, this is an oversight being corrected in libxml2....
-
04:00 PM Bug #7018 (Closed): illumos-gate build fails with libxml2 2.9.4
- illumos-gate build fails with libxml2 2.9.4 ...
-
10:39 AM Bug #7017 (Closed): integrate pvscsi
- Integrate pvscsi drvier from Nexenta to illumos.
2016-05-30
-
08:05 PM Bug #7015 (Closed): libc tests need to use LINK64 correctly, rather than just passing -m64
- We have a LINK64.c makefile macro, that does the right thing when linking 64-bit stuff. libc-tests uses LINK.c and p...
-
10:16 AM Bug #7014 (Rejected): panic buffer overflow in dsl_dataset_name
- i have panic on dilos if i have build of zfs kernel module by gcc48:...
Also available in: Atom