Activity
From 2014-05-21 to 2014-06-19
2014-06-19
-
08:09 PM Feature #4923: want preadv and pwritev
- It should be in the if statement, because CPU_STATS_ADDQ expands into a macro that glues together a function name fro...
-
07:21 PM Feature #4923: want preadv and pwritev
- Line 950:
Use boolean_t for boolean variables
Line 1176:
I suspect this should be 'CPU_STATS_ADDQ(cp, sys, (... -
06:24 PM Feature #4923: want preadv and pwritev
- I have a webrev here if anyone would like to give feedback.
http://us-east.manta.joyent.com/dj.hoffman/public/prea... -
06:20 PM Feature #4923: want preadv and pwritev
- Please, whatever you do, don't break existing syscalls.
-
05:38 PM Feature #4923: want preadv and pwritev
- preadv and pwritev are not standard system calls, but they exist in linux (see http://linux.die.net/man/2/preadv) and...
-
12:41 PM Bug #4845: rm(u)mount don't always print mount/unmount errors
- The webrev has now been updated so it only issues a single error for devices that are missing volumes:...
-
12:46 AM Bug #4931 (Closed): kernel's inet_pton still botches v4 mapped and compat addresses byte order
- While developing something that used ksockets and the kernel's inet_pton to fill out a struct sockaddr_in6 with a v4 ...
2014-06-18
-
06:56 PM Bug #4925: Strange in-kernel memory leak on upgrading to il-gate nightly 2014-06-10
- Nope, findleaks still doesn't find anything.
Gonna try git bisect between OI151a9 and this version of il-gate and ... -
08:33 AM Bug #4925: Strange in-kernel memory leak on upgrading to il-gate nightly 2014-06-10
- ...oh my....
-
08:18 AM Bug #4925: Strange in-kernel memory leak on upgrading to il-gate nightly 2014-06-10
- I find myself questioning the conclusions of ::findleaks....
-
04:20 AM Bug #4925: Strange in-kernel memory leak on upgrading to il-gate nightly 2014-06-10
- I..._think_ this might be in mpt_sas.
I'm still waiting for ::findleaks to come back (120 GB is a lot of pages), b... -
05:42 PM Bug #4577: pfexec's error reporting is (at least sometimes) awful
- I'll take this one.
2014-06-17
-
07:51 PM Bug #4929 (Closed): want prevsnap property
- Expose a "prevsnap" property for filesystems/zvols which is the most recent snapshot.
-
07:41 PM Bug #3910 (Closed): t_look(3NSL) should never return T_ERROR
- "git commit 09b0d01c5bc323b8ee7043100e09aded27cc12ab":https://github.com/illumos/illumos-gate/commit/09b0d01c5bc323b8...
-
05:52 PM Bug #4916 (In Progress): rpc_gss_get_principal_name(3nsl): Typo in the synopsis
- I'm working on this,
Best Regards,
Bart Coddens -
03:57 PM Bug #4927 (New): zfstest: rsend_008_pos triggers assert in zfs
- zfstest's rsend_008_pos is triggering assert in zfs:...
2014-06-16
-
11:18 PM Bug #4926 (Rejected): sem_timedwait(3c) man page missing EAGAIN description
- There was a subtle bug in the test that took me an embarrassingly long amount of time to spot. With that fixed (and ...
-
04:44 AM Bug #4926: sem_timedwait(3c) man page missing EAGAIN description
- Gah it's late -- this should be sem*a*_timedwait. However as the Posix versions are nothing but thin wrappers to the...
-
04:39 AM Bug #4926 (Rejected): sem_timedwait(3c) man page missing EAGAIN description
- The current sem_timedwait(3c) manpage does not list EAGAIN as a possible error value. However, sem_wait(3c) does. T...
2014-06-14
-
09:08 PM Bug #4910 (Closed): libshare_nfs: Memory leak in fill_security_from_secopts()
- "git commit 6020a1b764797bc75c5b6bb622762df54ebc0ff3":https://github.com/illumos/illumos-gate/commit/6020a1b764797bc7...
-
09:08 PM Bug #4917 (Closed): libshare_nfs: s_rootnames leaks
- "git commit 3253d86fb73285619825921040bf0262898cf3f8":https://github.com/illumos/illumos-gate/commit/3253d86fb7328561...
-
09:08 PM Feature #4911 (Closed): illumos-gate perl package version is fixed
- "git commit 33392354a001a7e6e504717bd3f249456d36cc00":https://github.com/illumos/illumos-gate/commit/33392354a001a7e6...
-
06:21 PM Bug #3910 (In Progress): t_look(3NSL) should never return T_ERROR
- I've just submitted an RTI for this bug.
-
03:11 AM Bug #4925 (New): Strange in-kernel memory leak on upgrading to il-gate nightly 2014-06-10
- Upgraded to a nightly build of il-gate from 2014-06-10 to see if #4920 would be resolved.
System panicked within m...
2014-06-13
-
02:50 PM Bug #4917 (Pending RTI): libshare_nfs: s_rootnames leaks
-
02:50 PM Bug #4910 (Pending RTI): libshare_nfs: Memory leak in fill_security_from_secopts()
-
12:17 PM Feature #4924 (Closed): LZ4 Compression for metadata
- It was shown that lz4 is better than other compression algorithms ZFS has. L2Arc now use LZ4 compression and there is...
2014-06-12
-
11:29 PM Bug #4756 (Closed): metaslab_group_preload() could deadlock
- "git commit 30beaff42d8240ebf5386e8b7a14e3d137a1631f":https://github.com/illumos/illumos-gate/commit/30beaff42d8240eb...
-
08:58 PM Feature #4923 (Closed): want preadv and pwritev
- preadv and pwritev are not yet implemented in illumos. These system calls provide support for io vector support for a...
-
07:45 PM Bug #4922: all calloc() implementations should check for overflow
- This leaves libbc, which in general we leave exactly as broken as it always was, given its purpose, and libld_calloc ...
-
07:09 PM Bug #4922 (Closed): all calloc() implementations should check for overflow
- We have a depressing number of calloc() implementations, only a subset of which check for integer overflow.
The re... -
07:36 PM Feature #4646: Want nicer messages out of mpt_sas logs
- 'according to the MPT 2.x docs everything other than the leftmost byte of loginfo falls into "product-specific docume...
2014-06-11
-
04:58 PM Bug #4919: zfs send returns "unknown" error if from snap does not exist
- I had relatively simple fix, which fails to work with replication streams (it works but in certain situation the erro...
-
01:51 AM Bug #4920: BAD TRAP: type=d (#gp General protection) on OI151_a9
- Looks a lot like #3195, but that was fixed in Illumos in commit 018d3f06fe63d3b8316ef73502fb8f2dd473ffd1, way back in...
-
12:03 AM Bug #4920: BAD TRAP: type=d (#gp General protection) on OI151_a9
- ::msgbuf seems to look like this could be related to the problem in #4310. I wonder if the fix for #4819 might help t...
2014-06-10
-
11:51 PM Bug #4920 (New): BAD TRAP: type=d (#gp General protection) on OI151_a9
- panicinfo:...
-
08:39 PM Bug #4919 (In Progress): zfs send returns "unknown" error if from snap does not exist
-
08:38 PM Bug #4919 (In Progress): zfs send returns "unknown" error if from snap does not exist
- zfs send returns EZFS_UNKNOWN error when trying to send incremental stream and "from" snapshot does not exist. libzfs...
-
05:28 PM Bug #4899: xgettext(1) of shell scripts can generate invalid strings
- I'd rather leave it open to cover kclient and s10_* being broken, but requiring a fix other than to xgettext
-
04:54 PM Bug #4899: xgettext(1) of shell scripts can generate invalid strings
- xgettext is designed to extract strings from C programs. It can't possibly be expected to parse full shell syntax (w...
-
05:27 PM Bug #4365: Bad LANG environment breaks libcurses build
- That'd be done in 4680 nightly and bldenv need to set LC_ALL if they want to fully override the locale
-
05:18 PM Bug #4365: Bad LANG environment breaks libcurses build
- Agreed with Rich; furthermore, doing the build in the C locale is likely to improve compile times modestly, as the C ...
-
05:18 PM Bug #4883 (Closed): stale references to ddi_dma_setup should be cleaned
-
05:00 PM Bug #4883 (Resolved): stale references to ddi_dma_setup should be cleaned
- This was fixed with the push of 4888. Sorry, forgot to include this one in the git comments.
-
02:52 PM Bug #4918 (New): "share -o log" triggers memory leaks in libshare_nfs
- ...
-
03:29 AM Bug #4630 (Closed): clean stale references to ddi_iopb_alloc and ddi_iopb_free
- "git commit b89e420ae1290e425c29db875ec0c0546006eec7":https://github.com/illumos/illumos-gate/commit/b89e420ae1290e42...
-
03:29 AM Bug #4634 (Closed): undocument scsi_hba_attach() and ddi_dma_lim(9s)
- "git commit b89e420ae1290e425c29db875ec0c0546006eec7":https://github.com/illumos/illumos-gate/commit/b89e420ae1290e42...
-
03:29 AM Bug #4887 (Closed): EOF ddi_iomin
- "git commit b89e420ae1290e425c29db875ec0c0546006eec7":https://github.com/illumos/illumos-gate/commit/b89e420ae1290e42...
-
03:29 AM Bug #4886 (Closed): EOF ddi_dmae_getlim
- "git commit b89e420ae1290e425c29db875ec0c0546006eec7":https://github.com/illumos/illumos-gate/commit/b89e420ae1290e42...
-
03:29 AM Bug #4884 (Closed): EOF scsi_hba_attach
- "git commit b89e420ae1290e425c29db875ec0c0546006eec7":https://github.com/illumos/illumos-gate/commit/b89e420ae1290e42...
-
03:29 AM Bug #4888 (Closed): Undocument dma_req(9s)
- "git commit b89e420ae1290e425c29db875ec0c0546006eec7":https://github.com/illumos/illumos-gate/commit/b89e420ae1290e42...
2014-06-09
-
10:42 PM Bug #4853: illumos-gate is not lint-clean when built with openssl 1.0
- ...
-
07:06 PM Bug #4849 (Closed): strlcpy(9F) points to the wrong header
- "git commit 13bb82abd861fb185be572d7ae5710bf0f98a17a":https://github.com/illumos/illumos-gate/commit/13bb82abd861fb18...
-
04:01 PM Bug #4917 (Closed): libshare_nfs: s_rootnames leaks
- ...
-
02:35 PM Bug #4916 (Closed): rpc_gss_get_principal_name(3nsl): Typo in the synopsis
- The rpc_gss_get_principal_name(3nsl) man page have a typo in the sysnopsis where rpc_gss_principal_t should be used i...
-
01:32 AM Bug #4897 (Closed): Space accounting mismatch in L2ARC/zpool
- "git commit 3038a2b421b40dc5ac11cd88423696618584f85a":https://github.com/illumos/illumos-gate/commit/3038a2b421b40dc5...
-
12:19 AM Bug #3910 (Feedback): t_look(3NSL) should never return T_ERROR
- This doesn't seem too bad. The change only alters the style of one error return from the t_look() TLI function. The...
2014-06-08
-
07:08 AM Bug #1377: mpt_sas reliably panics when firmware updating
- I appear to have never updated this ticket with my discovery that, on the same version of Illumos, this problem does ...
2014-06-07
-
12:24 PM Bug #4731 (In Progress): Remove NIS+ from man pages
- I'm working on it
2014-06-06
-
08:16 PM Feature #4891 (Closed): want zdb option to dump all metadata
- "git commit df15e419cb7359ba56ddddab9045e438d89e7cbc":https://github.com/illumos/illumos-gate/commit/df15e419cb7359ba...
-
07:02 PM Bug #4915 (New): zfs receive is still slow when processing FREE records
- Dan McDonald of OmniTI reported that one of their customers was seeing poor
performance of "zfs receive" of a sparse... -
07:00 PM Bug #1667 (Closed): pkcs11 may deadlock when multi-threaded consumers fork
- "git commit 05d57413471eaaa425913a06edc2ab33ad9b05bc":https://github.com/illumos/illumos-gate/commit/05d57413471eaaa4...
-
05:28 PM Bug #4189: sas multipath
- take a look at http://lists.omniti.com/pipermail/omnios-discuss/2014-March/002413.html
-
09:39 AM Bug #4914: zfs on-disk bookmark structure should be named *_phys_t
- Please rename the bug description from "zfs on-disk structures should be name *_phys_t" to "zfs on-disk structures fo...
-
02:17 AM Bug #4914 (Closed): zfs on-disk bookmark structure should be named *_phys_t
- Matt Ahrens:...
2014-06-05
-
11:18 PM Bug #4913 (Closed): zfs release should not be subject to space checks
- "git commit 5d7b4d438c4a51eccc95e77a83a437b4d48380eb":https://github.com/illumos/illumos-gate/commit/5d7b4d438c4a51ec...
-
09:15 PM Bug #4913 (Closed): zfs release should not be subject to space checks
- 'zfs release' should succeed even when the pool is low on space. This is a good thing because "zfs release" can help...
-
11:18 PM Feature #4757 (Closed): ZFS embedded-data block pointers ("zero block compression")
- "git commit 5d7b4d438c4a51eccc95e77a83a437b4d48380eb":https://github.com/illumos/illumos-gate/commit/5d7b4d438c4a51ec...
-
11:18 PM Bug #4881 (Closed): zfs send performance degradation when embedded block pointers are encountered
- "git commit 06315b795c0d54f0228e0b8af497a28752dd92da":https://github.com/illumos/illumos-gate/commit/06315b795c0d54f0...
-
11:18 PM Bug #4390 (Closed): i/o errors when deleting filesystem/zvol can lead to space map corruption
- "git commit 7fd05ac4dec0c343d2f68f310d3718b715ecfbaf":https://github.com/illumos/illumos-gate/commit/7fd05ac4dec0c343...
-
09:37 PM Bug #4912: soft_giant_mutex in pkcs11_softtoken stays held after fork
- Because pkcs11_fork_child_fini() (pthread_atfork post-fork handler) invokes dlclose(), the softtoken's _fini is calle...
-
07:06 PM Bug #4912 (New): soft_giant_mutex in pkcs11_softtoken stays held after fork
- If (and only if) a parent process has
1.) Created threads
and
2.) Called C_Initialize/C_Finalize/C_Initializ... -
07:11 PM Bug #1667: pkcs11 may deadlock when multi-threaded consumers fork
- New version of 1667.c is attached. If you run with argv[2] set, it will have a locked child, but NOT on this bug. Se...
-
03:55 PM Bug #1667: pkcs11 may deadlock when multi-threaded consumers fork
- Found a program that can reproduce the problem. It requires user interaction (press RETURN to fork). I used 128 thr...
-
01:41 AM Bug #1667: pkcs11 may deadlock when multi-threaded consumers fork
- The current method of libcryptoutil's pkcs11_*random_*() interfaces arrived with this commit:
commit 7b79d84636ec8... -
06:20 AM Feature #4911 (Closed): illumos-gate perl package version is fixed
- Illumos-gate packages depend on fixed runtime/perl-510 and runtime/perl-510/extra packages. I suggest to modify this ...
2014-06-04
-
08:44 PM Bug #1667: pkcs11 may deadlock when multi-threaded consumers fork
- NOTE: Make sure you see #4909 for a DTrace script to detect these.
The man page refers to the PKCS#11 v2.20 spec ... -
08:14 PM Bug #4910 (Closed): libshare_nfs: Memory leak in fill_security_from_secopts()
- ...
-
08:03 PM Bug #4909 (Closed): fork during pkcs11 operation can deadlock child process
- Dup of #1667
-
07:42 PM Bug #4909 (Closed): fork during pkcs11 operation can deadlock child process
- Repeatedly see this on an OmniOS r151006 system, running Oracle Java 7 and Jenkins. After some period of run time, a...
-
06:06 PM Bug #4722 (Closed): fm/smtp-notify mails about events in previously closed cases upon fmd (re)start
- "git commit 107c18c129a0fbc18532c43616e5dc1a489d6ddc":https://github.com/illumos/illumos-gate/commit/107c18c129a0fbc1...
-
02:06 PM Feature #4907 (Closed): webrev should default to utf-8
- "git commit 48ad9d01ac0e269db0aa65d5cb3c5e9a6d90b0f9":https://github.com/illumos/illumos-gate/commit/48ad9d01ac0e269d...
2014-06-03
-
09:43 PM Bug #4908: rpcbind NULL ptr dereference at forward_destroy+0x22()
- core: http://ma.nexenta.com/~woodstock/core.3262
-
09:25 PM Bug #4908 (Closed): rpcbind NULL ptr dereference at forward_destroy+0x22()
- rpcbind aborts repeatedly on my system (OI hipster illumos-adf3407).
From the core:... -
04:04 PM Feature #4907 (Closed): webrev should default to utf-8
- webrev doesn't specify a default encoding which causes it to generally default to something else. We should just set ...
-
05:47 AM Feature #4904: Add support for Marvell 88SE9130
- Marcel Telka wrote:
> Maybe the SATA port(s) are accessible via the processor. If that's the case then you are proba... -
05:40 AM Feature #4904: Add support for Marvell 88SE9130
- Maybe the SATA port(s) are accessible via the processor. If that's the case then you are probably out of luck for now...
2014-06-02
-
11:03 PM Feature #4904: Add support for Marvell 88SE9130
- Marcel Telka wrote:
> Is it possible to switch the card to AHCI mode? If so, please try to do so and it should start... -
11:45 AM Feature #4904: Add support for Marvell 88SE9130
- Is it possible to switch the card to AHCI mode? If so, please try to do so and it should start to work. AFAIK, the RA...
-
11:14 AM Feature #4904 (New): Add support for Marvell 88SE9130
- I recently picked up a pci sata card which is based on the Marvell 88SE9130 controller. After realising it wasn't sup...
-
08:07 PM Feature #4906 (Closed): cpqary3: add support for hp gen8+ smart array controllers
- PCI IDs need to be added to the cpqary3 driver in order to support the latest HP Smart Array controllers, including: ...
-
05:03 PM Feature #4905 (Rejected): beadm destroy needs some option to not ask confirmation
- There's an -F, which I totally managed to skim over in the manual. I'm an idiot.
-
04:55 PM Feature #4905 (Rejected): beadm destroy needs some option to not ask confirmation
- Thanks to pkg(5)'s backup BE feature (that is, when packages are updated it will by default save a backup copy of the...
2014-05-31
-
12:45 AM Bug #4902 (Closed): 4839, 3294 introduced build breakage on older Illumos build machines
- The fix for issues 4839 and 3294 ("generated elfdump struct layouts by hand, shouldn't have", commit 894fa7ba) broke ...
-
12:15 AM Bug #4901 (Closed): zfs filesystem/snapshot limit leaks
- "git commit adf340778b67ab4c04c186099a69e0a5435609c7":https://github.com/illumos/illumos-gate/commit/adf340778b67ab4c...
2014-05-30
-
10:16 PM Bug #4900 (Closed): zfs filesystem/snapshot limit leaks
- This is a dup of 4901
-
10:04 PM Bug #4900 (Closed): zfs filesystem/snapshot limit leaks
- I see another [leak] in dsl_dir_rename_check() on the error path in the "if (dsl_dir_is_zapified(dd))" block (near l...
-
10:05 PM Bug #4901 (Closed): zfs filesystem/snapshot limit leaks
- I see another [leak] in dsl_dir_rename_check() on the error path in the "if (dsl_dir_is_zapified(dd))" block (near l...
-
09:07 PM Bug #4899: xgettext(1) of shell scripts can generate invalid strings
- GNU xgettext seems to just ignore these tokens entirely.
-
09:03 PM Bug #4899: xgettext(1) of shell scripts can generate invalid strings
- the same is true of s10_boot.ksh with "Warning: \\" and and kclient.sh with the "Principal or policy already exists" ...
-
09:02 PM Bug #4899 (New): xgettext(1) of shell scripts can generate invalid strings
- xgettext of kclient.sh will generate a msgid "Principal \\", which contains unbalanced quotes (because of the escape)...
-
06:02 PM Bug #4829 (Closed): sema_init(3C) botches the arguments in an example
- "git commit 3fabe5138cfcd4ff6438a18be90e712cd6cbb7ff":https://github.com/illumos/illumos-gate/commit/3fabe5138cfcd4ff...
-
01:02 AM Bug #4085 (In Progress): mpathadm list lu cause panic
- This has the same symptoms as an issue with retired devices with multiple paths we have identified and fixed, with th...
-
12:32 AM Bug #1778: Assertion failed: rn->rn_nozpool == B_FALSE, file ../common/libzfs_import.c, line 1077, function zpool_open_func
- I think I'm seeing this trying to import the zones pool in a 20 (physical) core SmartOS box. I can't see a work arou...
2014-05-29
-
09:06 PM Bug #4898 (Closed): smb shouldn't try to set TRUSTED_FOR_DELEGATION
- ...
-
06:33 PM Feature #3897 (Closed): zfs filesystem and snapshot limits
- "git commit fb7001f1cd0ee8c6cacc800126125242e40ecbd4":https://github.com/illumos/illumos-gate/commit/fb7001f1cd0ee8c6...
-
12:05 PM Bug #4897: Space accounting mismatch in L2ARC/zpool
- Code review available at: http://reviews.csiden.org/r/35/
-
10:27 AM Bug #4897 (Closed): Space accounting mismatch in L2ARC/zpool
- L2ARC vdev space usage statistics are calculated as the delta between the maximum and minimum vdev offset ever writte...
-
10:03 AM Feature #4896 (New): Performance improvements for KCF AES modes
- The KCF has numerous serious performance deficiencies under that severely impede its usability:
1) AES-NI accelerati...
2014-05-28
-
06:15 AM Bug #4895: system coredump when delete lu during data copy
- To be noted, the system is OpenIndiana 151a8
And I tested without using backgroud task to delete lu, system works fi... -
06:11 AM Bug #4895 (New): system coredump when delete lu during data copy
- 1, configure couple of LUNs(Here I created 3)
2, copy data to one of the LUN on Win 7
3, delete all the created LUN...
2014-05-27
-
11:12 PM Bug #4774 (Closed): Typos in tcp(7P) manpage
- "git commit 64f4fcac54a47f8ee19c798b4f4eb1399a0167d4":https://github.com/illumos/illumos-gate/commit/64f4fcac54a47f8e...
-
09:38 AM Bug #4774: Typos in tcp(7P) manpage
- Sent RTI.
-
11:12 PM Bug #4841 (Closed): lockf(3c): Minor formatting issues in man page
- "git commit 7964943488a95dc9789c485ad9bc815283aadc35":https://github.com/illumos/illumos-gate/commit/7964943488a95dc9...
-
09:38 AM Bug #4841: lockf(3c): Minor formatting issues in man page
- Sent RTI.
-
11:12 PM Bug #4835 (Closed): getexecattr(3secdb): Minor formatting issues
- "git commit 24da2bc2871eea8d50b67afc26dce9fd125f3947":https://github.com/illumos/illumos-gate/commit/24da2bc2871eea8d...
-
09:37 AM Bug #4835: getexecattr(3secdb): Minor formatting issues
- Sent RTI.
-
11:12 PM Bug #4839 (Closed): 3294 generated elfdump struct layouts by hand, shouldn't have
- "git commit 894fa7ba71de90ec2b4a468b77d5d20d75299104":https://github.com/illumos/illumos-gate/commit/894fa7ba71de90ec...
-
08:55 PM Bug #4894 (Closed): svcadm returns unexpected exit codes for restart/refresh when EPERM
- When running svcadm from a limited user that does not have permissions, the enable and disable actions return a failu...
-
06:51 PM Bug #4893 (Closed): share_nfs(1m): Typo 'node' vs. 'mode'
- The "node name" should be changed to "mode name" here in the share_nfs(1m) man page:...
2014-05-26
-
05:20 PM Bug #4892 (New): svccfg man page: incorrect documentation for unsetenv
- The man page for svccfg states:...
-
04:50 PM Bug #4774 (In Progress): Typos in tcp(7P) manpage
- http://cr.illumos.org/~webrev/wdowling/4774-tcp-manpage-formatting/
-
04:43 PM Bug #4835 (In Progress): getexecattr(3secdb): Minor formatting issues
- http://cr.illumos.org/~webrev/wdowling/4835-getexecattr-manpage-formatting/
-
04:14 PM Bug #4841: lockf(3c): Minor formatting issues in man page
- Waiting for review http://cr.illumos.org/~webrev/wdowling/4841-lockf-manpage-formatting/
-
10:19 AM Bug #4841 (In Progress): lockf(3c): Minor formatting issues in man page
2014-05-25
-
08:40 PM Feature #4891 (Closed): want zdb option to dump all metadata
- Matt Ahrens:...
-
08:08 PM Bug #4890 (New): ztest assertion: scn->scn_phys.scn_min_txg <= vdev_dtl_min(vd) in vdev_dtl_should_excise()
- George Wilson:...
-
06:06 AM Bug #4889 (New): EOF various obsolete SCSA functions
- SCSA defines the following functions, all of which are Obsolete, and none of which have current callers anymore. Its...
-
12:18 AM Bug #4888 (Closed): Undocument dma_req(9s)
- There are no public interfaces that use dma_req(9s), so we should remove the documentation for it as well, and any re...
2014-05-24
-
11:15 PM Bug #4885 (Closed): EOF scsi_hba_attach
- This was accidentally resubmitted. Its a dup of 4884.
-
11:09 PM Bug #4885 (Closed): EOF scsi_hba_attach
- The legacy SCSI routine scsi_hba_attach() was deprecated back in Solaris 8 time frame; nobody uses it anymore. (I've...
-
11:13 PM Bug #4887 (Closed): EOF ddi_iomin
- The ddi_iomin() routine has been marked obsolete for ages. It is a hold over from ancient days. The SPARC implement...
-
11:11 PM Bug #4886 (Closed): EOF ddi_dmae_getlim
- There are no callers of this function (and darn few consumers of DMA engine interfaces in particular -- only the anci...
-
11:09 PM Bug #4884 (Closed): EOF scsi_hba_attach
- The legacy SCSI routine scsi_hba_attach() was deprecated back in Solaris 8 time frame; nobody uses it anymore. (I've...
-
11:08 PM Bug #4883 (Closed): stale references to ddi_dma_setup should be cleaned
- For example, in ddi_check_acc_handle:
\\fB\\fIdma_handle\\fR \\fR
.ad
.RS 15n
DMA handle obtained from a previo...
2014-05-23
-
08:19 PM Bug #4882 (Closed): remove "All rights reserved" from prototypes
- "git commit d2322f76236c14828bf0a3326ad74dd8df6e8cb2":https://github.com/illumos/illumos-gate/commit/d2322f76236c1482...
-
05:12 PM Bug #4882: remove "All rights reserved" from prototypes
- Diffs here: https://bitbucket.org/gdamore/illumos-gate/commits/e9a2821d874d909cc2bc27e9a4a928961a169e4d?at=4882
-
05:01 PM Bug #4882 (Closed): remove "All rights reserved" from prototypes
- The clause "All rights reserved." is a historical legacy that serves no purpose whatsoever post 2000. See the detail...
-
04:40 PM Bug #4881 (Closed): zfs send performance degradation when embedded block pointers are encountered
- Matt Ahrens:...
-
04:21 PM Bug #3835 (Closed): zfs need not store 2 copies of all metadata
- "git commit edf345e6b8342e8627ec20ce821a977a62cee19d":https://github.com/illumos/illumos-gate/commit/edf345e6b8342e86...
-
10:41 AM Bug #4880 (New): kernel panic due to zpool i/o on a flash card
- illumos was built from the source at 20 of may (to define a revision)
a zfs pool was created on an external flash ca... -
10:33 AM Bug #4775: Typo in getaddrinfo(3SOCKET) man page
- Patch committed https://github.com/illumos/illumos-gate/commit/fec8e666848d54d90131b7c7d63132a3168697c2
-
12:00 AM Bug #4775 (Closed): Typo in getaddrinfo(3SOCKET) man page
- "git commit fec8e666848d54d90131b7c7d63132a3168697c2":https://github.com/illumos/illumos-gate/commit/fec8e666848d54d9...
-
06:44 AM Feature #3753: Add zfs receive property support (zfs recv -o)
- Is this still being worked on?
-
05:12 AM Feature #4869: need libc secure enhancements for libressl
- Btw, libc's calloc is a bit better than the one you found in mapmalloc: (libc's calloc is in libc/port/gen/calloc) -...
-
05:09 AM Feature #4869: need libc secure enhancements for libressl
- So it turns out that there are a bunch of additional interfaces required for C11 (a bunch of interfaces that come wit...
-
04:25 AM Bug #4878 (Closed): bug with printf and missing unsigned argument
- "git commit e56bd28502ece54c39ad86fd96643790902bb93e":https://github.com/illumos/illumos-gate/commit/e56bd28502ece54c...
2014-05-22
-
10:21 PM Bug #4775: Typo in getaddrinfo(3SOCKET) man page
- New patch attached - reviewed and sent for RTI.
http://cr.illumos.org/~webrev/wdowling/getaddinfo-formatting-bug/ -
08:27 PM Bug #4775 (In Progress): Typo in getaddrinfo(3SOCKET) man page
-
08:27 PM Bug #4775: Typo in getaddrinfo(3SOCKET) man page
- Change has been made. Submitting for review. Patch attached.
-
09:23 PM Bug #4879 (New): Memory leak in protoString()
- strdup'ed in line 402 (bnu/conn.c) memory block is never released.
-
09:13 PM Bug #4878: bug with printf and missing unsigned argument
- ...
-
09:07 PM Bug #4878 (Closed): bug with printf and missing unsigned argument
- The upstream/downstream FreeBSD fixed a problem with printf:
http://svnweb.freebsd.org/base?view=revision&revi...
2014-05-21
-
11:57 PM Bug #4877 (Closed): sshd never resolves client name in default configuration
- In the default configuration, LookupClientHostnames is "yes" and VerifyReverseMapping is "no". However, if VerifyRev...
-
11:06 PM Feature #4869: need libc secure enhancements for libressl
- Hi, OpenBSD dev here (mostly a porter but I dabble in various things); I was pointed at this ticket and just wanted t...
-
08:55 PM Bug #4867 (Closed): Uninitialized variables in libnsl
- "git commit d00075c72fe6e0468054c64c53d70554c1d1cb02":https://github.com/illumos/illumos-gate/commit/d00075c72fe6e046...
-
08:01 PM Bug #4867 (Pending RTI): Uninitialized variables in libnsl
-
08:58 AM Bug #3621: ZFS LU stuck in the offlining state
- plus, nexenta is ok with this
-
08:07 AM Bug #3621: ZFS LU stuck in the offlining state
- Hello All,
what's the result of this fix? I verified the fix with OI(151_a7, cherry pick the fix) and found that the... -
06:42 AM Bug #4453: driver/storage/sdcard package missing driver for sdcard
- And again, after /hipster update, functionality is gone:...
Also available in: Atom