Activity
From 2013-06-21 to 2013-07-20
2013-07-20
-
10:48 PM Bug #3901 (New): incorrect behaviour of zfs receive -F
- _zfs receive -F_ does not respect the destinations canmount properties if it has to destroy/rollback some destination...
-
09:33 PM Bug #3900 (Resolved): illumos will not build against gcc compiled perl
- Previous title: cw doesn't understand gnu c options
The problem is that cw expects to get Studio options, includin... -
06:50 AM Bug #3858: Can't build nightly over NFSv4
- A note by Irek Szczesniak:...
2013-07-19
-
08:01 PM Bug #3899 (New): VERIFY failure at space_map.c:519
- We observed this failure:
assertion failed: sm->sm_space == total (0x382fa90200 == 0x382fa8f600), file: ..
/../co... -
01:52 PM Feature #3897: zfs filesystem and snapshot limits
- Started by Bill and I during the fall 2012 hackathon.
-
01:08 PM Feature #3897 (Closed): zfs filesystem and snapshot limits
- Provide a mechanism to limit how many filesystems or snapshots can be created beneath any point in the filesystem hie...
-
02:57 AM Bug #3893 (Resolved): lvm: incorrect flag handling
https://github.com/illumos/illumos-gate/commit/3e7c6556c4272555ed6c5ecdbca2bf8a56df6ff5-
02:56 AM Bug #3869 (Resolved): tcp anon port calculation wrong
-
02:56 AM Bug #3869 (Pending RTI): tcp anon port calculation wrong
- https://github.com/illumos/illumos-gate/commit/452bd827089206a0c637b3944aa91806f17304d7
-
02:55 AM Bug #3895: {tcp,udp}_{largest,smallest}_anon_port should reality-check
- Will have to replumb the ndd setting functions for the aforementioned variables.
-
01:26 AM Bug #3891 (Closed): Incorrect Makefiles for C++ SPARC
- I found the cause of this linking failure. The symbolic links to C++ shared objects in /usr/lib were all broken in /...
2013-07-18
-
07:07 PM Bug #3895 (Resolved): {tcp,udp}_{largest,smallest}_anon_port should reality-check
- The anonymous port ranges in TCP and UDP should be checked either at NDD setting time, or reset to sane during calls ...
2013-07-17
-
07:12 PM Bug #3894: zfs should not allow snapshot of inconsistent dataset
- The obvious solution here is simply to prohibit taking a snapshot of an inconsistent dataset and return EBUSY in this...
-
07:10 PM Bug #3894 (Closed): zfs should not allow snapshot of inconsistent dataset
- Upon receiving a seemingly complete zfs snapshot from its leader, the mounted snapshot shows "phantom" file entries.
... -
06:59 PM Bug #3893: lvm: incorrect flag handling
- @
From 2c149996cafb19ac2a9fd81ec7f3e951037413c4 Mon Sep 17 00:00:00 2001
From: Prasad Joshi <pjoshi@stec-inc.com>
... -
06:32 PM Bug #3893: lvm: incorrect flag handling
- Copying the patch again
@
diff -u -p a/usr/src/uts/common/io/lvm/mirror/mirror.c b/usr/src/uts/common/io/lvm/mirr... -
06:31 PM Bug #3893 (Resolved): lvm: incorrect flag handling
- In lvm mirror write strategy function (mirror_write_strategy) a condition which checks for resync generated i/o is i...
-
02:09 AM Feature #3849 (Resolved): implement __cxa_atexit/__cxa_finalize
- Resolved in 5c069a6
2013-07-16
-
11:39 PM Bug #3892: zfs user/group accounting does not work on upgraded pools
- True, "zfs upgrade" is a workaround. -An even better workaround would be to unmount & remount the dataset, which is ...
-
11:27 PM Bug #3892: zfs user/group accounting does not work on upgraded pools
- zfs upgrade old/fs will solve this. Is this even a bug in zfs(1M), or is it a bug in the python thing that it's auto...
-
06:28 PM Bug #3892 (New): zfs user/group accounting does not work on upgraded pools
- Pools upgraded from version 14 or earlier should be able to use user/group accounting (e.g. "zfs userspace"), however...
-
08:32 PM Bug #3891: Incorrect Makefiles for C++ SPARC
- Static linking! That's something I never considered. I see from `ldd' that it's clearly the problem. Even 64-bit C...
-
03:41 PM Bug #3891: Incorrect Makefiles for C++ SPARC
- I'm a bit surprised by that, since my builds on SPARC succeed. The order of dynamic libraries relative to objects on...
-
02:16 PM Bug #3891 (Closed): Incorrect Makefiles for C++ SPARC
- In building illumos-gate on OpenSXCE2013.05 SPARC, I ran into problems with C++ compiles. This error only affects 32...
-
07:45 PM Bug #3869: tcp anon port calculation wrong
- Matt (our intern) has it under test now. We used this DTrace one-liner:
dtrace -n 'tcp_update_next_port:return / ar... -
11:22 AM Feature #3890 (New): New deduplication hash algorithm
- Hello guys,
do you think it's possible to add a new deduplication hash algoritm less cpu intensive?
I mean sha 25...
2013-07-15
-
09:14 PM Bug #3194: dis crashes disassembling aes
- This happens when we disassemble 'enc_tab', which is data rather than text (though is in .text).
It is likely that... -
09:06 PM Bug #3821: Race in rollback, zil close, and zil flush
- So continuing on we still have the more important question of where did zfs go awry. If we look again at our header b...
-
08:46 PM Feature #3889 (Feedback): mapfile v2 syntax appears to preclude empty segments
- As best as I can determine, the mapfile v2 language has no strict equivalent to the old "?E" flag, to state that a se...
-
08:20 PM Bug #3888 (Closed): zfs recv -F should destroy any snapshots created since the incremental source
- When 'zfs recv -F' is used with an incremental recv it rolls back any changes made since the last snapshot in case ne...
-
05:17 PM Feature #3842: remove the machid commands
- If you want to remove the machid commands you'll also need to update /etc/profile since it uses /bin/i386 to determin...
-
03:24 PM Bug #348: ZFS should handle DKIOCGMEDIAINFOEXT failure
- While bringing up a certain blkdev driver, I encountered problems with this as well (mostly pertaining to bad EXPANDS...
-
01:38 PM Bug #3869 (In Progress): tcp anon port calculation wrong
- Filer is correct in diagnosing the problem.
We have a summer intern here for a while, this is a perfect first Illu... -
01:32 PM Bug #3878 (Resolved): blkdev needs to support DKIOCGMEDIAINFOEXT
- commit dba604f95b3742920553aafd90c5b67721b07723
Author: Dan McDonald <danmcd@nexenta.com>
Date: Wed Jul 10 10:58:... -
07:43 AM Feature #3887 (Closed): Enlarge data buffer in digest/mac to boost performance
- Enlarge the file buffer to 64k in digest/mac for better performance.
Similar to this commit:f2728256f3ab94f4fc6667...
2013-07-13
-
06:11 PM Bug #3886 (New): support for /etc/issue file is tragic
- Most other platforms support a number of different codes in their /etc/issue file to print of things like hostname an...
-
11:44 AM Bug #3885: halt execs beadm unnecessarily
- Attaching patch which uses libbe to mount and unmount boot environments. It passes cstyle and seems to work okay, bu...
-
11:42 AM Bug #3885 (New): halt execs beadm unnecessarily
- halt execs beadm to mount and unmount boot environments which is stupid when libbe provides a simple interface for do...
-
02:04 AM Bug #3877 (Resolved): fast reboot does not work with extended partition
- Resolved in 01f9868a
Also, we don't need the kernel command line of _this_ boot, because:
1) it might be anothe...
2013-07-12
-
05:40 PM Bug #3821: Race in rollback, zil close, and zil flush
- We have another dump that seems highly related. Here we are in the midst of doing a rollback and a thread in question...
-
03:08 PM Bug #3882 (Resolved): Remove xmod & friends
- Once upon a time, US export restrictions forced Sun to dice up the source code for export. Since then, the restricti...
-
11:13 AM Bug #3845: beadm doesn't work in non-global zones
- I've also discovered another problem. After activating the new boot environment the zone cannot be started. It give...
-
04:09 AM Bug #3880: gcc doesn't like complex.h
- I applied the following patch in oi-hipster. It seems to fix complex.h (at least imagemagick can use it).
2013-07-11
-
10:09 PM Bug #3845: beadm doesn't work in non-global zones
- Andrew Stormont wrote:
> I've attached your patch with a couple of changes. It doesn't unset the boot environment i... -
09:53 PM Bug #3845: beadm doesn't work in non-global zones
- I've attached your patch with a couple of changes. It doesn't unset the boot environment if it's already set, and it...
-
09:24 PM Bug #3845: beadm doesn't work in non-global zones
- There is a bug. If you run activate on the same boot environment twice it will set the org.opensolaris.libbe:active ...
-
08:53 PM Bug #3845: beadm doesn't work in non-global zones
- Andrew Stormont wrote:
> OK, so the problem was with something else in my environment (I was running a new libzfs on... -
07:55 PM Bug #3845: beadm doesn't work in non-global zones
- OK, so the problem was with something else in my environment (I was running a new libzfs on an old kernel). After fi...
-
08:42 PM Bug #3880: gcc doesn't like complex.h
- I think this is yet another thing that is, right now, in libm (and thus not illumos)
I _think_ I actually fixed th... -
01:29 PM Bug #3880 (Closed): gcc doesn't like complex.h
- The following test case works with Sun Studio cc but fails with gcc (checked illumos-gcc and 4.7):
$ cat test_comple... -
04:06 PM Bug #3881 (Resolved): want device driver for HP SmartArray RAID controllers
- It would be nice if there were a device driver for devices like the P410 and P420, since it's currently impossible to...
-
01:53 PM Bug #3839 (Resolved): AHCI: WARNINGs should be replaced by ASSERTs
-
01:45 PM Bug #3839: AHCI: WARNINGs should be replaced by ASSERTs
- Integrated to illumos-gate:...
-
11:55 AM Bug #3858: Can't build nightly over NFSv4
- Sebastian Feld wrote:
> Wouldn't it be a good idea to disable NFSv4 support by default until it becomes stable enoug... -
11:51 AM Bug #3858: Can't build nightly over NFSv4
- Bug #3879 has been filed to disable NFSv4 support until it becomes stable.
-
11:47 AM Bug #3858: Can't build nightly over NFSv4
- It happens for NFSv4.
Wouldn't it be a good idea to disable NFSv4 support by default until it becomes stable enoug... -
11:53 AM Bug #3879 (Closed): Disable NFSv4 support until it becomes usable
- Feel free to run:...
-
11:50 AM Bug #3879 (Closed): Disable NFSv4 support until it becomes usable
- Per https://www.illumos.org/issues/3858 the NFSv4 support is unstable and doesn't even support building Illumos itsel...
2013-07-10
-
10:15 AM Feature #3870: Request driver support for Marvell 88SE94[48]5 SAS HBA
- Coy Hile wrote:
> It's possible that all that we need here is to add entries to /etc/driver_aliases for the new PCI ... -
02:01 AM Bug #3878 (Resolved): blkdev needs to support DKIOCGMEDIAINFOEXT
- ZFS uses the aforementioned ioctl(), but blkdev, while supporting little brother DKIOCGMEDIAINFO, doesn't support the...
2013-07-09
-
08:20 PM Bug #3845: beadm doesn't work in non-global zones
- The patch causes beadm to segfault in my build zone, caused by a call to abort in make_dataset_handle_common. Not su...
-
03:12 PM Bug #3845: beadm doesn't work in non-global zones
- Provided fix (webrev is available at http://cr.illumos.org/~webrev/alhazred/3845) changes libbe to allow
view, creat... -
07:21 PM Bug #1778: Assertion failed: rn->rn_nozpool == B_FALSE, file ../common/libzfs_import.c, line 1077, function zpool_open_func
- I've seen this as well on oi_151a7 on a 24-way machine. By disabling 22/24 cores, I was able to not see this bug. I...
-
01:54 PM Feature #3870: Request driver support for Marvell 88SE94[48]5 SAS HBA
- It's possible that all that we need here is to add entries to /etc/driver_aliases for the new PCI IDs. I'm testing t...
-
12:57 AM Bug #3875: panic in zfs_root() after failed rollback
- Attempting to force-unmount the stale filesystem doesn't work, so avoiding the dmu_objset_own() EBUSY is of little va...
2013-07-08
-
10:35 PM Bug #3877: fast reboot does not work with extended partition
- Parsing of GRUB1 menu looks like ultimate crap.
Long term solution is to keep kernel command line inside the kerne... -
09:53 PM Bug #3877 (In Progress): fast reboot does not work with extended partition
-
09:20 PM Bug #3877 (Resolved): fast reboot does not work with extended partition
- When the system is installed in an extended partition, the fast reboot does not work:...
-
09:53 PM Bug #3839 (Pending RTI): AHCI: WARNINGs should be replaced by ASSERTs
-
08:56 PM Bug #3875: panic in zfs_root() after failed rollback
- Unfortunately, the unmount path does in fact use ZFS_ENTER(), specifically in:...
-
08:45 PM Bug #3875: panic in zfs_root() after failed rollback
- One possible way to reproduce this:
Part 1 (race exploder):... -
04:25 PM Bug #3875 (Resolved): panic in zfs_root() after failed rollback
- A system panicked with the following stack:...
-
04:59 PM Bug #3868 (Closed): iscsi target not accepting any new connections
- ...
-
04:58 PM Bug #3867 (Closed): stmfCreateLu failed: GUID_IN_USE
- ...
-
04:57 PM Bug #3866 (Closed): panic in idm module
- ...
-
03:36 PM Bug #3853: __cplusplus change and headers incompatibility with clang
- Some history:
malloc.h:
malloc, free, realloc, and calloc were declared by <malloc.h> in POSIX-1988 and the related X... -
02:28 AM Bug #3864 (Closed): memory leak in the iSCSI code
- ...
-
02:28 AM Bug #3863 (Closed): stmf_itl_task_start() must check for ilu->ilu_kstat_io is non-null
- ...
-
02:27 AM Bug #3862 (Closed): stmf + kstat = kernel panic
- ...
2013-07-07
-
03:47 PM Bug #3872 (New): Poor performance on ramdisk
- Hello guys i just create a ramdisk with the ramdiskadm command,
i create a zpool on it and i setup my zfs properti... -
08:27 AM Bug #3858: Can't build nightly over NFSv4
- Ian Collins wrote:
> Attempting to build SmartOS over NFS, my failure (same on two runs) was here:
>
> (cd /mnt/s...
2013-07-06
-
08:10 PM Bug #3871: fix issues introduced by 3604
- Igor Pashev wrote:
> 2013. Time to use C99. C99 is good :-)
There are two problems here. One is that the use of a va... -
05:56 PM Bug #3871: fix issues introduced by 3604
- 2013. Time to use C99. C99 is good :-)
-
05:18 PM Bug #3871 (Closed): fix issues introduced by 3604
- GCC 4.5.3 on Gentoo Linux did not like a few of the changes made in the issue 3604 patch. It printed an error and a c...
-
12:53 PM Feature #3870 (New): Request driver support for Marvell 88SE94[48]5 SAS HBA
- I'd like to request that support be added for the Marvell 88SE9485 SAS controller (aka Supermicro AOC-SAS2LP-MV8). I...
-
09:31 AM Bug #3858: Can't build nightly over NFSv4
- Attempting to build SmartOS over NFS, my failure (same on two runs) was here:
(cd /mnt/smartos-live/proto.strap &&...
2013-07-04
-
09:58 PM Bug #3705: stack overflow due to zfs lz4 compression
- The ZFSOnLinux project changed this code to use SLAB allocation when it was imported. Linux has 8KB stacks, so stack ...
-
05:27 PM Feature #3399 (Closed): Provide Xen 4.2/4.3 kernel support
- Closed at submitters request.
-
03:41 PM Feature #3399 (Feedback): Provide Xen 4.2/4.3 kernel support
- Please, close this ticket. Can be reviewed by the dependent parties.
-
02:52 PM Bug #3869 (Resolved): tcp anon port calculation wrong
- If tcp_largest_anon_port gets tuned down from the default of 65536, some percentage of all source ports for outgoing ...
2013-07-03
-
11:37 PM Bug #3809 (Resolved): Recent libc change breaks Solaris 10 Branded Zone Support
- ...
-
09:39 PM Bug #3868 (Closed): iscsi target not accepting any new connections
- The original bug report at Delphix:...
-
07:54 PM Feature #3861 (Closed): tcp buffer size tunables for iscsi connections
- ...
-
07:04 PM Bug #3867 (Closed): stmfCreateLu failed: GUID_IN_USE
- From Jeff Biseda's bug report at Delphix:...
-
06:51 PM Bug #3866 (Closed): panic in idm module
- Analysis by Jeff Biseda of a panic we hit at Delphix:...
-
04:51 PM Bug #3836 (Closed): zio_free() can be processed immediately in the common case
- ...
-
02:24 PM Bug #3865 (New): AHCI: 88SE9230 watchdog timeouts, "hung" panic
- I've been running a box with a Marvell 88SE9230 on a kernel including the recent patches for the 88SE9128. The two ch...
2013-07-02
-
11:52 PM Bug #3864 (Closed): memory leak in the iSCSI code
- From Jeremy Jones's bug report at Delphix:...
-
11:50 PM Bug #3863 (Closed): stmf_itl_task_start() must check for ilu->ilu_kstat_io is non-null
- From Jeff Biseda's bug report at Delphix:...
-
11:46 PM Bug #3862 (Closed): stmf + kstat = kernel panic
- We were hitting this repeatably on a customer system. After extensive investigation by Jeremy Jones and Jeff Biseda, ...
-
10:25 PM Bug #3858: Can't build nightly over NFSv4
- My guess would be race-condition type of things between parallel make jobs - at least, I have seen similar behavior w...
-
12:00 PM Bug #3858: Can't build nightly over NFSv4
- I build ON on a NFSv3 mountpoint without any issues.
-
09:54 PM Feature #3861 (Closed): tcp buffer size tunables for iscsi connections
- From the original bug at Delphix....
-
05:06 PM Bug #3860 (Closed): ztest_vdev_aux_add_remove should use MAXPATHLEN instead of sizeof in snprintf()
-
11:20 AM Bug #3860: ztest_vdev_aux_add_remove should use MAXPATHLEN instead of sizeof in snprintf()
- Igor, thanks for spotting that. Yuri was right. I neglected to notice that ZFSOnLinux had changed this to be a dynami...
-
11:15 AM Bug #3860: ztest_vdev_aux_add_remove should use MAXPATHLEN instead of sizeof in snprintf()
- Yuri Pankov wrote:
> There's nothing wrong with using sizeof() that way here.
Using sizeof on an dynamic allocati... -
11:09 AM Bug #3860: ztest_vdev_aux_add_remove should use MAXPATHLEN instead of sizeof in snprintf()
- Yuri Pankov wrote:
> There's nothing wrong with using sizeof() that way here.
Unless path is a pointer:
https:... -
10:05 AM Bug #3860: ztest_vdev_aux_add_remove should use MAXPATHLEN instead of sizeof in snprintf()
- There's nothing wrong with using sizeof() that way here.
-
04:39 AM Bug #3860: ztest_vdev_aux_add_remove should use MAXPATHLEN instead of sizeof in snprintf()
- The title has a typo. It should be snprintf(), not sprintf().
-
04:34 AM Bug #3860 (Closed): ztest_vdev_aux_add_remove should use MAXPATHLEN instead of sizeof in snprintf()
- GCC 4.8.0's new diagnostics detected a programming error in ztest.c when building ZFSOnLinux with on Gentoo Linux. I ...
2013-07-01
-
08:27 PM Bug #3858: Can't build nightly over NFSv4
- Josef Sipek wrote:
> My guess is that this is a build system issue not an NFS client/server issue.
IIRC, there we... -
08:20 PM Bug #3858: Can't build nightly over NFSv4
- My guess is that this is a build system issue not an NFS client/server issue.
-
05:43 PM Bug #3858 (New): Can't build nightly over NFSv4
- Trying to build the gate over NFS fails with:...
-
05:44 PM Bug #993 (Closed): Marvell SATA controller 88SE9128 - driver issue?
- Yes. The 88SE9128 should work now. Closing.
-
05:23 PM Bug #993 (Feedback): Marvell SATA controller 88SE9128 - driver issue?
- Marcel - Is this ticket fully resolved with https://www.illumos.org/issues/3815 ??
-
04:45 PM Bug #348: ZFS should handle DKIOCGMEDIAINFOEXT failure
- I'm uploading an updated workaround for the current gate revision (14068:2547a41b1162).
2013-06-30
-
11:04 PM Bug #3855 (Feedback): I/O to pool appears to be hung - kernel panic
- After additional troubleshooting, there was a bad hard disk that was undetected by the OS. I believe when that speci...
-
02:02 PM Bug #3855: I/O to pool appears to be hung - kernel panic
- Coredump relating to the @panic message: I/O to pool 'export' appears to be hung.@ message;...
-
01:56 PM Bug #3855: I/O to pool appears to be hung - kernel panic
- Coredump relating to the @panic message: BAD TRAP: type=e (#pf Page fault) rp=ffffff00b9be9970 addr=20 occurred in mo...
-
01:47 PM Bug #3855 (Closed): I/O to pool appears to be hung - kernel panic
- Experiencing intermittent kernel panics, first couple of panic messages were showing;
@panic message: BAD TRAP: t... -
10:22 PM Bug #3853: __cplusplus change and headers incompatibility with clang
- Last time I've chosen old patches. Correcting...
-
10:20 PM Bug #3853: __cplusplus change and headers incompatibility with clang
- One real issue was to reimport all declarations back to global namespace.
-
07:44 AM Bug #3853: __cplusplus change and headers incompatibility with clang
- Linux (glibc) still provides malloc.h. FreeBSD malloc.h errors out if __STDC__ is defined. LLVM errors out if malloc....
-
07:30 AM Bug #3853: __cplusplus change and headers incompatibility with clang
- I'm not sure about "no one using" - at least during clang compilation it was used in some way. I can see it is used u...
-
04:31 AM Bug #3853: __cplusplus change and headers incompatibility with clang
- No one should be using malloc.h any more, maybe just remove it?
-
06:38 PM Feature #3856 (Resolved): want FW config version number for igb and ixgbe
- It would be useful to have the version of SEEPROM configuration in the devinfo tree for igb and ixgbe
-
08:40 AM Feature #3795 (Closed): find does not support -path or -ipath
- Change was integrated.
-
06:11 AM Bug #3854 (Closed): SUNW_NO_UPDATE_NOTIFY=1 should be added to env files
- The SUNW_NO_UPDATE_NOTIFY=1 should be added to env files to disable Sun Studio update checks.
2013-06-29
-
07:26 PM Bug #3776: gcc can cause segfaults on ctfmerge
- Pedro Giffuni wrote:
>
> I left intr_nbits signed but I made ml_size unsigned (uint64_t as in Illumos according ... -
07:07 PM Bug #3776: gcc can cause segfaults on ctfmerge
- The problem is that in my environment (gcc/clang) complains about comparing signed with unsigned values and, at least...
-
05:26 PM Bug #3776: gcc can cause segfaults on ctfmerge
- Andrew Stormont wrote:
> The change to intr_nbits is causing a build failure on my environment. Changing it back to... -
04:37 PM Bug #3776: gcc can cause segfaults on ctfmerge
- The change to intr_nbits is causing a build failure on my environment. Changing it back to 'int' allows things to bu...
-
11:24 AM Bug #3853: __cplusplus change and headers incompatibility with clang
- FYI floatingpoint.h is not closed, it's actually part of libm which is open-source but distributed separately from il...
-
11:15 AM Bug #3853 (New): __cplusplus change and headers incompatibility with clang
- Clang++ fails to compile some programs (including clang itself) using g++ 4.7 c++ headers. The bug is caused by more ...
-
01:18 AM Bug #3852 (New): Fix inaccurate arcstat_l2_hdr_size calculations
- This bug was firstly found on the Linux port of ZFS namely ZFS on Linux.
Based on the comments in arc.c we know tha...
2013-06-28
-
08:30 PM Bug #3785: Implement MAP_32BIT flag to mmap()
- http://labs.omniti.com/people/jesus/webrevs/3785/
-
08:30 PM Bug #3786: mmap doesn't respect address hints.
- http://labs.omniti.com/people/jesus/webrevs/3786/
-
12:07 PM Bug #3851 (New): zpool status is misleading (different compared to Oracle Solaris) while resilvering
- when showing 'ONLINE' instead of 'DEGRADED' while adding a mirror
# -------------------------------------
# OpenI... -
11:01 AM Bug #3333: USCSI ioctl: SCSI passthrough of ATA command: "0xe5: check power mode" wakes up sleeping drive
- What additional information can I provide to help assign this bug ?
2013-06-27
-
10:21 PM Feature #3850: support for mac address modification using dladm on links
- As a workaround to this I create a vnic on the physical interface with the mac of my choosing. I have not noticed a p...
-
05:58 PM Feature #3775: Upstreaming of ALUA use-after-free fixes from Nexenta
- This has been in NexentaStor for a few months. It combines two NS fixes into one (the initial fix missed a corner-ca...
-
05:57 PM Feature #3775 (In Progress): Upstreaming of ALUA use-after-free fixes from Nexenta
2013-06-26
-
09:01 PM Feature #3850 (New): support for mac address modification using dladm on links
- There is currently no link property for mac address in dladm. vnic mac addresses can be set, but overall link mac ad...
-
08:49 PM Feature #3849 (Resolved): implement __cxa_atexit/__cxa_finalize
- The "Common C++ ABI" (I think they call it), which was originally part of the IA64 C++ ABI calls for a more flexible ...
2013-06-25
-
02:39 PM Feature #3847: DLPI should allow DL_NO_TX_LOOPBACK on promiscuous interfaces
- ...
-
02:38 PM Feature #3847 (New): DLPI should allow DL_NO_TX_LOOPBACK on promiscuous interfaces
- qemu will utilize promiscuous interfaces to bridge into host-provided networking. The DLPI interface for doing this ...
-
05:56 AM Bug #3845 (In Progress): beadm doesn't work in non-global zones
2013-06-24
-
11:53 PM Bug #3814 (Resolved): Support for SATA III
- Resolved in 63912118b2fc649cef3e7818dc22c85832dcc801.
-
09:48 PM Bug #3814 (Pending RTI): Support for SATA III
-
11:53 PM Bug #3815 (Resolved): AHCI: Support for Marvell 88SE9128
- Resolved in b476795742d7abfe9d77f4914d015bb0b17f747e.
-
09:49 PM Bug #3815 (Pending RTI): AHCI: Support for Marvell 88SE9128
-
11:52 PM Bug #3820 (Resolved): /usr/bin/sed doesn't handle binary files.
-
11:52 PM Bug #3820: /usr/bin/sed doesn't handle binary files.
- Resolved in e3eaa28d3fe8168d8e638eb7030062ea13c13d76.
-
11:51 PM Bug #3837 (Resolved): Get rid of custom getln() implementation from whois.c
- Resolved in 8bb79c1d58a3e2ea87f8820bb66a6301ef759544
-
05:21 AM Bug #3837 (In Progress): Get rid of custom getln() implementation from whois.c
-
11:51 PM Bug #3036 (Resolved): Update hwdata to current upstream data
- Resolved in 588ef7d7682af16db66cd51d457078fea0519e47.
-
10:14 PM Bug #3839 (In Progress): AHCI: WARNINGs should be replaced by ASSERTs
-
10:02 PM Bug #3788 (Resolved): /etc/bootrc is defunct and should be removed
- Resolved in 0f24ff92
-
05:11 PM Bug #2893 (Resolved): build_osnet should go away
- Pushed:
commit a103bf89db0ff375f6549abb96b8869031d1e122
Author: Bart Coddens <bart.coddens@gmail.com>
Date: Mo... -
05:11 PM Bug #2893 (Pending RTI): build_osnet should go away
-
12:31 PM Bug #3846: canonicalize_file_name() needs a man page
- In Solaris 11.1, it's included in the realpath(3c) man page.
-
07:27 AM Bug #3846 (Closed): canonicalize_file_name() needs a man page
- The GNU/Linux extension canonicalize_file_name() in stdlib.h needs a man page.
-
07:02 AM Bug #3845 (Resolved): beadm doesn't work in non-global zones
- beadm doesn't work in non-global zone:
ngz:~# beadm list -v
be_find_current_be: failed to find current BE name
be_... -
01:56 AM Bug #3843: kstat should handle NULL string values
- Should there be an effort to hunt down NULL-string kstats?
-
01:56 AM Bug #3843 (Resolved): kstat should handle NULL string values
- Branch: refs/heads/master
Home: https://github.com/illumos/illumos-gate
Commit: 861bfc8941f2c557f1bcb7a6d7f62f9...
2013-06-23
-
10:11 PM Feature #3844 (Resolved): the build should make source-level debugging easier
- Some of our developers, especially those coming from a more userland-oriented background, really appreciate source le...
-
09:30 PM Bug #3735 (In Progress): should include an empty make variable in the default CFLAGS/CCFLAGS
-
06:39 PM Bug #3843 (Resolved): kstat should handle NULL string values
- If NULL string values are encountered, kstat will SIGSEGV.
-
06:36 PM Bug #3036: Update hwdata to current upstream data
- I reviewed the current hwdata changes made in webrev as resolving my request. Approved.
Webrev: http://cr.illumos.org... -
12:01 PM Bug #3036: Update hwdata to current upstream data
- I would like to change the bug description to: "3036 Update hwdata to current upstream data"
-
09:48 AM Bug #3036 (In Progress): Update hwdata to current upstream data
-
01:07 PM Feature #3731: Update nawk to version 20121220
- This can be closed as invalid.
-
07:07 AM Feature #3842: remove the machid commands
- A webrev for the removal.
http://www.myrkraverk.com/~johann/webrev/illumos/3842-1/
Though I am unsure how to pr... -
05:28 AM Feature #3842: remove the machid commands
- I'd like all of them removed, even the ones that return true on current systems, such as i386 and i486; the latter is...
-
05:13 AM Feature #3842: remove the machid commands
- Don't do this whole "separation" thing, just delete all the useless ones. They've been noted as obsolete forever.
... -
05:09 AM Feature #3842 (Closed): remove the machid commands
- The machid family of commands are obsolete. Currently, OpenIndiana users do not have the luxury of not installing th...
2013-06-22
-
06:48 PM Bug #3841: strnstr() needs a man page
- In Solaris 11.1, it's included in the string(3c) man page.
-
06:37 PM Bug #3841 (Closed): strnstr() needs a man page
- The function @strnstr(const char *, const char *, size_t)@ in usr/src/head/string.h needs a man page.
-
05:24 PM Bug #3840 (Feedback): executables with PT_PHDR program headers should not necessarily require PT_INTERP
- A user porting the non-gcc Go compilers produced an executable which we kill out of hand early in executing it.
It... -
03:43 PM Bug #3839 (Resolved): AHCI: WARNINGs should be replaced by ASSERTs
- There is a lot of similar WARNINGs in the ahci.c file:...
-
03:41 AM Bug #3838 (Rejected): want a 64bit elfdump
- Actually, scratch his. I wasn't paying attention to what was going on -- and I'm going to guess bmc wasn't either.
... -
03:34 AM Bug #3838 (Rejected): want a 64bit elfdump
- as Joyent have discovered, a 64bit elfdump is the only practical way to have an elfdump that can deal with large file...
2013-06-21
-
07:38 PM Bug #3036: Update hwdata to current upstream data
- webrev is coming up
-
07:15 PM Bug #3835: zfs need not store 2 copies of all metadata
- I'd missed snapshot-specific properties when I looked, my apologies.
I was looking at both 'zfs get all' and 'zpoo... -
06:11 PM Bug #3835: zfs need not store 2 copies of all metadata
- That isn't quite true: "defer_destroy" has existed since at least 2009.
But I'm open to alternative names. What wou... -
04:43 PM Bug #3835: zfs need not store 2 copies of all metadata
- We have heretofore avoided underscores in property names, it seems consistency would be avoiding it here too. (I'm s...
-
06:43 AM Bug #3835 (Closed): zfs need not store 2 copies of all metadata
- From Matt Ahrens's bug report at Delphix:...
-
05:04 PM Bug #3813: cfgadm: No matching library found
- The problem seems to be in arg_got_resp(). The function does not mark the input parameter (sata0/1) as "responded" (i...
-
05:03 PM Bug #3837: Get rid of custom getln() implementation from whois.c
- New webrev with ssize_t fixes thanks to MarcelT on #illumos.
http://www.myrkraverk.com/~johann/webrev/illumos/3837-3/ -
03:27 PM Bug #3837: Get rid of custom getln() implementation from whois.c
- Webrev with a fixed comment.
http://www.myrkraverk.com/~johann/webrev/illumos/3837-1/
git pbchk is now silent. -
03:12 PM Bug #3837: Get rid of custom getln() implementation from whois.c
- A webrev for this is here: http://www.myrkraverk.com/~johann/webrev/illumos/3837/
It has not been reviewed. -
02:59 PM Bug #3837 (Resolved): Get rid of custom getln() implementation from whois.c
- The custom getln() implementation removed in #3820 from sed needs to be removed from usr/src/cmd/cmd-inet/whois.c too.
-
02:56 PM Bug #3820: /usr/bin/sed doesn't handle binary files.
- The webrev for the final change is here:
http://www.myrkraverk.com/~johann/webrev/illumos/3820-1/
It's been rev... -
06:58 AM Bug #3836 (Closed): zio_free() can be processed immediately in the common case
- From Matt Ahrens's original bug report at Delphix:...
-
03:37 AM Bug #3834 (Closed): incremental replication of 'holey' file systems is slow
- From Matt Ahrens's bug report at Delphix:...
Also available in: Atom