Activity
From 2015-07-25 to 2015-08-23
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...
2015-08-01
-
12:26 AM Bug #6094 (Closed): SPARC: gcc48 build: ld: warning: relocation warning: R_SPARC_WPLT30
- ...
2015-07-31
-
08:15 PM Bug #6093 (Closed): zfsctl_shares_lookup should only VN_RELE() on zfs_zget() success
- An OmniOS customer is triggering panics when using smbsrv to service MacOS 10.10.4 clients. Said customer provided m...
-
04:47 PM Bug #6092 (Closed): rtld should always provide assfail/assfail3
- Since assfail backs the VERIFY*() macros as well as the ASSERT*() macros, rtld should always provide the assfail and ...
2015-07-30
-
11:48 PM Bug #6087 (Closed): bootadm message.h is hiding errors from lint
- "git commit 18961ad2c52f9d85e1f18c75f82d40639f483e1a":https://github.com/illumos/illumos-gate/commit/18961ad2c52f9d85...
-
11:48 PM Bug #6058 (Closed): ipadm doesn't accept "ALL" as valid field name
- "git commit 7bbc5723436be52a39f5c04d60cc236082c52d5a":https://github.com/illumos/illumos-gate/commit/7bbc5723436be52a...
-
08:51 PM Bug #5850 (Closed): tcp timestamping behavior changed mid-connection
- "git commit 1f183ba0b0be3e10202501aa3740753df6512804":https://github.com/illumos/illumos-gate/commit/1f183ba0b0be3e10...
-
08:51 PM Bug #6088 (Closed): Unable to enable the nfs/server service when nothing is shared
- "git commit 50b1420592e389f7ad93528e20c703aff72dc15e":https://github.com/illumos/illumos-gate/commit/50b1420592e389f7...
2015-07-29
-
02:26 PM Bug #6091 (Closed): avl_add doesn't assert on non-debug builds
- Long story short, avl_add's use of @ASSERT(0)@ can cause really strange looking crashes on non-debug builds of libavl...
-
01:39 PM Feature #5142 (In Progress): libzfs support raidz root pool (loader project)
-
01:38 PM Feature #5120 (In Progress): zfs should allow large block/gzip/raidz boot pool (loader project)
-
01:34 PM Feature #5061 (In Progress): freebsd boot loader integration (loader project)
-
01:28 PM Feature #6005 (In Progress): bootadm update-archive should create/update archive sha-1 hash
-
01:26 PM Feature #6086 (In Progress): add install bootblock option for bootadm
-
01:25 PM Feature #6085 (In Progress): export libbe installboot function
-
01:24 PM Feature #6080 (In Progress): libbe should support installboot
-
01:23 PM Bug #6087 (Pending RTI): bootadm message.h is hiding errors from lint
-
12:39 PM Bug #6090: IOPS, bandwidth, and latency kstats for NFS server
- *The implementation*
All of the IOPS, bandwidth, and latency kstats are I/O kstats. See kstat_io(9s) and kstat_qu... -
12:38 PM Bug #6090 (Rejected): IOPS, bandwidth, and latency kstats for NFS server
- We want the IOPS, bandwidth, and latency kstats for NFS server. The bandwidth should include the NFS protocol overhe...
-
12:14 PM Bug #6089 (Closed): The comment for svc_callout_find() should be improved
- usr/src/uts/common/rpc/svc.c:...
-
08:51 AM Bug #5907: xdrmblk_getpos() is unreliable
- *The fix*
First, I needed to remember more internal data than before, so I created the _xdrmblk_params_ structure ...
2015-07-28
-
06:15 PM Bug #6088 (Pending RTI): Unable to enable the nfs/server service when nothing is shared
-
06:12 PM Bug #4051 (Closed): Don't free mdi_pathinfo_t in mptsas when device(s) are retired.
- "git commit 11779b4caed6449da7f5cc8550aef185a2d06ba3":https://github.com/illumos/illumos-gate/commit/11779b4caed6449d...
-
05:51 PM Bug #6039: installgrub MBR update response check should use locale specific yesexpr
- "git commit d960d8fcec1ccb23b872ccbd8aa8b8f13ae1fc30":https://github.com/illumos/illumos-gate/commit/d960d8fcec1ccb23...
-
04:13 PM Bug #6039 (Closed): installgrub MBR update response check should use locale specific yesexpr
- "git commit 21ba817cf9fbfe996f2d2729ed55dd15531eb5c7":https://github.com/illumos/illumos-gate/commit/21ba817cf9fbfe99...
-
02:57 PM Bug #4517: Locking the same file over NFS from a Linux client by multiple processes could cause 30 seconds delay accumulatively if the NFS server machine has more than one IPv4 interface.
- anyone looking into this ? one of our customers just ran into this with omnios r014
2015-07-27
-
07:21 PM Bug #6082 (In Progress): nfsref(1M) man page is needed
- First draft of nfsref.1m attached. See:
http://ma.nexenta.com/gwr/il-6082/
-
06:21 PM Feature #6047 (Closed): SPARC boot should support feature@embedded_data
- "git commit 11b942e373071da9f760d7e6208bc79a7bbf7d3c":https://github.com/illumos/illumos-gate/commit/11b942e373071da9...
-
04:01 PM Bug #6048 (Closed): RLIM_INFINITY (et al) should be unsigned for _LP64
- "git commit d007da4be6a31f5f7c6e3e822eef044a9ac6ae18":https://github.com/illumos/illumos-gate/commit/d007da4be6a31f5f...
-
03:08 PM Bug #6088: Unable to enable the nfs/server service when nothing is shared
- Review: https://www.illumos.org/rb/r/81/
-
02:55 PM Bug #6088 (Closed): Unable to enable the nfs/server service when nothing is shared
- NFS service cannot be enabled if no file systems are shared. This is inconsistent with SMB, and causes confusion. It...
-
11:23 AM Bug #6087 (Closed): bootadm message.h is hiding errors from lint
- when bootadm string constants are redefined to be more lint friendly, lint reports many errors in bootadm code:
"/co... -
05:12 AM Bug #5959 (Closed): clean up per-dataset feature count code
- "git commit ca0cc3918a1789fa839194af2a9245f801a06b1a":https://github.com/illumos/illumos-gate/commit/ca0cc3918a1789fa...
2015-07-26
-
11:58 AM Feature #5788: Want support for GCC's stack protector in libc
- I suppose adding some filter symbols to libc should be good enough.
EDIT: Never mind. That won't help. -
08:18 AM Feature #6086 (Closed): add install bootblock option for bootadm
- would like to have generic method to install bootblock with bootadm tool to manage bootblocks in generic way without ...
-
07:58 AM Feature #6085 (Closed): export libbe installboot function
- To avoid duplicated implementation of same functionality, would need to have interface to access libbe interface to i...
2015-07-25
-
10:59 PM Bug #1438: ftw(3C) should mention `quit' member of struct FTW and possible values
- The "quit" field, which defaults to zero, is used to set the status member of the FTW structure used. This behavior i...
-
05:42 PM Bug #1438: ftw(3C) should mention `quit' member of struct FTW and possible values
- You're referring to nftw(3C)?
Update - never mind, misread the title.
Also available in: Atom