Activity
From 2016-02-10 to 2016-03-10
2016-03-10
-
09:41 PM Bug #6682 (Closed): stop elfdump from weaving a web of SI_DTRACE lies
- "git commit 6a37fc30652374065d6e4ab52366c499e5a34b66":https://github.com/illumos/illumos-gate/commit/6a37fc3065237406...
-
08:05 PM Bug #2169 (Closed): arpa/nameser_compat.h: wrong macros
- "git commit 5566946ddee5d74cd7ce592465b954f7d90f62f7":https://github.com/illumos/illumos-gate/commit/5566946ddee5d74c...
-
04:41 PM Bug #6742 (Closed): Freed and reused idm_conn_t buffer leads to system panic.
- Upstreamed from illumos-nexenta, the subject pretty much summarizes the problem. One part of the #6740 fix actually ...
-
04:21 PM Feature #5857: lofiadm should ask passphrase once if the crypto is already set up
-
03:59 PM Bug #6683 (Closed): Filtering on 'rarp' with snoop(1M) is broken
- "git commit 573f02443902adab48a475194c301e0266998115":https://github.com/illumos/illumos-gate/commit/573f02443902adab...
-
03:11 PM Bug #6741 (New): CIFS ignores TCP buffers settings after a few hours
- I am using adapters that require my TCP send and receive buffers to be set to a value different from the defaults. T...
-
02:30 PM Bug #2902 (In Progress): iscsit should fold the case of scsi names that we get from initiators
-
01:50 AM Bug #6740: ISCSI_OP_SCSI_RSP needs support
- illumos-nexenta already fixes this. Here's URL for the fix: https://github.com/Nexenta/illumos-nexenta/commit/f0140...
-
01:49 AM Bug #6740 (Closed): ISCSI_OP_SCSI_RSP needs support
- An OmniOS customer sent me a kernel panic in IDM. What follows is my stream-of-consciousness debugging session.
<... -
12:51 AM Bug #6739 (Closed): userland version of cv_timedwait_hires() always assumes absolute time
- While running ztest I noticed a deadlock when calling cv_timedwait_hires().
The call was being performed in a while... -
12:40 AM Bug #6738 (Closed): zfs send stream padding needs documentation
- Add a comment explaining why we add padding to ensure 8-byte alignment of certain things in the send stream.
-
12:31 AM Bug #6737 (Closed): pbchk checks unmodified files
- pbchk attempts to detect which files have changed so that it can tell us which files to update copyright for. This en...
-
12:19 AM Bug #6736 (Closed): ZFS per-vdev ZAPs
- vdevs currently have a packed nvlist for config stored in their on-disk labels. Instead of adding to this every time ...
2016-03-09
-
11:29 PM Bug #5273: Incremental zfs send unmounts underlying snapshots, causing application which opens files from the snapshots to return I/O error.
- In this use case, the unmounting is not really necessary. The issue here is:
* "zfs send -I" (and "zfs send -R") ... -
09:11 PM Bug #6370 (Closed): ZFS send fails to transmit some holes
- "git commit 286ef71398fb54b1d5007d6f45aa4320a9e0ede2":https://github.com/illumos/illumos-gate/commit/286ef71398fb54b1...
-
09:07 PM Feature #6581 (Closed): cmd/format should be able label virtio BLKDEV drives
- "git commit 2f15e7adf5d6f13b15dfa8f3900a07804cadd86c":https://github.com/illumos/illumos-gate/commit/2f15e7adf5d6f13b...
-
09:07 PM Bug #6691 (Closed): V490 and V890 symlinks missing on SPARC build
- "git commit e2e882f7e139a951a52c7f4b5af447c3e6e68398":https://github.com/illumos/illumos-gate/commit/e2e882f7e139a951...
-
09:07 PM Bug #6727 (Closed): lofiadm: remove "o:" from getopt argument
- "git commit 4549a1bd3fb75b70dd34ba46715014effe21dc07":https://github.com/illumos/illumos-gate/commit/4549a1bd3fb75b70...
-
06:56 PM Bug #6735 (Closed): pfp should allocate appropriate space for sockaddr
- The pf packet socket module needs to be a bit more explicit in the sockaddr that it's storing. Currently it's using a...
-
06:44 PM Bug #6734 (Closed): dtrace_canstore_statvar() fails for some valid static variables
- After the integration of 6604, there were some static variables that now failed dtrace_canstore_statvar().
-
06:10 PM Bug #6733 (Closed): mh_contents rwlock is not initialised
- "git commit debed2c9e88134586f1a03761f87d8a1d599b854":https://github.com/illumos/illumos-gate/commit/debed2c9e8813458...
-
04:25 PM Bug #6733 (Pending RTI): mh_contents rwlock is not initialised
-
09:46 AM Bug #6733 (In Progress): mh_contents rwlock is not initialised
-
09:14 AM Bug #6733 (Closed): mh_contents rwlock is not initialised
- "Reported":https://www.listbox.com/member/archive/182179/2016/03/sort/time_rev/page/1/entry/0:98/20160309000322:3D620...
2016-03-08
-
06:52 PM Bug #6732 (Closed): epoll fails to wake when fd added
- A regression was introduced by "illumos-gate#6291":https://www.illumos.org/issues/6291 with respect to poll/epoll wai...
-
12:44 PM Bug #6731 (New): nfs4: umount deadlock
- We've a hanging umount process. It looks like there is a deadlock between this process and the nfs4 ephemeral harvest...
2016-03-07
-
02:21 PM Bug #6730: visibility issues in public header definitions: difference between -fvisibility=hidden and #pragma GCC visibility push(hidden) overriding the default
- oups, namely the ultimate definitions of *__BEGIN_DECLS* and *__END_DECLS*
-
02:17 PM Bug #6730 (New): visibility issues in public header definitions: difference between -fvisibility=hidden and #pragma GCC visibility push(hidden) overriding the default
- The is an apparently long known issue with the the public headers which
pokes its head out when linking...
It is... -
10:50 AM Bug #6729 (Closed): incremental replication stream of a fs tree with lots of snapshots trips assert in zfs recv
- The assertion in question is:
Assertion failed: ilen <= SPA_MAXBLOCKSIZE, file ../common/libzfs_sendrecv.c, li... -
10:01 AM Bug #6712: beadm(1M): beadm mount should list mountpoint argument as optional
- Yuri's comment on illumos devel:
_We could be more verbose on how mountpoint name is generated:
If mountpoint i... -
07:04 AM Bug #6727 (Closed): lofiadm: remove "o:" from getopt argument
2016-03-06
-
10:40 PM Bug #6726 (Closed): ctype(3C): missing description for isxdigit_l
- While doing `man isxdigit_l` works, opening ctype(3C) man page, NAME, SYNOPSIS and DESCRIPTION are silent about isxdi...
-
02:14 PM Bug #6472: Panic in rfs4_compound_kstat_res()
- *Root Cause*
The rfs4_compound_kstat_res() is called from rfs4_dispatch() to update the kstats once the reply is s...
2016-03-05
-
06:59 PM Bug #3373 (Closed): gcc >= 4.5 concerns about offsetof()
- "git commit 876de206688d9fe008ad80c116a23a56701579d1":https://github.com/illumos/illumos-gate/commit/876de206688d9fe0...
-
06:59 PM Bug #2976 (Closed): remove useless offsetof() macros
- "git commit 5c5f137104b2d56181283389fa902220f2023809":https://github.com/illumos/illumos-gate/commit/5c5f137104b2d561...
-
05:26 PM Bug #6725 (Closed): PCI(-X) Express Fatal Error (0x40)
- Last week I got this error many times. Unfortunately I can't save any dump from this panic.
but I did a photo of the... -
03:29 PM Bug #6724 (Closed): stmfadm(1M): document missing options to delete-lu and remove-view
- stmfadm(1M) man page is missing description for 'k' option to delete-lu and 'a' option to remove-view subcommands.
-
09:18 AM Bug #6723 (Closed): etc/skel needs cleanup
- Current /etc/skel is distributing the obsolete local.* files, as useradd can copy .files. System defaults should be s...
2016-03-04
-
08:28 PM Bug #6696: Per-client NFS server IOPS, bandwidth, and latency kstats
- h1. Detailed NFS server stats
h2. Implementation
The detailed NFS server stats are implemented for all supporte... -
04:07 PM Bug #6712 (In Progress): beadm(1M): beadm mount should list mountpoint argument as optional
- Webrev: http://wojslaw.pl/damian/illumos-webrev-6712/
-
01:19 PM Bug #6716: eliminate remaining unused filesystems from GRUB
- You can use chainloading to boot Windows and Linux from the OpenIndiana grub menu. For Windows I use this in menu.lst...
-
07:23 AM Bug #6716: eliminate remaining unused filesystems from GRUB
- Please do not remove ext2fs until grub2 is able to boot both Linux and OpenIndiana. This is the only way I know to bo...
-
06:48 AM Bug #6721 (Closed): tran_setup_pkt(9E) returns int, not a pointer
- In the synopsis of the manual page *tran_setup_pkt(9E)*, we suggest that @tran_setup_pkt()@ should return a pointer t...
-
05:55 AM Bug #6719 (New): tran_setup_pkt(9E) ought mention scsi_hba_attach_setup(9F) flags explicitly
- The _tran_setup_pkt(9E)_ manual page has a relatively cryptic reference to allocation choices the HBA driver author m...
-
03:02 AM Bug #6718 (Closed): tran_tgt_init(9E) returns int, not void
- In the manual page @tran_tgt_init(9E)@, it seems that the return type in the *SYNOPSIS* is incorrect:...
2016-03-03
-
10:46 PM Bug #5584: Option argument to stmfadm list-view is not optional
- Oops, misread the description.
-
10:21 PM Bug #5584 (In Progress): Option argument to stmfadm list-view is not optional
-
10:38 PM Bug #6717 (Closed): stmfadm(1M): synopsis duplicates {offline,online}_lu subcommands for targets
- ...
-
10:26 PM Bug #4527: Duplication of code between sbdadm.c and stmfadm.c
- sbdadm(1M) man page lists it as "Obsolete Commited", stmfadm(1M) does everything sbdadm(1M) can and a lot more, so th...
-
10:19 PM Bug #3407 (In Progress): stmfadm(1M): extra dash for single char option '-s'
-
08:50 PM Bug #6716 (Closed): eliminate remaining unused filesystems from GRUB
- Our grub is quite outdated and it is questionable whether it can still be used for directly booting Linux or BSD. Cha...
-
07:43 PM Bug #6715 (Closed): Remove MD2 from libkmf
- "git commit 38379e9254628617dd4995589f23b06c84ffe16e":https://github.com/illumos/illumos-gate/commit/38379e9254628617...
-
05:35 PM Bug #6715 (Closed): Remove MD2 from libkmf
- Subject says it all.
-
05:35 PM Bug #6714: libkmf should be more flexible in the face of {Open,Libre}SSL
- I'm keeping this bug open as a general placeholder. I'm going to create a new bug for MD2 removal specifically.
-
04:00 PM Bug #6714 (New): libkmf should be more flexible in the face of {Open,Libre}SSL
- I eliminated MD2 from the OmniOS build of openssl, and suddenly illumos stopped building because of libkmf's dependen...
-
04:22 PM Bug #322 (Closed): Remove EXPORT_SRC targets and comments
- Covered by the two related issues.
-
03:03 PM Bug #6713 (Rejected): zpool(1M): missing description for property 'leaked'
- Need to document the following property:...
-
01:33 AM Bug #6712 (In Progress): beadm(1M): beadm mount should list mountpoint argument as optional
- ...
-
12:02 AM Feature #6673 (Closed): want a macro to convert seconds to nanoseconds and vice-versa
- "git commit a8f6344fa0921599e1f4511e41b5f9a25c38c0f9":https://github.com/illumos/illumos-gate/commit/a8f6344fa0921599...
-
12:02 AM Feature #6672 (Closed): arc_reclaim_thread() should use gethrtime() instead of ddi_get_lbolt()
- "git commit a8f6344fa0921599e1f4511e41b5f9a25c38c0f9":https://github.com/illumos/illumos-gate/commit/a8f6344fa0921599...
2016-03-02
-
10:25 AM Bug #5659: in the manual page for zpool(1M), one misuse of the word 'zpool' to describe a pool
- Thanks!
Meanwhile, in the world of ZFS on Linux, _zpool_ (not the zpool command), _ZPool_ (not the zpool command)... -
12:32 AM Bug #6696: Per-client NFS server IOPS, bandwidth, and latency kstats
- h1. Generic per-share and per-client stats
h2. Implementation
For every shared path there is generic per-share ...
2016-03-01
-
10:29 PM Feature #6709: manual pages need to be updated for loader (loader project)
- the webrev for manuals is: http://cr.illumos.org/~webrev/tsoome/6709/
and eeprom manual is bundled with eeprom updat... -
02:50 PM Feature #6709: manual pages need to be updated for loader (loader project)
- I have done the content changes, but most certainly any help is needed, as english is not my first language. I'll pro...
-
02:03 PM Feature #6709: manual pages need to be updated for loader (loader project)
- Let me help with this one. Which man pages you are going to update?
-
01:16 PM Feature #6709 (Closed): manual pages need to be updated for loader (loader project)
- complete transition from grub to loader.
-
09:26 PM Bug #6711 (New): TCP options need documentation
- Specifically:
TCP_CONN_ABORT_THRESHOLD
TCP_CONN_NOTIFY_THRESHOLD
TCP_ABORT_THRESHOLD
TCP_NOTIFY_THRESHOLD
TCP_... -
05:10 PM Bug #5659 (Closed): in the manual page for zpool(1M), one misuse of the word 'zpool' to describe a pool
- "git commit c8323d4323a565676ba44883bfeb289d9ed8813e":https://github.com/illumos/illumos-gate/commit/c8323d4323a56567...
-
05:10 PM Bug #4465 (Closed): zpool(1M) is able to offline cache vdevs despite what man page says
- "git commit c8323d4323a565676ba44883bfeb289d9ed8813e":https://github.com/illumos/illumos-gate/commit/c8323d4323a56567...
-
05:10 PM Bug #2897 (Closed): "zpool split" documentation missing from manpage
- "git commit 879bece34ee134b2be670393fe9ffe33ce268aa0":https://github.com/illumos/illumos-gate/commit/879bece34ee134b2...
-
05:10 PM Bug #6649 (Closed): autofs(4) should describe options set via sharectl(1M)
- "git commit d002581c15e562273045b1e5547179228d2db680":https://github.com/illumos/illumos-gate/commit/d002581c15e56227...
-
05:10 PM Bug #6710 (Closed): disable shadow compilation by default
- "git commit dac4b50e6ed9ca04ff7cefa049918f5ce0d147a8":https://github.com/illumos/illumos-gate/commit/dac4b50e6ed9ca04...
-
02:47 PM Bug #6710 (Closed): disable shadow compilation by default
- Given that the traditional shadow compiler isn't even available and of limited utility these days so it makes sense t...
-
01:05 PM Feature #6708 (Closed): update eeprom for loader (loader project)
- transition from grub to loader.
-
01:02 PM Feature #6707 (Closed): disable grub menu management in libbe (loader project)
- switch libbe from grub menu management to loader.
-
12:56 PM Feature #6706 (Closed): disable grub menu management in bootadm (loader project)
- switch bootadm from grub menu management to loader.
-
12:50 PM Feature #6705 (Closed): halt: replace grub_get_boot_args with be_get_boot_args (loader project)
- transition from grub specific interface to loader.
-
11:05 AM Feature #6704 (Closed): svc.startd: replace grub_get_boot_args with be_get_boot_args (loader project)
- transition from grub specific interface to loader.
-
10:58 AM Feature #6703 (Closed): update bootadm to support loader configuration (loader project)
- bootadm command needs to support loader configuration management.
-
10:45 AM Feature #6702 (Closed): libbe should support x86 installboot command (loader project)
- as libbe does implement interface to support boot program updates, it needs to be updated to include support for x86 ...
-
10:41 AM Feature #6701 (Closed): add installboot to i386 platform (loader project)
- loader needs installboot tool to manage boot loader boot program files.
-
10:34 AM Bug #6700 (Closed): remove installboot script from i386 platform (loader project)
- from integration of grub, the installboot command for x86 platform was replaced by script, instructing user to use in...
-
10:21 AM Feature #6699 (Closed): be_get_boot_args interface implementation in libbe (loader project)
- To support fast boot feature, some components are currently using grub_get_boot_args() interface from libgrubmgt libr...
-
09:56 AM Feature #6698 (Closed): freebsd btxld port for illumos (loader project)
- btxld is internal build tool used to integrate boot loader images with BTX V86 interface. As this tool is only needed...
-
12:41 AM Bug #6697: Aggregated IOPS, bandwidth, and latency kstats for NFS server
- h1. Aggregated NFS server stats
h2. Implementation
There are four types of aggregated kstats implemented:
|_... -
12:33 AM Bug #6697 (Rejected): Aggregated IOPS, bandwidth, and latency kstats for NFS server
- As an enhancement to the detailed NFS server kstats (#6090 and #6696) we would like to have the aggregated NFS server...
2016-02-29
-
10:31 PM Bug #6696 (Rejected): Per-client NFS server IOPS, bandwidth, and latency kstats
- As an enhancement to #6090 we would like to have the per-client and per-client/per-share IOPS, bandwidth, and latency...
-
03:08 PM Bug #6510: Kernel panic while trying to automount filesystem
- This looks an awful lot like #5833. Perhaps this is a duplicate?
-
02:25 PM Feature #6695 (New): audiohd device driver
- The audiohd driver does not support a codec from a nvidia video card.
The card:... -
12:35 PM Bug #6657: Page fault occurred in module "ixgbe" due to a NULL pointer dereference
- Core dump download link:
https://storage101.iad3.clouddrive.com/v1/MossoCloudFS_7fd23ebe-2c5e-41d2-b1f3-8fe567ee324... -
09:16 AM Bug #6693 (Closed): mdoc(5): typos in MT-LEVEL names
- "Exections", should be "Exceptions"?...
-
08:05 AM Bug #6692 (Closed): incorrect error message when trying to delete a section using sharectl(1M)
- ...
-
07:19 AM Bug #6691: V490 and V890 symlinks missing on SPARC build
- my info form mail_msg:...
-
02:31 AM Bug #6691: V490 and V890 symlinks missing on SPARC build
- I wonder if the version of dmake we are using is different. I'm running nightly with this one:...
2016-02-28
-
10:47 PM Bug #6691: V490 and V890 symlinks missing on SPARC build
- i have : T5220 with 32GB RAM, 8cores (64threads)
i do jenkins builds with full workspace cleanup (by: git clean -fdx... -
10:45 PM Bug #6691: V490 and V890 symlinks missing on SPARC build
- Nevertheless, I get these errors consistently on my T2000 with eight CPUs and 32 gigs of memory. I've seen load aver...
-
02:34 PM Bug #6691: V490 and V890 symlinks missing on SPARC build
- interest.
i'm using 32 threads with my builds on sun4v sparc T5220 and i have no this issue.
also i have tested bui... -
02:21 PM Bug #6691 (Closed): V490 and V890 symlinks missing on SPARC build
- In a SPARC build, these error messages appeared in mail_msg:...
2016-02-27
-
10:46 PM Bug #6690 (Closed): set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct /etc/default/autofs
- set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct /etc/default/autofs, it shouldn't - autof...
-
09:04 PM Bug #6657: Page fault occurred in module "ixgbe" due to a NULL pointer dereference
- Getting a dump here might be helpful so we can inspect which state we mishandled.
-
06:11 PM Bug #6689 (Closed): mbtowc(3C) fails to set errno for incomplete characters
- If an incomplete character is passed to mbtowc(3), it fails to set errno to EILSEQ, even though that is unambiguously...
-
05:29 PM Bug #6688 (Closed): Exorcise the man pages of "deamons"
- Some of the man pages contain "deamons" and should be fixed.
-
05:26 PM Bug #6687 (Closed): icmp(7P) and icmp6(7P) should mention that you need PRIV_NET_ICMPACCESS
- These manual pages don't mention the required privilege, potentially leading to users mistakenly thinking they could ...
-
05:25 PM Feature #6686 (Closed): import missing ipf manual pages
- Various tools refer to various ipf related manual pages which are missing. We should import and ship them.
-
05:23 PM Bug #6685 (Closed): avl_destroy_nodes(3AVL) shows period before parens in function name
- When the page is rendered, it shows "avl_destroy_nodes.()" instead of "avl_destroy_nodes().".
-
05:21 PM Feature #6684 (Closed): Allow sending from IPv6 SLAAC addresses within a zone using IP spoofing protection
- Upon receiving a Router Advertisement that indicates that the client should use SLAAC, the address that would be used...
-
05:07 PM Bug #6683 (Closed): Filtering on 'rarp' with snoop(1M) is broken
- snoop(1M) tries to look up 'rarp' in the tables that it uses to map to ethertypes, but the table contains Reverse ARP...
-
05:06 PM Bug #6682 (Closed): stop elfdump from weaving a web of SI_DTRACE lies
- The message for no information claims it's DTrace when it is not.
-
05:00 PM Bug #6681 (Closed): zfs list burning lots of time in dodefault() via dsl_prop_*
- Flamegraphing "zfs list" commands suggests that there is unnecessary time being burnt in dodefault() – see https://us...
-
04:55 PM Bug #6680 (Closed): SIOCGLIFADDR doesn't set sin6_scope_id for link-local IPv6 addresses
- When getting an address on an IPv6 interface with SIOCGLIFADDR, only the sin6_family and sin6_addr fields are set. If...
-
04:55 PM Bug #6674 (Closed): sys/isa_defs.h shouldn't unconditionally define _ILP32
- "git commit d643a855cbd8c4fb4fe966406fa05dff70673597":https://github.com/illumos/illumos-gate/commit/d643a855cbd8c4fb...
-
04:55 PM Bug #6659 (Closed): nvlist_free(NULL) is a no-op
- "git commit aab83bb83be7342f6cfccaed8d5fe0b2f404855d":https://github.com/illumos/illumos-gate/commit/aab83bb83be7342f...
-
10:15 AM Bug #6269 (Rejected): mismatch between manpage /etc/timezone and actual file (symlink) /etc/TIMEZONE
- Not a bug.
2016-02-26
-
11:29 PM Bug #6596 (Closed): Macro redefined in strtolctype.h
- "git commit bcf23f43dc1b73080eeded927585ee86feab40a7":https://github.com/illumos/illumos-gate/commit/bcf23f43dc1b7308...
-
09:40 PM Bug #6679 (Closed): Useless assert in acpidev_cpu_query_MAT()
- Broadwell-DE (Xeon D-1520) Supermicro box panics in acpidev with an assert when the "X2APIC" option is enabled in the...
-
01:15 PM Feature #6479 (Feedback): ZFS Diff Prints Carriage Returns
-
01:02 PM Bug #991 (Closed): towlower(3c) manpage is missing
- Resolved in #2964.
-
01:45 AM Bug #6676 (Closed): Race between unique_insert() and unique_remove() causes ZFS fsid change
- The fsid of zfs filesystems might change after reboot or remount. The problem seems to be caused by a race between u...
2016-02-25
-
09:39 PM Bug #3661 (Closed): Sync mDNS with upstream
- "git commit 5ffb0c9b03b5149ff4f5821a62be4a52408ada2a":https://github.com/illumos/illumos-gate/commit/5ffb0c9b03b5149f...
-
08:06 PM Feature #6416 (Closed): ptime -p could support multiple processes
- "git commit 8551f527eff6d736e8191795ffafe40abbdb71e6":https://github.com/illumos/illumos-gate/commit/8551f527eff6d736...
-
08:16 AM Feature #6479: ZFS Diff Prints Carriage Returns
- Wonder if Joshua already fixed this in #4448:...
-
07:14 AM Feature #6479: ZFS Diff Prints Carriage Returns
- Do you mean ^M here (ie, a name like "a\rb")?
-
07:20 AM Bug #6674 (Pending RTI): sys/isa_defs.h shouldn't unconditionally define _ILP32
-
05:59 AM Bug #6468 (Closed): remove iscsi-related cruft from zfs-tests
- "git commit ee0ab62f26fb5723153c0c1b3cb1c5590bd7fb3c":https://github.com/illumos/illumos-gate/commit/ee0ab62f26fb5723...
-
05:59 AM Bug #6577 (Closed): zfs_copies_004_neg fails trying to expand wildcard characters
- "git commit 964a6bd0f9365bb057bceb3cf813be3dbb8de2bf":https://github.com/illumos/illumos-gate/commit/964a6bd0f9365bb0...
-
05:59 AM Bug #6578 (Closed): cifs_attr_002_pos fails to cleanup after itself
- "git commit 327848f9b50960449ae0e73e0767b617af721690":https://github.com/illumos/illumos-gate/commit/327848f9b5096044...
-
05:59 AM Bug #6575 (Closed): grow_replicas_001_pos fails intermittently
- "git commit 633aa8079184298dfc2ae6966d0d9cc897712b57":https://github.com/illumos/illumos-gate/commit/633aa8079184298d...
-
05:43 AM Bug #6643 (Closed): zfstest should enforce the required privileges before running.
- "git commit 412db4e993a383395d7ff1add4bb97f97ca3d433":https://github.com/illumos/illumos-gate/commit/412db4e993a38339...
-
05:43 AM Bug #6642 (Closed): testrunner output can be displayed in the wrong order
- "git commit 412db4e993a383395d7ff1add4bb97f97ca3d433":https://github.com/illumos/illumos-gate/commit/412db4e993a38339...
-
05:42 AM Bug #6663 (Closed): Driver timerfd not built on SPARC
- "git commit a6c5c5ca2069d841106ecb240d54632487830200":https://github.com/illumos/illumos-gate/commit/a6c5c5ca2069d841...
2016-02-24
-
07:05 PM Bug #6662 (Closed): uts should only build the variant requested
- "git commit 5db531e3faa94427746eae754b11770fd8416b6d":https://github.com/illumos/illumos-gate/commit/5db531e3faa94427...
-
07:05 PM Bug #6671 (Closed): man(1): document MANWIDTH variable
- "git commit 4185ca1d7f22b7d0d04eac3b580dd338274cb432":https://github.com/illumos/illumos-gate/commit/4185ca1d7f22b7d0...
-
03:50 PM Bug #6674 (Closed): sys/isa_defs.h shouldn't unconditionally define _ILP32
- Been playing with clang which defines _ILP32, so the stuff is failing with:...
-
03:20 PM Bug #6592 (Closed): AI_ADDRCONFIG fails all resolutions when only loopback is present
- "git commit 96088c8326643135b996338d1fe5a68aac181f31":https://github.com/illumos/illumos-gate/commit/96088c8326643135...
-
02:54 PM Feature #6673 (Closed): want a macro to convert seconds to nanoseconds and vice-versa
- Illumos currently has macros to convert milliseconds to nanoseconds and nanoseconds to milliseconds defined in time.h...
-
05:06 AM Feature #6672 (Closed): arc_reclaim_thread() should use gethrtime() instead of ddi_get_lbolt()
- Instead of using ddi_get_lbolt(), ZFS should use gethrtime() for timekeeping to provides better time resolution. This...
2016-02-23
-
06:29 PM Bug #6671 (Closed): man(1): document MANWIDTH variable
- Document MANWIDTH variable used to set the width of output.
2016-02-22
-
05:55 PM Bug #6641 (Closed): deadman fires spuriously when running on VMware
- "git commit e014e7f89c5273294b22953615734b04c11b1b4f":https://github.com/illumos/illumos-gate/commit/e014e7f89c527329...
-
04:22 PM Bug #4521 (Closed): zfstest is trying to execute evil "zfs unmount -a"
- "git commit 8808ac5dae118369991f158b6ab736cb2691ecde":https://github.com/illumos/illumos-gate/commit/8808ac5dae118369...
-
03:41 PM Feature #1437: COMSTAR only supports 255 targets
- Looking at the code, I don't see why we have that limit at all - may be we could just remove it instead of increasing?
2016-02-21
-
01:58 PM Bug #6668 (New): Possible vnode leak in pc_rename()
- There is missing VN_RELE(svp) call (in a case svp is non-NULL) at line 623:...
-
02:48 AM Feature #6667 (Closed): Update e1000g/igb shared code
- This syncs the Intel provided shared and common code that's used by both e1000g and igb. This has a couple notable ch...
-
02:34 AM Feature #6666 (Closed): Want support for the Intel I219
- Now that support is more broadly available, we should add support for the Intel I219 and update the Intel common code...
2016-02-20
-
11:13 PM Bug #6665 (New): CTF fixes made in FreeBSD and Darwin should be merged back
- A user in #illumos pointed out:
https://svnweb.freebsd.org/base/head/cddl/contrib/opensolaris/tools/ctf/cvt/dwar...
2016-02-19
-
04:59 AM Bug #6664 (New): zpool(1M) import syntax for listing pools is different between synopsis and description
- Synopsis currently lists the following form:...
-
02:27 AM Bug #6663 (Closed): Driver timerfd not built on SPARC
- When building on the SPARC platform, I got this error in nightly.log:...
2016-02-18
-
09:12 PM Bug #6599 (Closed): kstat queues should assert on both platforms
- "git commit 6e7bd6722c43b5bb4fa3bfb4961472f546ec2a6a":https://github.com/illumos/illumos-gate/commit/6e7bd6722c43b5bb...
-
08:35 PM Bug #6660 (Closed): ufs may read too many indirect blocks, flush a random block to disk
- "git commit 49a119360d49a6e7e0b08e69ff5d965e828d3424":https://github.com/illumos/illumos-gate/commit/49a119360d49a6e7...
-
09:31 AM Bug #6624 (Rejected): cmd/sgs/lddstub on sparc has issue
- related to DilOS env.
I have added [-m32/-m64] to LDFLAGS.
it is correct if GCC is using as LD, but they are flags ... -
12:07 AM Bug #6662 (Closed): uts should only build the variant requested
- At present, due to an apparent typo, we build the kernel debug/non-debug regardless of what was asked for. We should...
2016-02-17
-
10:08 PM Bug #6646 (Closed): libbe be_do_copy_grub_cap() is broken when pool root dataset is not mounted
- "git commit a21e16923712d68dbeecfc9660b47a4279005efd":https://github.com/illumos/illumos-gate/commit/a21e16923712d68d...
-
03:41 AM Bug #6623: iostat -exrn has missing comma (field separator) in header
- ...
-
01:35 AM Bug #6658 (Closed): obsolete profiled-libc package
- "git commit e3ffd6e13f33aa6f350ad293275d238d628ffaa5":https://github.com/illumos/illumos-gate/commit/e3ffd6e13f33aa6f...
2016-02-16
-
05:57 PM Bug #6484 (Closed): [PATCH] GRUB should specify c89 for GCC 5
- Closing as a duplicate. A fix was included as part of the changes for #6648.
-
01:00 PM Bug #6652 (Rejected): Error when building illumos kernel
-
10:57 AM Bug #6652: Error when building illumos kernel
- Josef Sipek wrote:
> zheng cai wrote:
> > Josef Sipek wrote:
> > > Which version (commit id) of illumos-gate are y... -
11:57 AM Bug #4833: Remove volrmmount
- Webrev: http://cr.illumos.org/~webrev/andy_js/4833-4/
2016-02-15
-
10:29 PM Bug #6660 (Closed): ufs may read too many indirect blocks, flush a random block to disk
- ufs does:...
-
10:06 PM Bug #6645 (Closed): sgsmsg relies on undefined behaviour of loop-scoped variables
- "git commit eae164eb03cbb004dcf9154f36352e62f693eb6c":https://github.com/illumos/illumos-gate/commit/eae164eb03cbb004...
-
10:06 PM Bug #6648 (Closed): illumos build should be explicit about C standards
- "git commit 7f11fd00fc23e2af7ae21cc8837a2b86380dcfa7":https://github.com/illumos/illumos-gate/commit/7f11fd00fc23e2af...
-
05:36 PM Bug #6659: nvlist_free(NULL) is a no-op
- Second semantic patch to catch more "bad" users of nvlist_free()
-
03:58 PM Bug #6659 (Closed): nvlist_free(NULL) is a no-op
- There are a lot of places in the gate that conditionally call nvlist_free() to avoid passing a NULL pointer. It turn...
-
03:55 PM Bug #6658 (Closed): obsolete profiled-libc package
- The profiled libc package has created symlinks to the real libc since Solaris 10. (And therefore hasn't provided any...
-
02:01 PM Bug #6652: Error when building illumos kernel
- zheng cai wrote:
> Josef Sipek wrote:
> > Which version (commit id) of illumos-gate are you trying to build? Which ... -
01:39 PM Bug #6652: Error when building illumos kernel
- Did you notice all the 2013 dates? It looks like we need to make that old hg repository disappear, along with any in...
-
05:28 AM Bug #6652: Error when building illumos kernel
- Yuri Pankov wrote:
> Looks like another missing dependency in usr/src/lib/Makefile. The head commit would help, yes,... -
05:09 AM Bug #6652: Error when building illumos kernel
- Josef Sipek wrote:
> Which version (commit id) of illumos-gate are you trying to build? Which distro are you trying ... -
11:12 AM Bug #6657 (New): Page fault occurred in module "ixgbe" due to a NULL pointer dereference
- Had a machine with kernel panic. The panicinfo is 'message BAD TRAP: type=e (#pf Page fault) rp=ffffff003ec9c970 addr...
-
07:31 AM Bug #6656 (Resolved): ixgbe fails to power on PHY and SFP tx laser
- ixgbe(7D)'s attach and initialization routine expects the PHY and SFP Tx optics (if present) to be powered on. I ran ...
-
07:17 AM Bug #6655 (New): ZFS recv gets confused about receive_resume_token when -F is used.
- 1) zfs recv -s is first used, and for whatever reason, is aborted to leave a receive_resume_token
2) decide to sent ... -
06:34 AM Bug #6599: kstat queues should assert on both platforms
- After careful reading of how the SPARC code is implementing those kstat_* functlion, I have found an way to implement...
2016-02-14
-
08:28 PM Feature #6654 (New): newtask would benefit from the same process-matching abilities as priocntl, etc.
- at present, newtask only supports entering a single running process into a different task. It would be nice if it su...
-
04:52 PM Bug #6653: dtrace modifies ELF string table causing problems for linker
- BTW, there are three other dtrace strobed files in dix/ name getevents, events and dispatch.
These have modification... -
04:37 PM Bug #6653 (Closed): dtrace modifies ELF string table causing problems for linker
- this may be somewhat related to https://www.illumos.org/issues/6590
Since binutils 2.26, in particular with gas, I... -
02:40 PM Bug #6652: Error when building illumos kernel
- Looks like another missing dependency in usr/src/lib/Makefile. The head commit would help, yes, thought I fixed most ...
-
02:20 PM Bug #6652: Error when building illumos kernel
- Which version (commit id) of illumos-gate are you trying to build? Which distro are you trying to build it on?
-
08:27 AM Bug #6652 (Rejected): Error when building illumos kernel
- Hi, I am new to illumos. I try to build the illumos kernel using guide "http://wiki.illumos.org/display/illumos/How+T...
2016-02-13
-
10:58 PM Bug #6638 (Closed): ::pfiles walks out of bounds on array of vnode types
- "git commit 1665390b481087ca2aaff06a502c62b3ee91d530":https://github.com/illumos/illumos-gate/commit/1665390b481087ca...
-
10:58 PM Bug #6639 (Closed): uhci_qh walker contains whacky boolean logic
- "git commit a7317ceb814150d472383df8b987d7e3282ea15b":https://github.com/illumos/illumos-gate/commit/a7317ceb814150d4...
2016-02-12
-
11:39 PM Bug #5659 (In Progress): in the manual page for zpool(1M), one misuse of the word 'zpool' to describe a pool
-
11:37 PM Bug #4465 (In Progress): zpool(1M) is able to offline cache vdevs despite what man page says
-
11:09 PM Bug #6651 (New): mdb could support printing open file information
- Similar to #6650: you can use "!" to shell out to pfiles(1) to print open files in a target process or core file, but...
-
11:08 PM Bug #6650 (New): mdb could support printing complete process arguments
- Currently, there's no way to print the complete program's arguments from mdb without using ! to shell out to pfiles. ...
-
10:48 PM Bug #6649 (Closed): autofs(4) should describe options set via sharectl(1M)
- Currently autofs(4) describes the options which were used to be set in /etc/default/autofs, it shouldn't. Instead, de...
-
08:16 PM Bug #6647 (Closed): MANSECTS should not require a trailing comma
- "git commit d456640d8a14f0ba35a7ec232f0ce9ebd34541cb":https://github.com/illumos/illumos-gate/commit/d456640d8a14f0ba...
-
03:11 AM Bug #6647 (In Progress): MANSECTS should not require a trailing comma
-
04:07 PM Bug #6648 (Closed): illumos build should be explicit about C standards
- To avoid future surprises, we should make sure that no components thwart our attempts to always be explicit about the...
2016-02-11
-
09:50 PM Bug #6647 (Closed): MANSECTS should not require a trailing comma
- The _man(1)_ program will read an optional @man.cf@ file, if present, in each of the directories in @MANPATH@. This ...
-
06:23 PM Bug #6541 (Closed): Pool feature-flag check defeated if "verify" is included in the dedup property value
- "git commit 971640e6aa954c91b0706543741aa4570299f4d7":https://github.com/illumos/illumos-gate/commit/971640e6aa954c91...
-
06:23 PM Bug #6585 (Closed): sha512, skein, and edonr have an unenforced dependency on extensible dataset
- "git commit 892586e8a147c02d7f4053cc405229a13e796928":https://github.com/illumos/illumos-gate/commit/892586e8a147c02d...
-
06:23 PM Bug #6586 (Closed): Whitespace inconsistencies in the spa feature dependency arrays in zfeature_common.c
- "git commit 22b6687e7850d421c61bf433a388b7db306aca00":https://github.com/illumos/illumos-gate/commit/22b6687e7850d421...
-
06:23 PM Feature #6603 (Closed): zfeature_register() should verify ZFEATURE_FLAG_PER_DATASET implies SPA_FEATURE_EXTENSIBLE_DATASET
- "git commit 0803e914d3511e82e0b1cc0c888af873a4aaa7d1":https://github.com/illumos/illumos-gate/commit/0803e914d3511e82...
-
05:42 PM Bug #6644 (Closed): MBOOT_SCAN_SIZE in usr/src/cmd/boot/common/mboot_extra.h is wrong
- "git commit bd94aa560898627952fba8f09dda95c4492e7d9e":https://github.com/illumos/illumos-gate/commit/bd94aa5608986279...
-
05:14 PM Bug #4063: flowcontrol set to 'bi' loses IP connectivity on ixgbe driven X520
- As Dan noted on one of the illumos lists, this fix has been in use inside Nexenta since Fall 2013:
https://github.c... -
02:31 PM Bug #6593: want LBA48 support in grub
- Webrev: http://ma.nexenta.com/~woodstock/illumos-6593/
This just fixes the loading of files beyond 2TB.
Fixing ... -
11:15 AM Bug #6646 (Closed): libbe be_do_copy_grub_cap() is broken when pool root dataset is not mounted
- the pool root dataset handle management is broken and should be fixed.
-
02:34 AM Bug #6645 (Closed): sgsmsg relies on undefined behaviour of loop-scoped variables
- sgsmsg relies on a variable scoped within a loop and left uninitialized to retain its value across iterations of the ...
2016-02-10
-
07:02 PM Bug #6550 (Closed): cmd/zfs: cleanup gcc warnings
- "git commit c16bcc4577f389573eff411c7b7e040294078c3b":https://github.com/illumos/illumos-gate/commit/c16bcc4577f38957...
-
06:15 PM Bug #6551 (Closed): cmd/zpool: cleanup gcc warnings
- "git commit b327cd3f3b4dab4f29e7140159b1e01ed2ceef2a":https://github.com/illumos/illumos-gate/commit/b327cd3f3b4dab4f...
-
12:03 PM Bug #6644 (Closed): MBOOT_SCAN_SIZE in usr/src/cmd/boot/common/mboot_extra.h is wrong
- /* multiboot header needs to be located in the first 32KB. */
#define MBOOT_SCAN_SIZE (32 * 1024 * 1024)
... -
04:30 AM Bug #6643 (Closed): zfstest should enforce the required privileges before running.
- The script currently requires users to drop privs before running it. It should just run the runner script with the re...
-
04:30 AM Bug #6642 (Closed): testrunner output can be displayed in the wrong order
- Lines of output that happen in the same hundredth of a second are printed in alphabetical order, not the order in whi...
-
04:09 AM Bug #6641 (Closed): deadman fires spuriously when running on VMware
- When the system hibernates and restarts, the counter that it uses to
measure time gets reset to nearly zero. As a re...
Also available in: Atom