Activity
From 2016-04-15 to 2016-05-14
2016-05-14
-
02:15 AM Bug #6973: audioens driver does not work on VMWare
- Webrev here:
http://cr.illumos.org/~webrev/gdamore/audioens_vmware/ -
12:21 AM Bug #6973 (Closed): audioens driver does not work on VMWare
- This is a very old problem -- (surprisingly I couldn't find a reference to an open issue for it though.)
The audio...
2016-05-13
-
10:28 AM Bug #6971: LSI SAS9200-8e is not recognised
- I've put an output of prtconf -v on pastebin:
http://pastebin.com/hfR7z0WR -
08:05 AM Bug #6971: LSI SAS9200-8e is not recognised
- I was able to load the driver with:
modload /kernel/drv/amd64/mpt_sas
However, the Device Driver Utility is still... -
07:53 AM Bug #6971 (New): LSI SAS9200-8e is not recognised
- I have a system with an LSI SAS9200-8e card, running fresh OpenIndiana Hipster.
While Device Driver Utility shows ...
2016-05-12
-
05:36 PM Bug #6876 (Closed): Stack corruption after importing a pool with a too-long name
- "git commit c971037baa5d64dfecf6d87ed602fc3116ebec41":https://github.com/illumos/illumos-gate/commit/c971037baa5d64df...
-
05:08 PM Bug #6844 (Closed): dnode_next_offset can detect fictional holes
- "git commit 11ceac77ea8034bf2fe9bdd6d314f5d1e5ceeba3":https://github.com/illumos/illumos-gate/commit/11ceac77ea8034bf...
-
04:50 PM Bug #6956 (Closed): libproc cannot leave free() to callers
- "git commit 43051d2742bbe5911de73322064cb573b6aff975":https://github.com/illumos/illumos-gate/commit/43051d2742bbe591...
-
04:50 PM Feature #6955 (Closed): libproc should be documented and shipped
- "git commit 43051d2742bbe5911de73322064cb573b6aff975":https://github.com/illumos/illumos-gate/commit/43051d2742bbe591...
-
04:22 PM Feature #3430 (Closed): Support "hostname --fqdn"
-
04:22 PM Feature #3430 (Feedback): Support "hostname --fqdn"
-
04:12 PM Feature #3430: Support "hostname --fqdn"
- For some reason I can't close this one as "rejected".
-
04:11 PM Bug #3758 (Rejected): RFE: Would like "hostname -s"
- Closing as rejected based on feedback received on the mailing list.
-
11:27 AM Bug #6961: 64-bit octal printf may overflow internal buffer
- Thank you, but I'm not able to edit description. May I ask?
-
06:06 AM Bug #6969 (New): most scsi tran_foo(9E) manpages Xr the nonexistent scsi_hba_attach
- there is no scsi_hba_attach man page, nor should there be one as it is a nonexistent function.
instead they should... -
06:03 AM Bug #6968 (New): unset tran_abort(9E) in a HBA driver can lead to a user controlled NULL-deref
- if a hba driver does not provide a tran_abort function in it's scsi_hba_tran_t instance, it appears that a user may b...
-
01:13 AM Bug #6967 (New): tran_setup_pkt(9E) should document constraints on failure
- the tran_setup_pkt() handler a HBA driver implements should only fail on a recoverable condition, it should not fail ...
-
01:00 AM Bug #6966 (Closed): mdoc(5) should document the CONTEXT section for kernel manpages
- the CONTEXT section is very useful, it should be included in all new pages written when using mdoc(5) as a guide.
2016-05-11
-
11:32 PM Bug #6111 (Closed): zfs send should ignore datasets created after the ending snapshot
- "git commit 4a20c933b148de8a1c1d3538391c64284e636653":https://github.com/illumos/illumos-gate/commit/4a20c933b148de8a...
-
11:31 PM Bug #6874 (Closed): rollback and receive need to reset ZPL state to what's on disk
- "git commit 1fdcbd00c9cbac286b5f92e08877e8cb3c448420":https://github.com/illumos/illumos-gate/commit/1fdcbd00c9cbac28...
-
04:15 PM Bug #6961: 64-bit octal printf may overflow internal buffer
- Thank you for reporting this Kiichi. Your analysis here looks correct and that we have undersized the buffer and are ...
-
11:29 AM Bug #6961: 64-bit octal printf may overflow internal buffer
- What I mean is, as wrote at ticket description, that there is an out-of-bounds bug in "illumos libc code":https://git...
-
12:01 PM Feature #6964 (Closed): mkfs_pcfs should detect GPT partition size and fat type for it
- To simplify EFI system partition management, mkfs -F pcfs should autodetect the partition size and fat type.
refer... -
06:58 AM Bug #6963 (New): man zfs is missing -H for zfs holds
- The manpage for zfs is missing the -H argument for 'zfs holds'...
2016-05-10
-
11:24 PM Bug #6957 (Closed): logadm dies on bogus configuration file
- "git commit 7ea027865de56bac0c639f5fe006cc752ce41413":https://github.com/illumos/illumos-gate/commit/7ea027865de56bac...
-
11:02 PM Bug #3758: RFE: Would like "hostname -s"
- How does this look? http://cr.illumos.org/~webrev/andy_js/hostname-1/
-
09:13 PM Bug #6962 (Closed): kclient performs incorrect check for /dev/random
- The current kclient.sh check uses the "-h" test for /dev/random, which only works in the global zone. Non-global zone...
-
03:13 PM Bug #6922: Emit ESC_ZFS_VDEV_REMOVE_AUX after removing an aux device
- In the discussion at https://github.com/openzfs/openzfs/pull/99 we decided not to do a config_sync when removing an a...
-
01:50 PM Bug #6961: 64-bit octal printf may overflow internal buffer
- I just tried on OmniOS 018 - also broken.
I'm guessing that it is likely related to gcc 4.4.4 which most illumos d... -
01:25 PM Bug #6961: 64-bit octal printf may overflow internal buffer
- OK :)
my point was to:
[environment]
OpenIndiana (hipster) and other illumos distributions.
if you say about ... -
01:21 PM Bug #6961: 64-bit octal printf may overflow internal buffer
- Yeah, OI Hipster seems to be broken. As others pointed out, this appears to be an issue with libc and not the compil...
-
01:01 PM Bug #6961: 64-bit octal printf may overflow internal buffer
- Kiichi Ozaki wrote:
> At any rate, I think that the current source code (about the value of ... -
12:59 PM Bug #6961: 64-bit octal printf may overflow internal buffer
- At any rate, I think that the current source code (about the value of ...
-
12:42 PM Bug #6961: 64-bit octal printf may overflow internal buffer
- Oh, The problem is in libc, so it doesn't matter what gcc version building test program (p.c) is.
-
12:28 PM Bug #6961: 64-bit octal printf may overflow internal buffer
- Kiichi Ozaki wrote:
> I checked on OpenIndiana hipster-20151003 (and newer) mainly, but I don't know gcc version whi... -
12:24 PM Bug #6961: 64-bit octal printf may overflow internal buffer
- I checked on OpenIndiana hipster-20151003 (and newer) mainly, but I don't know gcc version which built libc.
This ... -
11:41 AM Bug #6961: 64-bit octal printf may overflow internal buffer
- what is your platform and gcc version?
i'm using DilOS with gcc-4.8:... -
11:12 AM Bug #6961 (Closed): 64-bit octal printf may overflow internal buffer
- There is a problem with printf family in 64bit libc.
*[repro steps]*...
2016-05-09
-
04:58 PM Bug #6859 (Closed): missing MCFG table should lead to I/O PCIe config access
- "git commit 99abc82310f6fbd4f04276f195f54d54f458be33":https://github.com/illumos/illumos-gate/commit/99abc82310f6fbd4...
2016-05-08
-
12:48 AM Feature #104: Bring back lx brand
- Oh, I knew that Dan was working on it but not that he had a webrev in place.
-
12:29 AM Bug #6960 (New): mandoc validation thinks CONTEXT is in the wrong place
- mandoc's lint has different ideas about where the CONTEXT section belongs relative to everything else. It appears tha...
2016-05-07
-
03:20 PM Feature #1060: termios needs cfmakeraw and cfsetspeed
- Any chance to merge this patch into illumos ?
-
01:58 AM Bug #6949 (Feedback): illumos nawk should be using from Makefile.master
- http://cr.dilos.org/cr/igork/il-6949/
-
01:56 AM Bug #6945 (Feedback): illumos xgettext should be using from Makefile.master
- http://cr.dilos.org/cr/igork/il-6945/
2016-05-06
-
11:38 PM Bug #6959 (New): tail -F dumps core when the FS with file being followed disappears
- ...
-
09:05 PM Bug #6958 (In Progress): provide PYTHON_PKG to tools where we need import pkg5 modules
- problem is: we have manifests .mf and tools to compare PROTO area with files in manifests.
we have dependency to pyt... -
06:57 PM Bug #5122: mpt_sas hangs forever with some kinds of malfunctioning drive
- Assigning by request.
2016-05-05
-
05:47 PM Feature #6955: libproc should be documented and shipped
- There was some discussion on developer@ and the general thoughts here were that we should just document and ship this...
-
07:31 AM Feature #6955 (Closed): libproc should be documented and shipped
- For a long time we've discussed having libproc be a public interface. At Joyent, we've ended up leveraging this a bit...
-
03:33 PM Bug #6957 (Closed): logadm dies on bogus configuration file
- For reasons still unknown, logadm seems to have corrupted its configuration file – in a way that it (ironically) dies...
-
02:47 PM Bug #1718: MacOS X Lion (10.7) Finder access denied
- Andrew Stormont wrote:
> This fix seems to have been reverted as part of #6399. Was that intentional?
See the ch... -
02:04 PM Bug #1718: MacOS X Lion (10.7) Finder access denied
- This fix seems to have been reverted as part of #6399. Was that intentional?
-
09:29 AM Feature #104: Bring back lx brand
- http://kebe.com/~danmcd/webrevs/io-lx-public/
-
08:35 AM Feature #104: Bring back lx brand
- Openindiana also have kvm working that alp recently updated for OI /hipster.
Bringing lx brand from SmartOS to OI ca... -
07:34 AM Bug #6956 (Closed): libproc cannot leave free() to callers
- libproc allocates memory on behalf of callers in a couple functions. However, it currently expects them to call free(...
-
07:09 AM Feature #6501: Implement pthread_attr_get_np() interface
- The following notes come from the mailing list discussion as to why we don't implement pthread_getattr_np().
The s... -
02:32 AM Feature #6954 (Closed): Symbols test should support validating pre-processor symbols
- As part of the C11 work, various pre-processor macros are supposed to be visible when compiling for C11. This extends...
-
02:31 AM Feature #6953 (Closed): add support for c11 threads api
- This adds support to the system for the ISO C11 threads API. This is just a wrapper around the core threads implement...
-
02:30 AM Feature #6952 (Closed): gets should not be visible in C11
- The gets function was removed in the C11 standard, it should be removed from our headers when C11 has been requested.
-
02:28 AM Feature #6951 (Closed): Initial c11 support
- This covers the addition of an initial suite of support for ISO C11. It covers the following library and header chang...
-
01:42 AM Feature #6950: ARC should cache compressed data
- Good idea!
2016-05-04
-
08:27 PM Bug #6840 (Closed): cv_reltimedwait(9F) doesn't describe the delay argument
- "git commit b21e529f5363271f159cf4ce451d5ece9e9a18ae":https://github.com/illumos/illumos-gate/commit/b21e529f5363271f...
-
08:26 PM Feature #6950 (Closed): ARC should cache compressed data
- When reading compressed data from disk, the ARC should keep the compressed block cached and only decompress it when c...
-
05:50 PM Bug #6860 (Closed): segvn_create() doesn't merge segments due to bogus mpolicy mismatch
- "git commit 4b31bd29a1057d2aa04778c28370b6211b993555":https://github.com/illumos/illumos-gate/commit/4b31bd29a1057d2a...
2016-05-03
-
03:40 PM Bug #6931: lib/libzfs: cleanup gcc warnings
- https://github.com/openzfs/openzfs/pull/100
-
03:38 PM Bug #6949 (Feedback): illumos nawk should be using from Makefile.master
- GNU AWK (GAWK) and illumos NAWK are incompatible in some cases and on build env, where we have link gawk -> nawk buil...
2016-05-02
-
11:43 PM Feature #6826 (Closed): want support for nested interpreters
- "git commit 93cf283ac1d0119d2ee3842f515f8d0e1bc7cbdb":https://github.com/illumos/illumos-gate/commit/93cf283ac1d0119d...
-
09:33 PM Bug #6947 (In Progress): need provide 32bit build flag to GNU ld for some components
- we can bootstrap and use 64bit BINUTILS as default, but we have to provide 32bit build flag to GNU ld for GRUB and PS...
-
09:28 PM Bug #6946 (In Progress): illumos ED should be using from Makefile.master instead of from PATH on build host
- we can build illumos on another env where in PATH we have GNU ED first.
GNU ED incompatible with illumos ED and for ... -
09:27 PM Bug #6945 (Feedback): illumos xgettext should be using from Makefile.master
- we can build illumos on another env where we can use illumos xgettext from another place.
we can override variable b... -
07:04 PM Bug #6944: CPU Intel i7-4770 recognized as Xeon
- Video and Audio parts shown as Xeon for some reason. The CPU itself recognized
-
07:03 PM Bug #6944 (New): CPU Intel i7-4770 recognized as Xeon
-
07:00 PM Bug #6943 (Closed): libmd(3lib) should mention new hash algorithms
- libmd doesn't mention anything about skein, which was added as a zfs checksum algorithm.
-
06:43 PM Feature #6942 (New): digest should be able to verify checksum
- It would be useful if digest would be able to automatically verify checksum by reading from a file. The compatibility...
-
04:51 PM Bug #6909 (Closed): man page updates for "EOF SYSV3 SCO compatibility"
- "git commit 16ea83f1698be091a6e3537323021de76eae3f8a":https://github.com/illumos/illumos-gate/commit/16ea83f1698be091...
-
04:51 PM Bug #6910 (Closed): tar option "e" also forces "o"
- "git commit 188db4cedf56a03ce57c157895ddf5bcd0379d42":https://github.com/illumos/illumos-gate/commit/188db4cedf56a03c...
2016-05-01
-
08:43 PM Bug #6884 (Closed): SMF ipfilter tuple_get_port needs to remove backslashes
- "git commit 2bd8b3545dceb97f56401b7ad2a327e08d520574":https://github.com/illumos/illumos-gate/commit/2bd8b3545dceb97f...
-
08:43 PM Bug #6882 (Closed): SMF ipfilter lacks a property for a IPv6 custom policy file
- "git commit 2bd8b3545dceb97f56401b7ad2a327e08d520574":https://github.com/illumos/illumos-gate/commit/2bd8b3545dceb97f...
-
08:43 PM Bug #6881 (Closed): SMF ipfilter tries to unload module in zones
- "git commit 2bd8b3545dceb97f56401b7ad2a327e08d520574":https://github.com/illumos/illumos-gate/commit/2bd8b3545dceb97f...
-
08:43 PM Bug #6883 (Closed): SMF nis/client ipfilter support needs improvement
- "git commit 545f15ae81ab124ab97b965c15f2873e0228fcb3":https://github.com/illumos/illumos-gate/commit/545f15ae81ab124a...
2016-04-30
-
10:46 PM Feature #6934 (Closed): add kstat to track anon memory reservation failure (ENOMEM)
- "git commit d14b1d19b404dcc4795d8a76751a186717a0ddaa":https://github.com/illumos/illumos-gate/commit/d14b1d19b404dcc4...
-
05:11 PM Feature #6941: ahci should attach to Intel ICH8 'RAID controller'
- I can confirm that the controller below can be used in AHCI mode, provided the RAID mode is disabled in the BIOS :
... -
03:19 PM Bug #6847 (Closed): syscall header declaration incorrect
- "git commit c22cda1b41022b307ea9fda8c9dc19e6329a109a":https://github.com/illumos/illumos-gate/commit/c22cda1b41022b30...
-
06:17 AM Feature #104: Bring back lx brand
- This is definitely of interest, people keep asking me about the availability of lx brand on OpenIndiana.
Integration...
2016-04-29
-
03:08 PM Bug #6863 (Closed): lofs mount of single file cannot be opened with O_CREAT
- "git commit 5ffe84436efb0849931d99235105feb72ae5144d":https://github.com/illumos/illumos-gate/commit/5ffe84436efb0849...
-
02:57 PM Feature #6941 (Closed): ahci should attach to Intel ICH8 'RAID controller'
- The Intel ICH8 chipset has a controller that is a combo 'RAID/AHCI' controller. It actually is an ahci controller, bu...
-
01:21 PM Bug #6916: Race between nlm_unexport() and nlm_svc_stopping() can cause panic
- The bug in nlm_svc_stopping() could cause similar panic in another function(s) too.
-
11:24 AM Bug #6940 (Closed): Cannot unlink directories when over quota
- Similar to #6334, but this time with empty directories:...
-
04:05 AM Bug #6914 (Closed): kernel virtual memory fragmentation leads to hang
- "git commit af868f46a5b794687741d5424de9e3a2d684a84a":https://github.com/illumos/illumos-gate/commit/af868f46a5b79468...
2016-04-28
-
06:18 PM Bug #6565 (Closed): pargs crashes on growing env
- "git commit 23a268cfbc75530b746495f3e157b9bc71069420":https://github.com/illumos/illumos-gate/commit/23a268cfbc75530b...
-
02:51 PM Feature #6939 (Closed): add sysevents to zfs core for commands
- Originally created https://smartos.org/bugview/OS-4489
> sysevents should be fired in the kernel from ZFS whenever... -
02:40 PM Bug #6929 (Closed): couple of updates to i386 disassembler tables
- "git commit 1872b0b513cebbb59f48d3164530f8598d11df23":https://github.com/illumos/illumos-gate/commit/1872b0b513cebbb5...
2016-04-27
-
11:08 PM Feature #6926 (Closed): Move ixgbe Intel common code into its own directory
- "git commit 5fc77b81fbb2d591a82c9778896a466ebc9928cd":https://github.com/illumos/illumos-gate/commit/5fc77b81fbb2d591...
-
08:41 PM Bug #5962 (Closed): clean target fails in usr/src/common/avs
- "git commit f0455e46363efd5f7f0a01f27dcbaed2a44bf2d2":https://github.com/illumos/illumos-gate/commit/f0455e46363efd5f...
-
05:55 PM Bug #6937 (Closed): STMF kstat free is using an improper size for kmem_free().
- Shoot. Bug tracker filed this twice. Using #6938 instead.
-
05:54 PM Bug #6937 (Closed): STMF kstat free is using an improper size for kmem_free().
- The registration portion of STMF calls kmem_alloc() with constants for LU kstats (STMF_KSTAT_LU_SZ) and for the port ...
-
05:54 PM Bug #6938 (Closed): STMF kstat free is using an improper size for kmem_free().
- The registration portion of STMF calls kmem_alloc() with constants for LU kstats (STMF_KSTAT_LU_SZ) and for the port ...
-
12:10 PM Bug #5380: receive of a send -p stream doesn't need to try renaming snapshots
- The previous review request has been discarded and a new one has been created: https://reviews.csiden.org/r/269/
The...
2016-04-26
-
07:01 PM Bug #6935 (Closed): ffsl(3C) argument type is cut off
- "git commit 0f286bab570d79ede9cb61d7c88aab1d56ee3c50":https://github.com/illumos/illumos-gate/commit/0f286bab570d79ed...
-
02:44 PM Support #6936: Restoring 3-way NDMP Backup
- what is it OpenSolaris 11.3 ?
link?
-
02:39 PM Support #6936 (Closed): Restoring 3-way NDMP Backup
- We have a Hitachi HNAS Storage, which we have been backing up / archiving using Netbackup and 3-way NDMP.
HNAS NDM... -
02:39 PM Bug #6933 (Closed): VGATEXT_FONT creation should depend on bdf_to_c.awk
- "git commit 43da549e0419e2943d8bd143ebfb1db11a16c569":https://github.com/illumos/illumos-gate/commit/43da549e0419e294...
-
02:31 PM Feature #6861 (Closed): allow sendfile() on AF_UNIX sockets
- "git commit acb559178a9038e0741b82a6850b72282ab5959e":https://github.com/illumos/illumos-gate/commit/acb559178a9038e0...
2016-04-25
-
11:45 PM Bug #6862 (Closed): duplicate code in cpu_update_pct
- "git commit b7671ee85175f237a818ddb1457a2726d91d56fc":https://github.com/illumos/illumos-gate/commit/b7671ee85175f237...
-
11:42 PM Bug #6935 (Closed): ffsl(3C) argument type is cut off
- Due to an incomplete macro, the argument type to ffsl is cut off and doesn't render correctly.
-
09:38 PM Bug #6511 (Closed): Many packages are renamed to non-existing versions
- closed by request from owner
"In that case, there's no problem. Somebody who has the authority
should close the bu... -
05:12 PM Feature #6934 (Closed): add kstat to track anon memory reservation failure (ENOMEM)
- When debugging systems, it's often helpful to understand if they may have hit an ENOMEM case due to failure to reserv...
-
03:25 PM Bug #6933 (Closed): VGATEXT_FONT creation should depend on bdf_to_c.awk
- $(OBJS_DIR)/$(VGATEXT_FONT).c is generated from bdf file with awk script, therefore should depend on the script as we...
2016-04-24
-
10:52 PM Bug #6255: incorrect matching of subnets by zfs sharenfs property
- IPs/subnets should be prefixed with @, ie, it should be sharenfs=rw=@192.168.0.180, see share_nfs(1M).
-
10:04 PM Bug #6255: incorrect matching of subnets by zfs sharenfs property
- I'm not sure if these are related, but I seem to be running into a similar problem. I had previously been running pl...
2016-04-23
-
11:44 PM Feature #6932 (New): pstop should be able to stop-on-exec
- It'd be useful (in, admittedly, a minority of cases) if pstop were able to make a process stop-on-exec.
This hypot...
2016-04-22
-
11:52 PM Bug #6873 (Closed): zfs_destroy_snaps_nvl leaks errlist
- "git commit 4cde22c29999ffb907ca39d2ebd512812f7e5168":https://github.com/illumos/illumos-gate/commit/4cde22c29999ffb9...
-
09:11 PM Bug #6916 (Pending RTI): Race between nlm_unexport() and nlm_svc_stopping() can cause panic
-
01:22 PM Bug #6931 (Closed): lib/libzfs: cleanup gcc warnings
- need cleanup:...
2016-04-21
-
11:08 PM Bug #6924 (Closed): make libc copyright file contents deterministic
- "git commit cec7ac1b6fa4b80f0536354cbb975d004e78155b":https://github.com/illumos/illumos-gate/commit/cec7ac1b6fa4b80f...
-
06:04 PM Bug #6052 (Closed): decouple lzc_create() from the implementation details
- "git commit 26455f9efcf9b1e44937d4d86d1ce37b006f25a9":https://github.com/illumos/illumos-gate/commit/26455f9efcf9b1e4...
-
03:30 PM Bug #6230: Disk Write Performance Issue on Dell R730xd with PERC H730 Mini Controller (mr_sas driver)
- I got a server with PERC H730 mini card and I wasn't able to reproduce this. Prasad, could you confirm that you still...
-
02:09 PM Feature #6930 (Closed): Want collection of USB to Fast Ethernet Devices
- This change proposes integrating the USB to Fast Ethernet devices developed by Masayuki Murayama for the following de...
-
12:14 PM Bug #6928: dhcpagent failed to parse DUID in /etc/default/dhcpagent
- According to the comment at the beginning of the function __Look in defaults file for the client-id. If present, this...
-
11:35 AM Bug #6928: dhcpagent failed to parse DUID in /etc/default/dhcpagent
- Henner Gratz wrote:
> If there is a CLIENT_ID (RFC 3315 DUID of type 1 or 3) defined in /etc/default/dhcpagent, /sbi... -
10:39 AM Bug #6928 (New): dhcpagent failed to parse DUID in /etc/default/dhcpagent
- If there is a CLIENT_ID (RFC 3315 DUID of type 1 or 3) defined in /etc/default/dhcpagent, /sbin/dhcpagent isn't able ...
-
11:50 AM Bug #6929 (Closed): couple of updates to i386 disassembler tables
- * add invpcid instruction http://www.felixcloutier.com/x86/INVPCID.html
* lahf and sahf instructions are not 32-bit ... -
06:50 AM Bug #6927 (New): Bias in zvol's space account violate the semantic feature of volume
- When we create a volume and set space reservation for it , we insinuate the user that they can absolutely use the spa...
2016-04-20
-
09:24 PM Bug #6879 (Closed): incorrect endianness swap for drr_spill.drr_length in libzfs_sendrecv.c
- "git commit 20fea7a47472aceb64d3ed48cc2a3ea268bc4795":https://github.com/illumos/illumos-gate/commit/20fea7a47472aceb...
-
09:15 PM Feature #6926 (Closed): Move ixgbe Intel common code into its own directory
- To make it a bit easier to see what's illumos-maintained and what's Intel maintained, we should move all of the Intel...
-
09:01 PM Bug #897: NFS server should not show ephemeral IDs
- From emails:...
-
08:42 PM Bug #6925: webrev: difflines() must properly handle lines consisting of single dot
- An example:...
-
08:40 PM Bug #6925 (New): webrev: difflines() must properly handle lines consisting of single dot
- Currently, difflines() skips to the next line consisting of single dot while processing Na and Nc cases, assuming tha...
-
07:53 PM Bug #6880 (Closed): zdb incorrectly reports feature count mismatch when feature is disabled
- "git commit c5d1600c3eb0a58e493be9019c5fb8eaec72cb81":https://github.com/illumos/illumos-gate/commit/c5d1600c3eb0a58e...
-
07:51 PM Bug #6877 (Closed): zfs_rename_006_pos fails due to missing zvol snapshot device file
- "git commit 88a916040716032880a2a28e8f26912aef5426da":https://github.com/illumos/illumos-gate/commit/88a9160407160328...
-
07:47 PM Bug #6871 (Closed): libzpool implementation of thread_create should enforce length is 0
- "git commit 8fc922875ed266f52ccd5cc6f973b9ad0839c710":https://github.com/illumos/illumos-gate/commit/8fc922875ed266f5...
-
07:02 PM Bug #6924 (Closed): make libc copyright file contents deterministic
- The @extract-copyright.pl@ script concats the licenses in the order the fs returned the files in. Since there's no g...
-
06:16 PM Bug #5533: LOADPRIVDATA macro could return NULL on memory stress
- For reference I attached my version of the fix.
-
05:27 PM Bug #6872 (Closed): zfs libraries should not allow uninitialized variables
- "git commit f83b46baf98d276f5f84fa84c8b461f412ac1f5e":https://github.com/illumos/illumos-gate/commit/f83b46baf98d276f...
-
05:22 PM Bug #6870: Update zoneinfo to 2016c
- "git commit 80309ff2cfc900b5f6acfe1d7f72cf67baf81fbe":https://github.com/illumos/illumos-gate/commit/80309ff2cfc900b5...
-
03:35 PM Bug #6762 (Closed): POSIX write should imply DELETE_CHILD on directories - and some additional considerations
- "git commit 1eb4e906ec75b9bde421954ace46ef137b0fc9eb":https://github.com/illumos/illumos-gate/commit/1eb4e906ec75b9bd...
-
03:35 PM Bug #6763 (Closed): aclinherit=restricted masks inherited permissions by group perms (groupmask)
- "git commit 851632d6a88d512574719953cc01ae7c2ed66b88":https://github.com/illumos/illumos-gate/commit/851632d6a88d5125...
-
03:35 PM Bug #6764 (Closed): zfs issues with inheritance flags during chmod(2) with aclmode=passthrough
- "git commit de0f1ddb598506a5d9a02946b67e9300b5f2a7cd":https://github.com/illumos/illumos-gate/commit/de0f1ddb598506a5...
-
03:35 PM Bug #6765 (Closed): zfs_zaccess_delete() comments do not accurately reflect delete permissions for ACLs
- "git commit da412744bc6f902e4519ae67e92191a2e5d85e2c":https://github.com/illumos/illumos-gate/commit/da412744bc6f902e...
-
03:35 PM Bug #6875 (Closed): fix zfs-tests ACL cases
- "git commit 232f5a2e6e6fcc0e7d4f5bd719cd5e6433a24020":https://github.com/illumos/illumos-gate/commit/232f5a2e6e6fcc0e...
2016-04-19
-
09:41 PM Bug #6923 (Closed): ipadm show-prop output is ugly when property doesn't exist
- ...
-
06:46 PM Bug #6922 (Closed): Emit ESC_ZFS_VDEV_REMOVE_AUX after removing an aux device
- ZFS does not do a config_sync after removing an aux (spare, log, or cache) device. AFAICT this isn't being done becau...
-
06:21 PM Bug #6921: getsockname must have socklen_t as third argument instead of int
- Garrett D'Amore wrote:
> Uh, not sure what you're seeing: Here's what's in sys/socket.h:
>
well, I mean such thi... -
06:14 PM Bug #6921 (Feedback): getsockname must have socklen_t as third argument instead of int
- Uh, not sure what you're seeing: Here's what's in sys/socket.h:
```
#if defined(_XPG4_2) && !defined(_XPG5) && !d... -
03:25 PM Bug #6921 (Feedback): getsockname must have socklen_t as third argument instead of int
- getsockname have an int* as third argument in various places. According to POSIX and SUS it should be replaced with ...
-
06:19 PM Bug #6725 (Closed): PCI(-X) Express Fatal Error (0x40)
- Hard fault, not a bug, per submitter.
-
06:16 PM Bug #6920: fastreboot should probably blacklist KVM
- Why blacklist kvm? If it *works*, and the virtualized drivers operate correctly, then there is no reason not to rebo...
-
03:47 PM Feature #4057 (In Progress): Add sfxge support
- This should never have been "closed". I accidentally created a branch on illumos-gate, which closed this bug. That'...
-
03:32 PM Feature #4057 (Closed): Add sfxge support
- "git commit 745b765eb2b05517d6f4bc943c063eccb2e9a2a1":https://github.com/illumos/illumos-gate/commit/745b765eb2b05517...
-
03:25 PM Bug #6566 (Closed): panics in zfs_ioc_objset_stats_impl during zvol creation and destruction
- closed by request
-
03:25 PM Bug #6566 (Feedback): panics in zfs_ioc_objset_stats_impl during zvol creation and destruction
- should be closed
-
02:56 PM Bug #6566: panics in zfs_ioc_objset_stats_impl during zvol creation and destruction
- I don't seem to have permission to close bugs. The next person who does and who reads this bug should close it.
-
02:56 PM Bug #6566: panics in zfs_ioc_objset_stats_impl during zvol creation and destruction
- ahrens said these panics were fixed in a different way by https://github.com/openzfs/openzfs/commit/3b2aab18808792cbd...
2016-04-18
-
05:21 PM Bug #6920 (New): fastreboot should probably blacklist KVM
- fastreboot blacklists a number of virtualized platforms. VMWare, Virtualbox, etc.
It does _not_ blacklist KVM (at l... -
06:03 AM Bug #6918 (New): syms.h defines an unneeded structure token
- syms.h defines a structure token this is not needed..
+syms.h+
#define n_name _n._n_name
It is not used by ...
2016-04-16
-
10:24 PM Bug #6916: Race between nlm_unexport() and nlm_svc_stopping() can cause panic
- review: https://www.illumos.org/rb/r/185/
-
05:47 PM Bug #6916: Race between nlm_unexport() and nlm_svc_stopping() can cause panic
- *Root cause*
The problem is in nlm_svc_stopping() where the manipulations with nlm_hosts_tree are not protected by... -
05:44 PM Bug #6916: Race between nlm_unexport() and nlm_svc_stopping() can cause panic
- *Steps to reproduce the panic*
Since the panic is caused by very short race windows in nlm_svc_stopping() and nlm_... -
05:28 PM Bug #6916 (Pending RTI): Race between nlm_unexport() and nlm_svc_stopping() can cause panic
- There is a bace between nlm_unexport() and nlm_svc_stopping() which can cause this panic:...
-
05:06 AM Bug #5962 (In Progress): clean target fails in usr/src/common/avs
-
01:51 AM Bug #6915 (New): read(2), write(2), and iovec(9) are wrong about iov_len type
- All of these man pages try to be helpful and list the two members of @struct iovec@. E.g., from read(2):...
2016-04-15
-
09:21 PM Bug #6913: pbchk throws an error with git rm'd files
- "git commit 380fd671753dd199e149f10e9f73ec52cdfe4230":https://github.com/illumos/illumos-gate/commit/380fd671753dd199...
-
04:46 PM Bug #6913 (Closed): pbchk throws an error with git rm'd files
- "git commit 93d2a904d17ac0073fa98bf62f89294d980c8b3d":https://github.com/illumos/illumos-gate/commit/93d2a904d17ac007...
Also available in: Atom