Activity
From 2017-08-10 to 2017-09-08
2017-09-08
-
11:29 PM Bug #8643: Fix misuse of _KMEMUSER in i86pc
- Fix out for review: https://www.illumos.org/rb/r/658/
-
11:27 PM Bug #8643 (Closed): Fix misuse of _KMEMUSER in i86pc
- There was some discussion of this on the developers list. See the subject:
Request 417: 8007 uts: sysmacros.h shoul... -
06:07 PM Bug #8642 (New): panic due to "deadman: timed out after 50 seconds of clock inactivity"
- This issue has haunted us quite frequently since last month, and I was eventually able to reproduce it using a C prog...
-
04:55 PM Bug #8641 (Closed): "zpool clear" and "zinject" don't work on "spare" or "replacing" vdevs
- "zpool clear" and "zinject -d" can both operate on specific vdevs, either leaf or interior. However, due to an overs...
-
03:15 PM Bug #8640 (Closed): libofmt needs to include required headers
- The header file for libofmt.h is incomplete. Notably it uses a @uint_t@ type declaration, but doesn't declare anythin...
-
03:14 PM Bug #8639 (Closed): libofmt doesn't properly build its lint library
- While working on 8507, I noticed the following lint issue:...
-
02:05 PM Bug #1915: IPsec kstats shouldn't be persistent
- This one is also known as SmartOS bugs https://smartos.org/bugview/OS-816 and https://smartos.org/bugview/OS-6334
2017-09-07
-
08:04 PM Bug #8636 (Closed): recursive epoll should emit EPOLLRDNORM
- This replicates downstream bug "OS-5894":https://smartos.org/bugview/OS-5894
When polling on an epoll descriptor, ... -
08:02 PM Bug #8635 (Closed): epoll should not emit POLLNVAL
- This replicates downstream bug "OS-5884":https://smartos.org/bugview/OS-5884
While checking the poll() handlers in... -
08:00 PM Bug #8634 (Closed): epoll fails to wake on certain edge-triggered conditions
- This replicates downstream bug "OS-5882":https://smartos.org/bugview/OS-5882
There are certain circumstances under... -
07:52 PM Bug #8616 (Closed): ld has trouble parsing -z options specified with -Wl
- "git commit 202ca9ae460faf1825ede303c46abd4e1f6cee28":https://github.com/illumos/illumos-gate/commit/202ca9ae460faf18...
-
07:44 PM Bug #8633 (Duplicate): epoll should better detect fd reassignment
- Replicating downstream bug "OS-6116":https://smartos.org/bugview/OS-6116
Several customers, internal and otherwise... -
07:40 PM Bug #8619: epoll should exclude normal files/directories
- This is replicated by the downstream bug "OS-5941":https://smartos.org/bugview/OS-5941.
It is recommended that the... -
07:28 PM Bug #8619 (In Progress): epoll should exclude normal files/directories
-
10:30 AM Bug #8619 (Duplicate): epoll should exclude normal files/directories
- The following program fails on linux with "epoll_ctl: Operation not permitted", but succeeds on fresh OI (illumos-gat...
-
03:01 PM Bug #8266: stdlib_c11.h should forget about C++
- To follow up on this, while we shouldn't be declaring a standard namespace, we should indicate that we should be usin...
-
02:26 PM Bug #8631: only 16 NVMe controllers usable per system due to 18bit minor number limit
- Webrev: https://grumpf.hope-2000.org/illumos-8631/
Testing: I've verified that the device nodes in devfs have the ... -
02:25 PM Bug #8631 (Closed): only 16 NVMe controllers usable per system due to 18bit minor number limit
- Due to the 18bit minor number limit (#8630) the NVMe driver will fail to create minor nodes for devices beyond instan...
-
02:24 PM Bug #8630 (New): UFS imposes 18bit minor number limit on the whole system
- UFS currently only supports storing a dev32_t in the inode. Since both dev(7FS) and devfs(7FS) use the underlying fil...
-
02:19 PM Bug #8481: nvmeadm: nvme_dskname() string handling is buggy
- Webrev: https://grumpf.hope-2000.org/illumos-8481/
Testing: I verified that the disk names are still resolved corr... -
02:15 PM Bug #8480: nvmeadm should ignore 0-sized namespaces by default
- Webrev: https://grumpf.hope-2000.org/illumos-8480/
Testing: This has been tested on a bunch of devices with 0-size... -
02:12 PM Bug #8479: nvmeadm doesn't handle namespaces with EUI64
- Webrev: https://grumpf.hope-2000.org/illumos-8479/
Testing: I tested this by faking a EUI64 on the Samsung SM951 d... -
02:06 PM Bug #8628: nvme: use a semaphore to guard submission queue
- Webrev: https://grumpf.hope-2000.org/illumos-8628/
I have extensively tested this code in combination with #8629, ... -
01:59 PM Bug #8628 (Closed): nvme: use a semaphore to guard submission queue
- The current command submission logic in nvme suffers from the fact that it can fail iff the queue is full. This compl...
-
02:05 PM Bug #8629: nvme: rework command abortion
- Webrev: https://grumpf.hope-2000.org/illumos-8629/
As command timeouts and aborts don't happen in normal operation... -
02:03 PM Bug #8629 (Closed): nvme: rework command abortion
- The way timed-out commands are aborted in nvme is a bit odd. It drops the mutex of the command to be aborted very ear...
-
01:56 PM Bug #8627: want ddi_ffsll, ddi_flsll
- Webrev: https://grumpf.hope-2000.org/illumos-8627/
Testing: I took some random driver and added a bunch of calls t... -
01:54 PM Bug #8627 (New): want ddi_ffsll, ddi_flsll
- DDI currently provides ddi_ffs(long) and ddi_fls(long), both backed by ffs(intmax_t). It's therefore trivial to add d...
-
01:27 PM Bug #8626: make pcplusmp and apix warning-free
- Webrev: https://grumpf.hope-2000.org/illumos-8626/
This change has been in illumos-joyent since around June. -
01:25 PM Bug #8626 (Closed): make pcplusmp and apix warning-free
- Both pcplusmp and apix have currently a bunch of gcc warnings disabled, and pcplusmp also disables a few lint warning...
-
01:22 PM Bug #8624: xhci and nvme can't bind DMA memory with IOMMU enabled
- Webrev: https://grumpf.hope-2000.org/illumos-8624/
This was tested by running it on a single machine with IOMMU en... -
01:14 PM Bug #8624 (Closed): xhci and nvme can't bind DMA memory with IOMMU enabled
- Both xhci and nvme have problems when allocating DMA memory with IOMMU enabled.
This happens when the size of the ... -
01:20 PM Bug #8622: panic in PTE_set_all()
- Webrev: https://grumpf.hope-2000.org/illumos-8622-8623-8625/
The fix was tested on a system with IOMMU enabled. No... -
01:10 PM Bug #8622 (Closed): panic in PTE_set_all()
- The code path in immu_map_dvmaseg() that deals with a situation when a DMA request needs more than IMMU_NDCK cookies ...
-
01:19 PM Bug #8623: IMMU_CONTIG_PADDR is broken for cookies with more than one page
- Webrev: https://grumpf.hope-2000.org/illumos-8622-8623-8625/
The fix was tested on a system with IOMMU enabled. As... -
01:11 PM Bug #8623 (Closed): IMMU_CONTIG_PADDR is broken for cookies with more than one page
- The macro IMMU_CONTIG_PADDR() is used to check whether a physical address would be contiguously following the physica...
-
01:17 PM Bug #8625: nvme causes bad free panic in IOMMU
- Webrev: https://grumpf.hope-2000.org/illumos-8622-8623-8625/
This was tested on a system with IOMMU enabled. No ot... -
01:16 PM Bug #8625 (Closed): nvme causes bad free panic in IOMMU
- When nvme tries to clean up after a DMA allocation failed due to #8624, it will cause a "bad free" panic in the IOMMU...
-
01:06 PM Bug #8620: pcplusmp shouldn't support x2APIC mode
- Webrev: https://grumpf.hope-2000.org/illumos-8620/
I have tested this change by using it on a few systems:
* I ha... -
01:03 PM Bug #8620 (Closed): pcplusmp shouldn't support x2APIC mode
- We are currently in the weird situation to have two platform modules dealing with APIC and x2APIC, namely pcplusmp an...
-
01:06 PM Bug #8621 (New): ctfmerge is using -f flag but it is not described
- ...
2017-09-06
-
02:56 PM Bug #8618 (New): assertion failed when renaming the root filesystem
- Trying to "zfs rename" the root filesystem should fail, according to the rootpool_003_neg test. However, it fails by...
-
02:54 PM Bug #8608 (Closed): debug.h: CTASSERT will trigger variable unused errors
- "git commit f9a980108feff422ad1ee1bc0bb6f1613fa680d3":https://github.com/illumos/illumos-gate/commit/f9a980108feff422...
-
02:46 PM Bug #8617: zpool scrub disappears when taking a disk online
- Yuri Pankov wrote:
> resilver overrides scrub?
Hm yes, you might be right. Maybe a scrub should continue after re... -
02:19 PM Bug #8617: zpool scrub disappears when taking a disk online
- and this is really better asked on mailing lists, this doesn't look like problem report per se.
-
02:17 PM Bug #8617: zpool scrub disappears when taking a disk online
- resilver overrides scrub?
-
02:16 PM Bug #8617 (New): zpool scrub disappears when taking a disk online
- Recently I was wondering why a zfs scrub disappeared without any error. It turns out I took an offline disk online ag...
-
11:00 AM Bug #8616: ld has trouble parsing -z options specified with -Wl
- Webrev: http://cr.illumos.org/~webrev/andy_js/8616/
-
10:18 AM Bug #8616 (Closed): ld has trouble parsing -z options specified with -Wl
- The -Wl flag is supposed to be a way to pass options to the linker, indirectly via the compiler driver (e.g. gcc), bu...
-
12:17 AM Bug #8594 (Rejected): zfs panic: Pool 'tstpool3' has encountered an uncorrectable I/O failure and the failure mode property for this pool is set to panic.
- no a bug - it is proposed panic with failure by setup failmode=panic property
2017-09-05
-
11:58 PM Bug #8615 (Closed): Driver alias "cxgbe" conflicts with an existing driver name or alias.
- duplicate entry in manifest can be fixed by:...
-
09:49 PM Bug #8614 (New): Checksum errors on a mirrored child of a raidz are incorrectly accounted
- If a drive returns incorrect data, ZFS generates checksum errors. When a drive experiences too many checksum errors...
-
03:31 PM Bug #8612 (New): fmstat not show statistic in time
- ...
-
11:21 AM Bug #8610 (Rejected): cstyle should stop insisting on the whitespace after sizeof
- ok..
-
11:20 AM Bug #8610: cstyle should stop insisting on the whitespace after sizeof
- Actually, @sizeof@ is operator in a form of @sizeof X@, where @X@ can be either variable, or type (or typecast, to be...
-
10:59 AM Bug #8610: cstyle should stop insisting on the whitespace after sizeof
- It's not only BSDs, and the reason to not require a whitespace (IMO, of course) is that sizeof() is more function-lik...
-
03:32 AM Bug #8610: cstyle should stop insisting on the whitespace after sizeof
- I agree with Joshua. While it's unfortunate that our style is different than other styles, we have a style guide and...
-
02:41 AM Bug #8610: cstyle should stop insisting on the whitespace after sizeof
- I think it's fine the way it is. It's an operator, not a function; the space reflects that visually.
-
01:21 AM Bug #8610 (Rejected): cstyle should stop insisting on the whitespace after sizeof
- no one except us insists on whitespace after sizeof, actually the other way round, may be we should stop as well?
-
12:59 AM Bug #8598 (Closed): loader: Fix BSD label partition end sector calculation.
- "git commit 27b4c18acb5aee865d218de91c475ae0a7cc4e8a":https://github.com/illumos/illumos-gate/commit/27b4c18acb5aee86...
-
12:51 AM Bug #7186: xnf: panic on Xen 4.x
- Apparently, something changed in Xen 4.x so now xnf driver simply panics. Applying the following fixes from delphix-...
-
12:45 AM Bug #640: number_to_scaled_string is duplicated in several commands
- "git commit 0a0551200ecbcd4f1b17560acaeeb7b6c8b0090e":https://github.com/illumos/illumos-gate/commit/0a0551200ecbcd4f...
2017-09-04
-
02:43 PM Bug #8609 (Closed): want a position independent CRT
- PIE will require that the CRT objects be position independent. We may as well make them always that way.
This is al... -
08:04 AM Bug #8608 (Closed): debug.h: CTASSERT will trigger variable unused errors
- For gcc 6, will need to mark __compile_time_assertion__ unused.
-
07:48 AM Bug #8607 (Closed): zfs: variable set but not used
- gcc 6 build issue, debug build needs to havevariables to be marked unused:...
2017-09-03
-
10:55 PM Bug #5229: PV driver broken when illumos is an HVM Xen 4.x guest
- Is this probably solved in #7777?
-
01:30 PM Bug #6380: Possible memory leak in devfsadm
- Alexander Eremin wrote:
> I_path is not freed at http://src.illumos.org/source/xref/illumos-gate/usr/src/cmd/devfsad...
2017-09-02
-
06:41 PM Feature #8093 (Closed): loader.efi: cleanup loader main and implement comconsole
- "git commit 30c75cb09b4d5e86a94a25a9a7ab7481510b57b0":https://github.com/illumos/illumos-gate/commit/30c75cb09b4d5e86...
2017-09-01
-
09:41 PM Bug #8606 (Closed): zpool man page was never updated for removal of "used" property
- On 5-nov-2009, George Wilson committed mercurial changeset 485bbbf5450c6645352388d798251c1a89ef4c9c with the descript...
-
08:33 PM Bug #8605 (Closed): zfs channel programs: zfs.exists undocumented and non-working
- zfs.exists() in channel programs doesn't return any result, and should have a man page entry.
-
08:21 PM Bug #8604 (Closed): Avoid unnecessary work search in VFS when unmounting snapshots
- Every time we want to unmount a snapshot (happens during snapshot deletion or renaming) we unnecessarily iterate thro...
-
06:38 PM Feature #8447 (Closed): uts: acpica_check_bios_date() instead of bios-free, use efi-systab
- "git commit ce1d04bfb4326d1e894811fc63d56219b33f2f7a":https://github.com/illumos/illumos-gate/commit/ce1d04bfb4326d1e...
-
06:10 PM Feature #8445 (Closed): uts: pci_bios_get_irq_routing() should check for BIOS
- "git commit a62d310a2be18bb1054fea448f82a292724aa661":https://github.com/illumos/illumos-gate/commit/a62d310a2be18bb1...
-
06:06 PM Bug #8603 (Closed): rename zilog's "zl_writer_lock" to "zl_issuer_lock"
- To help make the ZIL's code more understandable, it was suggested that the zilog_t's "zl_writer_lock" field should be...
-
05:50 PM Bug #8590 (Closed): memory leak in dsl_destroy_snapshots_nvl()
- "git commit e6ab4525d156c82445c116ecf6b2b874d5e9009d":https://github.com/illumos/illumos-gate/commit/e6ab4525d156c824...
-
05:50 PM Bug #8585 (Closed): improve batching done in zil_commit()
- "git commit 1271e4b10dfaaed576c08a812f466f6e81370e5e":https://github.com/illumos/illumos-gate/commit/1271e4b10dfaaed5...
-
04:08 PM Bug #8602 (Closed): remove unused "dp_early_sync_tasks" field from "dsl_pool" structure
- When I landed the fix for 8558, I incorrectly added the "dp_early_sync_tasks" field to the "dsl_pool" structure. This...
-
04:02 PM Bug #8601 (Closed): memory leak in get_special_prop()
- after running "zfstest" and then using "reboot -d" and "::findleaks", there's a couple of leaks like the following:
... -
03:47 PM Feature #8600 (Closed): ZFS channel programs - snapshot
- ZFS channel programs should be able to create snapshots.
In addition to the base snapshot functionality, this will l...
2017-08-31
-
11:07 PM Bug #8599 (New): Snapshots don't preserver user properties
- If you explicitly set a user property on a snapshot, then it will be preserved, as expected. However, if you set a u...
-
02:55 PM Bug #8598 (Closed): loader: Fix BSD label partition end sector calculation.
- FreeBSD update https://svnweb.freebsd.org/base?view=revision&revision=323050...
-
01:35 PM Feature #8011 (Closed): vtfontcvt and console bitmap font import
- "git commit 4b529e40b9b8c5bcd0a4bc923a168c7988b72748":https://github.com/illumos/illumos-gate/commit/4b529e40b9b8c5bc...
-
08:40 AM Bug #8597 (Closed): grub: use __aligned from ccompile.h
- As we will get __aligned from "8595 sys/ccompile.h: add __aligned and __packed", remove unneeded definition
-
08:37 AM Bug #8596 (Closed): iwn: remove local __packed
- As we will get __packed from "8595 sys/ccompile.h: add __aligned and __packed", remove unneeded definition
-
08:32 AM Feature #8595 (Closed): sys/ccompile.h: add __aligned and __packed
- As we have few attributes macroed, lets add some more useful ones:
+#define __aligned(x) __attri... -
05:31 AM Bug #8558 (Closed): lwp_create() returns EAGAIN on system with more than 80K ZFS filesystems
- "git commit 216d7723a1a58124cf95c4950d51d5f99d3f4128":https://github.com/illumos/illumos-gate/commit/216d7723a1a58124...
-
05:31 AM Bug #8569 (Closed): problem with inline functions in abd.h
- "git commit 37e84ab74e939caf52150fc3352081786ecc0c29":https://github.com/illumos/illumos-gate/commit/37e84ab74e939caf...
-
12:16 AM Feature #8572 (Closed): ccompile.h: rename __GNU_UNUSED to __unused
- "git commit c81a25e9d3950dc5fab08d21f8be56d463b32c7a":https://github.com/illumos/illumos-gate/commit/c81a25e9d3950dc5...
2017-08-30
-
06:21 PM Feature #8139 (Closed): loader: efi multiboot2 update
- "git commit f9feecc12f00b97b49d542398fb3b5a452da0bbc":https://github.com/illumos/illumos-gate/commit/f9feecc12f00b97b...
-
10:36 AM Bug #8594 (Rejected): zfs panic: Pool 'tstpool3' has encountered an uncorrectable I/O failure and the failure mode property for this pool is set to panic.
- iSCSI COMSTAR setup with : 1 initiator + 3 targets
added additional property to zpool:
zpool set failmode=panic <po...
2017-08-29
-
10:29 AM Bug #8593 (New): zfs panic: assertion failed: ldi_strategy(dvd->vd_lh, bp) == 0, file: ../../common/fs/zfs/vdev_disk.c, line: 801
- iSCSI COMSTAR
one initiator + 3 targets.
10G network with ixgbe
GNU dd tests are working with one small/big files ...
2017-08-28
-
09:06 PM Feature #8592 (Closed): ZFS channel programs - rollback
- ZFS channel programs should be able to perform a rollback. This logic will probably look pretty similar to zfs.sync.d...
-
09:04 PM Bug #8591 (Closed): Man pages contain various errors
- I have found man pages with some problems as summarized below:
Escaping fixes
--------------
cputrack.1 elfedit... -
08:10 PM Bug #8590 (Closed): memory leak in dsl_destroy_snapshots_nvl()
- In dsl_destroy_snapshots_nvl(), "snaps_normalized" is not freed after it is added to "arg".
-
07:34 PM Bug #3796 (Closed): listsnapshots not documented in zpool man page
- "git commit a058d1cc571af5fbcfe7f1d719df1abbfdb722f3":https://github.com/illumos/illumos-gate/commit/a058d1cc571af5fb...
-
07:34 PM Bug #8435 (Closed): zpool.1m and zfs.1m: minor cleanup
- "git commit a058d1cc571af5fbcfe7f1d719df1abbfdb722f3":https://github.com/illumos/illumos-gate/commit/a058d1cc571af5fb...
-
06:57 AM Bug #8589 (New): zfs send | recv crashes receiving system
- Hi,
I'm raising this bug as it causes a receiving sytem to crash / hang. It seems this issue has been reported bef...
2017-08-27
-
03:07 AM Bug #8485 (Closed): Remove set but unused variables in usr/src/cmd
- "git commit d7c57852794a9ac50d4b6a9c4161cb10919658aa":https://github.com/illumos/illumos-gate/commit/d7c57852794a9ac5...
2017-08-26
-
07:30 PM Bug #8588 (New): volcheck(1) should be more realistic
- The man page for volcheck should explain that none of the options have any effect on the behavior of the command. Th...
-
12:28 PM Feature #6536: zfs send: want a way to disable setting of DRR_FLAG_FREERECORDS
- Hi,
as it turns out this problem is not fixed yet according to the following archived mailinglist:
https://www....
2017-08-25
-
03:49 PM Feature #8587 (Duplicate): svc:/network/routing/route:default usually is not needed nowadays
- Assigning routes statically or getting them via DHCP is a much more common case today than getting them via RIP or IR...
-
12:15 PM Bug #6429: SMB domain join doesn't work with libreSSL
- Origin ticket from krb5:
http://krbdev.mit.edu/rt/Ticket/Display.html?id=7889
2017-08-24
-
08:00 PM Bug #8566 (Closed): Man pages contain cross-reference errata
- "git commit b31ca922c7346747131aed07c0c171ec2f573aac":https://github.com/illumos/illumos-gate/commit/b31ca922c7346747...
-
07:51 PM Feature #8586: Systematically convert man(5) pages to use macro requests instead of \f text decorations
- Most bizarre about this exchange, Yuri, is I entered this case because I told you I would in responding to your tange...
-
06:27 PM Feature #8586: Systematically convert man(5) pages to use macro requests instead of \f text decorations
- Ok, it's your time.
-
06:24 PM Feature #8586: Systematically convert man(5) pages to use macro requests instead of \f text decorations
- Oh well I do care. And I gave just gave a reason why a tool, OpenGrok, used by the community will understand the page...
-
06:23 PM Feature #8586: Systematically convert man(5) pages to use macro requests instead of \f text decorations
- And yes, I mean, please don't do this, I'm trying to save your time -- it won't help anything. If you are aware of a...
-
06:21 PM Feature #8586: Systematically convert man(5) pages to use macro requests instead of \f text decorations
- Yes, exactly, if it's not semantic markup, I don't really care if it's man(5) or @\fB\@, it does NOT matter really --...
-
06:19 PM Feature #8586: Systematically convert man(5) pages to use macro requests instead of \f text decorations
- This conversion finds errors in the documents and produces content that is entirely searchable in OpenGrok, vs words ...
-
06:00 PM Feature #8586: Systematically convert man(5) pages to use macro requests instead of \f text decorations
- I don't see the point in this. If you are touching the man page and have the will/skills to convert it to mdoc, nice...
-
05:54 PM Feature #8586 (New): Systematically convert man(5) pages to use macro requests instead of \f text decorations
- The converted documents will have \fB..\fR or \fI..\fR in non-proscribed sections translated to .B, .I, .BR, .IR, .RB...
-
07:49 PM Bug #8585: improve batching done in zil_commit()
- The review contains information about the solution and testing of the
proposed change; I'm copying this information ... -
02:48 PM Bug #6429: SMB domain join doesn't work with libreSSL
- The core file is too big to upload (the limit is only 4Mb) so I've included that stack trace in the ticket descriptio...
2017-08-23
-
05:21 PM Bug #8585 (Closed): improve batching done in zil_commit()
- The current implementation of zil_commit() can introduce significant
latency, beyond what is inherent due to the lat... -
06:35 AM Bug #7531: Assign correct flags to prefetched buffers
- Initial mailing list discussion :
https://openzfs.topicbox.com/groups/developer/T5c86de0027fd607d-Mcd7507e12c946b6f5...
2017-08-22
-
11:49 PM Bug #8578 (Closed): sync fnmatch(3C) with upstream
- "git commit f52b16c60da4b4c350471d7fc68089d796cc082f":https://github.com/illumos/illumos-gate/commit/f52b16c60da4b4c3...
-
11:39 PM Feature #8523 (Closed): Fix "clobber" in a few Makefiles
- "git commit 89d58ee09d14e0fcdb6f3e8b43197b24ba7a0036":https://github.com/illumos/illumos-gate/commit/89d58ee09d14e0fc...
-
02:57 AM Feature #8414 (Closed): Implemented zpool scrub pause/resume
- "git commit 1702cce751c5cb7ead878d0205a6c90b027e3de8":https://github.com/illumos/illumos-gate/commit/1702cce751c5cb7e...
2017-08-21
-
10:45 PM Bug #8584 (New): dtrace: Certain llquantize() parameters trigger assertion
- FreeBSD PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219451
FreeBSD fix: https://svnweb.freebsd.org/changes... -
03:25 PM Bug #8583: Windows 10 fails to delete read-only files with SMB2
- This was fixed in NexentaStor. See:
https://github.com/Nexenta/illumos-nexenta/commit/f564212ea12aa1bf481b754336cb7... -
03:24 PM Bug #8583 (Closed): Windows 10 fails to delete read-only files with SMB2
- Using a Windows 10 client,
Create 2 files in CIFS share. 1 called Test-RO.txt and another one called
Test-RW.txt. S...
2017-08-18
-
02:41 PM Feature #8441 (Closed): uts: apic_probe_common() should check for BIOS
- "git commit 382444a2f902e78ea4f6d66272f4fa71d67bfec5":https://github.com/illumos/illumos-gate/commit/382444a2f902e78e...
-
02:41 PM Feature #8446 (Closed): uts: pci_check_bios() should check for BIOS
- "git commit 8f9a8cb713c7aacb6b1ec423716315b430386f88":https://github.com/illumos/illumos-gate/commit/8f9a8cb713c7aacb...
-
02:36 PM Bug #8465 (Closed): aggressive-loop-optimizations error in rt2860.c
- "git commit e792dca6958d39dce4b70fc78a9c70e55fe4bbf2":https://github.com/illumos/illumos-gate/commit/e792dca6958d39dc...
-
01:18 PM Bug #8582 (New): Kernel panic on `zpool import` with attached pool with corrupted metadata
- I have a ZFS pool I have created and used on a Debian box with zfs-dkms. That pool got munged up during a resilver op...
2017-08-17
-
08:35 PM Bug #8581 (Closed): uts: startup_bios_disk() is testing for unused variable dobiosdev
- "git commit fdbb9738bc3cf273d0d8898e2f45f1bb76adff81":https://github.com/illumos/illumos-gate/commit/fdbb9738bc3cf273...
-
08:35 PM Feature #8442 (Closed): uts: startup_bios_disk() should check for BIOS
- "git commit fdbb9738bc3cf273d0d8898e2f45f1bb76adff81":https://github.com/illumos/illumos-gate/commit/fdbb9738bc3cf273...
-
03:32 PM Feature #8092 (Closed): loader.efi: set console mode early in efi_main()
- "git commit 46f02cd8618751466de9f5d6cc8ab2af5cc76ff3":https://github.com/illumos/illumos-gate/commit/46f02cd861875146...
-
03:32 PM Bug #8549 (Closed): svc:/system/pools/dynamic manifest and method are in the service/resource-pools package instead of service/resource-pools/poold
- "git commit d75f417626bf969b9b5cad8f516067af1c886b5c":https://github.com/illumos/illumos-gate/commit/d75f417626bf969b...
-
03:32 PM Feature #8444 (Closed): uts: set_console_mode() should check for BIOS
- "git commit c66b891e50e71459cdb8d5d207e3aa739ba80969":https://github.com/illumos/illumos-gate/commit/c66b891e50e71459...
-
03:32 PM Feature #8443 (Closed): uts: progressbar_init() should check for BIOS
- "git commit 8f982633e2a3337f8fd33e7d2282967b05dac29c":https://github.com/illumos/illumos-gate/commit/8f982633e2a3337f...
-
12:42 AM Feature #8539 (Closed): better handling for AMD-specifc *save_ctxt FP exceptions
- "git commit 088d69f878cf3fb57556357236ef8e1c8f9d893e":https://github.com/illumos/illumos-gate/commit/088d69f878cf3fb5...
-
12:42 AM Feature #8538 (Closed): add support for xsaveopt for improved context switching
- "git commit 088d69f878cf3fb57556357236ef8e1c8f9d893e":https://github.com/illumos/illumos-gate/commit/088d69f878cf3fb5...
-
12:42 AM Feature #8537 (Closed): rtld needs to learn about AVX512
- "git commit 088d69f878cf3fb57556357236ef8e1c8f9d893e":https://github.com/illumos/illumos-gate/commit/088d69f878cf3fb5...
-
12:42 AM Feature #8536 (Closed): xsave area should size dynamically, based on CPU features
- "git commit 088d69f878cf3fb57556357236ef8e1c8f9d893e":https://github.com/illumos/illumos-gate/commit/088d69f878cf3fb5...
-
12:42 AM Feature #8535 (Closed): kernel cpuid support for new processors
- "git commit 088d69f878cf3fb57556357236ef8e1c8f9d893e":https://github.com/illumos/illumos-gate/commit/088d69f878cf3fb5...
-
12:42 AM Feature #8534 (Closed): Want AVX-512 Support
- "git commit 088d69f878cf3fb57556357236ef8e1c8f9d893e":https://github.com/illumos/illumos-gate/commit/088d69f878cf3fb5...
2017-08-16
-
03:08 PM Feature #7846 (Closed): loader: UEFI variable support development
- "git commit eee590482ee515262a7a144e0c12a96e67315e42":https://github.com/illumos/illumos-gate/commit/eee590482ee51526...
-
03:08 PM Feature #8455 (Closed): Simple post-mortem reporter for amd64 loader.efi
- "git commit 9c8f3233f955a5f06cea88f930e5d8e131795867":https://github.com/illumos/illumos-gate/commit/9c8f3233f955a5f0...
-
02:46 PM Feature #8448 (Closed): uts: pci_autoconfig should test for BIOS
- "git commit d063f3351e94b843161a8f242217845487af0dca":https://github.com/illumos/illumos-gate/commit/d063f3351e94b843...
-
09:38 AM Bug #6429: SMB domain join doesn't work with libreSSL
- Andy, could you add stack dump where segfault occurs? Because it's hard to catch where is a problem by current descri...
2017-08-15
-
09:53 PM Bug #8581 (Closed): uts: startup_bios_disk() is testing for unused variable dobiosdev
- The global dobiosdev is set to 1 on declaration, but is never changed.
-
09:27 PM Feature #8577 (Closed): libstand: add stpcpy stpncpy
- "git commit 155e9eb15827fd1cdb2e672a7842aa93c900fda2":https://github.com/illumos/illumos-gate/commit/155e9eb15827fd1c...
-
05:52 PM Bug #8580: cstyle doesn't like closing bracket on separate line in function header
- Gary Mills wrote:
> What happens if you indent that bracket by four spaces?
Even if it would silence cstyle, it d... -
04:23 PM Bug #8580: cstyle doesn't like closing bracket on separate line in function header
- What happens if you indent that bracket by four spaces?
2017-08-14
-
09:39 PM Bug #8580 (New): cstyle doesn't like closing bracket on separate line in function header
- ...
-
08:12 PM Bug #8579 (Closed): ixgbe infinite loops in rar and vmdq clearing
- We've seen a case where we have an ixgbe fail in the following way:...
-
07:12 PM Feature #8561 (Closed): export all ixgbe tx ring stats
- "git commit 63efadf0294ce893234c3c9a9cb712b1f9929fdf":https://github.com/illumos/illumos-gate/commit/63efadf0294ce893...
-
06:28 PM Bug #8568 (Closed): fnmatch, glob: fix exponential CPU use with repeated '*' operators
- "git commit 79d022da827bda94f470706ea9a9a8d6dbab9d07":https://github.com/illumos/illumos-gate/commit/79d022da827bda94...
-
03:26 PM Bug #8575 (Closed): regcomp(3C): handle invalid {} constructs consistently
- "git commit 02e2c3ed584d6e282e2f2f9ed1659ef2ba09b924":https://github.com/illumos/illumos-gate/commit/02e2c3ed584d6e28...
-
02:16 PM Bug #8578 (Closed): sync fnmatch(3C) with upstream
- - pick up 2 POSIX-compliance fixes
- restore FNM_LEADING_DIR for compatibility
- add FNM_CASEFOLD as alias to FNM_I... -
01:45 PM Bug #3482: tmpfs in a non-global zone does not abide by tmpfs_minfree
- Is this a duplicate of #7056?
-
12:44 PM Feature #8577 (Closed): libstand: add stpcpy stpncpy
- This is one more code re-sync of preparation for boot1.efi update.
URL: https://svnweb.freebsd.org/changeset/base/... -
01:51 AM Bug #7368 (Closed): man incorrectly displays tables
- fixed in mandoc 1.14.3 (#8547).
2017-08-13
-
11:20 PM Feature #2832 (In Progress): libsocket should go the way of libpthread
- libnsl should stay as it has a lot of other code that simply doesn't belong to libc, though *some* of its citizens ca...
-
03:53 AM Feature #8548 (In Progress): want memset_s(3C)
2017-08-12
-
10:38 AM Feature #8576 (New): Want PPS support for usbser based drivers like usbsprl
- Some USB Serial adapters support a PPS over DCD (some also over CTS), it does not look like the usbser/usbsprl driver...
-
04:50 AM Bug #7368: man incorrectly displays tables
- Thank you, now it looks fine.
-
12:15 AM Bug #7368 (Feedback): man incorrectly displays tables
- This should be fixed in #8547, please re-check.
-
12:26 AM Feature #8559 (Closed): Add EFI utility functions to libefi
- "git commit 5e9f42abf61392dc608a661563fb49e7707f0478":https://github.com/illumos/illumos-gate/commit/5e9f42abf61392dc...
2017-08-11
-
11:10 PM Feature #8547 (Closed): update mandoc to 1.14.3
- "git commit c66b8046543352459a11a51501b628d1c98a8c44":https://github.com/illumos/illumos-gate/commit/c66b804654335245...
-
08:25 PM Bug #8575 (Closed): regcomp(3C): handle invalid {} constructs consistently
- upstream (FreeBSD) fix:...
-
07:01 PM Bug #8573 (Closed): cmd/krb5: dmake should build 'all' as default target
- "git commit 12014b724f98604d61f9756b7e199416475d7396":https://github.com/illumos/illumos-gate/commit/12014b724f98604d...
-
10:25 AM Bug #8573 (Closed): cmd/krb5: dmake should build 'all' as default target
- running dmake manually in usr/src/cmd/krb5 will build '_msg' target as default
-
04:00 PM Bug #8569: problem with inline functions in abd.h
- Submitted a pull request with the change: https://github.com/openzfs/openzfs/pull/444
-
01:02 PM Bug #8574 (New): Fix for "illumos#3821 Race in rollback, zil close, and zil flush" is incomplete
- In our SmartOS fork of illumos we merged the fix for illumos#3821 on Nov. 7 2016. We recently got a panic dump from o...
2017-08-10
-
07:02 PM Bug #8527 (Closed): tty buffer/queue sizes should be larger
- "git commit 2463e92036c9d2d1d7ce5127f2aeddb5d24673b2":https://github.com/illumos/illumos-gate/commit/2463e92036c9d2d1...
-
09:07 AM Feature #8572 (Closed): ccompile.h: rename __GNU_UNUSED to __unused
- There is no need to emphasis attribute unused by special name, will also help porting.
Also available in: Atom