Activity
From 2018-11-21 to 2018-12-20
2018-12-20
-
01:05 PM Bug #10152 (New): bge debugging always on
- ...
-
09:20 AM Bug #10151 (Closed): mv_xattrs() checks for a NULL array name
- In libcmdutils. Array names can't be NULL
-
09:00 AM Bug #10150 (Closed): smbd needs smatch fixes
- Disable a couple of smatch checks in usr/src/cmd/smbsrv/smbd
2018-12-19
-
11:15 PM Bug #10149 (Closed): make latencytop smatch clean
- Disable function return checks for latencytop smatch checks.
-
11:10 PM Bug #10148 (Closed): hald should skip smatch checks
- It has some issues, disable smatch for now.
-
11:08 PM Bug #10147 (Closed): pyzfs should disable function return checks
- This code is not linted, skip this check for smatch
-
11:06 PM Bug #10146 (Closed): core_pcbe_event_coverage() is missing an else
- Found by smatch indentation checks.
-
07:00 PM Bug #10145 (Closed): smbios_info_boot() gets NULL check wrong
- We shouldn't dereference 'stp' before we check it.
-
06:59 PM Bug #10144 (Closed): BZ2_bzDecompressReset() gets NULL check wrong
- We shouldn't dereference 'strm' before we check it.
-
06:44 PM Bug #10143 (Closed): smatch fix for ttymon
- Fix the source enough to allow smatch to compile it.
-
06:43 PM Bug #10142 (Closed): smatch fix for who
- Quieten smatch.
-
06:43 PM Bug #10141 (Closed): smatch fix for zoneadmd
- Quieten smatch.
-
06:43 PM Bug #10140 (Closed): notify_params.c is walking past end of array
- Fix up the get_fma_tag() and get_fma_class() routines.
-
06:42 PM Bug #10139 (Closed): smatch fixes for usr/src/cmd/stat
- Quieten smatch.
-
06:41 PM Bug #10138 (Closed): smatch fixes for usr/src/cmd/sgs
- Fix a few smatch lint reports.
-
06:41 PM Bug #10137 (Closed): smatch fixes for setuname
- A couple of small fixes are needed.
-
06:40 PM Bug #10136 (Closed): smatch fix for policykit
- Keep smatch quiet.
-
06:40 PM Bug #10135 (Closed): picl plugins need smatch fixes
- A couple of small fixes needed, found by smatch.
-
06:39 PM Bug #10134 (Closed): mv needs smatch fixes
- Fix indenting, and a NULL check for an array name
-
06:38 PM Bug #10133 (Closed): smatch fixes for usr/src/cmd/fs.d
- smatch identified a couple of small fixes needed in usr/src/cmd/fs.d
-
06:37 PM Bug #10132 (Closed): smatch fixes for MDB
- smatch identified various issues with code in usr/src/cmd/mdb
-
06:32 PM Bug #10131 (Closed): fmtmsg is bitwise, not streetwise
- Quieten smatch.
-
06:31 PM Bug #10130 (Closed): smatch fixes for usr/src/cmd/fm
- smatch identified a couple of use after frees, and one other lint.
-
06:30 PM Bug #10129 (Closed): smatch fix for dtrace tests
- Quieten smatch.
-
06:29 PM Bug #10128 (Closed): csplit should use strlcpy
- smatch identified that getfile() should be using strlcpy.
-
06:26 PM Bug #10127 (Closed): coreadm is mis-using strcpy()
- Replace the potential overflows with use of strlcpy()
-
06:19 PM Bug #10126 (Closed): smatch fix for kmfcfg
- smatch is being a bit picky here, but let's assuage it.
-
06:18 PM Bug #10125 (Closed): smatch fixes for cmd-inet
- Fix a few minor issues smatch found in usr/src/cmd/cmd-inet
-
06:16 PM Bug #10124 (Closed): smatch fixes for cryptoadm
- smatch found a double free, a leak, and a bad NULL check in cryptoadm
-
06:15 PM Bug #10123 (Closed): smatch fix for mbr.c
- Ignore close() return value.
-
06:13 PM Bug #10122 (Closed): beadm buffer over-run
- init_hdr_cols() shouldn't write past the end of the col[] array.
-
06:12 PM Bug #10121 (Closed): smatch fix for auditstat
- The current sparse version can't handle implicit ints.
-
06:09 PM Bug #10120 (Closed): smatch indenting fixes for usr/src/cmd
- Enough indenting fix ups to keep smatch happy in usr/src/cmd
-
05:47 PM Bug #10119 (Closed): audit(1) gets NULL check wrong
- is_audit_config_ok() should be checking for NULL prior to checking string[0]
-
05:41 PM Bug #10118 (Closed): libeti() NULL check after deref
- set_max_field() uses 'f' and then checks it against NULL
-
05:37 PM Bug #10117 (Closed): libbe needs smatch fixes
- be_get_boot_args() is not checking for asprintf() failure correctly, and be_create_menu() has a use after free.
-
05:34 PM Bug #10116 (Closed): mech_dh needs smatch fixes
- Add a couple of casts.
-
05:33 PM Bug #10115 (Closed): ses topo module needs smatch fixes
- We just need to cast to void some signal functions.
-
05:31 PM Bug #10114 (Closed): fmev_proxy_cb() doesn't need inval checks
- We dereference before the NULL check, but neither check is required.
-
05:28 PM Bug #10113 (Closed): fmd_adm_xprt_f should return void
- Nobody cares about the return value, and it's always zero.
-
05:20 PM Bug #10112 (Closed): cfga_sata.c needs a smatch fix
-
11:52 AM Bug #10111 (Closed): dat_dictionary_create() use after free
-
11:51 AM Bug #10110 (Closed): get_tz_countries shouldn't check array for NULL
- Array names can't be NULL.
-
11:51 AM Bug #10109 (Closed): libzonecfg needs a smatch fix
- Cast a function call to void.
-
11:50 AM Bug #10108 (Closed): libstmfproxy needs smatch fixes
- Need to cast some functions to void.
-
11:50 AM Bug #10107 (Closed): librpcsvc needs smatch fixes
-
11:50 AM Bug #10106 (Closed): libreparse needs smatch fixes
- Cast a function to void.
-
11:49 AM Bug #10105 (Closed): libproject needs smatch fixes
- Cast pool_conf_close() to void.
-
11:49 AM Bug #10104 (Closed): pam_set_data() dereferences pointer before checking for NULL
-
11:49 AM Bug #10103 (Closed): libmlrpc needs smatch fixes
- Cast a function to void.
-
11:49 AM Bug #10102 (Closed): libnvfru needs smatch fixes
- Cast a function to void.
-
11:48 AM Bug #10101 (Closed): audio tools need smatch fixes
- Some minor fixes in audiorecord/audioplay.
-
11:48 AM Bug #10100 (Closed): Illumos is confused about calloc() arguments
- smatch complains about reversed calloc() arguments; fix them up.
-
11:47 AM Bug #10099 (Closed): libfakekernel vpanic() should cast away assfail()
- We're picking up the kernel's assfail() prototype, so just cast it.
-
11:47 AM Bug #10098 (Closed): task_alloc() in libfakekernel gets KM_NOSLEEP test wrong
- KM_SLEEP is zero, so this test was meaningless.
-
11:46 AM Bug #10097 (Closed): indenting fixes in usr/src/{lib,common}
- Fix indenting issues that smatch complained about.
-
11:45 AM Bug #10096 (Closed): kstat update routines shouldn't check for NULL kstat
- It can't be NULL, and we dereference it before anyway.
-
11:45 AM Bug #10095 (Closed): unchecked return value in segvn_pagelock()
- Cast it to void.
-
11:44 AM Bug #10094 (Closed): i_mdi_client_free() doesn't need to check for a NULL cdip
- It can't be NULL at this point.
-
11:44 AM Bug #10093 (Closed): kmem_log_enter() dereferences pointer before NULL check
-
11:44 AM Bug #10092 (Closed): sysevent_evc_control() dereferences pointer before checking for NULL
-
11:43 AM Bug #10091 (Closed): smatch fixes for ahci.c
- smatch identified a couple of minor issues in ahci.c
-
11:40 AM Bug #10090 (Closed): rt2860_free_rx_ring doesn't need to check for NULL array
- Array names can't be NULL.
-
11:40 AM Bug #10089 (Closed): phy_check() is bitwise, should be streetwise
- mii.c was using a bitwise operation when it should be logical. By change, it happened to work the same.
-
11:39 AM Bug #10088 (Closed): ldterm_do_ioctl() shouldn't check for a NULL array
- Array names can't be NULL.
-
11:39 AM Bug #10087 (Closed): atge_attach() doesn't need to check for kmem_zalloc() success
- smatch noticed that it's silly to check for a NULL from a KM_SLEEP allocation.
-
11:38 AM Bug #10086 (Closed): ixgbe_m_propinfo() is missing an 'else'
- smatch noticed the indentation seemed wrong, and identified this (harmless) issue.
-
11:37 AM Bug #10085 (Closed): sctp_getpeeraddrs() doesn't need to check for a NULL primary
- The primary has already been dereferenced, so we shouldn't need to check.
-
11:35 AM Bug #10084 (Closed): fop_open() doesn't need to check for a NULL vnode
- The pointer has already been dereferenced, so it cannot be NULL.
-
11:29 AM Bug #10083 (Closed): smatch fixes for common/fs/vfs.c
- Fix a couple of minor smatch-identified issues.
-
11:29 AM Bug #10082 (Closed): intel_nhm is checking for NULL arrays
- smatch warns for comparisons of an array name with NULL
-
11:28 AM Bug #10081 (Closed): smatch indenting fixes for usr/src/uts
- smatch warns about strange indenting; this is all the easy fixes for usr/src/uts
-
11:27 AM Bug #10080 (Closed): smatch Makefile changes for usr/src/cmd
- Makefile portion of the smatch noise reduction for usr/src/cmd
-
11:27 AM Bug #10079 (Closed): smatch Makefile changes for usr/src/lib
- Makefile portion of the smatch noise reduction for usr/src/lib
-
11:26 AM Bug #10078 (Closed): smatch fixes for UCB
- We don't care too much about UCB, so turn smatch off pretty much all over here
-
11:25 AM Bug #10077 (Closed): usr/src/uts/ Makefile changes for smatch
- Mostly, we turn off smatch warnings, which should be evaluated later.
-
11:24 AM Bug #10076 (Closed): make usr/src/test smatch clean
-
11:15 AM Bug #10075 (Closed): make usr/src/tools smatch clean
- A few small changes are needed for smatch to be happy with usr/src/tools
2018-12-18
-
11:29 PM Bug #9042: multiples of tty streams modules cause weirdness
- I contributed a patch to OpenSSH upstream to work around this:
https://bugzilla.mindrot.org/show_bug.cgi?id=2945 -
08:15 PM Bug #6493: cache-nonvolatile is not documented in sd(7D)
- >This should be in the illumos-gate project, not site.
Opps, I'm late. -
07:13 PM Bug #10056 (Closed): 9894 broke PYTHON_VERSION
- "git commit d81547170496f442be8d1f2761ffcd2781f726b2":https://github.com/illumos/illumos-gate/commit/d81547170496f442...
-
07:13 PM Bug #10061 (Closed): usr/src/lib/libc/port/gen/l3.c is unused
- "git commit ae72ee9643cbd127139a2b6363b3f9c2872a5578":https://github.com/illumos/illumos-gate/commit/ae72ee9643cbd127...
-
07:13 PM Feature #10065 (Closed): exception_lists: remove some loader exceptions
- "git commit a22312a2010fbc0fae7e50874e1cc393f1256887":https://github.com/illumos/illumos-gate/commit/a22312a2010fbc0f...
-
12:11 PM Bug #10072 (Closed): ip: timeout takes void (*)(void *) as callback
- The issue found by gcc 8 build:...
-
11:38 AM Bug #10071 (Closed): genunix: loadable_syscall: cast between incompatible function types
- Issue reported by gcc 8 build:...
-
08:34 AM Bug #10070 (New): smbd problem on system reboot
- while host is rebooting (shutting down) the following message appears in syslog:...
-
02:12 AM Bug #5882 (Closed): Temporary pool names
- "git commit 04e56356520b98d5a93c496b10f02530bb6647e0":https://github.com/illumos/illumos-gate/commit/04e56356520b98d5...
-
12:32 AM Bug #9986: ddi_prop_lookup(9F) family should accept const property name
- It seems that it might be reasonable to do at least two different things:
* fix up just the @ddi_prop_lookup@ fami...
2018-12-17
-
11:11 PM Feature #10068 (Rejected): Feature request: comment field as a ZFS property
- It looks like user properties fit the bill!
-
10:51 PM Feature #10068: Feature request: comment field as a ZFS property
- Guenther Alka wrote:
> With ZFS storage appliances or user scripts you need to process special informations that are... -
10:18 PM Feature #10068: Feature request: comment field as a ZFS property
- Have you looked at zfs user properties (http://illumos.org/man/1m/zfs#user-properties )?
-
10:02 PM Feature #10068 (Rejected): Feature request: comment field as a ZFS property
- With ZFS storage appliances or user scripts you need to process special informations that are only relevant by this s...
-
11:07 PM Bug #5541 (Closed): queue(3) man page is needed
- A manual page was added in #9731: @queue.h(3HEAD)@, also available at https://illumos.org/man/3HEAD/queue.h
-
10:24 PM Feature #10058 (Closed): loader: Add an ISO9660 "partition table" type to loader.
- "git commit 922a2a1681b0f92b4d65daff3cbcd841293d5778":https://github.com/illumos/illumos-gate/commit/922a2a1681b0f92b...
-
10:24 PM Bug #10060 (Closed): loader: fix DEBUG messages in disk/part interfaces
- "git commit 4da7ed37ba5e1e12c0618eef16411d6fd67dd8c6":https://github.com/illumos/illumos-gate/commit/4da7ed37ba5e1e12...
-
10:24 PM Bug #10062 (Closed): illumos.sh could be re-organized
- "git commit 36acdd115a7d14b9a0ffd968d084ebeac2451a7e":https://github.com/illumos/illumos-gate/commit/36acdd115a7d14b9...
-
02:54 PM Bug #10056: 9894 broke PYTHON_VERSION
- Review at: https://illumos.org/rb/r/1318/
Testing notes:
Built with and without PYTHON_VERSION set in .env
wsd...
2018-12-16
-
03:01 PM Bug #10067 (Closed): Miscellaneous man page typos
- Another batch of typos in man pages:
calcluate - man3elf/elf32_checksum.3elf
asnchronous - man3socket/connect.3so...
2018-12-15
-
06:03 PM Bug #3334: zonestat missing man page
- I there any way zonestat man page could be legally paraphrased from old Solaris 11 express man page?
-
02:11 AM Feature #9971 (Closed): Make getrandom(2) a public interface
- "git commit de6af22ae73ba8d72672288621ff50b88f2cf5fd":https://github.com/illumos/illumos-gate/commit/de6af22ae73ba8d7...
-
01:03 AM Feature #9971: Make getrandom(2) a public interface
- ...
2018-12-14
-
08:06 PM Feature #10066 (Closed): loader: Add isoboot(5) for booting BIOS systems from HDDs containing ISO images.
- FreeBSD update: https://svnweb.freebsd.org/base?view=revision&revision=332084
A bit changed (for our needs) descri... -
06:36 PM Feature #10065 (Closed): exception_lists: remove some loader exceptions
- Remove some exceptions for loader tree, so we can spot issues more easily
-
05:09 PM Bug #10064 (Closed): loader: zfs reader should not probe partitionless disks
- See also: https://reviews.freebsd.org/D18558
First of all, normal setups can not boot such pools as the tools
do ... -
03:38 PM Bug #10063 (Closed): basic support for smatch
- As described in IPD 2, let's introduce some basic support for running smatch against the Illumos source base.
-
03:04 PM Bug #10062 (Closed): illumos.sh could be re-organized
- Currently, there's a whole bunch of things that need to be modified for a successful build
in illumos.sh. However, t... -
01:46 PM Bug #10011: stop building and shipping lint libraries
- In OmniOS it's:...
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 (In Progress): 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...
Also available in: Atom