Activity
From 2015-08-02 to 2015-08-31
2015-08-31
-
09:51 PM Bug #6192 (Closed): smbios misprints extended onboard devices
- The smbios(1M) command currently does not print the onboard device information correctly. The upper bit of the type d...
-
09:51 PM Feature #6191 (Closed): libsmbios can be a bit more forgiving to the past
- Currently the common smbios routines have a notion of an encoded library version. However, it doesn't actually honor ...
-
09:51 PM Bug #6190 (Closed): libsmbios checks against the wrong version
- Currently the smbios routines encode knowledge about two different things, the version of the library that the consum...
-
09:51 PM Feature #6189 (Closed): want smbios 3.0 support
- We'd like general support for the new smbios information, which is particularly used on things like Dell R730s. Howev...
-
09:31 PM Feature #6188 (Closed): add support for eventfd
- eventfd is a Linux-borne facility for sending and receiving user events via a file descriptor. It would aid in portin...
-
08:39 PM Bug #6187: bootadm is using wrong symbol to select SPARC specific code
- https://www.illumos.org/rb/r/90/
-
07:07 PM Bug #6187 (Closed): bootadm is using wrong symbol to select SPARC specific code
- the bootadm.c is using _OPB to select sparc code, should be _OBP.
-
08:31 PM Bug #6186 (In Progress): bootadm manual usage section differs from command usage output.
-
08:30 PM Bug #6186: bootadm manual usage section differs from command usage output.
- https://www.illumos.org/rb/r/89/
-
06:32 PM Bug #6186 (Closed): bootadm manual usage section differs from command usage output.
- the bootadm man page is showing extra options not present in command output.
-
08:12 PM Bug #4750 (Closed): mdb ::list command parses arguments incorrectly
- "git commit b3eeeb30c3479f68ec3696b60e4bd4e4f6059bd5":https://github.com/illumos/illumos-gate/commit/b3eeeb30c3479f68...
-
06:00 PM Bug #6172 (Closed): ::printf should increment dot
- "git commit 6b98d9940a2e93df25fd39febc51912db75fa474":https://github.com/illumos/illumos-gate/commit/6b98d9940a2e93df...
-
05:13 PM Bug #6167 (Closed): libshare_nfs: Possible memory leak in configlog()
- "git commit 822e63878c940bbf8d5d6fe9d475446e13485b7d":https://github.com/illumos/illumos-gate/commit/822e63878c940bbf...
-
03:19 PM Feature #6179 (Closed): Want various ISO8859-1 locales
- "git commit 68271d9e99c74ee948081ec760827ff0567673d1":https://github.com/illumos/illumos-gate/commit/68271d9e99c74ee9...
-
11:57 AM Feature #6185: want ficl scripting engine in illumos (loader project)
- webrev: http://cr.illumos.org/~webrev/tsoome/6185/
-
11:13 AM Feature #6185 (Closed): want ficl scripting engine in illumos (loader project)
- As the loader project is progressing, I'm intending to build up the stage to make it possible to integrate FreeBSD lo...
-
10:51 AM Bug #6159: libbe should proactively handle future architectures
- reviewboard request https://www.illumos.org/rb/r/88/
to keep my task order under the control, I did build this updat... -
05:45 AM Bug #6183 (Closed): VERIFY3(newds==os->os_dsl_dataset) failed@dmu_objset.c:579
- Very old dataset upgrade path, fails with:
VERIFY3(" "newds" " " "==" " " "os->os_dsl_dataset" ") " "failed ("
"0... -
03:41 AM Bug #6177 (Closed): elfdump can die on truncated ELF files
- "git commit 9bc2928da4128bbbe0feaaa43090efe2ea01abe2":https://github.com/illumos/illumos-gate/commit/9bc2928da4128bbb...
2015-08-30
-
04:05 PM Bug #6182 (Feedback): mpt_sas panic
- i have only lines in messages file:...
2015-08-29
-
10:16 PM Bug #6181 (Closed): symbol test shouldn't leave gcc fix-includes to chance
- Unfortunately, there are still several cases where folks accidentally ship the fix-includes to gcc. To aid users who ...
-
08:26 PM Bug #6180 (Closed): DHCP address detection isn't aware of DHCPv6 Rapid Commits
- The DHCP address detection code only looks for the standard four-message DHCPv6 transaction, and only marks the start...
-
08:21 PM Feature #6179 (Closed): Want various ISO8859-1 locales
- Various customers have traditionally had support for various European ISO8859-1 locales. This adds support for ISO885...
-
03:32 PM Bug #6178 (Closed): fix for 5234 reintroduced 3921
- The fix for illumos #5234 reintroduced illumos #3921 by sending us down a slightly different code path.
-
03:30 PM Bug #6177 (Closed): elfdump can die on truncated ELF files
- A dump showed up in thoth from elfdump. Ironically, this dump is from thoth itself:...
-
03:27 PM Feature #6176 (Closed): want ::typedef -w to write out CTF containers
- We'd like to add support for a ::typedef -w which would write out all of the synthetic types to a file that were defi...
-
03:23 PM Bug #6175 (Closed): sdev can create bogus zvol directories
- devzvol_valiate and devzvol_objset_check can work together to create a directory that shouldn't exist. Consider the c...
-
03:21 PM Bug #6174 (Closed): /dev/zvol does not show pool directories
- Currently the devzvol code caches a list of all the zpools on the system. It gets this list by doing an LDI ioctl aga...
-
03:17 PM Feature #6173 (Closed): mdb ought honour the depress of Home and End
- Many, if not most, modern terminal emulators will send @CSI H@ and @CSI F@ sequences when the user depresses the Home...
-
03:14 PM Bug #6172 (Closed): ::printf should increment dot
- When using @::printf@ in mdb, the value of dot should be incremented, just like @::print@.
-
02:30 AM Bug #6171 (Closed): dsl_prop_unregister() slows down dataset eviction.
- A change to a property on a dataset must be propagated to its descendants
in case that property is inherited. For da...
2015-08-28
-
08:45 PM Bug #6161: zero-sized kmem_alloc() in zfs`spa_load_l2cache
- The fix wasn't complete, we also need...
-
08:42 PM Bug #6170: attempted to kmem_alloc() size of 0 in nfs_acl_dup_cache
- Suggested fix:...
-
08:41 PM Bug #6170 (New): attempted to kmem_alloc() size of 0 in nfs_acl_dup_cache
- DEBUG kernel panicked:...
-
03:34 PM Feature #5997: FRU field not set during pool creation and never updated
- "git commit 1437283407f89cab03860accf49408f94559bc34":https://github.com/illumos/illumos-gate/commit/1437283407f89cab...
-
12:48 PM Bug #6169 (New): libfakekernel: Unexpected ENAMETOOLONG from copystr()
- It looks like that in a case the length of the source (src) string is max_len-1 the copystr() in libfakekernel will f...
-
11:07 AM Bug #6168 (Closed): strlcpy() does not return s1
- In both string(3c) and string(9f) man pages there is this wording used:...
2015-08-27
-
06:34 PM Bug #6167 (Pending RTI): libshare_nfs: Possible memory leak in configlog()
-
10:23 AM Bug #6167 (In Progress): libshare_nfs: Possible memory leak in configlog()
-
10:15 AM Bug #6167 (Closed): libshare_nfs: Possible memory leak in configlog()
- While walking through the code I noticed the following in libshare_nfs.c:...
-
02:59 PM Bug #5836: sshd VerifyReverseMapping fails for IPv4 connections to machines with IPv6 addresses.
- I happened to notice quickly via opengrok that inetsvc.c and ftp.c define/use as well a function of this name.
Did y... -
02:14 PM Bug #6141 (Closed): use kmem_zalloc instead of kmem_alloc + bzero/memset
- "git commit a0f9c00cd82d49a710cee8aeb83ce42b5fb293a9":https://github.com/illumos/illumos-gate/commit/a0f9c00cd82d49a7...
2015-08-26
-
01:02 PM Bug #6166: fix MSI-X support in virtio driver
- Review request: https://www.illumos.org/rb/r/86/
-
01:00 PM Bug #6166 (Closed): fix MSI-X support in virtio driver
- * There is an obvious size mismatch for allocation and deallocation of @sc_intr_htable@ in @virtio_register_msi@ as @...
-
12:51 PM Bug #6165 (Closed): grub incorrectly interprets result of INT 15h, AX=EC00h
- Namely @detect_target_operating_mode@ incorrectly interprets the return value of @get_target_operating_mode@.
As a r... -
12:34 PM Bug #6163: change echo to print for libcurses for more universal
- This change will be included in my fixes for bug #6117.
-
12:12 PM Bug #6163 (In Progress): change echo to print for libcurses for more universal
- we have dependency on build host to illumos version 'echo' in files:
usr/src/lib/libcurses/screen/keyname.sh
usr/sr... -
12:29 PM Bug #6164 (In Progress): remove old ccs links
- we have all tools available in /usr/bin/* and we can remove old unused links to /usr/ccs/*
2015-08-25
-
09:19 PM Bug #6124 (Closed): NLM server holds vnodes too long
- "git commit b1087aec0c7377254423f3429c35960b116e8b34":https://github.com/illumos/illumos-gate/commit/b1087aec0c737725...
-
07:44 PM Bug #6124 (Pending RTI): NLM server holds vnodes too long
-
07:56 PM Bug #6162 (Closed): utimes(2) man page is stale
- The utimes(2) man page has a couple problems:
- It fails to mention futimesns() and possibly others.
- It sugge... -
06:52 PM Bug #6161: zero-sized kmem_alloc() in zfs`spa_load_l2cache
- Suggested fix:...
-
03:07 AM Bug #3812: bge manpage needs updating
- It looks like this issue should be marked as closed?
-
02:41 AM Bug #3256: Typo in usr/src/man/man7d/ipmi.7d
- Are you referring to the URL? It seems to forward to the correct place:
http://www.intel.com/content/www/us/en/ser... -
02:23 AM Bug #2598 (Closed): ZFS: Document the "zpool import -N" option (Import the pool without mounting any file systems)
- This was fixed in early 2014.
https://github.com/illumos/illumos-gate/commit/409f1c06a8ed7e94e186a77bff5bfe5f77c5ebb1
2015-08-24
-
08:03 PM Bug #6161: zero-sized kmem_alloc() in zfs`spa_load_l2cache
- See https://smartos.org/bugview/OS-4539 for a discussion about similar issue.
-
07:58 PM Bug #6161: zero-sized kmem_alloc() in zfs`spa_load_l2cache
- The problem occurs here:...
-
07:56 PM Bug #6161 (Closed): zero-sized kmem_alloc() in zfs`spa_load_l2cache
- The illumos-based system crashed with...
-
07:14 PM Bug #6156: Spurious "Unable to set CLSET_NODELAYONERR"
- I've updated the DTrace script, and see more useful (hostname redacted) output:...
-
01:10 AM Bug #6156: Spurious "Unable to set CLSET_NODELAYONERR"
- I ran this dtrace script:...
-
01:46 PM Bug #6160: /usr/lib/fs/zfs/bootinstall should use bootadm
- The issue is actually about GPT whole disk device name, which is passed by syseventd; unfortunately installgrub expec...
-
01:31 AM Bug #6160 (Closed): /usr/lib/fs/zfs/bootinstall should use bootadm
- I just installed oi-dev-151a8-text-x86 and /usr/platform/i86pc/lib/fs/zfs/bootblk is missing. I attached a disk to t...
2015-08-23
-
07:19 PM Feature #6080 (Closed): libbe should support installboot
- "git commit a63c99a2145c99a38d5ff19422b132400428ed9d":https://github.com/illumos/illumos-gate/commit/a63c99a2145c99a3...
-
07:19 PM Bug #6104 (Closed): remove obsolete env files
- "git commit 4afe9936c719d07ecb7d238765f479d232fe3575":https://github.com/illumos/illumos-gate/commit/4afe9936c719d07e...
-
07:19 PM Bug #6131 (Closed): struct scsi_device uses a 1-bit signed bitfield
- "git commit e6e1c9deb3babfde63f6fe6096a2eb3214c8f7df":https://github.com/illumos/illumos-gate/commit/e6e1c9deb3babfde...
-
02:56 PM Bug #6159 (Closed): libbe should proactively handle future architectures
- Currently in libbe there's a bunch of logic which is generally of the form:...
-
02:56 PM Bug #6158 (New): libbe needs snprintf() overflow checking
- libbe uses snprintf to assemble many different strings that it uses for various purposes, such as eventually executin...
-
10:43 AM Bug #5423: poll.h incompatible with gcc -std=c99
- I keep hitting variations of this issue while building applications.
The fundamental problem is that the guards ar... -
12:17 AM Bug #1160: fmd assertion fails on boot on Dell C6145
- I've been seeing this on one specific hardware configuration since bringup.
Currently on omnios-d08e0e5 [OmniOS r151...
2015-08-22
-
02:13 PM Bug #6156 (New): Spurious "Unable to set CLSET_NODELAYONERR"
- In spite of #4463's fix, I still occasionally see errors mentioned above. I have one theory, as extra-commented in r...
2015-08-21
-
01:32 PM Bug #6155 (New): segspt_ops can be static
- There is nothing that needs access to this structure outside of the spt segment driver itself.
-
01:32 PM Bug #6154 (New): const-ify segment ops structures
- There is no reason to keep the segment ops structures writable.
-
01:31 PM Bug #6153 (New): use NULL pagelock segop as a shorthand for ENOTSUP
- Instead of forcing every segment driver to implement a pagelock function to return (hopefully) ENOTSUP, handle NULL p...
-
01:30 PM Bug #6152 (New): use NULL dump segop as a shorthand for no-op
- Instead of forcing every segment driver to implement a dummy function that does nothing, handle NULL dump segop funct...
-
01:29 PM Bug #6151 (New): use NULL setpagesize segop as a shorthand for ENOTSUP
- Instead of forcing every segment driver to implement a dummy function to return (hopefully) ENOTSUP, handle NULL setp...
-
01:29 PM Bug #6150 (New): use NULL getmemid segop as a shorthand for ENODEV
- Instead of forcing every segment driver to implement a dummy function to return (hopefully) ENODEV, handle NULL getme...
-
01:28 PM Bug #6149 (New): use NULL capable segop as a shorthand for no-capabilities
- Instead of forcing every segment driver to implement a dummy "return 0" function, handle NULL capable segop function ...
-
01:27 PM Bug #6148 (New): lgrp: getpolicy seg op has been around long enough
- The special casing in @lgrp_mem_policy_get@ has been around for more than 10 years. It's time for it to go. (There ...
-
01:26 PM Bug #6147 (New): segop_getpolicy already checks for a NULL op
- Since @segop_getpolicy@ already handles a NULL getpolicy op function pointer (in which case it returns NULL):
# th... -
01:23 PM Bug #6146 (New): seg_inherit_notsup is redundant
- Since @segop_inherit@ already checks for NULL function pointer, we don't need to provide a generic function for segme...
-
01:22 PM Bug #6145 (New): instead using SEGOP_* macros, define full-fledged segop_* functions
- This will allow us to do some sanity checking or even implement stub functionality in one place instead of duplicatin...
-
01:21 PM Bug #6144 (New): use C99 initializers in segment ops structures
- The whole kernel is already being compiled as C99 code, so there's no reason not to use a more readable and less erro...
-
08:31 AM Bug #6045: zfs_mount(MS_REMOUNT) is unsafe
- Please be ware of the following problem https://svnweb.freebsd.org/base?view=revision&revision=286985
Summary: there...
2015-08-20
-
02:21 PM Feature #6143 (Closed): Want zoneadm list option for non-global zones only
- I commonly find myself needing to loop over all non-global zones to perform some sort of operation, e.g....
-
05:57 AM Bug #6142 (Closed): extra space in newlocale synopsis
- While working on 5821 and 6133 I discovered that there was an extra space in the synopsis section of the newlocale fu...
-
12:50 AM Bug #6141 (Closed): use kmem_zalloc instead of kmem_alloc + bzero/memset
- Instead of using kmem_alloc followed by a bzero or memset, just use kmem_zalloc which does the zeroing for us.
2015-08-19
-
04:01 PM Bug #6140: zpool(1M) needs better exit status codes
- Should the latter be treated as a failure at all, ie, we succeeded with importing the pool, so we shouldn't return an...
-
03:50 PM Bug #6140 (New): zpool(1M) needs better exit status codes
- Right now, when one uses pool import, you can't distinguish between two important, but different issues:
* A failu...
2015-08-18
-
10:49 PM Bug #6139 (New): help gcc figure out variable initialization
- Changing the @i386_XARCH@ variable to @-xarch=pentium_pro@ causes gcc warn about a couple of files. This bug is *not...
-
10:33 PM Bug #6138 (New): don't abuse atomic_cas_*
- We have assorted atomic functions to or/and/inc/add so use those instead of hand coding a cas loop which is sometimes...
-
10:27 PM Bug #6137 (New): implement static inlines for atomic_{add,inc,dec,or,and}_*_nv on intel
- We already have static inlines for the non _nv functions.
-
08:12 PM Bug #6136 (New): sysmacros.h unnecessarily pollutes the namespace
- sysmacros.h contains all sort of questionable content. The following macros can be safely removed.
* major - provi... -
06:13 PM Bug #6098 (Closed): ld(1) should not require symbols which identify group sections be global
- "git commit 359db861fd14071f8a25831efe3bf3790980d071":https://github.com/illumos/illumos-gate/commit/359db861fd14071f...
-
04:22 PM Bug #6134: fix result check in smp.c
- ...
-
03:41 PM Bug #6134: fix result check in smp.c
- For now, perhaps best to simply check smp_result_str == NULL
-
03:40 PM Bug #6134 (Closed): fix result check in smp.c
- From the code...
-
04:10 PM Bug #6135 (New): printf anomalie in usr/src/cmd/scsi/smp/common/smp.c
- note the printf statement folloiwing:...
2015-08-17
-
10:35 PM Bug #6133 (Closed): message translations don't honor per-thread locales
- While testing a prototype of a fix for 5821, I doctored up some translations for things like strerror. I discovered t...
-
06:11 PM Bug #6132 (New): SMF manual pages should document service notifications
- I've noticed that `svcs -n` is undocumented. It appears likely that nothing related to SMF notifications is document...
-
01:56 PM Bug #6110 (Closed): dumpadm usage string should mention '-d none'
- "git commit 503730914bf70f862d3a8636d6ef5ca849c7765d":https://github.com/illumos/illumos-gate/commit/503730914bf70f86...
-
01:56 PM Bug #6116 (Closed): remove unused FMT_CPUID_*
- "git commit 4cfd297a28611f28d039f8167cb91ca8542ed3e0":https://github.com/illumos/illumos-gate/commit/4cfd297a28611f28...
-
01:14 PM Bug #6131 (Closed): struct scsi_device uses a 1-bit signed bitfield
- 1-bit wide bitfields can be very useful, however when they are signed things get a bit murky - are the values represe...
-
12:37 PM Bug #6130 (New): useradd/groupadd allows to create users/groups with non-alphanumeric names
- ...
-
01:29 AM Bug #5934: localedef needs a native build
- "git commit 67b886e08e73a289a63ea9a98920f9ff423d1881":https://github.com/illumos/illumos-gate/commit/67b886e08e73a289...
2015-08-16
-
06:52 PM Feature #6129 (Closed): tar debug output should be available in all builds
- There are various debugging print statements that tar can allegedly generate, if built correctly. We should just comp...
-
06:51 PM Bug #6128 (Closed): tar should check prefix field when detecting EOT
- We found a tarball that did not cause an explicit error (@tar@ exited 0), but nonetheless did not produce the complet...
-
06:26 AM Bug #4750: mdb ::list command parses arguments incorrectly
- For anyone else affected by this, I've fixed this "here.":https://github.com/joyent/illumos-joyent/commit/9108c5e0733...
2015-08-15
-
09:53 PM Bug #6127 (New): perhaps 'catch' should be considered as a keyword for cstyle
- Noticed:...
-
09:18 PM Bug #6126: misc updates in ucbcmd/chown
- Yeah, I was working on lint suggestions (since I hadn't yet done that)... updated patchset linted & cstyled.
Still h... -
08:35 PM Bug #6126: misc updates in ucbcmd/chown
- I suppose the line:...
-
05:26 PM Bug #6126 (New): misc updates in ucbcmd/chown
- The following patch cleans up building chown.c in ucbcmd by including missing headers
and function prototypes, as we... -
08:16 AM Bug #6125 (New): typo in cs.c
- while cstyling, came across this:...
2015-08-14
-
07:02 PM Bug #6123: SMF ipfilter support needs improvement
- Webrev: http://ma.nexenta.com/~woodstock/illumos-6123/
While at it I fixed a few minor issues in the nfs/client ip... -
01:29 PM Bug #6123 (Closed): SMF ipfilter support needs improvement
- We currently have support for securing SMF-managed services with ipfilter. This is especially useful for securing RPC...
-
03:57 PM Bug #6124: NLM server holds vnodes too long
- Review: https://www.illumos.org/rb/r/84/
-
03:15 PM Bug #6124 (Closed): NLM server holds vnodes too long
- The NLM server creates a nlm_vhold structure for every vnode it touches to make sure the vnode is properly held when ...
-
02:24 PM Bug #6090: IOPS, bandwidth, and latency kstats for NFS server
- Review: https://www.illumos.org/rb/r/60/
-
02:24 PM Bug #5907: xdrmblk_getpos() is unreliable
- Review: https://www.illumos.org/rb/r/60/
-
01:10 AM Feature #5933 (Closed): Makefile.man should take care of directory creation
- "git commit 25b86e8fb6a2b50f929d8492cbac5d4eb5c2009a":https://github.com/illumos/illumos-gate/commit/25b86e8fb6a2b50f...
-
01:10 AM Bug #5934 (Closed): localedef needs a native build
- "git commit 7de0ac867568af5d9b8a9d8f8c82fd5fc12c6bfa":https://github.com/illumos/illumos-gate/commit/7de0ac867568af5d...
-
01:10 AM Feature #5936 (Closed): AVL trees should be part of the DDI
- "git commit fa9922c2be34868be01989cef133828185b5c0bc":https://github.com/illumos/illumos-gate/commit/fa9922c2be34868b...
-
01:10 AM Feature #5935 (Closed): libavl should be a public interface
- "git commit fa9922c2be34868be01989cef133828185b5c0bc":https://github.com/illumos/illumos-gate/commit/fa9922c2be34868b...
2015-08-13
-
08:12 PM Bug #6122 (New): dtrace_dof_actdesc() leaks 8 bytes on every dtrace run
- Run this:...
-
07:16 PM Feature #6113 (Closed): cpqary3: add support for hp gen9 smart array controllers
- "git commit 22ff04516c85a5caac614d46031edbc085ba3a9e":https://github.com/illumos/illumos-gate/commit/22ff04516c85a5ca...
-
06:08 PM Bug #6121 (Closed): Copy-paste bug in mac_init_rings()
- "git commit d05c2e387bac9df4515e8771dbee0ef3f5fe121a":https://github.com/illumos/illumos-gate/commit/d05c2e387bac9df4...
-
03:06 PM Bug #6121: Copy-paste bug in mac_init_rings()
- Also, errno should be set here as well, prior to going to the "bail" label.
-
03:04 PM Bug #6121 (Closed): Copy-paste bug in mac_init_rings()
- Consider this code snippet...
4035 /*
4036 * Driver must register group->mgi_addmac/remmac() for rx groups
40... -
05:18 AM Bug #5792: Kernel panic while exporting ZFS
- I just had the same panic, after doing the same thing. I had an old pool (v28) that I upgraded to feature flags, cop...
2015-08-12
-
08:57 PM Bug #6120 (Closed): libzfs leaks a config nvlist for spares and l2arc
- The @add_config@ function in libzfs fails to free the passed in config nvlist in a couple of cases. If the following...
-
02:19 PM Bug #3190: zfs incremental: cannot receive incremental stream:destination ... has been modified since most recent snapshot
- There's more to this problem. Doing a 'zfs rollback' before an incremental send does not always fix the problem as ...
-
01:08 PM Bug #6119: mptsas doesn't handle timeouts in mptsas_get_sata_guid()
- Webrev: http://ma.nexenta.com/~woodstock/illumos-6119/
I have introduced another refhash for the temporary targets... -
01:02 PM Bug #6119 (Closed): mptsas doesn't handle timeouts in mptsas_get_sata_guid()
- When a SATA device is connected to an mpt_sas device the driver will try to get the SATA GUID by sending an INQUIRY c...
2015-08-11
-
08:01 PM Feature #6118 (Duplicate): make should support -C <dir>
- It'd be nice to have this feature which both GNU and BSD makes have.
In the illumos-gate build, it could be used i... -
07:33 PM Bug #6117 (Closed): Many small bugs prevent a clean build on SPARC
- When I attempt to build illumos on SPARC, many small bugs prevent a clean build. Here's a selection of the error mes...
-
06:40 PM Bug #6116 (Closed): remove unused FMT_CPUID_*
- The following defines are unused (and @FMT_CPUID_AMD_ECX@ is wrong as it tries to use base 10 for the bit numbers whe...
-
06:34 PM Bug #5793: #3446 broke support for BCM5704
- I tried it with the latest illumos gate and it's still broken.
dhcp can never get ip address.
static assigns an a... -
05:51 PM Bug #6115 (New): nlm_vp_active() leaks nv_refcnt for the matching vhold
- The nlm_vhold_find_locked() is called from nlm_vp_active() to find a vhold for a vnode. The nlm_vhold_find_locked() ...
-
05:26 PM Feature #6114 (Closed): factor out dladm walking into its own library
- libdladm has a few dependencies that create dependency chains that are quite nasty at both build time and run time. T...
-
04:30 PM Feature #6113 (Closed): cpqary3: add support for hp gen9 smart array controllers
- PCI IDs need to be added to the cpqary3 driver in order to support the latest HP Smart Array controllers, including: ...
-
03:05 PM Feature #5922: Want support for building with -fstack-protector
- Nice one! Now we just need to get these functions implemented in libc and we'll have full support.
-
01:01 AM Feature #5922 (Closed): Want support for building with -fstack-protector
- "git commit 6a59053b922dcd35760db6b042abda7cb6ef1c80":https://github.com/illumos/illumos-gate/commit/6a59053b922dcd35...
-
01:14 PM Bug #6112 (Rejected): No nfsstats and showmount
- To get the NFSv3 statistics on the server you should run *nfsstat -s -v 3* (please note *-s*). With *-c* you asks for...
-
08:16 AM Bug #6112 (Rejected): No nfsstats and showmount
- Hi, since 2015 there seems to be a bug with nfs.
I cannot get nfssstat to work.
It only shows 0 traffic which is no...
2015-08-10
-
02:12 PM Bug #6111 (Closed): zfs send should ignore datasets created after the ending snapshot
- If you create a zfs child folder, zfs send returns an error when a recursive incremental send is done between two sna...
-
01:19 PM Feature #5821: need strerror_l()
- http://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror_l.html
char *strerror_l(int errnum, locale_t loca... -
12:32 PM Bug #6110 (Closed): dumpadm usage string should mention '-d none'
- One can remove a dump device by specifying @-d none@ to dumpadm. The manpage documents, dumpadm accepts it, but dump...
-
05:03 AM Bug #6107 (Closed): port_notify_t prefix mispelt in port_associate(3C)
- "git commit 50a3c7725241be42cd7a99ff5cfcda2b8a0450e0":https://github.com/illumos/illumos-gate/commit/50a3c7725241be42...
-
02:49 AM Bug #6109 (Closed): tcp(7P) should mention that socket options are in <netinet/tcp.h>
- There is a paragraph in @TCP(7P)@ that refers to @TCP_KEEPALIVE_THRESHOLD@ and @TCP_KEEPALIVE_ABORT_THRESHOLD@. It a...
2015-08-09
-
09:20 PM Bug #6108 (Closed): zone stuck in shutting_down mode / CIFS
- OpenIndiana /hipster-2015 illumos-8f5190a...
-
12:21 AM Bug #6107 (Closed): port_notify_t prefix mispelt in port_associate(3C)
- The @port_associate(3C)@ manual page currently suggests that:...
2015-08-08
-
06:39 AM Bug #6106 (Closed): attr_to_xattr_view should return XATTR_VIEW_INVALID when encountering invalid attr
- patch says it all...
2015-08-07
-
07:58 PM Bug #6105 (Closed): mailer.conf man page lists incorrect path /etc/mail/mailer.conf in FILES section
- The man page for mailer.conf inaccurately lists /etc/mail/mailer.conf in the FILES section, while the correct path ap...
-
05:30 PM Bug #6095 (Closed): usr/src/tools/scripts/cstyle.pl errors with perl 5.22
- "git commit 94385aa447e04fc3f80a94bb4639c652babf5664":https://github.com/illumos/illumos-gate/commit/94385aa447e04fc3...
-
02:37 PM Bug #6104 (Closed): remove obsolete env files
- The developer and gatekeeper env files are quite old and outdated.
-
11:24 AM Bug #5273: Incremental zfs send unmounts underlying snapshots, causing application which opens files from the snapshots to return I/O error.
- Any progress on this?
I'm experiencing the same problem. My application traverses a snapshot and suffers from EIO ... -
02:19 AM Bug #5910 (Closed): libnisdb won't build with modern GCC
- "git commit a87701e9837f8a9ee9e4c4d3186295c0e29f743f":https://github.com/illumos/illumos-gate/commit/a87701e9837f8a9e...
-
01:01 AM Bug #6103 (Rejected): 'svccfg export' only exports method contexts with method credentials
- Sigh. This is because the SMF is squirrely, and doesn't work as I thought. :\
-
12:56 AM Bug #6103 (Rejected): 'svccfg export' only exports method contexts with method credentials
- I have a service with a method context with attributes, but no method credential. This service works, but 'svccfg ex...
2015-08-06
-
05:15 PM Bug #6102 (New): struct pam_conv mismatch between pam_start(3PAM) manpage and /usr/include/pam_appl.h
- The pam_start(3PAM) manpage gives the prototype of the pam conversation function as:...
-
12:14 PM Bug #6101 (Closed): attempt to lzc_create() a filesystem under a volume results in a panic
- @lzc_create()@, or more correctly, @zfs_ioc_create()@ does not reject an attempt to create a filesystem as a child o...
-
05:00 AM Bug #6092 (Closed): rtld should always provide assfail/assfail3
- "git commit d0dbb2dadfe3fd60aa7440d2deed1161f99e1ae9":https://github.com/illumos/illumos-gate/commit/d0dbb2dadfe3fd60...
-
05:00 AM Bug #6091 (Closed): avl_add doesn't assert on non-debug builds
- "git commit faa2b6be2fc102adf9ed584fc1a667b4ddf50d78":https://github.com/illumos/illumos-gate/commit/faa2b6be2fc102ad...
2015-08-05
-
05:27 PM Bug #6100 (New): NULL pointer dereference in ohci after resume in VirtualBox
- ...
-
03:18 PM Bug #6094 (Feedback): SPARC: gcc48 build: ld: warning: relocation warning: R_SPARC_WPLT30
- I'm hesitant to attempt to "fix" this, since I think that ultimately the problem we have is due to the need for slopp...
-
01:31 AM Bug #6094: SPARC: gcc48 build: ld: warning: relocation warning: R_SPARC_WPLT30
- A _workaround_ is to explicitly eliminate the problematic symbol....
-
01:18 AM Bug #6094: SPARC: gcc48 build: ld: warning: relocation warning: R_SPARC_WPLT30
- What happens here is that when we produce the objcap.o object, we pass -Breduce to the link editor. This reduces __s...
-
03:16 PM Bug #6098: ld(1) should not require symbols which identify group sections be global
- In fact, the gABI specifically states, here: http://www.sco.com/developers/gabi/2003-12-17/ch4.sheader.html#section_g...
2015-08-04
-
09:13 PM Bug #6094: SPARC: gcc48 build: ld: warning: relocation warning: R_SPARC_WPLT30
- i have tested with gcc48 + gnu as + illumos ld...
-
06:29 PM Bug #6098: ld(1) should not require symbols which identify group sections be global
- https://gist.github.com/richlowe/0b305637a17fa54041ce is a diff of the conservative fix for the issue as encountered ...
-
06:26 PM Bug #6098 (Closed): ld(1) should not require symbols which identify group sections be global
- It seems to me entirely valid that the symbol which identify SHF_GROUP sections via .sh_info should be local (or what...
2015-08-03
-
09:48 PM Bug #6097 (Closed): ks_snapshot(9e): Typo in the man page
- The "ks_update" should be changed to "ks_snapshot" here in the ks_snapshot(9e) man page:...
-
07:24 PM Bug #6093 (Closed): zfsctl_shares_lookup should only VN_RELE() on zfs_zget() success
- "git commit 0f92170f1ec2737ee5a0e51b5f74093904811452":https://github.com/illumos/illumos-gate/commit/0f92170f1ec2737e...
-
02:14 PM Bug #6093: zfsctl_shares_lookup should only VN_RELE() on zfs_zget() success
- Decided to open #6096 as a distinct issue.
-
07:24 PM Bug #6096 (Closed): ZFS_SMB_ACL_RENAME needs to cleanup better
- "git commit 8f5190a540d64d2debee6664bbc740e4c38f5b7f":https://github.com/illumos/illumos-gate/commit/8f5190a540d64d2d...
-
02:22 PM Bug #6096 (Closed): ZFS_SMB_ACL_RENAME needs to cleanup better
- The ioctl handling for ZFS_SMB_ACL_RENAME leaks a share-directory handle if a call to get_nvlist() fails.
-
11:12 AM Bug #6095 (In Progress): usr/src/tools/scripts/cstyle.pl errors with perl 5.22
-
10:56 AM Bug #6095 (Closed): usr/src/tools/scripts/cstyle.pl errors with perl 5.22
- updated perl in OI hipster reveals 2 issues with cstyle.pl;
1. deprecated use of unesacped '{'
2. redundant argum...
Also available in: Atom