Activity
From 2017-01-24 to 2017-02-22
2017-02-22
-
07:57 PM Bug #7906 (Closed): loader: biosdisk should report IO error from INT13
- The current IO calls only register the error condition, but there is no way to get additional information in case som...
-
07:54 PM Bug #7905 (Closed): loader: bd_open should check for error from disk_open
- the bd_open() is missing test if the open_disk() call did succeed or not. This is important as we keep track on opens...
-
07:51 PM Bug #7904 (Closed): loader: remove open_disk cache
- The recent rework on implementing support to read disk/partition size from partition table and implementing more stri...
-
07:44 PM Bug #7812 (Closed): Remove gender specific language
- "git commit 48bbca816818409505a6e214d0911fda44e622e3":https://github.com/illumos/illumos-gate/commit/48bbca8168184095...
-
04:40 PM Bug #7903: cstyle(1onbld)/jstyle(1onbld) needs some love
- Review: https://www.illumos.org/rb/r/378/
-
01:12 PM Bug #7903 (Closed): cstyle(1onbld)/jstyle(1onbld) needs some love
- There are some typos and obsolete information lingering in the man pages.
-
02:41 PM Bug #7898 (Closed): mdb's ::netstat doesn't print UDP conn_t pointer correctly
- "git commit e40108ff341f07fe03e96c751c6cf2cb5867d1a8":https://github.com/illumos/illumos-gate/commit/e40108ff341f07fe...
-
12:37 PM Feature #7850: ld(1) support for -rpath-link would aid compatibility
- Here is the Bug Report on Qt side.
https://bugreports.qt.io/browse/QTBUG-58460
You could explain them what you th... -
11:50 AM Bug #7902 (Closed): loader: VTOC partition size is one sector too large
- Simple off by one issue, missed to subtract one while calculating the end sector for VTOC partition.
Discovered an... -
02:56 AM Bug #7901 (Closed): Devices that do not support setting WC keep generating ereports
- Description by Jeffry Molanus.
There is a very long outstanding issue around zeus rams and perhaps others, where t...
2017-02-21
-
05:01 PM Bug #7900 (Closed): zdb shouldn't print the path of a znode at verbosity < 5
- zdb shouldn't print the path of a znode at verbosity < 5. There are two reasons:
1) Finding a znode's path is slo... -
11:00 AM Feature #7899 (Closed): loader: update symlink support in zfs reader
- As the current zfs file system is providing symlink via system attributes, need to update the code accordingly.
2017-02-20
-
07:06 PM Bug #7898 (Closed): mdb's ::netstat doesn't print UDP conn_t pointer correctly
- If you use "::netstat -P udp" on a kernel mdb (kmdb or "mdb -k"), all of the UDP sessions print the same pointer. Th...
-
05:08 PM Bug #3629: NFSv4 client: assertion failed: vp->v_filocks == NULL, file: ../../common/fs/vnode.c, line: 2429
- Review: https://www.illumos.org/rb/r/374/
-
04:45 PM Bug #3629: NFSv4 client: assertion failed: vp->v_filocks == NULL, file: ../../common/fs/vnode.c, line: 2429
- *Root cause*
In a case the file open recovery fails (so the @R4RECOVERR@ is set for a particular @rnode4_t@) then ... -
08:43 AM Bug #7890 (Rejected): degradation afte 7741: 'zfs set sharesmb=name=test,guestok=true rpool/test' produce message with 'cannot open 'var/smb/cvol': dataset does not exist'
- fixed by 7857
2017-02-19
-
07:34 PM Bug #7887 (Closed): get_zfs_dataset() optimised path leaks zfs handle
- "git commit ff524b2355c0ac08bf963297ae8e5ea2e8375852":https://github.com/illumos/illumos-gate/commit/ff524b2355c0ac08...
-
07:34 PM Bug #7857 (Closed): zfs/zpool commands print scary errors after 7741
- "git commit ff524b2355c0ac08bf963297ae8e5ea2e8375852":https://github.com/illumos/illumos-gate/commit/ff524b2355c0ac08...
-
07:34 PM Bug #7858 (Closed): make: do not use auto as type specifier
- "git commit 148434206d3ba623dff65e4b591dffc0ddadebf3":https://github.com/illumos/illumos-gate/commit/148434206d3ba623...
-
07:23 PM Bug #7548 (In Progress): efinet_dev_print should honor verbose option.
-
06:19 PM Bug #7897: loader.efi: Use 32-bit value for .text padding, for linker portability
- The first take on this issue was: https://svnweb.freebsd.org/base?view=revision&revision=r305854
-
06:15 PM Bug #7897 (Closed): loader.efi: Use 32-bit value for .text padding, for linker portability
- FreeBSD patch: https://svnweb.freebsd.org/base?view=revision&revision=r306264
Use 32-bit value for .text padding, ... -
06:01 PM Bug #7896 (Closed): loader.efi: Don't set *dev in the zfs root case, it may be NULL
- FreeBSD update: https://svnweb.freebsd.org/base?view=revision&revision=r304801
Don't set *dev in the zfs root case... -
05:31 PM Bug #7895 (Closed): boot1.efi: multiple fixes from FreeBSD
- boot1 patch bundle from FreeBSD:
boot1.efi: fix assignment / comparison expression
https://svnweb.freebsd.org/bas... -
04:00 PM Bug #7894 (Closed): loader: Stop closing the network device when netbooting for loaders using the common dev_net.c code
- FreeBSD change: https://svnweb.freebsd.org/base?view=revision&revision=r307238
The NETIF_OPEN_CLOSE_ONCE flag was ... -
03:12 PM Bug #7893 (New): rename dataset failed
- i have installed debug build and want rename dataset:...
-
02:28 PM Bug #7892 (In Progress): loader.efi: Add defines needed to export SMBIOS serial numbers
-
02:27 PM Bug #7892 (Closed): loader.efi: Add defines needed to export SMBIOS serial numbers
- FreeBSD update: https://svnweb.freebsd.org/base?view=revision&revision=r304018
Provide the same build setup for lo... -
01:46 PM Bug #7891 (Closed): loader.efi: EFI time setup
- FreeBSD updates:
https://svnweb.freebsd.org/base?view=revision&revision=r301306
Use the UEFI event timer to updat... -
01:44 PM Bug #7890 (Rejected): degradation afte 7741: 'zfs set sharesmb=name=test,guestok=true rpool/test' produce message with 'cannot open 'var/smb/cvol': dataset does not exist'
- steps for reproduce:
zfs create rpool/test
zfs set sharesmb=on rpool/test
zfs set sharesmb=name=test,guestok=tru... -
11:26 AM Bug #7889 (Closed): loader.efi: efipart IO optimization
- FreeBSD update https://svnweb.freebsd.org/base?view=revision&revision=r300866
If the I/O offset and length is mult... -
10:22 AM Feature #7888 (Closed): installboot: print version info of the file
- installboot -i does only accept device name to print version info of the boot block - info about the installed boot b...
2017-02-17
-
07:31 PM Bug #7819 (Closed): IPv6 Packet and MTU bug
-
07:09 PM Bug #7819: IPv6 Packet and MTU bug
- "git commit 7199b8e79a66167b9224eed40ed9bd8effcc49a8":https://github.com/illumos/illumos-gate/commit/7199b8e79a66167b...
-
06:36 PM Bug #7883 (Closed): snoop(1m) should print locktype for NFSv4 LOCKT operation
- "git commit 2d8dae53e7585d2412a48eceb751cbfaea048241":https://github.com/illumos/illumos-gate/commit/2d8dae53e7585d24...
-
07:48 AM Bug #7883 (Pending RTI): snoop(1m) should print locktype for NFSv4 LOCKT operation
-
10:33 AM Bug #7887 (Closed): get_zfs_dataset() optimised path leaks zfs handle
- 7857 introduced an additional logic which attempts to guess the dataset name for a share path. This logic does some ...
2017-02-16
-
08:24 PM Bug #7885 (Closed): zpool list can report 16.0e for expandsz
- When a member of a RAIDZ has been replaced with a device smaller than the original, then the top level vdev can repor...
-
07:22 PM Bug #7883: snoop(1m) should print locktype for NFSv4 LOCKT operation
- Review: https://www.illumos.org/rb/r/341/
-
03:58 PM Bug #7883: snoop(1m) should print locktype for NFSv4 LOCKT operation
- This fix will:
# for LOCKT calll: remove @R=@ and print the actual locktype,
# for LOCKU call: remove @R=@,
# fo... -
03:53 PM Bug #7883 (Closed): snoop(1m) should print locktype for NFSv4 LOCKT operation
- The snoop(1m) does not print the locktype for NFSv4 LOCKT operation (the @R=@ there means _range_, not _read_):
<p... -
03:26 PM Bug #7879 (Closed): pvscsi returns NULL instead of DDI_FAILURE
- "git commit 250d0a0c32d883b96c71a7bb324ab7f77f3a863a":https://github.com/illumos/illumos-gate/commit/250d0a0c32d883b9...
-
12:56 AM Bug #7879 (Closed): pvscsi returns NULL instead of DDI_FAILURE
- An illumos fork discovered two failure-mode cases in pvscsi were returning NULL instead of DDI_FAILURE.
A fix is h... -
01:39 PM Feature #7882 (Closed): Add /dev/full , the always-full memory device
- Linux and FreeBSD implement /dev/full , an always full memory device. Reads behave like /dev/zero, but a write always...
-
12:00 PM Bug #7881 (New): zfs_arc_num_sublists_per_state should be common to all multilists
- The global tunable zfs_arc_num_sublists_per_state is used by the ARC and
the dbuf cache, and other users are planned... -
10:51 AM Feature #7880 (New): svccfg refresh works only with instance selection
- ...
2017-02-15
-
09:37 PM Bug #7871: libm: misleading-indentation errors
- Gordon Ross wrote:
> Why not just turn off "misleading indentation" errors for most of these?
Why would we even b... -
09:31 PM Bug #7871: libm: misleading-indentation errors
- Why not just turn off "misleading indentation" errors for most of these?
(not specifically about this bug, but all t... -
12:52 PM Bug #7871 (Closed): libm: misleading-indentation errors
- ...
-
08:27 PM Bug #7878 (Closed): libhotplug: libhotplug.c may use uninitialized pointer
- ...
-
08:18 PM Bug #7877 (Closed): libadm: the if condition is wrong in devreserv.c
- ...
-
07:34 PM Bug #7876 (Closed): libast: misleading-indentation errors
- ...
-
05:33 PM Feature #7865 (In Progress): Allow i40e to use multiple rings
-
05:00 PM Feature #7865: Allow i40e to use multiple rings
- Hmm, if MAC was allowing the ring processing thread at the same time as the interrupt thread, that would explain a go...
-
04:23 PM Bug #7875 (Closed): libcurses: multiple misleading-indentation errors
- ...
-
04:07 PM Bug #7874 (New): Tautological tests in XVA_SET_REQ and friends
- XVA_SET_REQ contains an assertion that (xvap)->xva_vattr.va_mask | AT_XVATTR), where AT_XVATTR is a constant. This a...
-
02:50 PM Bug #7873 (Closed): libgss: misleading-indentation error
- ...
-
02:01 PM Bug #7872 (Closed): libelf: variable might be clobbered by longjmp
- ../misc/demangle.c: In function 'elf_demangle':
../misc/demangle.c:123:15: error: variable 'i' might be clobbered by... -
09:35 AM Bug #7870 (Closed): libnsl: can not use sizeof on arrays passed as function argument
- ../rpc/netname.c:206:44: error: 'sizeof' on array function parameter 'netname' will return size of 'char *' [-Werror=...
2017-02-14
-
11:43 PM Bug #7869 (Closed): panic in bpobj_space(): null pointer dereference
- The issue fixed by this patch is a race condition in the deadlist code.
A thread executing an administrative comma... -
10:04 PM Bug #7867 (Closed): ARC space accounting leak
- It seems that in the case where @arc_hdr_free_pdata()@ sees @HDR_L2_WRITING()@ we would fail to update the ARC space ...
-
08:22 PM Bug #7864 (Closed): acpidump: use acpi-root-tab property
- "git commit 760a9770c08916571766d1f0145d2a3343e1a8d9":https://github.com/illumos/illumos-gate/commit/760a9770c0891657...
-
12:20 PM Bug #7864 (Closed): acpidump: use acpi-root-tab property
- In preparation to use acpi root table pointer provided by the property, we need to update acpidump also to use property.
-
05:35 PM Bug #7844 (Closed): tools/protocmp: misleading indentenation in protodir.c
- "git commit b15586cfdcac4438b0685a400ad9b9fc4f0eee64":https://github.com/illumos/illumos-gate/commit/b15586cfdcac4438...
-
05:35 PM Bug #7769 (Closed): loader: bcache read ahead block count should take account the large sectors
- "git commit 07542513a22e67a23ccdd5f4a1de31070776900a":https://github.com/illumos/illumos-gate/commit/07542513a22e67a2...
-
05:35 PM Bug #7599 (Closed): loader biosdisk fix for 2+TB disks.
- "git commit cff899ea9243cc9336cf0af13fd3c8416466ae0d":https://github.com/illumos/illumos-gate/commit/cff899ea9243cc93...
-
04:53 PM Feature #7865: Allow i40e to use multiple rings
- One of the motivations for this work was a large variability in throughput on the i40e when placed under load, such t...
-
04:31 PM Feature #7865 (Closed): Allow i40e to use multiple rings
- Currently, i40e has a single ring (and interrupt vector) for processing transmit and receive data and this seems to l...
-
01:51 PM Feature #7836 (Closed): uts: implement smbios-address property support
- "git commit 96e7037f471516103183fe855e52178a8ea0c3f7":https://github.com/illumos/illumos-gate/commit/96e7037f47151610...
-
11:07 AM Bug #7863: AIO read/write requests return 0 bytes read/written
- [Design]
The idea of the fix is pretty straight forward:
Call the aio_copyout_result_port() routine before the aio_... -
11:05 AM Bug #7863: AIO read/write requests return 0 bytes read/written
- [Investigation]
There are 30 threads which in general making the following steps to handle incoming IO requests:
1.... -
10:56 AM Bug #7863 (Closed): AIO read/write requests return 0 bytes read/written
- The following hardware configuration was used:
- 30 hard drives
- SMP system (32 cpu)
- x86_64 arch
On this targe... -
10:10 AM Bug #7862 (Closed): libdisasm: left shift of negative value
- /code/illumos-gate/usr/src/lib/libdisasm/common/dis_sparc_fmt.c:2211:15: error: left shift of negative value [-Werror...
-
08:31 AM Bug #7860 (Closed): libc: indentation errors
- ./port/gen/ttyname.c:695:4: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
gen/proc64_id... -
07:58 AM Bug #7859 (Closed): uts: indentation errors
- ../../common/vm/seg_spt.c:251:2: error: this 'if' clause does not guard... [-Werror=misleading-indentation]
dmake: W... -
07:04 AM Bug #7858 (Closed): make: do not use auto as type specifier
- The meaning for "auto" keyword is changed in c++ and g++ from gcc6 will give an error.
2017-02-13
-
10:37 PM Bug #7857 (Closed): zfs/zpool commands print scary errors after 7741
- After 7741 get_zfs_dataset() tries to guess the name of the dataset that the given path resides on. When it gets thi...
-
08:46 PM Bug #7855 (Rejected): degradation after 7672: build failed
- These are 2 unrelated issues, not sure why they are filed together.
For %0b issue see https://github.com/illumos/g... -
09:27 AM Bug #7855 (Rejected): degradation after 7672: build failed
- build by gcc6 failed on intel with:...
-
07:47 PM Bug #7822 (Closed): Faults for fans that don't exist
- "git commit db7d70016bd48ccf97e39289929cbb412cf27ba2":https://github.com/illumos/illumos-gate/commit/db7d70016bd48ccf...
2017-02-12
-
08:54 PM Bug #7854 (Closed): installboot should set MBR to load partition boot block if it was installed
- installboot does install the MBR and partition boot block - 512B simple boot program, designed to load and start the ...
-
08:22 PM Bug #7853: SUPPORT Intel® Dual Band Wireless-AC 8260
- Hi Yuri,
this ticket indicates that support of recent Intel Wifi drivers requires porting iwm from NetBSD (based on ... -
08:12 PM Bug #7853: SUPPORT Intel® Dual Band Wireless-AC 8260
- This kind of question is better asked on mailing lists.
Please see:
https://wiki.illumos.org/display/illumos/il... -
08:01 PM Bug #7853: SUPPORT Intel® Dual Band Wireless-AC 8260
- I found this page that might be usefull.
http://man.openbsd.org/iwm
-
07:54 PM Bug #7853 (New): SUPPORT Intel® Dual Band Wireless-AC 8260
- Hi,
I recently bought this following computer NUC6i5SYK.
http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc6i... -
03:13 PM Bug #1427 (Closed): import libssl
- ssh is no longer in tree, and there's apparently no interest for this any longer.
2017-02-11
-
03:44 PM Bug #7851 (Rejected): svccfg restore chokes on services with more than one manpage
- Don't use this fix.
-
11:43 AM Bug #7852: svccfg archive should drop SCF_NOTIFY_PG_POSTFIX
- *Moved to description*
-
11:36 AM Bug #7852 (In Progress): svccfg archive should drop SCF_NOTIFY_PG_POSTFIX
-
11:34 AM Bug #7852: svccfg archive should drop SCF_NOTIFY_PG_POSTFIX
- Webrev: http://cr.illumos.org/~webrev/andy_js/7852/
Before change the events in the notification_parameters sectio... -
11:16 AM Bug #7852 (Closed): svccfg archive should drop SCF_NOTIFY_PG_POSTFIX
- The svccfg restore fails with "Invalid input." because it is unable to parse the FMA events stored in the "notificati...
2017-02-10
-
11:50 PM Bug #7851 (Rejected): svccfg restore chokes on services with more than one manpage
- ...
-
08:03 PM Bug #7819: IPv6 Packet and MTU bug
- I've eliminated atomic-fragments in response to PathMTU messages advertising less than 1280, and now ignore them. I'...
-
07:39 PM Feature #7832 (Closed): big theory statements need a place in the manual
- "git commit 5a342f146a946ddf6f5f5afd4a5dd5baf11d7dd4":https://github.com/illumos/illumos-gate/commit/5a342f146a946ddf...
-
07:39 PM Feature #7831 (Closed): want vmem manual pages
- "git commit 5a342f146a946ddf6f5f5afd4a5dd5baf11d7dd4":https://github.com/illumos/illumos-gate/commit/5a342f146a946ddf...
-
07:39 PM Feature #7792 (Closed): loader: export zfs-bootfs related data into the environment
- "git commit 6369122c44f069dc3629fe9b3ef640e275329345":https://github.com/illumos/illumos-gate/commit/6369122c44f069dc...
-
07:39 PM Bug #7849 (Closed): Disable auditing when building native svc.configd
- "git commit 6970e7c5d2134404f7c478d9f852a4b3f2500307":https://github.com/illumos/illumos-gate/commit/6970e7c5d2134404...
2017-02-09
-
10:08 PM Feature #7850 (New): ld(1) support for -rpath-link would aid compatibility
- Some software (Qt) supposes the existence of -rpath-link, and seems determined to depend upon it.
It's probably easy... -
03:53 PM Bug #7847 (Closed): loader: disk io should not use alloca()
- "git commit 560b2482e2c940112b49e908c56ce8a4860f3f9b":https://github.com/illumos/illumos-gate/commit/560b2482e2c94011...
2017-02-08
-
06:22 PM Bug #7672 (Closed): x86 trap trace is annoyingly unreadable in system log/mdb
- "git commit 905e0868667e1b82e8e339cd602d782b9fdc8e84":https://github.com/illumos/illumos-gate/commit/905e0868667e1b82...
-
06:22 PM Bug #7845 (Closed): cscope-fast: variables might get clobbered by longjmp
- "git commit 4c6c4a887072f2c96ef418e65d9ecbcfa08c72e3":https://github.com/illumos/illumos-gate/commit/4c6c4a887072f2c9...
-
01:04 PM Bug #7849 (Closed): Disable auditing when building native svc.configd
- During the build we create a native version of svc.configd to build the seed repository. This version of svc.configd...
-
12:08 PM Bug #7815 (Feedback): remove unused static variables in libresolve2
-
01:24 AM Bug #7848: fs_getdents returns uninitialized variable in some cases causing false positive errors
- Indeed. And that really asks for fixing warnings reported by gcc instead of silencing them:...
-
01:05 AM Bug #7848 (New): fs_getdents returns uninitialized variable in some cases causing false positive errors
- The return value of the function fs_getdents will be returned to the caller uninitialized
if *nbyte is not equal to ...
2017-02-07
-
11:53 PM Bug #7847 (Closed): loader: disk io should not use alloca()
- The BIOS version of the loader needs to use low memory with BIOS interrupts. Since the current loader code+data+stack...
-
11:39 PM Feature #7846 (Closed): loader: UEFI variable support development
- Import from FreeBSD and some further updates. The development to support the UEFI variables in loader is still going ...
-
09:39 PM Bug #7845 (Closed): cscope-fast: variables might get clobbered by longjmp
- Errors from gcc 6:...
-
07:46 PM Bug #7844 (Closed): tools/protocmp: misleading indentenation in protodir.c
- From gcc 6.3:
protodir.c:576:2: error: this 'while' clause does not guard... [-Werror=misleadi
ng-indentation]
w... -
07:37 PM Bug #7841 (Closed): loader: wrong device name is set for GPT partition
- "git commit c21f2c4349fbfe190f08e04d2cb639d24b4e4f60":https://github.com/illumos/illumos-gate/commit/c21f2c4349fbfe19...
-
04:43 PM Bug #7841: loader: wrong device name is set for GPT partition
- Toomas Soome wrote:
> When booting from GPT partition and the file system is not ufs, the loader does set diskXsY: a... -
01:30 PM Bug #7843 (Closed): get_clones_stat() is suboptimal for lots of clones
- @get_clones_stat()@ could be very slow if a snapshot has many (thousands) clones.
Clone names are added to an nvli... -
02:00 AM Bug #7818 (Closed): SMF does not always cleanup services that have been removed
- "git commit 56bce6093e5a50ce1da04e68f5e22a53c35cc8a8":https://github.com/illumos/illumos-gate/commit/56bce6093e5a50ce...
-
02:00 AM Bug #7797 (Closed): SMF service removal: metainit service fails to load on update
- "git commit 56bce6093e5a50ce1da04e68f5e22a53c35cc8a8":https://github.com/illumos/illumos-gate/commit/56bce6093e5a50ce...
2017-02-06
-
06:14 AM Bug #7355 (Closed): beadm list -H outputs garbage
- "git commit 9def5563fc64d4e5dd457cd3c43ba42d1aebe9b3":https://github.com/illumos/illumos-gate/commit/9def5563fc64d4e5...
-
06:14 AM Bug #7642 (Closed): loader: gptzfsboot i386_zfs_probe can hung the boot
- "git commit 603ef0dd313c5c91c613d6d49d88d341ef9d1991":https://github.com/illumos/illumos-gate/commit/603ef0dd313c5c91...
-
06:14 AM Feature #7760 (Closed): uts: tem should be able to display UTF-8
- "git commit ac9b7c934c2ec48de923505a5018cb03d56c11d2":https://github.com/illumos/illumos-gate/commit/ac9b7c934c2ec48d...
2017-02-05
-
12:30 PM Bug #7841 (Closed): loader: wrong device name is set for GPT partition
- When booting from GPT partition and the file system is not ufs, the loader does set diskXsY: as currdev, but GPT part...
2017-02-04
-
01:12 PM Feature #7840 (Closed): Define uint16_t member in in6_addr
- Currently /usr/include/netinet/in.h defines ...
2017-02-03
-
01:35 PM Feature #7839 (Closed): uts: implement boot environment support
- Check if the boot loader is providing its environment as module, if so, prepare the property processing.
We need t... -
01:25 PM Feature #7838 (Closed): loader: pass loader environment to kernel as module
- To simplify dealing with properties, we can just pack the loader environment as virtual module an pass it to kernel a...
-
11:49 AM Feature #7837 (Closed): smbios3 64-bit entry point support
- Implement support for 64-bit smbios entry point. The structure of the entry point is somewhat different from the 32-b...
-
11:42 AM Feature #7836 (Closed): uts: implement smbios-address property support
- Need mechanism to receive smbios entry point via property, so we can pass it based on efi-systab from early boot.
2017-02-02
-
12:33 PM Bug #5698 (Closed): panic in mpt_sas: vmem_hash_delete(ffffff1aa3456000, 1, 8): bad free
- "git commit 2482ae1b96a558eec551575934d5f06c87b807af":https://github.com/illumos/illumos-gate/commit/2482ae1b96a558ee...
-
12:33 PM Bug #7833 (Closed): uts: font relocation did break the sparc build
- "git commit 363fe7514d6f0c002d724c8657dfef14b500f0a1":https://github.com/illumos/illumos-gate/commit/363fe7514d6f0c00...
-
12:33 PM Feature #7776 (Closed): loader: EFI DEVICE_PATH impementation
- "git commit ab8c1d40b840a01d6be139a6d9cf65ef619d1ed0":https://github.com/illumos/illumos-gate/commit/ab8c1d40b840a01d...
-
12:33 PM Feature #7807 (Closed): ficl: add xemit, dollar-prefix and UGreaterThan
- "git commit 152e37535e8b789548779eeaa07618c7c3c01bdc":https://github.com/illumos/illumos-gate/commit/152e37535e8b7895...
-
10:43 AM Feature #7835 (Closed): add sudo event to audit_event.txt
- For auditing (BSM) sudo this entry in audit_event.txt is necessary
6650:AUE_sudo:sudo(1M) execution:lo,as,ua
2017-02-01
-
08:02 PM Feature #7800 (Closed): Support build with OpenJDK 8
- "git commit cb159270e9e67dea31dfbd991ec758829de14d35":https://github.com/illumos/illumos-gate/commit/cb159270e9e67dea...
-
08:00 PM Feature #7747 (Closed): Want SMBIOS 3.1 support
- "git commit e5cce96fec95bace977f58e07912d3ab0e33b30d":https://github.com/illumos/illumos-gate/commit/e5cce96fec95bace...
-
07:08 PM Bug #7819: IPv6 Packet and MTU bug
- If there's an exploit program, please post it.
-
06:48 PM Feature #7834 (Closed): uts: vgatext should use gfx_private
- The gfx_private is "forgotten" interface since the illumos fork was created and does already implement most of the vg...
-
06:43 PM Bug #7719 (Closed): sdev_create() doesn't enforce EISDIR in non-GZ
- "git commit defc4c8acfa01dba1ef3c13ca0cafccfcede51c0":https://github.com/illumos/illumos-gate/commit/defc4c8acfa01dba...
-
06:20 PM Bug #7833 (Closed): uts: font relocation did break the sparc build
- The 8x16 font build rules got mistakenly left out from sparc/tem build rules. For fix, relocate some rules to uts/com...
-
05:16 PM Feature #7832 (Closed): big theory statements need a place in the manual
- In documented vmem (#7831), it's become clear that we'd benefit from having a place in the manual for the content his...
-
05:14 PM Feature #7831 (Closed): want vmem manual pages
- Thinking through some vmem-using ideas, I noticed we don't actually have any real docs. We should have.
-
02:39 PM Bug #5698 (Pending RTI): panic in mpt_sas: vmem_hash_delete(ffffff1aa3456000, 1, 8): bad free
-
05:11 AM Bug #5379 (Closed): modifying a mmap()-ed file does not update its timestamps
- "git commit 80e10fd0d22bbf0d18bfdae035e06f44c68ae8e6":https://github.com/illumos/illumos-gate/commit/80e10fd0d22bbf0d...
-
05:09 AM Bug #7814 (Closed): Accept TCP keepalives with missing timestamps
- "git commit 143b26e0f0139cacf020594bec08f738845897d3":https://github.com/illumos/illumos-gate/commit/143b26e0f0139cac...
2017-01-31
-
03:42 PM Bug #7649 (Closed): loader.efi: fix extraction of firmare table info for smbios and acpi.
- "git commit dcba96fe6535681ea4a912e4b512a4e5ba59182e":https://github.com/illumos/illumos-gate/commit/dcba96fe6535681e...
-
03:11 PM Bug #7819: IPv6 Packet and MTU bug
- Turns out DCEF_TOO_SMALL_PMTU has uses in IPv4, so we cannot eliminate the symbol, but we can eliminate its use from ...
-
03:07 PM Bug #7819: IPv6 Packet and MTU bug
- Yes, we do not follow the recommendation in RFC 8021 yet. See this part of icmp_inbound_too_big_v6():
http://src.... -
12:34 AM Feature #7821 (Closed): loader: need to parse unescaped bootpath in /boot/solaris/bootenv.rc
- "git commit 22cc5444cba0d30b59582f255e2eb24e8a702824":https://github.com/illumos/illumos-gate/commit/22cc5444cba0d30b...
-
12:34 AM Bug #7717 (Closed): Update prototypes to 2017
- "git commit be4e997e05c92f444c81d2d197b79e67ebee2786":https://github.com/illumos/illumos-gate/commit/be4e997e05c92f44...
2017-01-30
-
09:33 PM Bug #7806 (Closed): svccfg restore segfaults in upgrade_manifestfiles
- "git commit a317d5f60cbb8b31bf3341744d7d938e7218e552":https://github.com/illumos/illumos-gate/commit/a317d5f60cbb8b31...
-
07:48 PM Bug #7749 (Closed): setsockopt(TCP_KEEPCNT) can return EINVAL spuriously
- "git commit a41f965a2f911f4f56617a2e6ceaeef4e1c58e70":https://github.com/illumos/illumos-gate/commit/a41f965a2f911f4f...
-
06:53 PM Bug #7829 (New): The /bin/iconv is complaining about illegal sequences in /usr/pub/iso
- Testing iconv -f 8859-3 -t utf-8 /usr/pub/iso (and others) is complaining on the input sequences:
Illegal sequence... -
06:45 PM Bug #7828 (Closed): sysenter and sysexit dis should be allowed in 64-bit x86
- The sysenter and sysexit instructions are currently restricted to being disassembled as valid only in 32-bit x86 mode...
-
06:45 PM Feature #7827 (Closed): dis tests for f16c, movbe, cpuid, msr, tsc, fence instrs
- This covers adding libdis tests for many smaller sets of instructions based on their cpuid bits.
-
06:44 PM Bug #7826 (Closed): PCLMULQDQ psuedo-ops aren't properly described in dis
- The PCLMULQDQ instructions has a couple variants or psuedo-ops that end up assembling to the same instruction. We sho...
-
06:43 PM Feature #7825 (Closed): want avx dis tests
- It would be nice if the dis tests supported avx instructions.
-
05:23 PM Bug #7436 (Closed): webrev doesn't work if illumos-gate is a submodule
- "git commit e2004245d6147c5747ca68584835573d99d469d9":https://github.com/illumos/illumos-gate/commit/e2004245d6147c57...
-
11:33 AM Bug #5698: panic in mpt_sas: vmem_hash_delete(ffffff1aa3456000, 1, 8): bad free
- Review: https://www.illumos.org/rb/r/340/
-
10:16 AM Feature #7823 (Closed): implement autoreplace matching based on FRU slot number
- Currently when a drive in a pool fails we need to replace it, then issue the needed zpool commands to replace the old...
-
04:07 AM Bug #7748 (Closed): kmdb_fault() continuously prints that it's trying to enter safe mode
- "git commit 5799076e1f3af0000bc13f34bd0b894d098fb1dc":https://github.com/illumos/illumos-gate/commit/5799076e1f3af000...
-
03:41 AM Bug #7822 (Closed): Faults for fans that don't exist
- Some JBODs report fans that are not attached in their SES inventory, e.g. some SuperMicro.
We need to rely on SES_... -
01:11 AM Bug #7750 (Closed): git-pbchk(1ONBLD) fails when running on commits that update submodules
- "git commit 71270a45f74999374ad4bad68b46fcca10949482":https://github.com/illumos/illumos-gate/commit/71270a45f7499937...
2017-01-29
-
08:12 PM Feature #7821 (Closed): loader: need to parse unescaped bootpath in /boot/solaris/bootenv.rc
- The values in bootenv.rc can be set within single quotes or without. The "eeprom variable value" will store quoted va...
-
07:37 PM Feature #7758 (Closed): want SSE 4.1 disasm tests
- "git commit d4c899ee65547db6d0866332c5ef4c59cae9c2c2":https://github.com/illumos/illumos-gate/commit/d4c899ee65547db6...
-
07:37 PM Feature #7757 (Closed): want avx2 disasm tests
- "git commit d4c899ee65547db6d0866332c5ef4c59cae9c2c2":https://github.com/illumos/illumos-gate/commit/d4c899ee65547db6...
-
07:37 PM Bug #7756 (Closed): dis can't handle x86 SSE 3 instructions
- "git commit d4c899ee65547db6d0866332c5ef4c59cae9c2c2":https://github.com/illumos/illumos-gate/commit/d4c899ee65547db6...
2017-01-28
-
11:18 PM Bug #7818: SMF does not always cleanup services that have been removed
- Looks good to me....
-
11:01 PM Bug #7818: SMF does not always cleanup services that have been removed
- I think you could do all of this with a single @awk@ invocation; e.g....
-
02:48 PM Bug #7818: SMF does not always cleanup services that have been removed
- Webrev: http://cr.illumos.org/~webrev/andy_js/7818/
-
12:54 PM Bug #7818 (Closed): SMF does not always cleanup services that have been removed
- The "svccfg cleanup" command and manifest-import script use different mechanisms to detect services without manifest ...
-
10:55 PM Bug #7817 (Closed): loader: remove left over pc98 bits
- "git commit d276822b493d80b000f6ff4070a500e9e5d0f6bd":https://github.com/illumos/illumos-gate/commit/d276822b493d80b0...
-
08:10 AM Bug #7817 (Closed): loader: remove left over pc98 bits
- With code import the pc98 bits were mostly not included, but few cases still did remain, need to remove them.
See al... -
02:04 PM Bug #7819 (Closed): IPv6 Packet and MTU bug
- Is Openindiana/IllumOS vulnerable to the IPv6 Packet and MTU bug in relation to Atomic Fragment
An atomic fragment... -
01:11 AM Feature #7803 (Closed): want devid_str_from_path(3devid)
- "git commit 46d46cd4fa12218e54fa3d73a9be825ed504cabb":https://github.com/illumos/illumos-gate/commit/46d46cd4fa12218e...
2017-01-27
-
11:21 PM Bug #7541 (Closed): zpool import/tryimport ioctl returns ENOMEM because provided buffer is too small for config
- "git commit 8b65a70b763232c90a91f31eb2010314c02ed338":https://github.com/illumos/illumos-gate/commit/8b65a70b763232c9...
-
07:34 PM Bug #7816 (Closed): remove static unused variable in zfs_vfsops.c
- found by gcc6 build unused static variable:...
-
07:32 PM Feature #7770 (Closed): uts: move font sources to uts/common/font
- "git commit 898c3fec4c1cbcd45754042f6635b76a9067abd6":https://github.com/illumos/illumos-gate/commit/898c3fec4c1cbcd4...
-
07:17 PM Feature #7770: uts: move font sources to uts/common/font
- This is preparation to enable framebuffer (FB) based console support in kernel. In case of FB, we need to render the ...
-
07:02 PM Bug #7815 (In Progress): remove unused static variables in libresolve2
-
07:01 PM Bug #7815 (Closed): remove unused static variables in libresolve2
- with build by gcc6 it has found more unused static defined variables what can be removed.
-
06:43 PM Bug #7814 (Closed): Accept TCP keepalives with missing timestamps
- Running DelphixOS with the following illumos commit:
commit 1f183ba0b0be3e10202501aa3740753df6512804
Auth... -
06:25 PM Bug #7813 (New): mpt_sas does not like concurrent HBA resets
- Concurrent HBA resets might cause the following panic with the _debug_ kernel:...
-
06:09 PM Bug #7812 (Closed): Remove gender specific language
- This change removes all gendered language that did not refer specifically
to an individual person or pet. The conven... -
12:42 PM Bug #7811 (Closed): dont send obsolete mode pages to SSDs, SATA, SBC2 and later conforming devices
- ...
-
09:01 AM Bug #7810: libdiksmgmt does not report about all virtio block devices
- Also format sees this disk:...
-
08:55 AM Bug #7810: libdiksmgmt does not report about all virtio block devices
- Some clarifications concerning this bug.
Both installer and diskinfo use libdiskmgmt to look up disk devices... -
08:49 AM Bug #7810 (New): libdiksmgmt does not report about all virtio block devices
- I tried to install OI hipster into a KVM (under smartos), but the list of available devices was incomplete....
2017-01-26
-
07:55 PM Bug #7367: blkdev: support block size larger than 512
- Commit d2c5b266 was backed out.
New webrev here for review:
http://cr.illumos.org/~webrev/yyang/7367-1/
A tes... -
04:34 PM Bug #7809 (New): blkdev: needs correct handling of offset and length
- This is related to 7367 and 7804.
-
08:44 AM Feature #7807 (Closed): ficl: add xemit, dollar-prefix and UGreaterThan
- Need xemit to support output of multibyte chars (http://forth-standard.org/standard/xchar/XEMIT). Also missing u> and...
-
03:13 AM Bug #7804: fdisk_read_master_part_table() causes 'format' to crash
- The following program can be used to reproduce the issue:...
2017-01-25
-
11:42 PM Bug #7806: svccfg restore segfaults in upgrade_manifestfiles
- Webrev: http://cr.illumos.org/~webrev/andy_js/7806/
-
11:37 PM Bug #7806 (Closed): svccfg restore segfaults in upgrade_manifestfiles
- When doing an “svccfg restore” SMF attempts to update the manifestfiles property group on each instance. If this pro...
-
10:11 PM Bug #7367 (Closed): blkdev: support block size larger than 512
- "git commit d2c5b266b717b923ea0e28b925ddb8e66dd98b42":https://github.com/illumos/illumos-gate/commit/d2c5b266b717b923...
-
09:12 PM Bug #7367: blkdev: support block size larger than 512
- Additional info - two systems were used for the testing:
Baseboard: Supermicro X10DRU-i+ (System SYS-1028U-TN10RT+... -
08:59 PM Bug #7367: blkdev: support block size larger than 512
- We've tested the patch by using the following scripts:...
-
09:48 PM Feature #7805: want faster clock_gettime
- The to-be-upstreamed wad will be comprised of changes from the following SmartOS tickets:...
-
09:45 PM Feature #7805 (Closed): want faster clock_gettime
- There is a large body of software today which calls clock_gettime() with extremely high frequency. On many operating...
-
07:22 PM Bug #3772 (Closed): consider raising default descriptor soft limit
- "git commit 2209d3c850d80c0681948f966816f28f767575cb":https://github.com/illumos/illumos-gate/commit/2209d3c850d80c06...
-
06:33 PM Bug #7804: fdisk_read_master_part_table() causes 'format' to crash
- webrev: http://cr.illumos.org/~webrev/yyang/7804/
-
06:16 PM Bug #7804 (Closed): fdisk_read_master_part_table() causes 'format' to crash
- We have a few NVMe SSDs formatted to 4K block size, ...
-
03:57 PM Bug #7798 (Closed): vfs_mountfs passes junk in flags to domount
- "git commit 2fc78efe68572a35081bd6d8b1deb2560619c3e6":https://github.com/illumos/illumos-gate/commit/2fc78efe68572a35...
-
12:26 PM Feature #7803 (Closed): want devid_str_from_path(3devid)
- Make get_devid() from libzfs a public function in libdevid, as its pretty usable in other places and duplicating all ...
2017-01-24
-
10:56 PM Bug #7764 (Closed): vioif norcvbuf kstat goes up for each receive interrupt
- "git commit 325bfec6aff6eb2bbacaf3bebb1eb4578418b31a":https://github.com/illumos/illumos-gate/commit/325bfec6aff6eb2b...
-
10:27 PM Bug #1300 (Closed): filename normalization doesn't work for removes
- "git commit 1c17160ac558f98048951327f4e9248d8f46acc0":https://github.com/illumos/illumos-gate/commit/1c17160ac558f980...
-
09:57 PM Feature #7681 (Closed): uts: nfs_dlboot fall back to use rootpath from dhcp
- "git commit f3de0dd97fc8208161e42908fd1e6eecfef33f87":https://github.com/illumos/illumos-gate/commit/f3de0dd97fc82081...
-
07:59 PM Feature #7800: Support build with OpenJDK 8
- Webrev: http://buildzone.oi-build.r61.net/webrev-7800/
-
05:19 PM Bug #7802 (Closed): libldap fix from Mozilla in unescape
- "git commit 8df617e13b42e83a38b2423a487ed1032b60018f":https://github.com/illumos/illumos-gate/commit/8df617e13b42e83a...
-
03:50 AM Bug #7802 (Closed): libldap fix from Mozilla in unescape
- See here: https://hg.mozilla.org/comm-central/diff/5baa7ec4d3ba/ldap/c-sdk/libraries/libldap/unescape.c
Also available in: Atom