Activity
From 2015-10-02 to 2015-10-31
2015-10-31
-
08:26 PM Bug #6421 (Closed): Add missing multilist_destroy calls to arc_fini
- Add missing multilist_destroy calls to arc_fini
-
08:25 PM Bug #6401 (Closed): run.py should reopen files if they encounter transient I/O errors
- "git commit 00688ee4ba3ea60a806b06503957b12281135587":https://github.com/illumos/illumos-gate/commit/00688ee4ba3ea60a...
-
04:46 PM Bug #5752 (Closed): dump_nvlist() is not aware of boolean array
- "git commit ee3c499ad1e4fc884a11b2bc6490787b788bf84a":https://github.com/illumos/illumos-gate/commit/ee3c499ad1e4fc88...
-
01:37 PM Bug #6420 (New): rd_percent_physmem is a tunable and should not be static
- rd_percent_physmem is static, and thus very likely to be optimized out. It's intended as a tunable and thus _by defi...
-
11:42 AM Feature #3525: Persistent L2ARC
- Finalized code review at: https://reviews.csiden.org/r/267/
-
11:41 AM Bug #6363: Add UNMAP/TRIM functionality to ZFS and Illumos
- Code review at: https://reviews.csiden.org/r/263/
-
11:40 AM Feature #6419: list_create(9F) manpage deserves an introduction section
- Code review at: https://reviews.csiden.org/r/268/
-
11:20 AM Feature #6419 (Closed): list_create(9F) manpage deserves an introduction section
- Manipulating lists can be quirky at times and require special treatment, especially when copying structures containin...
-
05:15 AM Feature #6418 (Closed): zpool should have a label clearing command
- An easy, direct means of sanitizing pool vdevs can be helpful for management purposes.
FreeBSD has had a 'zpool la... -
01:00 AM Feature #6417 (Closed): Want a privilege for accessing information about physical memory
- We'd like a privilege that covers the ability to get access to physical memory information such that this can optiona...
-
12:12 AM Bug #6389 (Closed): Use (void) memcpy(), not (void *) memcpy()
- "git commit 286eb3ed9ae6749df0c20c801277beae2229a179":https://github.com/illumos/illumos-gate/commit/286eb3ed9ae6749d...
-
12:10 AM Bug #6386 (Closed): Fix function call with uninitialized value in vdev_inuse
- "git commit 5bdd995ddb777f538bfbcc5e2d5ff1bed07ae56e":https://github.com/illumos/illumos-gate/commit/5bdd995ddb777f53...
2015-10-30
-
09:34 PM Feature #6416 (Closed): ptime -p could support multiple processes
- Currently ptime -p only supports one process. Furthermore, the implementation and documentation do not match its usag...
-
09:20 PM Bug #6415 (Closed): sockets created via t_open/t_bind not shown by pfiles
- We encountered an instance where rpcbind wasn't properly reporting an open file via pfiles. After a bit of digging to...
-
07:55 PM Bug #4437: sys/socket.h cmsg headers and macros not visible with __EXTENSIONS__
- ...
-
06:36 AM Bug #4437: sys/socket.h cmsg headers and macros not visible with __EXTENSIONS__
- Resurrecting interest in this. As a point of reference, PHP fails to compile out of the box due to this exact issue.
-
07:21 PM Bug #6407 (Closed): kerberos Java GUI should go away
- "git commit dd3293375033eaa6f009722670ffa191b992ffd9":https://github.com/illumos/illumos-gate/commit/dd3293375033eaa6...
-
03:58 PM Bug #6414 (Closed): vdev_config_sync could be simpler
- All the callers simply re-call it with 'tryhard' set to B_TRUE if it fails, so it would be better to just internalize...
-
03:25 PM Bug #6413 (New): bge: No network connection beginning from fourth VNIC
- *Distri*...
-
01:39 PM Bug #6334 (Closed): Cannot unlink files when over quota
- "git commit 6575bca01367958c7237253d88e5fa9ef0b1650a":https://github.com/illumos/illumos-gate/commit/6575bca01367958c...
-
12:48 PM Bug #6412 (Closed): zfs receive: -u can be ignored sometimes
- It seems that zfs @receive -F -u@ would mount a received filesystem after receiving a full stream if a destination fi...
-
11:21 AM Bug #6374: mount(1M) dumps core in check_fields()
- The other way how to reproduce the problem is to setup a filesystem in vfstab without specifying the FS type field, f...
-
10:58 AM Bug #6411 (New): zfs test suite needs more tests for system attributes
- At the moment the test suite does not detect bugs like the following:
* https://github.com/openzfs/openzfs/pull/14
... -
02:36 AM Feature #6410 (Closed): teach zdb to perform object lookups by path
- This is primarily intended to ease debugging & testing ZFS when one is only interested in things like the on-disk loc...
-
12:38 AM Bug #6402 (Closed): Update zoneinfo to 2015g
- "git commit 56b82ca86b4cef01d1cd3a61ead0ec2cca5a1047":https://github.com/illumos/illumos-gate/commit/56b82ca86b4cef01...
2015-10-29
-
11:05 PM Bug #5963 (Closed): rmis should be removed from arcstat manpage
- "git commit f34d737f84313e6f54728b1be0483c6234404577":https://github.com/illumos/illumos-gate/commit/f34d737f84313e6f...
-
10:58 PM Bug #6390 (Closed): Free props in ztest_init()
- "git commit 1df447eb94a6e63a6b25973d3ff13999b5e1c126":https://github.com/illumos/illumos-gate/commit/1df447eb94a6e63a...
-
10:41 PM Bug #6409 (Closed): glob(3C) missed the memo on LF64
- With the introduction of various glob extensions, glob(3C) grew functionality that uses the stat and dirent structure...
-
10:22 PM Bug #6385 (Closed): Fix unlocking order in zfs_zget
- "git commit eaef6a96de3f6afbbccc69bd7a0aed4463689d0a":https://github.com/illumos/illumos-gate/commit/eaef6a96de3f6afb...
-
03:03 PM Bug #6408 (Closed): libbe shouldn't run installgrub on offline/unavail/faulted vdevs
- When activating a new boot environment requires the boot loader to be updated, libbe will by default try to install t...
-
07:32 AM Bug #6256: mptsas: deadlock in mptsas_handle_topo_change
- If you're 100% sure this is invariant, you should use @VERIFY()@ rather than @ASSERT()@.
-
07:30 AM Bug #6256: mptsas: deadlock in mptsas_handle_topo_change
- Dan,
I see how this fixes the deadlock. Can you please also ASSERT that the taskq really only has one thread and a...
2015-10-28
-
11:00 PM Bug #6376 (Closed): segmentation fault when sharing with 'sec=none,root=*' options
- "git commit 07b64d17ebeb1cc3f2777494d108511275630d14":https://github.com/illumos/illumos-gate/commit/07b64d17ebeb1cc3...
-
09:52 PM Bug #6407 (Closed): kerberos Java GUI should go away
- gkadmin (which is a mismash based on Gtk and Java GUI code) should go away. There appear to be no active users of it,...
-
09:06 PM Feature #6400: ZFS smart compression
- Nikola M. wrote:
> I would like to know some info on how to enable or disable this option form admin perspective in ... -
12:30 PM Feature #6400: ZFS smart compression
- I would like to know some info on how to enable or disable this option form admin perspective in zfs dataset operatio...
-
07:57 PM Feature #6406 (New): make-zfs quick tool could have an onu-like option
- When working on zfs, the make-zfs is very helpful to reduce build time.
Having an 'onuzfs' option would be great for... -
05:31 PM Bug #6405 (Closed): zvol test setup is non deterministic
- The volsize of $TESTPOOL/$TESTVOL for zvol_misc_002_pos must be less than half the pool size, otherwise the test will...
-
05:23 PM Bug #6369 (Closed): remove SVM tests from ZFS test suite
- "git commit 4eab410fb63816fe2c0ad0fd18b4c948613f6616":https://github.com/illumos/illumos-gate/commit/4eab410fb63816fe...
-
03:12 PM Bug #6314: buffer overflow in dsl_dataset_name
- I am working on a fix for this.
-
07:59 AM Bug #6374 (In Progress): mount(1M) dumps core in check_fields()
- The segfault happened because the fstype was NULL when check_fields() was called here:...
-
06:57 AM Bug #6374: mount(1M) dumps core in check_fields()
- From the core file:...
-
03:48 AM Bug #6374: mount(1M) dumps core in check_fields()
- lets try uploading again.
-
12:29 AM Bug #6404 (Closed): zvol_swap_006_pos can occasionally fail due to swaplen being < 16
- These tests fail because the minimum swap size is 8K.
2015-10-27
-
08:23 PM Bug #6403 (New): ZFS txg threads should have more useful names
- TXG threads, via txg_thread_enter(), currently just pass FTAG as their name to CALLB_CPR_INIT(), when they could be m...
-
05:09 PM Bug #6344 (Closed): mdb choked on core file from newer platform
- "git commit cd8037ee05b2c5598728fdcd498596fc17bfdfa3":https://github.com/illumos/illumos-gate/commit/cd8037ee05b2c559...
-
04:55 PM Bug #6334: Cannot unlink files when over quota
- Chip Schweiss wrote:
> I've also encountered this when using refquota. With a refquota, files should always be del... -
04:23 PM Bug #6374 (Feedback): mount(1M) dumps core in check_fields()
- To work on this we need the core file, or at least the crash stack.
-
01:01 PM Bug #6402 (Closed): Update zoneinfo to 2015g
- Subject says it all.
-
11:46 AM Feature #6333: ZFS should let the user specify or modify the fsid_guid of a dataset
- Here is the patch to allow the modification of fsid_guid.
https://github.com/illumos/illumos-gate/compare/master...o... -
07:26 AM Bug #494 (Closed): ssh depends on missing UTF-8 iconv data
-
12:59 AM Bug #494: ssh depends on missing UTF-8 iconv data
- Is this still an issue after the updated locale code?
-
07:14 AM Bug #3084: System slow when accssing many file using CIFS.
- Hi Gordon,
I no longer have the hardware I had theses issues on.
It went away after I switched to a SuperMicro bo... -
01:54 AM Bug #3084: System slow when accssing many file using CIFS.
- Is this problem still reproducible? If not, let's just close this.
-
03:31 AM Bug #6401 (Closed): run.py should reopen files if they encounter transient I/O errors
- In the ZFS test suite, the test usr/src/test/zfs-tests/tests/functional/rootpool/rootpool_003_neg.ksh attempts to for...
-
02:29 AM Feature #6400 (New): ZFS smart compression
- ZFS smart compression is a feature developed at Nexenta that automatically tracks per-file compression ratios and dis...
-
02:13 AM Bug #6398: SMB should support path names longer than 1024
- Out for review
https://www.illumos.org/rb/r/109/
-
02:08 AM Bug #6398 (Closed): SMB should support path names longer than 1024
- The SMB protocols send whole path names over the wire, in Unicode format.
These can legitimately be longer than 1024... -
02:09 AM Feature #6399 (Closed): SMB2 support
- Want SMB 2 support (actually protocol version 2.1)
-
01:58 AM Bug #1868 (Closed): CIFS shares log errors when getting properties(right click) in Windows
- This is a Windows bug causing (harmless) syslog noise.
See #3142 about making that log less. -
01:45 AM Bug #3269 (Closed): idmapd hangs?
- The problem described is what it looks like when your AD server becomes unresponsive.
After #6352 we recover much be... -
01:43 AM Bug #3282 (Closed): idmap hangs
- The problem described is what it looks like when your AD server becomes unresponsive.
After #6352 we recover much be... -
01:40 AM Bug #3577 (Closed): Problem handling groups with Winbind
- Fixed by #3691
-
01:39 AM Bug #3691 (Closed): setgroups() needs a sorted GID list for more than 16 groups
-
01:03 AM Bug #6081: "git pbchk" needs to acknowledge co-authors
- Isn't this fixed? Or did we decide to use:
Portions contributed by: ...?
In which case, let's just close this.
-
01:01 AM Support #285 (Closed): smbadm join fails if Domain Functional Level later than 2000
- Fixed by #1122
-
12:54 AM Bug #757 (Closed): Sparc: Unable to join domain when packet signing is required by domain controller
- I'm going to just assume this is no longer an issue.
Re-open if we get new data.
-
12:48 AM Bug #1657 (Closed): CIFS server: frequent <sharename> share not found
- This is a Windows bug. The message is harmless.
We could entertain an issue to quiet that message.
-
12:46 AM Bug #1766 (Closed): smb/server stop working
- Fixed by #6352
-
12:43 AM Bug #1860 (Rejected): CIFS: dir -> long delay or Error in dskattr: NT_STATUS_IO_TIMEOUT
- No network capture provided. Just close.
-
12:40 AM Bug #6108: zone stuck in shutting_down mode / CIFS
- We fixed this in NexentaStor. Need to upstream the fix...
-
12:00 AM Bug #6338 (Closed): cannot use umem tools on mdb itself
- "git commit 422418808a6580456c11a891d69016d29dae1440":https://github.com/illumos/illumos-gate/commit/422418808a658045...
2015-10-26
-
11:26 PM Bug #6397 (Closed): libiscsit: several leaks due to left "errlist"
- In libiscit.c:
- it_config_setprop()
- it_tgt_setprop()
- it_ini_setprop()
all have the code:... -
11:07 PM Bug #3489 (Closed): panic in smbsrv:smb_mbc_vdecodef
- This was almost certainly #1761 (which fixed a problem where the message parsing code might run off the end of the me...
-
11:00 PM Bug #3646 (Closed): smbd core dump when missing negotiate challenge
- Fixed by #5215
-
10:56 PM Bug #4874 (Closed): misplaced continue in smb_netbios_util.c
- Fixed by #6020
-
10:52 PM Bug #4898 (Closed): smb shouldn't try to set TRUSTED_FOR_DELEGATION
- Fixed by #1122
-
02:23 PM Bug #1087 (Closed): Unable to connect to the CIFS server using \\servername.fqdn
- This is fixed with #1122
-
02:20 PM Feature #1122 (Closed): smbsrv should use SPNEGO (inbound authentication)
- "git commit 12b65585e720714b31036daaa2b30eb76014048e":https://github.com/illumos/illumos-gate/commit/12b65585e720714b...
-
02:20 PM Bug #6351 (Closed): Update smbsrv dtrace scripts and install them
- "git commit ed81dd52230eff1a7c7625caad21af232c36f6cb":https://github.com/illumos/illumos-gate/commit/ed81dd52230eff1a...
-
02:20 PM Feature #6352 (Closed): Updated DC locator for SMB and idmap
- "git commit b3700b074e637f8c6991b70754c88a2cfffb246b":https://github.com/illumos/illumos-gate/commit/b3700b074e637f8c...
2015-10-25
-
09:36 PM Feature #6396 (Closed): remove SVM
- LVM = SVM = Solaris Volume Manager
dead code and not using with ZFS based platform.
-
04:18 AM Bug #6343 (Closed): zoneadmd parent needs to close open fds
- "git commit 056d3a7d553516b590a0543f4df3152a3144b42b":https://github.com/illumos/illumos-gate/commit/056d3a7d553516b5...
-
01:57 AM Bug #6394 (Closed): ::mac_flow -s segfaults
- "git commit 78b013d7a408ae8e9eacdb67cae24fc8ecab1ebf":https://github.com/illumos/illumos-gate/commit/78b013d7a408ae8e...
-
01:04 AM Bug #6347 (Closed): microfind is somewhat less than ideal
- "git commit 29e54759b5b8e21fb481d44ee504a764aa7b6ea2":https://github.com/illumos/illumos-gate/commit/29e54759b5b8e21f...
2015-10-24
-
10:23 PM Bug #6353 (Closed): POLLHUP not generated for disconnected Unix domain sockets
- "git commit 075fab9a365a44ca0fddbcba01bea4fbd8632e94":https://github.com/illumos/illumos-gate/commit/075fab9a365a44ca...
-
05:28 PM Bug #6383 (In Progress): update AWK to use /usr/bin/nawk and update $(AWK) where it's possible
- http://cr.dilos.org/cr/il-6383/
-
04:08 PM Bug #6373 (Closed): README.mapfiles refers to wrong symbol version
- "git commit 30a92f3654d050907928369b3a203ce9b7201ffa":https://github.com/illumos/illumos-gate/commit/30a92f3654d05090...
-
07:51 AM Bug #6395 (Closed): cannot tune segkpsize up
- It's not possible to tune segkpsize up, the system panics with 'startup: cannot attach segkp' due to overlapping segm...
-
01:21 AM Bug #6394 (Closed): ::mac_flow -s segfaults
- ...
-
01:05 AM Bug #6393 (Closed): zfs receive a full send as a clone
- We would like to be able to receive a full (non-incremental) send stream as a clone of an arbitrary snapshot. To save...
-
01:02 AM Bug #6392 (Closed): zdb: introduce -V for verbatim import
- When given a pool name via -e, zdb would attempt an import. If it
failed, then it would attempt a verbatim import. T... -
01:01 AM Bug #6391 (Closed): Override default SPA config location via environment
- When using zdb with non-default SPA config file it is not convenient
to add -U <non-default-config-file-path> all th... -
12:56 AM Bug #6390 (Closed): Free props in ztest_init()
- Valgrind complained about this and it's absolutely right. The
props nvlist was not being freed in ztest_init.
ht... -
12:54 AM Bug #6389 (Closed): Use (void) memcpy(), not (void *) memcpy()
- This was caught by Clang on Linux. Clearly the intent of this code was
to explicitly ignore the return value.
htt... -
12:51 AM Bug #6388 (Closed): Failure of userland copy should return EFAULT
- Many key internal functions pass system return codes that are safe to
return to userland. In the case of ddi_copyin(... -
12:46 AM Bug #6387 (New): Use kmem_vasprintf() in log_internal()
- An attempt to debug zfsonlinux/zfs#2781 revealed that this code could be
simplified by using kmem_asprintf().
zfs... -
12:41 AM Bug #6386 (Closed): Fix function call with uninitialized value in vdev_inuse
- LLVM's static analyzer reported that we could pass an uninitialized
pool_guid to spa_by_guid() in vdev_inuse(). Upon... -
12:39 AM Bug #6385 (Closed): Fix unlocking order in zfs_zget
- We release a buffer before releasing a lock when we should release the lock first for two reasons. The first is to en...
2015-10-23
-
09:59 PM Bug #6321: mountd: The IP to name translation is usually not needed in nfsauth_access()
- Review: https://www.illumos.org/rb/r/108/
-
04:18 PM Bug #6384 (New): drmach_init should relax number of logical CPUs restriction
- as indicated on discuss@:...
-
03:46 PM Bug #6292 (Closed): exporting a pool while an async destroy is running can leave entries in the deferred tree
- "git commit a443cc80c742af740aa82130db840f02b4389365":https://github.com/illumos/illumos-gate/commit/a443cc80c742af74...
-
02:08 PM Bug #6383 (Closed): update AWK to use /usr/bin/nawk and update $(AWK) where it's possible
- we can see more spaces where we try to use 'awk' or 'nawk' based on PATH instead of try to use $(AWK) from Makefile.m...
-
01:56 PM Bug #6335 (Closed): need to use sed and awk from Makefile.master in head/Makefile
- "git commit 4cb69ecc9330774c8f56042ac933503123f50a85":https://github.com/illumos/illumos-gate/commit/4cb69ecc9330774c...
-
01:56 PM Bug #6339 (Closed): env file could figure out CODEMGR_WS automatically
- "git commit 38e64a37c58e4c9b56b87a49811928d472637c32":https://github.com/illumos/illumos-gate/commit/38e64a37c58e4c9b...
-
01:56 PM Bug #6372 (Closed): remove ON_CRYPTO_BINS references from the env file and Install
- "git commit 1a49874b8bbf112452a1b4d1888ec7ab6b38583f":https://github.com/illumos/illumos-gate/commit/1a49874b8bbf1124...
-
01:46 PM Bug #6382 (New): Possible memory leak in load_heuristics()
- hp is not freed at http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libdiskmgt/common/inuse_fs.c#254
-
01:41 PM Bug #6381 (New): Resource leak in logindevperm
- Resource leak (fp) at http://src.illumos.org/source/xref/illumos-gate/usr/src/lib/libdevinfo/devinfo_devperm.c#187
-
01:26 PM Bug #6380 (Closed): Possible memory leak in devfsadm
- I_path is not freed at http://src.illumos.org/source/xref/illumos-gate/usr/src/cmd/devfsadm/i386/misc_link_i386.c#546
-
01:06 PM Bug #6374: mount(1M) dumps core in check_fields()
- James Dickens wrote:
> core dump enclosed
Where is the core dump? -
12:52 PM Bug #6376 (Pending RTI): segmentation fault when sharing with 'sec=none,root=*' options
-
12:05 AM Bug #6376 (Closed): segmentation fault when sharing with 'sec=none,root=*' options
- *Problem*...
-
12:07 PM Bug #6379 (New): zfs_ioc_hold panics on a bad cleanup fd
- ...
-
06:24 AM Bug #6378 (New): zfs receive -F is under-documented
- Specifically, @zfs@ manual page does not describe the effect of @-F@ on receiving a full stream in the case when a de...
-
01:05 AM Bug #6377 (Closed): Fix man page issues found by mandoc 1.13.3
- Newer (1.13.3) mandoc -Tlint introduces additional checks, need to fix the issues found:...
2015-10-22
-
11:15 PM Bug #6319 (Closed): assertion failed in zio_ddt_write: bp->blk_birth == txg
- "git commit b39b744be78c6327db43c1f69d11c2f5909f73cb":https://github.com/illumos/illumos-gate/commit/b39b744be78c6327...
-
07:58 PM Feature #6375 (Closed): Add native name demangling support
- Currently, to demangle C++ names in dis(1) and mdb(1) (at least), we rely on the closed-source Sun Studio libdemangle...
-
06:46 PM Bug #6349 (Closed): tools build of make should not use CPPFLAGS.native
- "git commit cf397aabe4e38964cfeb03e56ca8b407986c3a10":https://github.com/illumos/illumos-gate/commit/cf397aabe4e38964...
-
06:46 PM Bug #6350 (Closed): localedef native build improvements
- "git commit bc09504ff1ed70f84c9713b732281f14a9ef49b2":https://github.com/illumos/illumos-gate/commit/bc09504ff1ed70f8...
-
05:07 PM Bug #6374: mount(1M) dumps core in check_fields()
- core dump enclosed
-
04:29 PM Bug #6374: mount(1M) dumps core in check_fields()
- /sgt is a regular directory.
stat /sgt/
File: '/sgt/'
Size: 2 Blocks: 1 IO Block: 1... -
04:25 PM Bug #6374 (Closed): mount(1M) dumps core in check_fields()
- This is a omnios bloody box.
# truss mount -o vers=3 lenovo:/shotglass/torrent /sgt
execve("/sbin/mount", 0x080... -
04:55 PM Bug #6367 (Closed): spa_config_tryenter incorrectly handles the multiple-lock case
- "git commit e495b6e6735b803e422025a630352ef9bba788c5":https://github.com/illumos/illumos-gate/commit/e495b6e6735b803e...
-
03:20 PM Bug #6373 (Closed): README.mapfiles refers to wrong symbol version
- In section 6.2 of REAMDE.mapfiles, we talk about adding a new library which always references ILLUMOS based versions,...
-
03:10 PM Bug #6372 (Closed): remove ON_CRYPTO_BINS references from the env file and Install
- Nothing consumes the ON_CRYPTO_BINS variable.
-
03:06 PM Bug #5876: sys/regset.h pollutes name space
- Here's another fix attempt, this time maintaining compatibility for applications that include <ucontext.h>
https://g... -
03:00 PM Bug #6256: mptsas: deadlock in mptsas_handle_topo_change
- Arne,
Proposed fix (see below). It has been running for a couple of weeks and no occurrences of deadlock or the pr... -
11:35 AM Feature #6051: lzc_receive: allow the caller to read the begin record
- The approach taken in the previous review request has been abandoned in favour of adding a new lzc_receive flavour th...
-
04:58 AM Bug #6371 (Closed): The `arc_fini` function is missing calls to `multilist_destroy` for the `arc_l2c_only` list
- I introduced a memory leak in commit:...
2015-10-21
-
09:09 PM Bug #6370 (Closed): ZFS send fails to transmit some holes
- In certain circumstances, "zfs send -i" (incremental send) can produce a stream which will result in incorrect sparse...
-
08:22 PM Bug #6369 (Closed): remove SVM tests from ZFS test suite
- At this point, I don't think anyone cares about how ZFS interacts with SVM; let's remove the tests (which don't work ...
-
05:47 PM Bug #6366 (Closed): Allow ON_CLOSED_BINS to point to a directory with tarballs
- "git commit 2e27c225839ca5af7c7b52f72b17676fd2f78cdb":https://github.com/illumos/illumos-gate/commit/2e27c225839ca5af...
-
01:50 PM Bug #6368 (Closed): Remove superfluous statement
- Clang's static analyzer reported that the value assigned to pcksum is
never used. That is because we initialize both... -
01:41 AM Bug #6367 (Closed): spa_config_tryenter incorrectly handles the multiple-lock case
- If spa_config_tryenter fails to acquire a particular lock, all locks that have been acquired in the mean time should ...
2015-10-20
-
11:04 PM Bug #6366 (Closed): Allow ON_CLOSED_BINS to point to a directory with tarballs
- For distribution ease and for newbie bringup time, allow ON_CLOSED_BINS to point to a directory with:
on-closed-bi... -
10:55 PM Feature #6365 (New): want zio cache walkers
- It'd be useful to have walkers for all of the kmem cache entries in the zio_buf_cache and the zio_data_buf_cache. In ...
-
09:01 PM Bug #6364 (New): CPPFLAGS.native should not point to the proto area
- Discussions during review of #6349 suggest that CPPFLAGS.native should be "considered CPPFLAGS.native a companion to ...
-
07:57 PM Bug #6363 (Closed): Add UNMAP/TRIM functionality to ZFS and Illumos
- ZFS should support issuing TRIM/DISCARD/UNMAP commands to the underlying storage when files are deleted.
-
05:26 PM Bug #5984 (Closed): zfs clone should not mount the clone if canmount == noauto
- "git commit 780828c8aa1df2dc6f2066107a4aa8d045297972":https://github.com/illumos/illumos-gate/commit/780828c8aa1df2dc...
-
05:26 PM Bug #6362 (Closed): in.ndpd: SIOCLIFGETND: missing newline
- "git commit ddadf64dec36f9cae0ff7ed9384ec87f855af450":https://github.com/illumos/illumos-gate/commit/ddadf64dec36f9ca...
-
09:10 AM Bug #6362 (Closed): in.ndpd: SIOCLIFGETND: missing newline
- in.ndpd(1557): SIOCLIFGETND debug message missing newline
-
03:08 PM Bug #6357 (Closed): usr/src/tools/scripts/jstyle.pl errors with perl 5.22
- "git commit c711c1a516b4c85e511ccee93ad91975615887a0":https://github.com/illumos/illumos-gate/commit/c711c1a516b4c85e...
-
02:58 PM Bug #6166 (Closed): fix MSI-X support in virtio driver
- "git commit 17ad7f9fd28ceea21aea94421cb8ada963285765":https://github.com/illumos/illumos-gate/commit/17ad7f9fd28ceea2...
-
05:31 AM Bug #6361: NULL pointer constant issues with timerfd
- Gary Mills wrote:
> In the two lines with a comparison, you could also use:
>
> [...]
>
> because tfd_settime_...
2015-10-19
-
10:47 PM Bug #6361: NULL pointer constant issues with timerfd
- In the two lines with a comparison, you could also use:...
-
07:49 PM Bug #6361 (Closed): NULL pointer constant issues with timerfd
- sigh, please see attached patch that fixes the following with an appropriate NULL definition:...
-
06:40 PM Bug #5780: Truncated coredumps
- "git commit f2f1e74250739faac0cdf175c8a7ae4480770789":https://github.com/illumos/illumos-gate/commit/f2f1e74250739faa...
-
02:18 PM Bug #5780 (Closed): Truncated coredumps
- "git commit 33d794d10eebfa2727ac1fc98fe0dd6c68f627dc":https://github.com/illumos/illumos-gate/commit/33d794d10eebfa27...
-
06:11 PM Bug #6350: localedef native build improvements
- I had a similar problem on SPARC, using OI release 8 as the build system:...
-
03:13 PM Bug #6165 (Closed): grub incorrectly interprets result of INT 15h, AX=EC00h
- "git commit 7232236b5511ebe9b3343a5e1ab57a898e709218":https://github.com/illumos/illumos-gate/commit/7232236b5511ebe9...
-
02:27 PM Bug #6360: ld core dump with gcc48 bootstrap
- i can't add file to bug report, i hope link can help:
http://apt2.dilos.org/dilos/isos/ld/core.ld.51512.bz2
-
02:15 PM Bug #6360 (New): ld core dump with gcc48 bootstrap
- ...
-
12:39 PM Bug #6359 (New): memory leaks in format(1M)
- While working on 6301 I noticed that there are a bunch of memory leaks in format(1M):...
-
05:26 AM Bug #6328: Fix cstyle errors in zfs codebase
- "git commit 2a446632681882e5dfe50f2f301401588f1ce734":https://github.com/illumos/illumos-gate/commit/2a446632681882e5...
-
02:43 AM Bug #6328: Fix cstyle errors in zfs codebase
- I noticed this update, but the attached seem still cstyle and NULL constant pointer related.
-
12:40 AM Bug #6358 (Closed): A faulted pool with only unavailable vdevs triggers assertion failure in libzfs
- How to reproduce:
1. Create pool over one file vdev:...
2015-10-18
-
11:34 PM Feature #6333: ZFS should let the user specify or modify the fsid_guid of a dataset
- Alexandre Lécuyer wrote:
> The fsid_guid of a dataset is used to derive the vfs_fsid when the dataset is mounted. It... -
06:59 PM Feature #3188: ignore the comment in limits.h and define NAME_MAX
- I got bitten by this trying to build and install fswatch. I had to create a trivial patch to define NAME_MAX to get ...
-
06:14 PM Bug #5876 (Feedback): sys/regset.h pollutes name space
- It turns out there are many examples of external C code that expects
the register index defines after a #include <sy... -
04:55 PM Bug #6328 (Closed): Fix cstyle errors in zfs codebase
- "git commit 9a686fbc186e8e2a64e9a5094d44c7d6fa0ea167":https://github.com/illumos/illumos-gate/commit/9a686fbc186e8e2a...
-
04:19 PM Bug #6335 (Pending RTI): need to use sed and awk from Makefile.master in head/Makefile
-
04:01 PM Bug #6357 (Closed): usr/src/tools/scripts/jstyle.pl errors with perl 5.22
- apparently jstyle.pl has same problems as was described in #6095 for cstyle.pl. fortunately the fix is quite similar..
-
11:24 AM Feature #6356 (Closed): Update mdocml to 1.13.3
- This brings in the following changes (copied from NEWS file):...
-
09:22 AM Bug #6355 (New): zfs.1m: broken sentence in filesystem_limit description
- ...
-
09:05 AM Bug #6346: zfs(1M) has spurious comma
- This is (more or less) handled by newer (1.13.3) mandoc version:...
-
05:38 AM Bug #6354 (Closed): dtrace -c doesn't properly handle arguments that contain spaces
- a command like...
-
01:32 AM Bug #6353 (Closed): POLLHUP not generated for disconnected Unix domain sockets
- This is the UDS version of 4627.
-
01:30 AM Feature #1122: smbsrv should use SPNEGO (inbound authentication)
- Some design notes:
The (in-kernel) smbsrv module, by design, knows very little about authentication.
The smbsrv k... -
01:09 AM Feature #1122: smbsrv should use SPNEGO (inbound authentication)
- Out for review:
http://ma.nexenta.com/gwr/extsec/
-
01:10 AM Feature #6352: Updated DC locator for SMB and idmap
- Out for review:
http://ma.nexenta.com/gwr/dclocate/ -
12:50 AM Feature #6352 (Closed): Updated DC locator for SMB and idmap
- We need the Domain Controller (DC) Locator code updated per. the MS spec. http://technet.microsoft.com/en-us/library/...
-
01:10 AM Bug #6351: Update smbsrv dtrace scripts and install them
- Out for review:
http://ma.nexenta.com/gwr/smbdtrace/ -
12:40 AM Bug #6351 (Closed): Update smbsrv dtrace scripts and install them
- The dtrace scripts for the SMB server were previously not installed.
We wrote some more, and now ship them all, whic...
2015-10-17
-
10:56 PM Bug #3661 (In Progress): Sync mDNS with upstream
-
10:36 PM Bug #6350 (Closed): localedef native build improvements
- The tools build of localedef could be improved. It currently only works correctly on a recent version of illumos.
... -
10:14 PM Bug #6349 (Closed): tools build of make should not use CPPFLAGS.native
- Due to some earlier issues (apparently resolved before make integrated), CPPFLAGS.native was used in usr/src/tools/ma...
-
10:06 PM Bug #6348 (New): source-level debugging not quite working
- The fixes for #3844 made it easier to build with -g but source-level debugging is still not quite working correctly. ...
-
09:56 PM Bug #5876: sys/regset.h pollutes name space
- After 5876, the header file sys/regset.h is no longer
included by sys/ucontext.h, and therefore no longer
indirect... -
12:36 PM Bug #5876 (Closed): sys/regset.h pollutes name space
- "git commit 21227944c2bcc086121a5428f3f9d2496ba646f5":https://github.com/illumos/illumos-gate/commit/21227944c2bcc086...
-
08:09 PM Bug #6347 (Closed): microfind is somewhat less than ideal
- The kernel has a function, @tenmicrosec()@, for generating a delay of around 10 microseconds using a spin loop. When...
-
05:29 PM Bug #6346 (Closed): zfs(1M) has spurious comma
- The xref to gzip(1) in the SEE ALSO puts the comma inside the parens, because a space is missing in the source
<pr...
2015-10-16
-
11:30 PM Feature #6208 (Closed): add support for timerfd
- "git commit 6a72db4a7fa12c3e0d1c1cf91a07390739fa0fbf":https://github.com/illumos/illumos-gate/commit/6a72db4a7fa12c3e...
-
10:04 PM Feature #5640 (Closed): want epoll support
- "git commit a5eb7107f06a6e23e8e77e8d3a84c1ff90a73ac6":https://github.com/illumos/illumos-gate/commit/a5eb7107f06a6e23...
-
10:04 PM Feature #6291 (Closed): nested epoll does not mimic Linux behavior
- "git commit f3bb54f387fc03cf651e19bbee54cc88ee51bb29":https://github.com/illumos/illumos-gate/commit/f3bb54f387fc03cf...
-
08:41 PM Bug #6345 (Closed): remove xhat support
- The xhat infrastructure was added to support hardware such as the zulu graphics card - hardware which had on-board MM...
-
08:24 PM Bug #6338: cannot use umem tools on mdb itself
- A workaround is that when you load mdb (the first time), run "::unload libumem.so" before you take a core file. Then...
-
08:18 PM Bug #6314: buffer overflow in dsl_dataset_name
- The bug is that we allowed a name > ZFS_MAXNAMELEN to be created in the first place. There is code in place to preve...
-
06:55 PM Bug #6027 (Closed): EOL zulu (XVR-4000)
- "git commit 7509ca605713ac7f244b0e812b1712dd25f04da1":https://github.com/illumos/illumos-gate/commit/7509ca605713ac7f...
-
06:28 PM Bug #6344 (Closed): mdb choked on core file from newer platform
- Steps to reproduce:...
-
06:23 PM Bug #6343 (Closed): zoneadmd parent needs to close open fds
- Jobs were hanging on us-beta. The reason was system c0-90 had all compute zones in the "disabled" or "uninitialized" ...
-
06:19 PM Feature #6342 (Closed): want signalfd support
- We'd like to add support for signalfd() which is generally useful and provides support for people porting software fr...
-
02:40 PM Feature #6324 (Closed): Add an `ndp' tool for manipulating the neighbors table
- "git commit e7df7762bfed06e996cc80f583cbee2d8ed81d69":https://github.com/illumos/illumos-gate/commit/e7df7762bfed06e9...
-
01:58 PM Bug #6341 (Rejected): virtio doesn't try hard enough to get MSI interrupts
- @virtio_register_msi()@ doesn't seem to try hard enough with MSI. Specifically, suppose the system supports MSIX, MS...
-
01:55 PM Bug #6340 (Closed): virtio lies about falling back to INTx interrupts
- @virtio_enable_msi()@ seems to be lying in the error messages about falling back to INTx. It seems like it'll not tr...
2015-10-15
-
11:53 PM Bug #6339 (Closed): env file could figure out CODEMGR_WS automatically
- We can have the env file fill in CODEMGR_WS automatically via @git rev-parse --show-toplevel@.
-
10:32 PM Bug #6338: cannot use umem tools on mdb itself
- Fleshing that out a little: umem_init() inside the dmod attempts to determine whether libumem is enabled inside the t...
-
09:59 PM Bug #6338: cannot use umem tools on mdb itself
- As I suspected, I think the presence of a dmod with the same name is confusing things. I stopped MDB (with DTrace) w...
-
09:21 PM Bug #6338 (Closed): cannot use umem tools on mdb itself
- I have this core file of mdb itself:...
-
07:37 PM Bug #6337 (New): dtrace doesn't collapse same ustack from multiple processes
- Here's an example run:...
-
04:47 PM Bug #6326 (Closed): Eliminate unused filesystems from GRUB's stage 2 to bring back free memory
- "git commit 495a25e757699e05ac57407a3f80f6ee235eee2d":https://github.com/illumos/illumos-gate/commit/495a25e757699e05...
-
01:54 PM Bug #6334: Cannot unlink files when over quota
- Chip Schweiss wrote:
> I've also encountered this when using refquota. With a refquota, files should always be del... -
12:10 PM Bug #6334: Cannot unlink files when over quota
- I've also encountered this when using refquota. With a refquota, files should always be deletable since removing th...
-
12:50 PM Bug #6336 (New): remove obsolete sparc reg type #defines
- From @usr/src/uts/sparc/sys/regset.h@:...
-
08:16 AM Bug #6314: buffer overflow in dsl_dataset_name
- One simple way to reproduce:...
2015-10-14
-
04:24 PM Bug #6335: need to use sed and awk from Makefile.master in head/Makefile
- http://cr.dilos.org/cr/il-6335/
-
04:09 PM Bug #6335 (Closed): need to use sed and awk from Makefile.master in head/Makefile
- for now we try to use sed and awk from PATH.
more better to use these tools from Makefile.master -
03:40 PM Bug #6334 (Closed): Cannot unlink files when over quota
- It is impossible to remove a file with active holds from a full filesystem:...
-
03:21 PM Bug #6332 (Closed): mountd: Compile warnings cleanup
- "git commit 54d34259930c76758a7e9e03732cb1e37f9a6ba9":https://github.com/illumos/illumos-gate/commit/54d34259930c7675...
-
03:03 PM Bug #6332 (Pending RTI): mountd: Compile warnings cleanup
-
01:05 PM Feature #6333 (New): ZFS should let the user specify or modify the fsid_guid of a dataset
- The fsid_guid of a dataset is used to derive the vfs_fsid when the dataset is mounted. It is then used as the fh3_fsi...
-
04:38 AM Bug #6323: uts could use strtok_r
- Please do not just import (or even write anew) an implementation of an 80s-style C library routine for string manipul...
2015-10-13
-
09:59 PM Bug #6315 (Closed): taskq kstat uses the wrong label
- "git commit 7c5f01c17875fc96e2b6119c01a189afd6081e87":https://github.com/illumos/illumos-gate/commit/7c5f01c17875fc96...
-
09:57 PM Bug #6331: cleanup gcc warnings for sun4u/px build
- http://cr.dilos.org/cr/il-6331/
-
07:51 PM Bug #6331 (In Progress): cleanup gcc warnings for sun4u/px build
- we have issues with boot on sun fire v215/v890 and based on debug build we have issues with px module in px_lib4u.c
... -
09:40 PM Bug #6332 (Closed): mountd: Compile warnings cleanup
- There are a lot of compiler warnings disabled in the mountd Makefile. We should enable most of them and fix the probl...
-
07:18 PM Bug #6330 (Closed): Delete ETHER_STAT_ISMII macro
- I don't believe any drivers use this -- this macro only supports 1GbE and lower, and there are no consumers of this i...
-
07:11 PM Bug #6329 (Closed): Need support for new link speeds in mac_ether
- NBASE-T is on the near horizon with 2.5 & 5 Gbps. (In fact, backplane implementations running illumos at 2.5Gbps alr...
-
05:24 PM Bug #6328 (Closed): Fix cstyle errors in zfs codebase
- We are working on modifications to the cstyle tool that detect a number of existing errors in the codebase. We should...
-
05:19 PM Bug #6327 (Closed): devfsadm and bootadm taking long time for configs with large number of zvols
- There are several problems here:
1. when running 'bootadm update-archive' I see that lots of time is spent in newfs.... -
02:44 PM Bug #6326 (Closed): Eliminate unused filesystems from GRUB's stage 2 to bring back free memory
- Recent changes to GRUB ( #6294, #6242, and #4185 ) has made its text larger, which reduces the room for storing menu....
-
12:14 PM Bug #6325 (New): NULL pointer dereference in ip module
- ...
-
10:45 AM Bug #6273: obytes64 drops despite vnic not being destroyed
- NULL pointer constant issues with these files:...
-
04:45 AM Bug #6298 (Closed): zfs_create_008_neg and zpool_create_023_neg need to be updated for large block support
- "git commit e9316f7696401f3e5e263a5939031cb8d5641a88":https://github.com/illumos/illumos-gate/commit/e9316f7696401f3e...
-
04:44 AM Bug #6316 (Closed): The `mdb -k' dcmd ::nce will segfault when run multiple times
- "git commit 69fc1db823fe31ff02556abfd7288e6134e7304c":https://github.com/illumos/illumos-gate/commit/69fc1db823fe31ff...
-
04:44 AM Feature #6129 (Closed): tar debug output should be available in all builds
- "git commit 28c4d110d9dd87af1d9dcf1bf503cea2e7c03b91":https://github.com/illumos/illumos-gate/commit/28c4d110d9dd87af...
-
04:44 AM Bug #6128 (Closed): tar should check prefix field when detecting EOT
- "git commit 28c4d110d9dd87af1d9dcf1bf503cea2e7c03b91":https://github.com/illumos/illumos-gate/commit/28c4d110d9dd87af...
-
12:36 AM Bug #6323: uts could use strtok_r
- Good point!
Either way strtok/strtok_s may result in undesirable corner cases as it takes multiple adjacent delimi...
2015-10-12
-
09:46 PM Feature #6324 (Closed): Add an `ndp' tool for manipulating the neighbors table
- This adds a tool which is similar to arp(1M), but can manipulate the IPv6 neighbor tables.
-
08:27 PM Bug #6309 (Closed): if_mpadm(1M) misspells command name as 'if_mpdadm' in example
- "git commit be1e401756316a811df20ee873ce2a650542a421":https://github.com/illumos/illumos-gate/commit/be1e401756316a81...
-
07:08 PM Bug #6323: uts could use strtok_r
- Alain O'Dea wrote:
...
> Perhaps wcstok_s might be a better choice. It's also reentrant by design but includes bou... -
07:05 PM Bug #6323: uts could use strtok_r
- Using strtok_r can be dangerous. There are steps that can be taken to use it securely and these should be followed b...
-
05:02 PM Bug #6323 (New): uts could use strtok_r
- There are plenty of places in the kernel where strings are parsed in various ways. Often, the input string needs to ...
-
07:01 PM Bug #6294 (Closed): GRUB should try all DVAs
- "git commit d94527b3280cbf89d5360b28aff9e822cd79d0e6":https://github.com/illumos/illumos-gate/commit/d94527b3280cbf89...
-
05:51 PM Bug #6311 (Closed): timer_create(3C) contains misspellings 'SIGALARM' and 'tolerence'
- "git commit 35e3186315034c3d3ed09393825a8d08a1a7f655":https://github.com/illumos/illumos-gate/commit/35e3186315034c3d...
-
04:47 PM Feature #6322: ZFS indirect block predictive prefetch
- While working on this patch I've found and addressed couple minor issues created by previous prefetcher changes:
- ... -
04:36 PM Feature #6322: ZFS indirect block predictive prefetch
- The patch is available for review at: https://reviews.csiden.org/r/259/
-
04:29 PM Feature #6322 (Closed): ZFS indirect block predictive prefetch
- For quite some time I was thinking about possibility to prefetch ZFS indirection tables while doing sequential reads ...
-
01:12 PM Bug #6321 (Closed): mountd: The IP to name translation is usually not needed in nfsauth_access()
- The mountd is doing IP to name translation for every nfsauth request from kernel (see nfsauth_access() and the netdir...
-
08:48 AM Bug #6320 (New): Garbage flag for core dumps
- This is a conclusion from #5780. In some circumstances we're not able to write a fully usable core dump. Currently th...
2015-10-11
-
04:17 PM Bug #6267 (Closed): dn_bonus evicted too early
- "git commit d2058105c61ec61df3a2dd3f839fed8c3fe7bfd6":https://github.com/illumos/illumos-gate/commit/d2058105c61ec61d...
2015-10-10
-
11:22 PM Bug #6295 (Closed): metaslab_condense's dbgmsg should include vdev id
- "git commit daec38ecb4fb5e73e4ca9e99be84f6b8c50c02fa":https://github.com/illumos/illumos-gate/commit/daec38ecb4fb5e73...
-
11:20 PM Bug #6293 (Closed): ztest failure: error == 28 (0xc == 0x1c) in ztest_tx_assign()
- "git commit 8fe00bfb8790ad51653f67b01d5ac14256cbb404":https://github.com/illumos/illumos-gate/commit/8fe00bfb8790ad51...
-
11:18 PM Bug #6289 (Closed): ::dbuf dcmd misaligned output
- "git commit ba3132cfb269da4118d7dc25a8c6c1a91f9f5303":https://github.com/illumos/illumos-gate/commit/ba3132cfb269da41...
-
11:14 PM Bug #6319 (Closed): assertion failed in zio_ddt_write: bp->blk_birth == txg
- The problem is that the fix for:
5693 ztest fails in dbuf_verify: buf[i] == 0, due to dedup and bp_override
Was... -
10:11 PM Bug #6317: NULL pointer constant is not an int nor unsigned int in libzfs
- Ignore the comments. uint64_t is still an integer type. The comments only mean that zfs is storing pointers into in...
-
01:57 PM Bug #6317: NULL pointer constant is not an int nor unsigned int in libzfs
- except reading from zfs_ioctl.h...
-
12:54 PM Bug #6317: NULL pointer constant is not an int nor unsigned int in libzfs
- I'd recommend setting those three values to:...
-
07:25 AM Bug #6317 (Closed): NULL pointer constant is not an int nor unsigned int in libzfs
- After a recent libzfs commit, here are the current mods to fix the NULL pointer constant issue:...
-
08:23 AM Bug #6318 (New): git fsck error in commit ...: invalid author/committer line - missing space before email (or bad email)
- don't know if this is directly related to 2407, but I uncomfortably noticed the following
after doing a 'git fsck' o... -
04:59 AM Feature #2605 (Closed): want to resume interrupted zfs send
- "git commit 9c3fd1216fa7fb02cfbc78a2518a686d54b48ab8":https://github.com/illumos/illumos-gate/commit/9c3fd1216fa7fb02...
-
02:24 AM Bug #1438 (Closed): ftw(3C) should mention `quit' member of struct FTW and possible values
- As per feedback received on developer@, the `quit` member is not standard, probably private, so it shouldn't be docum...
-
02:01 AM Feature #6312 (Closed): getaddrinfo(3SOCKET) could better explain how to access a zone-id
- "git commit 89fdfac39633dc6769133c82b68b1ed74c2bc54b":https://github.com/illumos/illumos-gate/commit/89fdfac39633dc67...
2015-10-09
-
10:06 PM Bug #6316 (Closed): The `mdb -k' dcmd ::nce will segfault when run multiple times
- The problem is that in the nce dcmd opt_ill is not initialized and mdb_getopts does not change the value of opt_ill. ...
-
10:01 PM Bug #6315 (Closed): taskq kstat uses the wrong label
- Look at the following definition from taskq.c:...
-
09:54 PM Bug #6310 (Closed): netstat(1M) says 'commmand' instead of 'command'
- "git commit 02afa1e50cc61e08906d115412976da2959113d4":https://github.com/illumos/illumos-gate/commit/02afa1e50cc61e08...
-
08:40 PM Feature #2605: want to resume interrupted zfs send
- NOTE: Slides 20-26 in the slideshare URL pertain to this feature.
-
07:29 PM Bug #6242 (Closed): sha512 is broken in grub
- "git commit 9ce6e318fecae800270f382ed76162508c5d525b":https://github.com/illumos/illumos-gate/commit/9ce6e318fecae800...
-
07:29 PM Bug #6268 (Closed): zfs diff confused by moving a file to another directory
- "git commit aab04418a72c0a29040a5da7eec08efe19dbef04":https://github.com/illumos/illumos-gate/commit/aab04418a72c0a29...
-
05:56 PM Bug #6290 (Closed): zdb -h overflows stack
- "git commit 3f84190c280ddf5917fb4682f34fdaa328ee195c":https://github.com/illumos/illumos-gate/commit/3f84190c280ddf59...
-
05:55 PM Bug #6286 (Closed): ZFS internal error when set large block on bootfs
- "git commit 6de9bb5603e65b16816b7ab29e39bac820e2da2b":https://github.com/illumos/illumos-gate/commit/6de9bb5603e65b16...
-
05:46 PM Bug #6288 (Closed): dmu_buf_will_dirty could be faster
- "git commit 0f2e7d03b8f588387cb8dd8dd500cbe5ff4484e0":https://github.com/illumos/illumos-gate/commit/0f2e7d03b8f58838...
-
11:49 AM Bug #6314 (Closed): buffer overflow in dsl_dataset_name
- Callers of dsl_dataset_name pass a buffer of size ZFS_MAXNAMELEN, but dsl_dataset_name copies the datasets' name PLUS...
-
02:51 AM Bug #6274 (Closed): MAC tries to use aggr rings from downed links
- "git commit 09b7f21a0999a8ceb9f3e517fff7c39c52405ba2":https://github.com/illumos/illumos-gate/commit/09b7f21a0999a8ce...
2015-10-08
-
10:19 PM Bug #6313 (Closed): /bin/ls -V returns invalid names for acl on zfs filesystem
-
10:19 PM Bug #6313: /bin/ls -V returns invalid names for acl on zfs filesystem
- This is a duplicate of Bug #4692.
-
10:02 PM Bug #6313: /bin/ls -V returns invalid names for acl on zfs filesystem
- Sorry for the garbbled commands (first post ;)
should be... -
09:57 PM Bug #6313 (Closed): /bin/ls -V returns invalid names for acl on zfs filesystem
- acls in form group:name:... return an invalid name if the name has a stringlength > 31. This is probably also true fo...
-
09:54 PM Feature #6312 (Closed): getaddrinfo(3SOCKET) could better explain how to access a zone-id
-
09:54 PM Bug #6311 (Closed): timer_create(3C) contains misspellings 'SIGALARM' and 'tolerence'
-
09:53 PM Bug #6310 (Closed): netstat(1M) says 'commmand' instead of 'command'
-
09:52 PM Bug #6309 (Closed): if_mpadm(1M) misspells command name as 'if_mpdadm' in example
-
09:48 PM Bug #6273 (Closed): obytes64 drops despite vnic not being destroyed
- "git commit d47ced1f1801c1c1ca309ff7c5997bf0c8cb4092":https://github.com/illumos/illumos-gate/commit/d47ced1f1801c1c1...
-
03:54 PM Bug #6308 (In Progress): some man pages are obsolete after moving to ksh builtins
- After moving to ksh93 builtins in 2008, some related man pages have not been updated, and still talk about the old op...
-
02:16 PM Bug #6307 (Resolved): "This Solaris instance" --> should be "This illumos instance"
- Consider: http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/os/dumpsubr.c#3072...
-
02:09 PM Bug #6306 (New): kernel could use common toupper/tolower
- There is a number of places in the kernel that defines its own toupper/tolower because the kernel doesn't provide one...
-
10:57 AM Feature #6305 (Closed): blkdev should provide the device_error kstat for iostat -E
- blkdev should create a device_error kstat for each device so that information about the device and errors can be show...
-
10:55 AM Feature #6304 (Closed): iostat(1M) should be able to handle KSTAT_DATA_STRING
- iostat -E should support KSTAT_DATA_STRING so that it can display inquiry information using this data type.
-
10:53 AM Feature #6303 (Closed): support KSTAT_DATA_STRING in non-virtual named kstats
- It is currently not possible to have non-virtual named kstats containing long strings (KSTAT_DATA_STRING). It is rela...
-
10:52 AM Bug #6302 (Closed): kstat module needs cleanup
- The kstat module responsible for copying kstats to user space needs a bit of cleanup before it can be modified.
-
10:50 AM Feature #6301 (Closed): format(1M) should be able to use device inquiry properties
- format(1M) currently has two methods of retrieving inquiry information for display in its disk list: USCSI inquiry fo...
-
10:48 AM Feature #6300 (Closed): blkdev and blkdev drivers should provide inquiry properties
- Most disk drivers such as sata and sd provide driver properties containing inquiry information. blkdev should also su...
-
10:45 AM Bug #6299 (Closed): SATA inquiry property generation doesn't work as advertised
- The SATA code generates inquiry properties using the model name of a SATA device. It tries to split the model name in...
-
05:34 AM Bug #6272 (Closed): vnics/etherstubs missing initial link state
- "git commit bf773d37f3253ade20599b1f3df2732d1b2ae424":https://github.com/illumos/illumos-gate/commit/bf773d37f3253ade...
-
05:30 AM Bug #6283: using struct sigaction under -std=c99 seemingly needs -D__EXTENSIONS__
- I noticed, by chance, the following from boost/config/posix_features:...
2015-10-07
-
06:32 PM Bug #6225 (Closed): NFSv4: setlock() can spin forever
- "git commit 55a4551ddde8feed8f8e011458f992ea74257bd9":https://github.com/illumos/illumos-gate/commit/55a4551ddde8feed...
-
06:08 PM Bug #5726 (Closed): Intro(4) should allow configurations as well
- "git commit 13a2dec4170017ee9fca1138eb29a04bc5c2f49e":https://github.com/illumos/illumos-gate/commit/13a2dec4170017ee...
-
11:08 AM Bug #5726 (Pending RTI): Intro(4) should allow configurations as well
-
04:00 PM Bug #6281 (Closed): prefetching should apply to 1MB reads
- "git commit 632802744ef6d17e06d6980a95f631615c3b060f":https://github.com/illumos/illumos-gate/commit/632802744ef6d17e...
-
02:57 PM Bug #4176 (Closed): tolower(3c) refers to nonexistent _tolower(3c)
- "git commit 44b359c66ee1fc7d3ff451ed5221ba1235e28f78":https://github.com/illumos/illumos-gate/commit/44b359c66ee1fc7d...
-
02:57 PM Bug #6282 (Closed): ONBLD man pages not pbchk clean
- "git commit 7205e712fa5af984664437dc9b614c6101f15817":https://github.com/illumos/illumos-gate/commit/7205e712fa5af984...
-
12:14 PM Bug #5219 (Closed): l2arc_write_buffers() may write beyond target_sz
- "git commit d7d9a6d919f92d74ea0510a53f8441396048e800":https://github.com/illumos/illumos-gate/commit/d7d9a6d919f92d74...
-
12:06 PM Bug #6298 (Closed): zfs_create_008_neg and zpool_create_023_neg need to be updated for large block support
- The two aforementioned tests have a list of invalid argument combinations to zfs create and zpool create, respectivel...
-
09:01 AM Bug #6297 (Closed): share_nfs(1m): An obsolete paragraph in the man page
- The following paragraph in the share_nfs(1m) man page is no longer valid (for long time now) and it should be removed...
-
08:54 AM Bug #6242 (In Progress): sha512 is broken in grub
- The current SHA512 implementation in grub has 2 major issues - missing type casts of uint8_t data are causing data lo...
-
06:43 AM Bug #6296 (New): iSCSI target going offline
- 2 x Dell r720xd running Omnios (r151010) not tested on r151014
2 x Dell r710 running ESXi 5.5, with 2 windows 2012 R... -
05:57 AM Bug #6283: using struct sigaction under -std=c99 seemingly needs -D__EXTENSIONS__
- Yes, I understand the difference between the commands.
My issue is :
1. The manpage does not mention the need for... -
04:36 AM Bug #6295 (Closed): metaslab_condense's dbgmsg should include vdev id
- seems like this should include the vdev id, otherwise the metaslab id is kinda useless:
spa_dbgmsg(spa, "condensing... -
04:09 AM Bug #6247 (Closed): debug build failed on sparc after #4185
- "git commit 59809f4b954b2b9b06cdf40f4705ad0f7b6bbce5":https://github.com/illumos/illumos-gate/commit/59809f4b954b2b9b...
-
03:13 AM Bug #6294 (Closed): GRUB should try all DVAs
- GRUB will try to read all the DVA's of the BP from disk, trying subsequent ones if devread() fails. However, if the f...
-
03:08 AM Bug #6293 (Closed): ztest failure: error == 28 (0xc == 0x1c) in ztest_tx_assign()
- Running ztest I hit this failure:
> $c
libc.so.1`_lwp_kill+0x15(ea565680, ea565680, 6d, ea5656e8, fea651d0, 0)
lib... -
02:59 AM Bug #6292 (Closed): exporting a pool while an async destroy is running can leave entries in the deferred tree
- Analysis by George Wilson:
While running some stress tests I found that during 'zpool destroy' the system would pa...
2015-10-06
-
11:28 PM Bug #6271 (Closed): dtrace caused excessive fork time
- "git commit 7bd3c1d12d0c764e1517c3aca62c634409356764":https://github.com/illumos/illumos-gate/commit/7bd3c1d12d0c764e...
-
11:09 PM Bug #6283: using struct sigaction under -std=c99 seemingly needs -D__EXTENSIONS__
- There's a big difference between the two gcc invocations, which is subtle. In the first case you're implicitly using ...
-
09:39 PM Feature #6291 (Closed): nested epoll does not mimic Linux behavior
- While debugging a problem in LX, I came across some peculiar epoll behavior where existing epoll FDs were nested unde...
-
08:38 PM Bug #6276 (Closed): libidmap leaks due to a missed goto
- "git commit 29d55245572a5e53ba8b3d529926453d493fd1e3":https://github.com/illumos/illumos-gate/commit/29d55245572a5e53...
-
06:08 PM Bug #5855 (Closed): fix __RESTRICT_KYWD to support the correct keyword with c++
- "git commit 10a6478a64c986fe8b918521951c9068ed5588fe":https://github.com/illumos/illumos-gate/commit/10a6478a64c986fe...
-
05:37 PM Bug #6275 (Closed): arp should warn when it can't exec netstat
- "git commit 2545d10d08f1bf15162c2c0998fcae535d08c0d9":https://github.com/illumos/illumos-gate/commit/2545d10d08f1bf15...
-
04:32 PM Bug #6290 (Closed): zdb -h overflows stack
- zdb's history printing can overflow the stack, because it allocates SPA_MAXBLOCKSIZE (16MB) on the stack.
-
04:22 PM Bug #6289 (Closed): ::dbuf dcmd misaligned output
- ::dbuf dcommand output is misaligned
Before (64 bit):
$ sudo mdb -k
> 0xffffff026b3ff828::dbuf
addr o... -
04:05 PM Bug #6288 (Closed): dmu_buf_will_dirty could be faster
- For some workloads (e.g. deletion of files whose indirect blocks are cached), the time is dominated by spa_sync() rep...
-
08:27 AM Bug #6287 (In Progress): Panic destroying the pool using file backing store on FS with nbmand=on
- Background:
When filesystem is mounted with nbmand=on option each open of a file implies creation of so called "sh... -
08:25 AM Bug #6287 (In Progress): Panic destroying the pool using file backing store on FS with nbmand=on
- There is specific scenario that works with nbmand=off and debug kernel panics with nbmand=on....
-
04:02 AM Bug #6286 (Closed): ZFS internal error when set large block on bootfs
- # zfs set recordsize=1m rpool/boot/filesystem
internal error: Argument out of domain
Abort (core dumped)
zfs_che...
2015-10-05
-
11:56 PM Bug #6181 (Closed): symbol test shouldn't leave gcc fix-includes to chance
- "git commit b599bd937c305a895426e8c412ca920ce7824850":https://github.com/illumos/illumos-gate/commit/b599bd937c305a89...
-
11:56 PM Bug #6142 (Closed): extra space in newlocale synopsis
- "git commit b599bd937c305a895426e8c412ca920ce7824850":https://github.com/illumos/illumos-gate/commit/b599bd937c305a89...
-
11:56 PM Bug #6133 (Closed): message translations don't honor per-thread locales
- "git commit b599bd937c305a895426e8c412ca920ce7824850":https://github.com/illumos/illumos-gate/commit/b599bd937c305a89...
-
11:56 PM Feature #5821 (Closed): need strerror_l()
- "git commit b599bd937c305a895426e8c412ca920ce7824850":https://github.com/illumos/illumos-gate/commit/b599bd937c305a89...
-
09:46 PM Feature #6285 (Closed): Update hwdata - 20151005
- "git commit 2e4218261bfb4720d6310a5247487667d7448732":https://github.com/illumos/illumos-gate/commit/2e4218261bfb4720...
-
08:44 PM Feature #6285 (Closed): Update hwdata - 20151005
- Time for a refresh to the hwdata lists. A product a "make update" in that directory.
2015-10-04
-
04:54 PM Bug #6284 (New): Can remove struct __old_fpu from intel/sys/reset.h
- This issue was separated out of #5876
It's quite likely that we can simply remove the
struct __old_fpu from intel/s... -
04:02 PM Bug #6020 (Closed): panic in smbsrv netbios_first_level_name_decode
- "git commit b3988cf65491efce7a0df7b735c586e4e12714f0":https://github.com/illumos/illumos-gate/commit/b3988cf65491efce...
-
04:02 PM Bug #6021 (Closed): Windows Explorer Stops Working / Crashes when Security Tab is accessed
- "git commit e16c88fb36290957b2335d1d4d9398e7fd918449":https://github.com/illumos/illumos-gate/commit/e16c88fb36290957...
-
04:02 PM Bug #6022 (Closed): MacOS logs error messages when trying to lookup users
- "git commit 510e1dfa571885fb77ed3b53c30c28cbff59ef08":https://github.com/illumos/illumos-gate/commit/510e1dfa571885fb...
-
04:02 PM Bug #6023 (Closed): Quota tab for an SMB share sometimes doesn't work
- "git commit 29e6af5c8e419f0f5edd9e69c2496eb1985a65c1":https://github.com/illumos/illumos-gate/commit/29e6af5c8e419f0f...
-
04:02 PM Bug #6024 (Closed): ACL editor crash in Windows 2012 R2
- "git commit eef90b8611c0908d0d8deb269e914563046e39dd":https://github.com/illumos/illumos-gate/commit/eef90b8611c0908d...
-
04:02 PM Bug #6025 (Closed): Customer cannot set Share Properties using MMC
- "git commit a851ffc82d02870137b4065c395d79bec1172c32":https://github.com/illumos/illumos-gate/commit/a851ffc82d028701...
-
12:33 AM Bug #6025: Customer cannot set Share Properties using MMC
- With dtrace on a system exhibiting this problem we were able to narrow this down to the relationship between smbd and...
-
04:02 PM Bug #6026 (Closed): Zero-padded IP address strings returned by SMB
- "git commit 49b5df1eac768235abeb210f61310e88b7d172b6":https://github.com/illumos/illumos-gate/commit/49b5df1eac768235...
-
02:48 PM Bug #5281 (Rejected): incorrect realtime signal delivery
-
02:48 PM Bug #5281 (Feedback): incorrect realtime signal delivery
-
02:33 PM Bug #5281: incorrect realtime signal delivery
- I am trying to close this issue but I don't see the option. Perhaps I lost those rights? I'm not sure.
-
08:14 AM Bug #6283 (New): using struct sigaction under -std=c99 seemingly needs -D__EXTENSIONS__
- non c99 is fine, but with -std=c99 I need to add -D__EXTENSIONS__ to compile
a module using struct sigaction.... no... -
02:43 AM Bug #6282 (Closed): ONBLD man pages not pbchk clean
- While working on "6205":https://illumos.org/issues/6205 pbchk reported many errors for the ONBLD manual pages. Make t...
2015-10-03
-
10:11 PM Bug #5998 (Closed): mdb_ctf_vread fails in dcmds run via mdb_pwalk_dcmd
- "git commit 315fecc41c08848bacfc1ee331b9693077b057ff":https://github.com/illumos/illumos-gate/commit/315fecc41c08848b...
-
10:06 PM Bug #6280 (Closed): libzfs: unshare_one() could fail with EZFS_SHARENFSFAILED
- "git commit d1672efb6feac57c42788e27f739dfa3c4f3baf7":https://github.com/illumos/illumos-gate/commit/d1672efb6feac57c...
-
10:00 PM Bug #371 (Closed): pkg:/network/ftp should not contain /usr/sbin/ping
- "git commit 42a9df3bdc231599faf43cf40fe8aaf13bf8d852":https://github.com/illumos/illumos-gate/commit/42a9df3bdc231599...
-
09:56 PM Bug #6205 (Closed): onbld manuals should be declared as 1onbld
- "git commit 6cad8c54794ed08da5ee9e41172ce85ba79e534f":https://github.com/illumos/illumos-gate/commit/6cad8c54794ed08d...
-
09:35 PM Bug #6249 (Closed): async_destroy_001_pos fails because it doesn't see 'freeing' prop populated
- "git commit db2417522bcef7cf091649ee369330ecefbaf183":https://github.com/illumos/illumos-gate/commit/db2417522bcef7cf...
-
09:34 PM Bug #6248 (Closed): zpool_create_008_pos and zpool_create_009_neg can fail intermittently
- "git commit 999dc7aa56a6d16b1b0b88d246545be69aae9a4b":https://github.com/illumos/illumos-gate/commit/999dc7aa56a6d16b...
2015-10-02
-
07:07 PM Bug #6280 (Pending RTI): libzfs: unshare_one() could fail with EZFS_SHARENFSFAILED
-
11:25 AM Bug #6280 (Closed): libzfs: unshare_one() could fail with EZFS_SHARENFSFAILED
- The unshare_one() in libzfs could fail with EZFS_SHARENFSFAILED at line 834 here:...
-
04:30 PM Bug #6281 (Closed): prefetching should apply to 1MB reads
- We should allow prefetching up to and including the value of zfetch_array_rd_sz (default 1MB), as was the case before...
Also available in: Atom