Activity
From 2018-11-14 to 2018-12-13
2018-12-13
-
09:07 PM Bug #10061 (Closed): usr/src/lib/libc/port/gen/l3.c is unused
- The source file
usr/src/lib/libc/port/gen/l3.c
is not referenced by any Makefiles and the code it contains (int... -
05:45 PM Bug #10057 (Closed): Man page misspellings: "ouput", "particuliar", and "overriden"
- "git commit 03270635d68df6a0392fb8f4b7c04acad764648b":https://github.com/illumos/illumos-gate/commit/03270635d68df6a0...
-
04:21 PM Bug #10048 (Closed): fdisk: use /boot/pmbr if possible
- "git commit 13b70267be56f36cbbc54ef71e13714ad820ad22":https://github.com/illumos/illumos-gate/commit/13b70267be56f36c...
-
04:18 PM Bug #9683 (Closed): Allow bypassing devid in vdev_disk_open()
- "git commit 6fe4f3002ca33af5ab7123ed78d81899dadf2fbb":https://github.com/illumos/illumos-gate/commit/6fe4f3002ca33af5...
-
04:16 PM Bug #9847 (Closed): leaking dd_clones (DMU_OT_DSL_CLONES) objects
- "git commit 17fb938fd6cdce3ff1bb47dafda0774f742249a3":https://github.com/illumos/illumos-gate/commit/17fb938fd6cdce3f...
-
04:15 PM Bug #9559 (Closed): zfs diff handles files on delete queue in fromsnap poorly
- "git commit 20633e304b57bc98f70fdb194081b7023adf527b":https://github.com/illumos/illumos-gate/commit/20633e304b57bc98...
-
09:52 AM Bug #9986: ddi_prop_lookup(9F) family should accept const property name
- I was having a look through this as a bite-size bug, however chaining through the const qualifiers in functions calls...
2018-12-12
-
06:57 AM Bug #10060 (Closed): loader: fix DEBUG messages in disk/part interfaces
- Problems found by Gergő Mihály Doma:
use PRI* macros from inttypes.h and avoid type casts for printf arguments.
f... -
04:17 AM Bug #10059 (New): fdisk: removal of duplicated endian conversion macros
- les(val) and lel(val) endian conversion macros aren't needed, these can be replaced with LE_* macros from <sys/byteor...
2018-12-11
-
04:55 PM Feature #10058 (Closed): loader: Add an ISO9660 "partition table" type to loader.
- Update from FreeBSD: https://svnweb.freebsd.org/base?view=revision&revision=332085
When booted via isoboot(8) load... -
02:57 PM Bug #10053 (Closed): loader: rework cd9660 header paths and update header
- "git commit 2a6e99a0f1f7d22c0396e8b2ce9b9babbd1056cf":https://github.com/illumos/illumos-gate/commit/2a6e99a0f1f7d22c...
2018-12-10
-
09:25 PM Bug #10057 (Closed): Man page misspellings: "ouput", "particuliar", and "overriden"
- The following misspellings occur several times in man pages
ouput
particuliar
overriden
They ought to be fixe... -
08:46 PM Feature #7192 (In Progress): Remove SPARC-only ONLY64 option
-
04:56 PM Feature #7192 (Closed): Remove SPARC-only ONLY64 option
- -Superseded by #7192.-
-
04:56 PM Bug #5829 (Closed): Drop misleading 64ONLY variable
- Superseded by #7192.
-
04:53 PM Bug #6482 (Closed): [PATCH] GRUB won't boot when built with GCC 5
- This is fixed as of #9754.
-
04:09 PM Bug #9914 (Closed): NV_UNIQUE_NAME_TYPE broken after 9580
- "git commit b8a5bee186f188738b6a8f63ebf28331543ae32e":https://github.com/illumos/illumos-gate/commit/b8a5bee186f18873...
-
11:04 AM Bug #10056 (Closed): 9894 broke PYTHON_VERSION
- After 9894 it is now impossible to set PYTHON_VERSION from your environment file without breaking the build of the py...
-
10:53 AM Feature #9979: Support python3 for in-gate tools
- By default (if nothing is changed in the .env file) the developer/build/onbld package will gain python3 versions of t...
-
04:13 AM Bug #8739: ztest may crash with Assertion failed: (IS_P2ALIGNED((psize), 1U << SPA_MINBLOCKSHIFT))
- Please try this [[https://reviews.freebsd.org/D18485]]
2018-12-09
-
06:56 PM Bug #9997 (Closed): Import iconv modules from g11n consolidation
- "git commit 16d8656330ae5622ec32e5007f62145ebafdc50f":https://github.com/illumos/illumos-gate/commit/16d8656330ae5622...
-
02:08 PM Bug #10055 (Closed): recursive mutex enter in ahci
- Suspend to RAM on Lenovo X220 running @illumos-863275a46b@ failed with:...
-
09:14 AM Feature #10054 (Closed): loader: move 16KB BSS buffer from pxe to bio and use it with biosdisk
- The pxe.c has local buffer allocated from BSS and only used for pxe. Rebuild the code to move this buffer to bio.c, a...
-
08:31 AM Bug #10053 (Closed): loader: rework cd9660 header paths and update header
- This update will resync the cd9660 related files a bit to prepare for isoboot boot program. Patch from FreeBSD.
Fr...
2018-12-08
-
07:57 PM Bug #9956 (Closed): loader: create separate lists for fd, cd and hd, merge bioscd with biosdisk
- "git commit 863275a46b877530dd1c728df0b4e9bddb5702e3":https://github.com/illumos/illumos-gate/commit/863275a46b877530...
-
04:58 PM Bug #8739: ztest may crash with Assertion failed: (IS_P2ALIGNED((psize), 1U << SPA_MINBLOCKSHIFT))
- And FreeBSD 12.0-RC2
-
12:46 AM Bug #10052 (Closed): "dladm show-ether" should pick one kstat snapshot and stick with it
- When @dladm show-ether@ is invoked, especially on more recent systems, there is a long pause before information about...
2018-12-07
-
10:43 PM Feature #10026 (Closed): common/sha1: update for loader build
- "git commit 03fe8ede397c5609aac1be54aedccec490dca121":https://github.com/illumos/illumos-gate/commit/03fe8ede397c5609...
-
10:43 PM Feature #9989 (Closed): Make loader.efi dual boot, step 2: remove boot1
- "git commit 37002877d7628586736855370376e9f6ec0d4704":https://github.com/illumos/illumos-gate/commit/37002877d7628586...
-
10:43 PM Bug #9630 (Closed): add lzc_rename and lzc_destroy to libzfs_core
- "git commit 049ba636fa37a2892809192fc671bff9158a01cd":https://github.com/illumos/illumos-gate/commit/049ba636fa37a289...
-
09:15 PM Bug #10051 (Closed): cw(1) shouldn't have to translate -g
- Right now, cw(1) translates -g entirely to insert -gdwarf-2. We should pass -g normally via a make macro, and put -g...
-
01:56 PM Bug #10047: mktemp(1) sometimes ignores its -p option
- Hi,
/usr/bin/mktemp (this is confirmed by the "which" command in the script)
-
01:51 PM Bug #10047: mktemp(1) sometimes ignores its -p option
- Which version are you talking about? There are two in OI. One is /usr/bin/mktemp . The other is /usr/gnu/bin/mktem...
-
08:45 AM Bug #9761 (Resolved): Starting VM (KVM/Virtualbox) Causes panic since July
- Now we ship pkg://openindiana.org/system/virtualbox@5.2.22-2018.0.0.1 , which is usable on latest OI.
-
08:27 AM Feature #10049 (Closed): mboot: mboot is no longer needed
- the /usr/lib/fs/ufs/mboot was used before grub and since grub is using /boot/grub/stage1 and loader is using /boot/pm...
2018-12-06
-
09:52 PM Bug #10048 (Closed): fdisk: use /boot/pmbr if possible
- the current fdisk is using /usr/lib/fs/ufs/mboot for MBR code, which is from pre-grub era and we really do not use it...
-
07:18 PM Bug #10047 (New): mktemp(1) sometimes ignores its -p option
On a fresh OpenIndiana installation
(The Illumos Project SunOS 5.11 illumos-7d1eae8c55 December 201...-
05:18 PM Feature #10046 (In Progress): mktemp should support templates not located at the end of templates
On Illumos, Solaris 10, macOS, the template argument given to mktemp(1) must
end with XXXXXX. The XXXXXX cannot be...-
04:56 PM Bug #10045 (New): /bin/tr misuses LC_COLLATE when computing character ranges
- On a freshly installed machine (SunOS 5.11 illumos-7d1eae8c55 i86pc i386 i86pc)
/bin/tr gives incorrect results when... -
04:38 PM Bug #10044 (New): /usr/ucb/tr does a segmentation fault / core dump
On a freshly installed machine (SunOS 5.11 illumos-7d1eae8c55 i86pc i386 i86pc)
\# pkg install compatibility/uc...-
04:25 PM Bug #10041: By default, domainname(1) displays " " rather than ""
I was able to reproduce this problem on another machine, just after
a fresh installation using the OpenIndiana Liv...
2018-12-05
-
07:36 PM Bug #10017 (Closed): libilb: macro expands to multiple statements
- "git commit fa79a855d371dfcb29461ad6ebaf48a458bf9f14":https://github.com/illumos/illumos-gate/commit/fa79a855d371dfcb...
-
07:36 PM Bug #10018 (Closed): libkmf: macro expands to multiple statements
- "git commit a50e8766452bf989ab5da8c51bb857190e7a18c9":https://github.com/illumos/illumos-gate/commit/a50e8766452bf989...
-
07:36 PM Bug #10019 (Closed): libsldap: macro expands to multiple statements
- "git commit a949e73d2676619263a21aaaaea30669bfcc27a1":https://github.com/illumos/illumos-gate/commit/a949e73d26766192...
-
07:32 AM Bug #10043 (New): zfs receive -d and -e options are not mutually exclusive
- The zfs(1m) man page seems to suggest that "-e" and "-d" options are mutually exclusive:...
-
07:24 AM Bug #10042 (New): Assertion failed receiving root dataset with "-e"
- On DEBUG builds the root dataset cannot be received from a zfs send stream...
-
01:59 AM Bug #10016 (Closed): bnxe: macro expands to multiple statements
- "git commit 4e9ec610a7fdddfb6264b1155d0cc9c1874aecc2":https://github.com/illumos/illumos-gate/commit/4e9ec610a7fdddfb...
-
01:59 AM Bug #10020 (Closed): cmd-crypto: macro expands to multiple statements
- "git commit 2f3d18f2c9f61603677fcb22d59f7157bae89d7e":https://github.com/illumos/illumos-gate/commit/2f3d18f2c9f61603...
-
01:22 AM Bug #10023 (Closed): loader: command_bcache is using %d with unsigned data
- "git commit 45079a052cd74844754a642c4c7cc69d2ac6ce6b":https://github.com/illumos/illumos-gate/commit/45079a052cd74844...
-
01:22 AM Bug #10024 (Closed): loader: set command_errmsg to NULL after printing it out
- "git commit 314a1e32ce63a57bd7629fa3efdbe28f591b8708":https://github.com/illumos/illumos-gate/commit/314a1e32ce63a57b...
-
01:22 AM Bug #10015 (Closed): nfs: macro expands to multiple statements
- "git commit 52deb364035dd2982f68cdad950a92d577b4784d":https://github.com/illumos/illumos-gate/commit/52deb364035dd298...
-
12:36 AM Bug #9988 (Closed): Make loader.efi dual boot, step 1
- "git commit e3026534c008abc0cbdcccf8cff6ac302fac6b52":https://github.com/illumos/illumos-gate/commit/e3026534c008abc0...
-
12:36 AM Bug #10027 (Closed): loader: common/ufsread: variable 'indbuf' set but not used
- "git commit 21368e40253d35b164340a2c37815fabb3e9a3d4":https://github.com/illumos/illumos-gate/commit/21368e40253d35b1...
2018-12-04
-
02:57 PM Bug #10041: By default, domainname(1) displays " " rather than ""
- More details
\# svcs -a | grep nis
disabled 10:08:19 svc:/network/nis/client:default
\# svcs -a | grep d... -
02:50 PM Bug #10041 (New): By default, domainname(1) displays " " rather than ""
- On a freshly installed OpenIndiana machine, with no domain name explicitly set,
domainname(1) displays a white space... -
05:52 AM Bug #10010 (Closed): libsmbns: macro expands to multiple statements
- "git commit 8421bc58f13e94e818fb7374158f5450f9c4931d":https://github.com/illumos/illumos-gate/commit/8421bc58f13e94e8...
-
05:52 AM Bug #10013 (Closed): bootadm: list_menu_entry() is missing else
- "git commit 9dded1d9015db0b91278731dfec380891ea0eb14":https://github.com/illumos/illumos-gate/commit/9dded1d9015db0b9...
-
05:52 AM Bug #10014 (Closed): bootadm: menu_free() is accessing freed memory
- "git commit 135ec7c89feffe489942d5c5a37e69f4efb7d7bb":https://github.com/illumos/illumos-gate/commit/135ec7c89feffe48...
-
05:52 AM Bug #9937 (Closed): uts: use smallest font as fallback default
- "git commit fbbcb43d3dc65baeb851d4b368f233970b5b7098":https://github.com/illumos/illumos-gate/commit/fbbcb43d3dc65bae...
-
05:52 AM Feature #9998 (Closed): uts: font rendering should support 16/24/32bit depths
- "git commit 3e90f8d31de34a9f1efdf9484f999cca7149860d":https://github.com/illumos/illumos-gate/commit/3e90f8d31de34a9f...
2018-12-03
-
07:56 PM Bug #10014: bootadm: menu_free() is accessing freed memory
- Toomas tested this by running @bootadm list-menu@.
-
06:43 PM Feature #9987 (Closed): loader.efi: add version support
- "git commit 7d1eae8c55720848a7a807e8b76f4b8c7e339af3":https://github.com/illumos/illumos-gate/commit/7d1eae8c55720848...
-
02:33 PM Bug #9975 (Closed): loader.efi: unused variable 'err'
- "git commit 2b811402e28c1eea57dd7a5e98c7f1c72637ffd9":https://github.com/illumos/illumos-gate/commit/2b811402e28c1eea...
-
02:22 PM Bug #10002 (Closed): librcm: bitwise comparison always evaluates to false
- "git commit f111a354011b4b6a93d3b8d94aa06a982d8c7686":https://github.com/illumos/illumos-gate/commit/f111a354011b4b6a...
-
12:22 PM Feature #10040 (Closed): loader: gfx use GOP Blt() function in visual_io callbacks
- Use (UEFI) Blt() in hope it will perform better. The BIOS version will draw directly on framebuffer.
-
12:19 PM Feature #10039 (Closed): loader: build rules for new font setup
- use common font management, implement font load and switch code in loader
-
12:17 PM Feature #10038 (Closed): loader: replace gop and vesa with framebuffer
- implement one single command to manage the framebuffer console
-
12:16 PM Feature #10037 (Closed): loader: add illumos.png logo
- Add sample illumos logo.
-
12:15 PM Feature #10036 (Closed): ficl: add fb-putimage
- Add word:
fb-putimage (addr size | flag ) -- put image from named file
At this time, we only draw at lower right ... -
12:12 PM Feature #10035 (Closed): loader: add alpha blending for gfx_fb
- To draw text on image, we need alpha blending.
-
12:11 PM Feature #10034 (Closed): loader: use term-drawrect for menu frame
- Update the loader scripts to draw the menu
-
12:07 PM Feature #10033 (Closed): ficl: add simple gfx words
- add words:
fb-setpixel ( x y ) -- light pixel at given coordinates
fb-line (x0 y0 x1 y1 wd ) -- draw the stright li... -
11:57 AM Feature #10032 (Closed): loader: implement tem utf-8 support
- As the tem is available, we need to make it to support to display utf-8 byte streams.
-
11:55 AM Feature #10031 (Closed): loader: import tem for loader console
- We need better terminal emulator in loader. Using the one from our kernel will allow to create consistent console flo...
-
11:53 AM Feature #10030 (Closed): import pnglite into usr/src/common/pnglite
- Add pnglite code to put png files on display
-
11:48 AM Feature #10029 (Closed): common/font: create shared font.c
- Pick up uts/common/font/font.c and build shared font handling code from it. Will be shared between the boot loader an...
-
11:45 AM Feature #10028 (Closed): loader: implement framebuffer console
- Create common (linear framebuffer based) graphical local console with our own terminal emulator.
The UEFI does pro... -
07:11 AM Bug #10027 (Closed): loader: common/ufsread: variable 'indbuf' set but not used
- Build error with warnings enabled:...
2018-12-02
-
08:27 PM Feature #10026 (Closed): common/sha1: update for loader build
- Adjust usr/src/common/sha1 code to make it possible to build from loader (standalone) context. This will make it poss...
-
09:06 AM Bug #10025 (Closed): qede: rename OFFSETOF to offsetof and remove local definitions
- We do have the compact definitions already, cleaning up the qede a bit.
-
07:52 AM Bug #9731 (Closed): uts: update sys/queue.h
- "git commit 85280f08e3cfa2e404951ad6817bbb974b576858":https://github.com/illumos/illumos-gate/commit/85280f08e3cfa2e4...
-
07:35 AM Bug #9731: uts: update sys/queue.h
- h2. Testing Addendum
I have checked out a current copy of "oi-userland":https://github.com/OpenIndiana/oi-userland...
2018-12-01
-
07:35 AM Bug #10024 (Closed): loader: set command_errmsg to NULL after printing it out
- When handling CMD_CRIT error set command_errmsg to NULL after we dump it out,
so that it does not result in err... -
07:13 AM Bug #10023 (Closed): loader: command_bcache is using %d with unsigned data
- Change %d to %u.
-
05:51 AM Bug #9818 (Closed): xhci_transfer_get_tdsize can return values that are too large
- "git commit 2aba3acda67326648fd60aaf2bfb4e18ee8c04ed":https://github.com/illumos/illumos-gate/commit/2aba3acda6732664...
-
05:51 AM Feature #8550 (Closed): increase xhci bulk transfer sgl count
- "git commit 2aba3acda67326648fd60aaf2bfb4e18ee8c04ed":https://github.com/illumos/illumos-gate/commit/2aba3acda6732664...
-
05:51 AM Bug #9817 (Closed): xhci needs to always set slot context
- "git commit 2aba3acda67326648fd60aaf2bfb4e18ee8c04ed":https://github.com/illumos/illumos-gate/commit/2aba3acda6732664...
-
05:51 AM Feature #9816 (Closed): Multi-TRB xhci transfers should use event data
- "git commit 2aba3acda67326648fd60aaf2bfb4e18ee8c04ed":https://github.com/illumos/illumos-gate/commit/2aba3acda6732664...
2018-11-30
-
11:12 PM Bug #10000 (Closed): loader: stop using ../zfs/libzfs.h but instead use libzfs.h
- "git commit 3d4c0714448bf50d3c38268aa5fab56fef0ee496":https://github.com/illumos/illumos-gate/commit/3d4c0714448bf50d...
-
11:12 PM Bug #10007 (Closed): loader: remove bcache marker code
- "git commit 9a637b377bec2a77cf25efdc06a6e8bc8f129a69":https://github.com/illumos/illumos-gate/commit/9a637b377bec2a77...
-
11:12 PM Bug #10009 (Closed): btxld: handle versioning better
- "git commit b59f980dbdb21de19e1c25db4b9b9d558ab69def":https://github.com/illumos/illumos-gate/commit/b59f980dbdb21de1...
-
10:27 PM Feature #9981 (Closed): loader: add set-module-path to support scripting the module load path change
- "git commit f2aacf291ef503fdf8ae4e69995bee851d6d10ae":https://github.com/illumos/illumos-gate/commit/f2aacf291ef503fd...
-
10:07 PM Bug #10008 (Closed): libstand: gets.c cstyle cleanup
- "git commit a55281a71f076f3e82e8f0be3ff77769788df7a1":https://github.com/illumos/illumos-gate/commit/a55281a71f076f3e...
-
10:04 PM Bug #10008: libstand: gets.c cstyle cleanup
- Note that this is @wsdiff@ clean.
-
09:24 PM Bug #9962 (Closed): zil_commit should omit cache thrash
- "git commit cab3a55e158118937e07d059c46f1bc14d1f254d":https://github.com/illumos/illumos-gate/commit/cab3a55e15811893...
-
06:18 PM Bug #10022 (New): hidden symbols should be seen as local when converting objcaps to symcaps
- When converting object capabilities to symbol capabilities, we have to decide on symbol visibility earlier than would...
-
06:16 PM Bug #10021 (New): Hidden symbols in group sections shouldn't reduce under ld -r -Breduce
- You should not refer to a section in a group from outside the group from a local symbol.
When using ld -r, the group... -
01:10 PM Bug #10020 (Closed): cmd-crypto: macro expands to multiple statements
- Issue found by gcc 8 build:...
-
01:06 PM Bug #10019 (Closed): libsldap: macro expands to multiple statements
- Issue found by gcc 8 build:...
-
12:59 PM Bug #10018 (Closed): libkmf: macro expands to multiple statements
- Issue found by gcc 8 build:...
-
12:55 PM Bug #10017 (Closed): libilb: macro expands to multiple statements
- Issue found by gcc 8 build:...
-
12:47 PM Bug #10016 (Closed): bnxe: macro expands to multiple statements
- Issue found by gcc 8 build:...
-
12:21 PM Bug #10015 (Closed): nfs: macro expands to multiple statements
- Issue found by gcc 8 build:...
-
06:12 AM Bug #10011: stop building and shipping lint libraries
- These packages in OpenIndiana itself also contain lint libraries:...
-
02:10 AM Bug #9990 (Closed): loader.efi: check the presence of WaitForKey
- "git commit 416f8d72824083126c8e231fbb5f4b3a8249ace8":https://github.com/illumos/illumos-gate/commit/416f8d7282408312...
2018-11-29
-
03:15 PM Feature #9950 (Closed): Need support for Intel I219 v6-v9
- "git commit 5bb0bdfe588c5df0f63ff8ac292cd608a5f4492a":https://github.com/illumos/illumos-gate/commit/5bb0bdfe588c5df0...
2018-11-28
-
05:25 PM Feature #9950: Need support for Intel I219 v6-v9
- To test this, I did testing on one of the new parts itself as well as regression tested a combination of different e1...
-
04:42 PM Bug #10014 (Closed): bootadm: menu_free() is accessing freed memory
- Issue pointed by John Levon. We can not use STAILQ_FOREACH for freeing the list.
-
04:01 PM Bug #10013 (Closed): bootadm: list_menu_entry() is missing else
- Somehow the else is lost from chained if statements.
-
05:52 AM Bug #10012 (Closed): vioblk should not accept an all-zero serial number
- While I still believe @blkdev@ should provide device ID fabrication and in-label persistence (as @sd@, @xdf@, @cmdk@,...
2018-11-27
-
11:33 PM Feature #9978 (Closed): env: set gcc 7 as shadow compiler and do not run lint
- "git commit f9008f8deff5da21c46ffed5dff700071bcf884e":https://github.com/illumos/illumos-gate/commit/f9008f8deff5da21...
-
11:28 PM Feature #9978: env: set gcc 7 as shadow compiler and do not run lint
- I have removed the aforementioned references to @lint@ from the guides on the wiki.
-
10:36 PM Bug #10011 (Resolved): stop building and shipping lint libraries
- We build and ship various lint libraries. So that we can completely remove our dependency on the ancient and proprie...
-
05:33 PM Feature #9963 (Closed): Seperate tunable for disabling ZIL vdev flush
- "git commit f8fdf6812567ce1a3b76a6bee2ee3f04bd3fcaca":https://github.com/illumos/illumos-gate/commit/f8fdf6812567ce1a...
-
10:01 AM Bug #10010 (Closed): libsmbns: macro expands to multiple statements
- Issue found by gcc 8 build:...
2018-11-26
-
04:19 PM Bug #9967: dflt_termios and base_termios need update
- "git commit a239e970c64e3cf36327bef7b63193d0e6a25544":https://github.com/illumos/illumos-gate/commit/a239e970c64e3cf3...
-
02:22 AM Bug #9967 (Closed): dflt_termios and base_termios need update
- "git commit 39cc040ff7c0c62aae858381f21d0567dd60042e":https://github.com/illumos/illumos-gate/commit/39cc040ff7c0c62a...
-
04:19 PM Bug #9903 (Closed): qinfo: add typed members
- "git commit 5e1743f0d6a1d79ccc247d50153ad830fa07768b":https://github.com/illumos/illumos-gate/commit/5e1743f0d6a1d79c...
-
03:55 PM Bug #9972: assertion failed: ht->ht_valid_cnt >= 0, file: ../../i86pc/vm/htable.c, line: 1204
- Investigation found that the x86_hm_exit() must be done before htable_release to avoid a potential for deadlocking wi...
-
02:52 PM Bug #10009 (Closed): btxld: handle versioning better
- btxld is tool to build btx engine to BIOS loader and to attach the embedded version. The current attach code is a bit...
-
11:47 AM Bug #10008 (Closed): libstand: gets.c cstyle cleanup
- Clean up the style.
-
02:22 AM Feature #9991 (Closed): loader: optimize for size
- "git commit 6daabf26a113f7ed649c4995afca2ddad12c662b":https://github.com/illumos/illumos-gate/commit/6daabf26a113f7ed...
-
02:22 AM Bug #9959 (Closed): pthread_mutex_init should initialize mutex appropriately for robust mutex_init
- "git commit 6da2547363ddbd247ee9513db83b05a31bca31af":https://github.com/illumos/illumos-gate/commit/6da2547363ddbd24...
-
02:22 AM Bug #9993 (Closed): zil writes can get delayed in zio pipeline
- "git commit 2258ad0b755b24a55c6173b1e6bb6188389f72dd":https://github.com/illumos/illumos-gate/commit/2258ad0b755b24a5...
-
02:22 AM Bug #9999 (Closed): loader: Consolidate three copies of ZFS commands into a central location.
- "git commit 4450d42479b62d9a48049d644ff47b97009d9da2":https://github.com/illumos/illumos-gate/commit/4450d42479b62d9a...
-
02:22 AM Bug #9995 (Closed): cxgbe t4_devo_attach() should initialize ->sfl
- "git commit bbb9d5d65bf8372aae4b8821c80e218b8b832846":https://github.com/illumos/illumos-gate/commit/bbb9d5d65bf8372a...
-
02:22 AM Bug #9994 (Closed): cxgbe t4nex: Handle get_fl_payload() alloc failures
- "git commit bbb9d5d65bf8372aae4b8821c80e218b8b832846":https://github.com/illumos/illumos-gate/commit/bbb9d5d65bf8372a...
-
01:10 AM Bug #9982 (Closed): libstand: exit on EOF in ngets
- "git commit 50e197fe6be9f132133f0a154925441a1f1411b6":https://github.com/illumos/illumos-gate/commit/50e197fe6be9f132...
2018-11-25
-
08:44 AM Bug #10007 (Closed): loader: remove bcache marker code
- https://svnweb.freebsd.org/base?view=revision&revision=340857
Nuke out buffer overflow safety marker code, it dupl...
2018-11-23
-
08:22 PM Bug #10006 (New): zfs receive crashes when writing to USB memory stick -- possibly a software timing loop bug
- When trying to install Omniosce to a USB memory stick, zfs receive crashes with the following errors: "SCSI transport...
2018-11-22
-
08:00 PM Bug #10005: Cannot Fix pool misconfiguration because other top level device is raidz.
- Turns out there was either a regression or a missing Patch back on OI 2018.04 that allowed me to add the device witho...
-
05:31 PM Bug #10005: Cannot Fix pool misconfiguration because other top level device is raidz.
- After reading into the Original implementation blog post from delphix. Could it be that a Resilver blocks the device ...
-
04:48 PM Bug #10005 (Closed): Cannot Fix pool misconfiguration because other top level device is raidz.
- Hello
I had a slight mishap. Instead of typing
zpool add bkpool spare c18t0d0
I typed
zpool add bkpool c18t... -
06:26 PM Bug #10003: /bin/dd skip= does not use seek( ) as promised in manual
- Marcel Telka wrote:
> Note: @iseek@ should work as expected.
Yes, except, if the input does not support seek, it ... -
05:59 PM Bug #10003: /bin/dd skip= does not use seek( ) as promised in manual
- Note: @iseek@ should work as expected.
-
01:31 PM Bug #10003 (New): /bin/dd skip= does not use seek( ) as promised in manual
- ...
-
02:51 PM Bug #10004 (New): Segmentation fault in /usr/sbin/format when performing verify on disk larger than 2Tb
- On OpenIndiana Hipster 201810, /usr/sbin/format segfaults when performing an analyze>verify operation on a disk large...
-
11:59 AM Bug #10001: creating duplicate vnics is possible, and breaks dladm
- Tested in tribblix m20 and m20.5, and omnitribblix m20.5 - all fail, so this confirms it's a problem with vanilla ill...
-
08:27 AM Bug #10002 (Closed): librcm: bitwise comparison always evaluates to false
- Issue found by gcc 8 build:...
-
07:26 AM Feature #7784: uts: console input should support Unicode
- John Howard wrote:
> Should be renamed to "uts: console input should support Unicode".
>
> Unicode Consortium & I... -
05:12 AM Feature #7784: uts: console input should support Unicode
- Should be renamed to "uts: console input should support Unicode".
Unicode Consortium & ISO defines the codepoint a...
2018-11-21
-
10:18 PM Bug #9942 (Closed): zone secflags are not initialized correctly
- "git commit 2918c4a32d09a835c1eba8b0b02fe1dcb7a83175":https://github.com/illumos/illumos-gate/commit/2918c4a32d09a835...
-
10:18 PM Bug #9936 (Closed): atomic ops in syscall_mstate() induce significant overhead
- "git commit 2918c4a32d09a835c1eba8b0b02fe1dcb7a83175":https://github.com/illumos/illumos-gate/commit/2918c4a32d09a835...
-
09:38 PM Bug #10001: creating duplicate vnics is possible, and breaks dladm
- ...
-
09:37 PM Bug #10001: creating duplicate vnics is possible, and breaks dladm
- From syslog:...
-
08:57 PM Bug #10001: creating duplicate vnics is possible, and breaks dladm
- ...
-
08:41 PM Bug #10001 (In Progress): creating duplicate vnics is possible, and breaks dladm
- A user on IRC reports:...
-
12:38 PM Bug #10000 (Closed): loader: stop using ../zfs/libzfs.h but instead use libzfs.h
- FreeBSD update:
https://svnweb.freebsd.org/base?view=revision&revision=336085
Remove LOADER_ZFS_SUPPORT defin... -
11:56 AM Bug #9999 (Closed): loader: Consolidate three copies of ZFS commands into a central location.
- Update from FreeBSD with a bit of local changes because our BE code is a bit different in loader:
FreeBSD update: ... -
11:01 AM Feature #9998 (Closed): uts: font rendering should support 16/24/32bit depths
- Add callbacks to support more depths in font rendering. Also note, since we do not have information about colors, we ...
-
09:29 AM Bug #9997 (Closed): Import iconv modules from g11n consolidation
- Historically iconv modules lived in g11n consolidation, which is now almost not maintained. We'd likely want to impor...
-
08:26 AM Feature #9996 (Closed): use GCC 7 as default primary compiler
- Once #9978 is integrated, our default compilation settings will be using GCC 7 as a shadow compiler in addition to th...
-
08:01 AM Bug #7119: boot should handle change in physical path to ZFS root devices
- > But, since we are scanning all block devices anyhow, we should register all disks with pool GUID so we can import m...
-
07:58 AM Bug #7119: boot should handle change in physical path to ZFS root devices
- Joshua Clulow wrote:
> As it turns out, with a mirrored @rpool@ this is more complicated. I'll need to extend @vdev... -
07:43 AM Bug #7119: boot should handle change in physical path to ZFS root devices
- As it turns out, with a mirrored @rpool@ this is more complicated. I'll need to extend @vdev_disk_open()@ with some ...
-
01:55 AM Bug #7119: boot should handle change in physical path to ZFS root devices
- It turns out I was running @zpool status@ as an unprivileged user, which means it is unable to check or update the @v...
-
07:56 AM Feature #9931 (Closed): kmdb: add diag-device as input/output device
-
07:56 AM Feature #9930: uts: kmdb should use "diag-device" when set
- "git commit 8e9dfb97a84bbf797669c3ee2aabcc48b9ee13ff":https://github.com/illumos/illumos-gate/commit/8e9dfb97a84bbf79...
2018-11-20
-
11:20 PM Feature #9931: kmdb: add diag-device as input/output device
- I think this is really just part of #9930, which I should really have noticed before I put that one back. I'm going ...
-
10:44 PM Feature #9930 (Closed): uts: kmdb should use "diag-device" when set
- "git commit dbad7380d7852483de489e640f3a64b386115d59":https://github.com/illumos/illumos-gate/commit/dbad7380d7852483...
-
10:42 PM Feature #9930: uts: kmdb should use "diag-device" when set
- h3. Testing Notes
h4. Regression Testing
In a BIOS (not UEFI) virtual machine with both a framebuffer (VGA) and... -
08:17 PM Bug #9995 (Closed): cxgbe t4_devo_attach() should initialize ->sfl
- We should TAILQ_INIT() ->sfl in t4_devo_attach(). Patch from Chelsio.
-
06:52 PM Bug #9994 (Closed): cxgbe t4nex: Handle get_fl_payload() alloc failures
- An update from Chelsio is needed as follows:
"get_fl_payload is modified such that it doesn't leave any iq and fl
... -
03:24 PM Bug #9993 (Closed): zil writes can get delayed in zio pipeline
- Looking at the data from a dtrace script that shows the cumulative time
as a zio progresses through the zio pipeline... -
07:50 AM Feature #9929 (Closed): uts: boot console mirror with diag-device
- "git commit 60cbda0dc36aea401b9a65de04800c0a8b48647f":https://github.com/illumos/illumos-gate/commit/60cbda0dc36aea40...
-
07:46 AM Feature #9929: uts: boot console mirror with diag-device
- h2. Testing Notes
In a BIOS (not UEFI) virtual machine with both a framebuffer (VGA) and serial console (COM1/ttya... -
07:02 AM Bug #7119: boot should handle change in physical path to ZFS root devices
- One artefact with the prototype thus far is that while we are able to correctly open the pool even though the @/devic...
-
05:19 AM Bug #9992: kstat -j does not produce valid JSON
- I suspect it's time we refactored the JSON emitter logic in @kstat@ to be in terms of something a bit more robust, li...
-
05:07 AM Bug #9992 (New): kstat -j does not produce valid JSON
- The kstat command fails to produce valid JSON objects when used with a count of greater than one:...
-
04:58 AM Bug #9985: blkdev devices can have an invalid devid
- Yes, I did actually look at all of those things before filing the ticket. There is effectively identical device ID f...
-
12:49 AM Bug #9985: blkdev devices can have an invalid devid
- Btw, anything which *assumes* a block device will have a device id is fundamentally borked. Device IDs are only su...
-
12:43 AM Bug #9985: blkdev devices can have an invalid devid
- Well, I might have to eat my words.
cmlb has a function for this called "cmlb_get_devid_block", but it winds up ge... -
12:38 AM Bug #9985: blkdev devices can have an invalid devid
- If this is a problem, I think it isn't in blkdev.
blkdev is intended to support *optional* device IDs, by having t...
2018-11-19
-
03:44 PM Bug #9843 (Closed): loader: pxe receive can be simpler and pxe put should check for data size
- "git commit e84b53f403271e630eb5d153a42b43ad825c55e6":https://github.com/illumos/illumos-gate/commit/e84b53f403271e63...
-
10:24 AM Feature #9991 (Closed): loader: optimize for size
- The current loader build is using -O2 optimize flag, switch to use -Os instead. The reason is to save space in binary...
-
08:57 AM Feature #9928 (Closed): uts: prepare very early console on ttya
- "git commit 805e8fd0e4405f1ff8b281a3eb4099a58315eb81":https://github.com/illumos/illumos-gate/commit/805e8fd0e4405f1f...
-
08:25 AM Bug #9990 (Closed): loader.efi: check the presence of WaitForKey
- The issue found in FreeBSD. Note the original FreeBSD fix is slightly different, but the code idea is still the same....
2018-11-18
-
04:44 PM Feature #9989 (Closed): Make loader.efi dual boot, step 2: remove boot1
- after 9987 and 9988, we can drop boot1.efi.
-
03:13 PM Bug #9988 (Closed): Make loader.efi dual boot, step 1
- Update from FreeBSD. This does enable loader.efi to be used directly, without boot1.efi.
https://reviews.freebsd.o... -
11:46 AM Feature #9987 (Closed): loader.efi: add version support
- Prepare to drop boot1.
When we activate boot environment (beadm activate, or pkg update) or install boot loader fi... -
04:10 AM Bug #9986 (New): ddi_prop_lookup(9F) family should accept const property name
- The "ddi_prop_lookup(9F)":https://illumos.org/man/9F/ddi_prop_lookup family of functions (e.g., @ddi_prop_lookup_stri...
2018-11-17
-
10:19 PM Bug #7367: blkdev: support block size larger than 512
- Note that the automated commit notifications are out-of-order in the issue comments. Despite immediate appearances t...
-
08:46 PM Bug #9985 (New): blkdev devices can have an invalid devid
- A hypervisor may expose Virtio emulated block devices to a guest. We have a driver for these devices, @vioblk@, whic...
-
08:24 PM Feature #9978: env: set gcc 7 as shadow compiler and do not run lint
- As part of making this change, we'll need to update some of our guidance and documentation:
* https://wiki.illumos...
2018-11-16
-
10:28 PM Bug #9984 (Closed): zil writes can get delayed in zio pipeline
- Looking at the data from a dtrace script that shows the cumulative time as a zio progresses through the zio pipeline ...
2018-11-15
-
11:04 PM Bug #9972: assertion failed: ht->ht_valid_cnt >= 0, file: ../../i86pc/vm/htable.c, line: 1204
- From code observation, here is my theory on why the existing locking is not quite doing its job in this scenario:
... -
10:32 PM Bug #9976 (Closed): boot1.efi: unused functions in zfs_module.c
- "git commit 50a7e957ddabb06ba5d141a0642036371031110d":https://github.com/illumos/illumos-gate/commit/50a7e957ddabb06b...
-
09:45 PM Bug #9982 (Closed): libstand: exit on EOF in ngets
- Fix from FreeBSD. We do not really use ngets() but it is good to keep things in order.
FreeBSD update: https://svn... -
07:07 PM Bug #9434: Speculative prefetch is blocked by device removal code
- The analysis is a little light here. I was debugging slow sequential read activity on a SmartOS machine that was runn...
2018-11-14
-
11:07 PM Feature #7361: Improve L2ARC filling
- Results (the hosted results' picture from the original post above expired) :
!https://i.postimg.cc/xjPdGz2s/illumo... -
05:59 PM Feature #9981 (Closed): loader: add set-module-path to support scripting the module load path change
- The loader.conf is to assign set of environment variables defining what and how to boot, but also is describing the l...
-
03:31 PM Feature #9979: Support python3 for in-gate tools
- Review up at: https://www.illumos.org/rb/r/1283/
-
02:48 PM Feature #9979: Support python3 for in-gate tools
- Except that IPS pkg dependency resolution can fail if the explicit version is not in the shebang.
I'm providing `TOO... -
09:56 AM Feature #9979: Support python3 for in-gate tools
- please use shebang like /usr/bin/python3
distributions can do symbolic links to it with correct local version
-
09:53 AM Feature #9979 (Closed): Support python3 for in-gate tools
- A number of tools in gate are written in python. With the approaching end-of-support for python2 and as distributions...
-
08:12 AM Bug #7119: boot should handle change in physical path to ZFS root devices
- Rough working prototype available at: https://github.com/jclulow/illumos-gate/commit/775b85f9194457c29dbb6c8d14c2d44c...
Also available in: Atom