Activity
From 2015-06-03 to 2015-07-02
2015-07-02
-
08:30 PM Feature #6047 (Closed): SPARC boot should support feature@embedded_data
- another missing feature
-
08:29 PM Feature #6046 (Closed): SPARC boot should support com.delphix:hole_birth
- missing feature
-
07:44 PM Feature #5788: Want support for GCC's stack protector in libc
- I haven't seen it either. It must be disabled on Solaris/illumos, probably due to the issues I mentioned above.
-
07:40 PM Feature #5788: Want support for GCC's stack protector in libc
- The "on by default in newer gcc" from a similar bug had me concerned. I see no libssp linkages in omnios-build built...
-
07:37 PM Feature #5788: Want support for GCC's stack protector in libc
- It kind of does cause problems. If you pass -fstack-protector when compiling libssp gets linked in automatically, bu...
-
06:35 PM Feature #5788: Want support for GCC's stack protector in libc
- Interesting. I've started using gcc51 in OmniOS's bloody for building non-ON bits. Does libc's lack of support here...
-
06:59 PM Bug #687 (Closed): rpcgen should not generate absolute #includes
- "git commit 77eb9dd4fa1a2a4b00af3d1973a84b60fbf40cdf":https://github.com/illumos/illumos-gate/commit/77eb9dd4fa1a2a4b...
-
04:59 PM Bug #5172 (Closed): tftpd service is not registered by default and its manual is giving misleading directions
- "git commit 29a47e6ee6365b8ebcd68a3d59c0e1ef32f17ceb":https://github.com/illumos/illumos-gate/commit/29a47e6ee6365b8e...
-
08:47 AM Bug #6045: zfs_mount(MS_REMOUNT) is unsafe
- Clarification: @z_teardown_lock@ lock should be taken in the writer / exclusive mode.
-
08:43 AM Bug #6045 (New): zfs_mount(MS_REMOUNT) is unsafe
- zfs_mount(MS_REMOUNT) calls @zfs_unregister_callbacks()@ + @zfs_register_callbacks()@ without any synchronization wit...
-
08:25 AM Bug #6044 (Closed): SPARC zfs reader is using wrong size for objset_phys
- current get-objset is using 512B buffer length to read from bp, but objset_phys is 2048 bytes.
2015-07-01
-
10:31 PM Feature #6043 (New): mdb: pipe shell output back into mdb ("! ... !")
- MDB lets you pipe the output to a subshell using `!`, as in:...
-
10:19 PM Feature #6042 (New): mdb buffers pipelines too much
- In "mdb -k", I had a pointer to a list of 48M taskq entries. When I do this:...
-
02:46 PM Bug #6033 (Closed): arc_adjust() should search MFU lists for oldest buffer when adjusting MFU size
- "git commit 31c46cf23cd1cf4d66390a983dc5072d7d299ba2":https://github.com/illumos/illumos-gate/commit/31c46cf23cd1cf4d...
2015-06-29
-
03:29 PM Bug #4051: Don't free mdi_pathinfo_t in mptsas when device(s) are retired.
- Change summary, original was "crash in vhci_mpapi_sync_lu_oid_list() on ioctl, possible SAS problem".
Changed it t... -
09:29 AM Feature #6041 (Closed): SPARC boot should support LZ4
- As lz4 is now default, SPARC zfs bootblock needs update to support LZ4.
2015-06-26
-
06:16 PM Bug #6039 (Closed): installgrub MBR update response check should use locale specific yesexpr
- As installgrub messages are localised, the response for MBR update question should be checked against locale yesexpr.
-
12:18 AM Bug #4085 (Closed): mpathadm list lu cause panic
-
12:18 AM Bug #4085 (Feedback): mpathadm list lu cause panic
- Closing as a duplicate of #4051.
-
12:15 AM Bug #4051: Don't free mdi_pathinfo_t in mptsas when device(s) are retired.
- Here's the analysis from #4085:
This has the same symptoms as an issue with retired devices with multiple paths we...
2015-06-25
-
10:14 PM Bug #6037 (In Progress): zfs(1M) needs to handle unknown uid/gid in context of allow/unallow more gracefully
- Currently, if a uid/gid is unknown to the system, zfs(1M) would say nothing on the unknown user/group. For instance,...
-
05:31 PM Bug #6036 (Closed): ufsrestore segfaults in lookupparent
- One of the zfs-tests (functional/inuse/inuse_003_pos.ksh) uses ufsrestore which happens to segfault. I don't think i...
-
12:39 AM Bug #6033 (In Progress): arc_adjust() should search MFU lists for oldest buffer when adjusting MFU size
-
12:33 AM Bug #6033: arc_adjust() should search MFU lists for oldest buffer when adjusting MFU size
- Alek Pinchuk wrote:
> When we're looking for the list containing oldest buffer we never actually look at the MFU lis... -
12:21 AM Bug #6033 (Closed): arc_adjust() should search MFU lists for oldest buffer when adjusting MFU size
- When we're looking for the list containing oldest buffer we never actually look at the MFU lists even when we try to ...
2015-06-24
-
10:33 PM Feature #6032 (In Progress): stmfadm should sanitize user-provided group names
- stmfadm does not provide proper validation for host/target group names.
At least it allows to create names with:
... -
04:44 PM Bug #6031 (New): Possible memory leak in svc_dg_create_private()
- In a case the malloc() call at line 158 fails we will leak the su buffer here in svc_dg_create_private():...
-
03:50 PM Bug #6030 (New): Possible memory leak in select_server_addr()
- There is possible leak of sock at line 681 here in select_server_addr():...
-
03:31 PM Bug #6029 (New): Too big buffer is allocated in logtab_rement()
- Here in logtab_rement() there is too big buffer allocated:...
2015-06-23
-
09:06 PM Bug #6014 (Pending RTI): rpcgen should be built with tools and using for builds
-
04:19 PM Feature #5922: Want support for building with -fstack-protector
- FWIW the changes look good to me. I might be able to help with testing if that's what's holding up the integration p...
-
04:13 PM Feature #5922: Want support for building with -fstack-protector
- Revised version: https://xylem.cooperi.net/~alex/webrev-5922-2/
-
03:08 PM Feature #5922: Want support for building with -fstack-protector
- Link to webrev that was posted to the mailing list: https://xylem.cooperi.net/~alex/webrev-5922/
-
09:42 AM Bug #6028: dd can exit prematurely upon SIGINFO/SIGUSR1
- Lauri Tirkkonen wrote:
> % dd if=/dev/zero bs=8k |ssh $(hostname) cat >/dev/null
'cat >/dev/null' should be q... -
09:36 AM Bug #6028 (New): dd can exit prematurely upon SIGINFO/SIGUSR1
- dd, if interrupted mid-write, exits prematurely. #4494 added the signal
handlers for INFO/USR1, which is useful, but...
2015-06-22
-
06:09 PM Bug #6014: rpcgen should be built with tools and using for builds
- http://cr.dilos.org/cr/il-6014/
clean up gcc warnings too
-
02:27 PM Bug #687: rpcgen should not generate absolute #includes
- I'll look after this bug. I have a simple solution that solves the problem.
-
12:31 AM Bug #6027 (Closed): EOL zulu (XVR-4000)
- XVR-4000 was a very expensive, very rare graphics card with only a handful of them ever sold.
Removing this will p...
2015-06-21
-
11:52 PM Bug #6026 (Closed): Zero-padded IP address strings returned by SMB
- When using MMC to list connected users, Windows has long delays updating the display for each user.
It has problems ... -
11:49 PM Bug #6025 (Closed): Customer cannot set Share Properties using MMC
- If anything changes libshare after the SMB server starts (i.e. changes from outside SMB) then using MMC to modify sha...
-
11:48 PM Bug #6024 (Closed): ACL editor crash in Windows 2012 R2
- Windows 2012 R2 uses a new information level in the SamrQueryAliasInfo RPC call, which we did not handle.
-
11:47 PM Bug #6023 (Closed): Quota tab for an SMB share sometimes doesn't work
- There were a couple races with ZFS dataset creation and mount, where the SMB server would try too soon to setup the ....
-
11:41 PM Bug #6022 (Closed): MacOS logs error messages when trying to lookup users
- MacOS is sending LSA RPC calls: LsarGetConnectedUser when we're in workgroup mode.
Our implementation only expects ... -
11:39 PM Bug #6021 (Closed): Windows Explorer Stops Working / Crashes when Security Tab is accessed
- When editing an acl (right-click on a directory) the Windows ACL editor tries to lookup the SIDs found in the ACL usi...
-
11:36 PM Bug #6020: panic in smbsrv netbios_first_level_name_decode
- The decoding of the "scope" field is not sufficiently careful about lengths boundary checks etc.
We didn't want to s... -
11:31 PM Bug #6020 (Closed): panic in smbsrv netbios_first_level_name_decode
- Kernel panic seen occasionally "in the wild":...
-
02:10 PM Bug #6019 (Closed): sleep can't be infinite
- The following snippet from the sleep(1) man page is incorrect:
The floating-
point number may be specified in all... -
02:06 AM Bug #3768 (Closed): fnmatch(5) is worded poorly
- "git commit 6203546182f592d62b0fb7f4182da3d21d59031f":https://github.com/illumos/illumos-gate/commit/6203546182f592d6...
-
02:06 AM Bug #5981 (Closed): Deadlock in dmu_objset_find_dp
- "git commit 1d3f896f5469c69c1339890ec3d68e9feddb0343":https://github.com/illumos/illumos-gate/commit/1d3f896f5469c69c...
2015-06-20
-
12:36 AM Bug #6018 (New): Network Lock Manager (NLM) fails Connectathon lock test
- Comparing the old (closed) lock manager with the current one.
With the old NLM code, this all passed (see: old-klm-...
2015-06-19
-
08:44 PM Bug #6017 (Closed): savecore's messages about read errors are useless
- A user says...
-
07:16 PM Bug #5996 (Closed): libtopo ses module unload takes too long
- "git commit 057c620a8f2b46f09e91dfff7da884175a36b0a8":https://github.com/illumos/illumos-gate/commit/057c620a8f2b46f0...
-
06:17 PM Bug #5996: libtopo ses module unload takes too long
- I tested this using the ZFS test suite in conjunction with 5997. Without this change 5997 would make the zpool expand...
-
07:16 PM Feature #5997 (Closed): FRU field not set during pool creation and never updated
- "git commit 2750f8d5ec1b891560ac2224f6c37243d910bd1b":https://github.com/illumos/illumos-gate/commit/2750f8d5ec1b8915...
-
06:18 PM Feature #5997: FRU field not set during pool creation and never updated
- I tested this using a test machine with a 8-disk jbod attached. I created a pool on four disks, removed the other fou...
-
06:58 PM Bug #6016 (New): Some file locking scenarios does not work as expected
- h2. The lock tool
To reproduce this bug I use the attached simple interactive/scriptable locking application. To ... -
04:16 PM Bug #6015 (In Progress): vnode: v_path reading should be protected by v_lock
- The vnode's v_path is stable only in a case the v_lock is held. The nice example of that is in the vn_copypath() fun...
-
07:25 AM Bug #5972 (Closed): kmem: fix comment typo
- "git commit 9321cd0436261240311eaac9aad60ee764e089e6":https://github.com/illumos/illumos-gate/commit/9321cd0436261240...
-
07:25 AM Bug #5973 (Closed): kmem: double-calling kmem_depot_ws_update isn't obvious
- "git commit 0c833d6473a8b5e01ef9b7bc9ac547c0a016f932":https://github.com/illumos/illumos-gate/commit/0c833d6473a8b5e0...
-
07:25 AM Bug #5974 (Closed): kmem: remove a check that's always false
- "git commit 3f2b8a52377413f4fdd822ed4aa046ba5eff81d9":https://github.com/illumos/illumos-gate/commit/3f2b8a52377413f4...
2015-06-18
-
10:28 PM Feature #6009: Support for remote stale lock detection
- Review: https://www.illumos.org/rb/r/61/
-
03:48 PM Bug #6014 (Pending RTI): rpcgen should be built with tools and using for builds
- we are using rpcgen form build host and it is a problem if we need to use updated rpcgen for build.
2015-06-17
-
08:56 PM Feature #4107 (In Progress): Add passwd option to read passwords from stdin
-
06:01 PM Bug #687: rpcgen should not generate absolute #includes
- i have made some change for using rpcgen from workspace(it built with tools) instead of build host.
i have found tha... -
05:52 PM Bug #687: rpcgen should not generate absolute #includes
- I tried to reproduce this problem, but was unable to do so. It's true that idmap_xdr.c contains an absolute path to ...
-
03:47 PM Bug #3727 (Closed): british people can't spell
- "git commit 17723245e5b42ca8abb9964a36c0b051c0b237fe":https://github.com/illumos/illumos-gate/commit/17723245e5b42ca8...
-
12:14 PM Bug #5172 (In Progress): tftpd service is not registered by default and its manual is giving misleading directions
2015-06-16
-
06:06 PM Bug #6012 (New): SMF error message when encountering I/O errors is grammatically wrong
- svc/configd/backend.c...
-
04:56 PM Bug #6011: potential ZFS deadlock when ZFS writes take a page fault
- This is OmniOS 151006, revision b281e50 in the https://github.com/omniti-labs/illumos-omnios repo, so somewhat old. ...
-
04:35 PM Bug #6011 (New): potential ZFS deadlock when ZFS writes take a page fault
- An OmniOS user has a system which appeared to wedge solidly when attempting to use procfs.
Investigation finds tha... -
03:16 PM Feature #6010 (New): zfs's refcount debugging should be generally available and more widely used
- the ZFS folks implemented a feature I have wanted for years, and hid it away in ZFS so well that I only just discover...
-
12:45 PM Bug #5219: l2arc_write_buffers() may write beyond target_sz
- I actually was wrong about which commit introduced the problem.
Indeed, commit "e14bb3258d05c1b1077e2db7cf77088924e5... -
12:37 PM Bug #5219: l2arc_write_buffers() may write beyond target_sz
- See https://reviews.csiden.org/r/229/
-
01:11 AM Feature #6009 (In Progress): Support for remote stale lock detection
- The support for locking over NFSv2/3 is implemented using the sideband NLM protocol (with the support of the NSM prot...
2015-06-15
-
08:50 PM Feature #5995: RPC over SMB named pipes should use AF_UNIX sockets
- "git commit bce01b59de50fe66a0267f4aa23e1d6e60d973d9":https://github.com/illumos/illumos-gate/commit/bce01b59de50fe66...
-
07:34 PM Bug #6008 (New): "you must be root to use savecore" message is not always true
- If you need more privileges than you have, savecore says "You must be root to use savecore". That's not quite true. ...
-
06:40 PM Bug #6007 (New): assertion failed: TAILQ_EMPTY(&hostp->nh_vholds_list), file: ../../common/klm/nlm_impl.c, line: 1161
- Following panic happened on the recent (commit 0afb687) debug build:...
-
01:42 PM Bug #6006: assertion failure in zdb after ZFS 'filesystem full' event
- System is oi 151a9 (update 2) with illumos rev 52e13e00ba
-
01:25 PM Bug #6006 (New): assertion failure in zdb after ZFS 'filesystem full' event
- After a 'filesystem full' event, running
zdb -vvv -d rpool | egrep '(path|size)'|grep -v Object
hit corrupt direct... -
02:58 AM Bug #3768 (In Progress): fnmatch(5) is worded poorly
2015-06-14
-
09:21 PM Bug #4751 (Closed): ipadm(1M) should make it clear that static v6 addrs on an interface require addrconf addrs
- "git commit b884368dd61598a2c84215e7b8620e34fba645a1":https://github.com/illumos/illumos-gate/commit/b884368dd61598a2...
-
09:21 PM Bug #2056 (Closed): update boot(1m) for right location of the GRUB menu
- "git commit 5ce9dfc844a5f2a338bcba6fcfd718a0e60956fe":https://github.com/illumos/illumos-gate/commit/5ce9dfc844a5f2a3...
-
07:17 PM Bug #6004: ld should warn about duplicate "local: *"
- Surely it should also warn for global:* in two blocks as well? I would guess the asterisk is the important bit.
-
01:52 AM Bug #6004 (New): ld should warn about duplicate "local: *"
- According to Rich Lowe, ld should warn or fail if you have "local: *" in two SYMBOL_VERSION blocks.
-
08:59 AM Feature #6005 (Closed): bootadm update-archive should create/update archive sha-1 hash
- As Illumos kernel already has simple mechanism to check module hashes at early boot (dboot_startkern.c), the hash man...
2015-06-13
-
09:08 PM Bug #2056 (Pending RTI): update boot(1m) for right location of the GRUB menu
-
05:38 PM Feature #5995 (Closed): RPC over SMB named pipes should use AF_UNIX sockets
- "git commit 68b2bbf26c7040fea4281dcb58b81e7627e46f34":https://github.com/illumos/illumos-gate/commit/68b2bbf26c7040fe...
-
05:35 PM Bug #5993 (Closed): SMB server fails setting dates earlier than 1970
- "git commit b6f078ed90209a1b0e143e0abd10e14a6a2a7397":https://github.com/illumos/illumos-gate/commit/b6f078ed90209a1b...
-
05:35 PM Bug #5994 (Closed): Access Based Enumeration not working after 1527
- "git commit 5a48565528ab0659af6d43ebe1659bfff8074e8f":https://github.com/illumos/illumos-gate/commit/5a48565528ab0659...
-
03:45 PM Bug #6003 (Closed): powertop dumps core when given any arguments
- A reported by Michael Rasmussen mir@miras.org on the omnios mailing list:
root@nas:/root# powertop -d 1
Segmentat... -
02:00 PM Bug #6002 (New): loadavg.h missing definition of hrtime_t
- The include file /usr/include/sys/loadavg.h contains references to hrtime_t, but does not ensure it's defined.
Acc... -
03:25 AM Bug #5911 (Closed): ZFS "hangs" while deleting file
- "git commit 46e1baa6cf6d5432f5fd231bb588df8f9570c858":https://github.com/illumos/illumos-gate/commit/46e1baa6cf6d5432...
2015-06-12
-
09:48 PM Bug #3727: british people can't spell
- You were right. The 0C4 is caused by an attempt to write to a static string. I'm looking for a fix.
-
07:21 PM Bug #5618 (Closed): webrev is unable to format (mi in man pages
- "git commit 83885279ef0a4e648dec5ed9b6933631923e8a6a":https://github.com/illumos/illumos-gate/commit/83885279ef0a4e64...
-
07:12 PM Bug #5988 (Closed): zfs(1M) diff is excessively indented
- "git commit b3cff10cdd26674d8dc66e0b349fd185df709fad":https://github.com/illumos/illumos-gate/commit/b3cff10cdd26674d...
-
07:12 PM Bug #5409 (Closed): Remove shareiscsi description and example from zfs(1M)
- "git commit b3cff10cdd26674d8dc66e0b349fd185df709fad":https://github.com/illumos/illumos-gate/commit/b3cff10cdd26674d...
-
07:07 PM Bug #1209 (Closed): fnmatch(3C) should mention FNM_IGNORECASE
- "git commit b735fab62707bcb6832e1654b9265bd13e0ae959":https://github.com/illumos/illumos-gate/commit/b735fab62707bcb6...
-
06:49 AM Bug #6001 (Closed): strcat(9f) needs a manpage
- The strcat(9f) function is "widely used in the gate":http://src.illumos.org/source/search?refs=strcat&path=uts&projec...
-
03:19 AM Bug #5679 (Closed): be_sort_list(): Possible null pointer dereference
- "git commit 0afb687bf3724077cd5f304f176b5ee2b92aa2c2":https://github.com/illumos/illumos-gate/commit/0afb687bf3724077...
2015-06-11
-
09:41 PM Bug #6000 (In Progress): NLM stands for "Network Lock Manager"
- There are various places in the gate where the "NFS Lock Manager" is mentioned, but the proper name is "Network Lock ...
-
03:10 PM Bug #5996: libtopo ses module unload takes too long
- This bug is actually dependent on the program linking with libtopo. In this case it was found with syseventd, which b...
-
02:37 PM Bug #5998: mdb_ctf_vread fails in dcmds run via mdb_pwalk_dcmd
- BTW, this is doing essentially the same thing as mdb_modapi.c:pwalk_step
http://src.illumos.org/source/xref/illumos... -
02:41 AM Bug #5998 (In Progress): mdb_ctf_vread fails in dcmds run via mdb_pwalk_dcmd
-
02:41 AM Bug #5998: mdb_ctf_vread fails in dcmds run via mdb_pwalk_dcmd
- The fix for #3473 added a check for the f_cbactive flag on the "top" (deepest) walker.
That flag is set by mdb_pwal... -
02:35 AM Bug #5998 (Closed): mdb_ctf_vread fails in dcmds run via mdb_pwalk_dcmd
- This is essentially the same problem as #3473 but with mdb_pwalk_dcmd, where #3473 fixed mdb_pwalk.
The manifestat... -
08:40 AM Bug #5999 (New): [Patch] To fix some clang WARNINGS.
- This patch was first done to FreeBSD, but I have received some requests to open the ticket here with this patch.
S...
2015-06-10
-
01:33 PM Feature #5997 (Closed): FRU field not set during pool creation and never updated
- ZFS already supports storing the vdev FRU in a vdev property. There is code in libzfs to work with this property, and...
-
01:20 PM Bug #5996: libtopo ses module unload takes too long
- Webrev: http://ma.nexenta.com/~woodstock/illumos-5996/
-
01:17 PM Bug #5996 (Closed): libtopo ses module unload takes too long
- The libtopo ses module creates a thread that repeatedly uses poll() to wait for some event and then do something abou...
-
12:26 AM Bug #5983 (Closed): 5896 fallout when EMI is removed
- "git commit a6490d0f4f068b0e0b17b98d03e50301aa6bb3f4":https://github.com/illumos/illumos-gate/commit/a6490d0f4f068b0e...
2015-06-09
-
06:54 PM Feature #4770 (Closed): soconfig(1M) needs an option to print the in-kernel socket configuration table
- "git commit 19581f849bf7a7ff70969056873a9f08150b2e7c":https://github.com/illumos/illumos-gate/commit/19581f849bf7a7ff...
-
06:54 PM Bug #5187 (Closed): missing functions in stdlib.h : mkostemp, mkostemps & mkdtemp
- "git commit 90553fa8afd7a98e67bf29073ba4c8d157bb00c9":https://github.com/illumos/illumos-gate/commit/90553fa8afd7a98e...
-
02:55 PM Bug #5978 (Closed): 5816 causes mdb's ::status message to be further truncated
- "git commit f68770eaa148461c70a7bafc74cf10adf8fb4add":https://github.com/illumos/illumos-gate/commit/f68770eaa148461c...
-
03:42 AM Feature #5995 (Closed): RPC over SMB named pipes should use AF_UNIX sockets
- There's a bunch of rather messy code in the SMB server kmod and smbd
that basically simulates an AF_UNIX socket. Ch... -
03:33 AM Bug #5994: Access Based Enumeration not working after 1527
- When ABE is set and we're getting attributes for a directory listing response,
we want the getattr calls to fail for... -
03:26 AM Bug #5994 (Closed): Access Based Enumeration not working after 1527
- If you set the share property "abe=true" then users connected to that should only see files and directories for which...
-
03:18 AM Bug #5993 (Closed): SMB server fails setting dates earlier than 1970
- Windows applications may ask to set file dates earlier than 1970, and that currently causes the smb "set attributes" ...
2015-06-08
-
08:34 PM Bug #5984: zfs clone should not mount the clone if canmount == noauto
- See https://reviews.csiden.org/r/228/
-
06:45 PM Bug #5992 (New): pg info lacks enough detail for dispatcher to decide what to do
- When many people (myself included) think of sockets/cores/threads they are thinking about the way Intel does things. ...
-
12:32 PM Bug #5991 (New): System Crash
System:
SUN MICROSYSTEMS SUN FIRE X4275 SERVER
BIOS Configuration: American Megatrends Inc. 07060309 07/10/2013 B...-
09:49 AM Bug #5988 (In Progress): zfs(1M) diff is excessively indented
-
08:23 AM Bug #5988 (Closed): zfs(1M) diff is excessively indented
- In zfs(1M), the section for zfs diff is indented one level too many - or the zfs release section hasn't terminated it...
-
08:34 AM Bug #5990 (New): zfs(1M) allow section is out of sync
- The permissions for zfs allow in the zfs manpage are out of sync with actual usage.
The following subcommands are ... -
08:29 AM Feature #5989 (New): Desire finer grained destroy permissions
- Currently, to allow a user to destroy snapshots, they have to be allowed to destroy the parent dataset. This might be...
2015-06-07
-
06:10 PM Bug #1209 (Pending RTI): fnmatch(3C) should mention FNM_IGNORECASE
-
04:55 PM Bug #2056 (In Progress): update boot(1m) for right location of the GRUB menu
2015-06-06
-
03:37 PM Bug #5987 (Closed): zfs prefetch code needs work
- The existing ZFS prefetch code (dmu_zfetch.c) has some problems:
1. It's nearly impossible to understand. e.g. ther... -
07:14 AM Feature #4770 (In Progress): soconfig(1M) needs an option to print the in-kernel socket configuration table
-
01:38 AM Bug #1209 (In Progress): fnmatch(3C) should mention FNM_IGNORECASE
-
12:34 AM Bug #5956 (Closed): orientate is not a word
- "git commit 81ad62fccc616122995dc5abd6e7a8bed377f818":https://github.com/illumos/illumos-gate/commit/81ad62fccc616122...
2015-06-05
-
10:00 PM Bug #5984 (Closed): zfs clone should not mount the clone if canmount == noauto
- Since @canmount@ property is not inherited and its default value is @on@ the only scenario where this matters is @zfs...
-
06:36 PM Bug #5983 (Closed): 5896 fallout when EMI is removed
- We've seen regressions where we have a warning from svccfg when EMI has been removed from a repository when doing an ...
-
05:39 PM Bug #5982 (Closed): All kernel messages seem to come from 'genunix' instead of individual modules after 5272
- "git commit 2235c267f66f8b02ccdfc15c8c0aac6346fba1bc":https://github.com/illumos/illumos-gate/commit/2235c267f66f8b02...
-
01:44 PM Bug #5956 (Pending RTI): orientate is not a word
2015-06-04
-
10:45 PM Bug #5982 (Closed): All kernel messages seem to come from 'genunix' instead of individual modules after 5272
- 5272 introduced a regression - all messages seem to come from 'genunix' instead of individual modules due to caller()...
-
10:23 PM Bug #5967 (Closed): Invalid multiline string in zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_features_004_neg
- "git commit fa517adbe8e043d0cdff8c3b22591c6fdec89934":https://github.com/illumos/illumos-gate/commit/fa517adbe8e043d0...
-
10:23 PM Bug #5966 (Closed): zfs-tests/tests/functional/acl/nontrivial/zfs_acl_chmod_rwx_002_pos incorrectly uses typeset builtin
- "git commit fa517adbe8e043d0cdff8c3b22591c6fdec89934":https://github.com/illumos/illumos-gate/commit/fa517adbe8e043d0...
-
09:12 PM Bug #5921 (Closed): Want a netbios_enable parameter in sharectl_smb
- "git commit 83d2dfe69259e79314662cf95e6d1f9103dcffe2":https://github.com/illumos/illumos-gate/commit/83d2dfe69259e793...
-
09:12 PM Feature #5917 (Closed): User-mode SMB server
- "git commit b819cea2f73f98c5662230cc9affc8cc84f77fcf":https://github.com/illumos/illumos-gate/commit/b819cea2f73f98c5...
-
07:59 PM Bug #5976 (Closed): e1000g use after free on start failure
- "git commit bcfab0594401266bd287f71573312d8af05de184":https://github.com/illumos/illumos-gate/commit/bcfab0594401266b...
-
08:12 AM Bug #5981 (Closed): Deadlock in dmu_objset_find_dp
- When dmu_objset_find_dp gets called with a read lock held, it fans out the work to the task queue. Each task in turn ...
2015-06-03
-
08:29 PM Feature #5980: in-kernel inet_ntop should format IPv4 addresses like userland one
- In the past we made some changes to the behaviour of @inet_pton@ in the kernel, as well. We retained the old behavio...
-
06:53 PM Feature #5980 (Closed): in-kernel inet_ntop should format IPv4 addresses like userland one
- The in-kernel inet_ntop() formats 10.10.0.4 like this:
010.010.000.004
The leading zeros are different from ho... -
06:34 PM Bug #5977 (Closed): Machine crash when double-tabbing through directory
-
06:32 PM Bug #5977: Machine crash when double-tabbing through directory
- According to Dan at Omni (who looked at the crash dump for me), this is a repeat of bug 5421 which has been fixed in ...
-
09:38 AM Bug #5977: Machine crash when double-tabbing through directory
- The problems were with the device string in the add device section of zonecfg:
1) A "/*" at the end of the device ... -
09:15 AM Bug #5977: Machine crash when double-tabbing through directory
- Could you describe what exactly you did as this should be fixed, not closed?
-
09:02 AM Bug #5977: Machine crash when double-tabbing through directory
- It was a misconfig after all - there are several issues with the OmniOS docs.
I'm still surprised it is so easy to c... -
08:16 AM Bug #5977: Machine crash when double-tabbing through directory
- I have found that using ls to list the device file causes a crash as well.
It may be that I have misconfigured zon... -
05:58 PM Bug #5679 (In Progress): be_sort_list(): Possible null pointer dereference
-
05:39 PM Bug #5978 (Closed): 5816 causes mdb's ::status message to be further truncated
- 5816 introduced a regression where the status is always truncated. Consider the following core:
{code}
> ::status... -
02:51 PM Bug #5971 (Closed): svccfg needs to treat users of SVCCFG_REPOSITORY like a native build
- "git commit 8370701b9b48afe365394c34cab9a75f018594aa":https://github.com/illumos/illumos-gate/commit/8370701b9b48afe3...
-
08:26 AM Bug #5956: orientate is not a word
- I'm not sure that it "is not a word" as you put it. That's what I was taught in school, and have used for the past 50...
Also available in: Atom