Project

General

Profile

Activity

From 2019-07-30 to 2019-08-28

2019-08-28

11:59 PM Bug #10622 (Closed): ZFS should still check paths for devices that have no devid
"git commit 727feae5cc0661f4ec44e87b934863693bedf87d":https://github.com/illumos/illumos-gate/commit/727feae5cc0661f4... Electric Monk
10:59 PM Bug #10622: ZFS should still check paths for devices that have no devid
h1. Testing Notes
I've run the ZFS test suite on OmniOS before and after this change. Though there are still a fe...
Joshua M. Clulow
11:52 PM Bug #11577 (Closed): blown assert in i40e_intr_io_clear_cause()
"git commit 093e84535f35ec94776a855ada3dac96daf5d602":https://github.com/illumos/illumos-gate/commit/093e84535f35ec94... Electric Monk
08:49 PM Bug #6219 (Closed): esc is sensitive to /usr/bin/cpp
Yuri Pankov
08:49 PM Feature #11576 (Closed): Want support for ahci LED entries in topo
"git commit e2f631f93662311389118b220daa637b16a612ac":https://github.com/illumos/illumos-gate/commit/e2f631f936623113... Electric Monk
08:00 PM Bug #11635 (Closed): ip: passing argument 2 of 'cc_cong_signal' makes integer from pointer without a cast
ip module build error with NULL pointer:... Toomas Soome
02:27 PM Bug #11634 (Closed): installboot should support ESP updates
The /usr/sbin/installboot is doing all the work about installing and updating boot program on boot disk(s), and till ... Toomas Soome
11:57 AM Bug #11633 (Closed): SPARC NULL pointer errors in libprtdiag_psr
NULL pointer errors building libprtdiag_psr on SPARC:
common/tazmo.c:1533: error: comparison between pointer and i...
Peter Tribble
11:56 AM Bug #11632 (Closed): SPARC NULL pointer error in libtsalarm
NULL pointer errors building libtsalarm on SPARC:
../common/tsalarm.c:79: error: assignment makes integer from poi...
Peter Tribble
11:55 AM Bug #11631 (Closed): SPARC NULL pointer error in libds
NULL pointer errors building libds on SPARC:
../common/libds.c:105: error: passing argument 1 of 'ds_hdl_to_dslibe...
Peter Tribble
10:59 AM Bug #11630 (Closed): remove checks for 64-bit capable hardware
On SPARC, we still have checks for 64-bit capable hardware (doing clunky string-comparisons on dates to see if the bo... Peter Tribble
12:18 AM Feature #11618: Use exec_attr instead of suid for smbfs mount and unmount
A missing reviewer (who found the caused-more-problems-than-it-solved sprintf() of argv[0]) is Marco Ivaldi <marco.iv... Dan McDonald

2019-08-27

08:51 PM Bug #11628 (Closed): typos detected by mandoc style
Most of the STYLE issues detected by mandoc lint are indeed purely stylistic. However, it does detect typos in sectio... Peter Tribble
08:06 PM Bug #11622 (Closed): clean up rarer mandoc lint warnings
"git commit c5806743f70246f7f708e57514b9103a6291d629":https://github.com/illumos/illumos-gate/commit/c5806743f70246f7... Electric Monk
08:00 PM Bug #11620 (Closed): strtod man page typo equence
"git commit 6ae02400ec7326832d2e19e92b4174ec778b2b9f":https://github.com/illumos/illumos-gate/commit/6ae02400ec732683... Electric Monk
07:51 PM Feature #11618 (Closed): Use exec_attr instead of suid for smbfs mount and unmount
"git commit 0463c8009260e445fd1885cfaf98e04a586d495b":https://github.com/illumos/illumos-gate/commit/0463c8009260e445... Electric Monk
12:32 AM Feature #11618: Use exec_attr instead of suid for smbfs mount and unmount
Works now. Running as a regular user (not root)... Gordon Ross
03:58 PM Bug #11627 (Closed): clean up UUID code for ::status
k[m]t_status needlessly has some open-coded UUID handling that could be cleaned up. John Levon
02:31 PM Bug #11608 (Closed): add DKIOC ioctl to report drive UNMAP support
"git commit efe44a0312f417787c2d6992582ad06b1b98cd8d":https://github.com/illumos/illumos-gate/commit/efe44a0312f41778... Electric Monk
01:55 PM Bug #11608: add DKIOC ioctl to report drive UNMAP support
To test this, I ran a simple program which issues the ioctl and reports the results. I ran it against a regular disk ... Jerry Jelinek
11:08 AM Bug #11626: introduce /etc/versions/build
This allows anybody to specify a particular string in usr/src/buildversion, and it will end up visible kernel-side vi... John Levon
11:05 AM Bug #11626 (Closed): introduce /etc/versions/build
We should introduce a kernel module that can be used to identify a particular nightly-specified build version. John Levon
02:52 AM Bug #11623 (New): ZFS tests should not run with scratch disks smaller than 10GB
I experienced some errors recently with the ZFS test suite. Specifically, @functional/cli_root/zpool_expand/zpool_ex... Joshua M. Clulow
12:24 AM Bug #11614 (Closed): libzfs_crypto.c doesn't need to use pkcs11_getrandom
"git commit 4a3c0cdaf405cda95f1af235054ff0d94cd926c9":https://github.com/illumos/illumos-gate/commit/4a3c0cdaf405cda9... Electric Monk
12:24 AM Bug #11613 (Closed): libzfs_crypto doesn't need to use kmfapi.h
"git commit 4a3c0cdaf405cda95f1af235054ff0d94cd926c9":https://github.com/illumos/illumos-gate/commit/4a3c0cdaf405cda9... Electric Monk

2019-08-26

07:37 PM Bug #11590 (Closed): unused variables in pcie
"git commit 06756f4eb3dca79934574cacc46bd5a99cee195d":https://github.com/illumos/illumos-gate/commit/06756f4eb3dca799... Electric Monk
01:34 PM Bug #11622 (Closed): clean up rarer mandoc lint warnings
In #8078 it was proposed to clean up the common mandoc lint warnings. (The sp|PP after SH|SS ones.)
The following ...
Peter Tribble
11:06 AM Bug #11621 (Closed): fmadm and fmstat document privileges incorrectly
Initially, you see the following gibberish in fmadm(1M) and fmstat(1M)
'Refer to the for more information'
Pre...
Peter Tribble
11:01 AM Bug #11620 (Closed): strtod man page typo equence
strtod(3c) has a typo equence (should be sequence), also present in wcstod(3c)
and wcstod has some occurrences of ...
Peter Tribble
06:46 AM Feature #10583: Missing XDMCP entries in /etc/services
@/etc/services@, aka @/etc/inet/services@, belongs to @SUNWcs@ package. Moving to illumos. Michal Nowak

2019-08-25

11:54 PM Bug #11619 (New): When sequential resilvering is enabled, under certain conditons, it can cause checksum errors. This problem is easy to repro on SSD based systems.
Here's a script that can repro this on NSStor systems. Note that while the Linux sequential resilvering code is base... Sanjay Nadkarni

2019-08-24

07:27 PM Feature #11618: Use exec_attr instead of suid for smbfs mount and unmount
Out for review:
https://illumos.org/rb/r/2262/
Gordon Ross
06:23 PM Feature #11618 (Closed): Use exec_attr instead of suid for smbfs mount and unmount
The smbfs mount and unmount programs were ported from an older code base that used suid permissions on those programs... Gordon Ross
07:14 PM Bug #11574: .eh_frame issues and relocations against allocatable sections when compiling software that calls on libffi.
I solved the issue completely. It took me a while to put two and two together, but the solution was just out of reach... Jeremy Andrews
03:52 PM Bug #11617 (Closed): esc fails with /usr/bin/cpp present
The eversholt compiler defaults to looking for a C pre-processor in /usr/bin/cpp and if not present falls back to /us... Robert Mustacchi
03:33 PM Bug #11604: Zones can only have a maximum of 87 vnics
Interesting, I had assumed illumos-gate would have a fairly similar zoneadmd.c but it is massively different, and the... Alasdair Lumsden
03:33 AM Bug #11551 (Closed): Clean up nawk(1) usage in illumos-gate
"git commit ac05f74f7be0e256003b8dd2492cf96ac4ecda1d":https://github.com/illumos/illumos-gate/commit/ac05f74f7be0e256... Electric Monk
03:33 AM Bug #11552 (Closed): Want a more modern nawk(1)
"git commit 3ee4fc2aa6b5136515cc3eed32d3c6ef33e37471":https://github.com/illumos/illumos-gate/commit/3ee4fc2aa6b51365... Electric Monk
03:33 AM Bug #11550 (Closed): Want tests for nawk(1)
"git commit e6d6c189fa3a95d7aa27bbe0aeacf7c1a6b57c8c":https://github.com/illumos/illumos-gate/commit/e6d6c189fa3a95d7... Electric Monk
03:00 AM Bug #11616: getaddrinfo AI_NUMERICSERV doesn't work
Linux gives answers with STREAM/TCP, DGRAM/UDP, and RAW/0, which seems to match my "one of each" suggestion. Rich Lowe
02:44 AM Bug #11616: getaddrinfo AI_NUMERICSERV doesn't work
It seems this is because the RFC says that in this case we cannot use the name service, and without a socket type, we... Rich Lowe
02:23 AM Bug #11616 (New): getaddrinfo AI_NUMERICSERV doesn't work
... Rich Lowe
12:53 AM Feature #11615: should handle locale charmap aliases
The same is true for iso88591 v. ISO8859-1 Rich Lowe
12:48 AM Feature #11615 (Closed): should handle locale charmap aliases
Linux seems to name locales FOO.utf8 were we use FOO.UTF-8. We should deliver compat links or the like, for code tha... Rich Lowe

2019-08-23

10:48 PM Bug #11614: libzfs_crypto.c doesn't need to use pkcs11_getrandom
We can also use arc4random_buf (which is a bit simpler since we don't have to worry about return values while still p... Jason King
09:07 PM Bug #11614 (Closed): libzfs_crypto.c doesn't need to use pkcs11_getrandom
While investigating #11613, it was also noticed that libzfs_crypto is using pkcs11_get_random(). There is no reason ... Jason King
09:44 PM Bug #3635 (Closed): kstat_queue(9F) should not mention kstat_create()
"git commit 72737c91abd19e2597bf00bb225ad2dec71c8d06":https://github.com/illumos/illumos-gate/commit/72737c91abd19e25... Electric Monk
09:04 PM Bug #11613 (Closed): libzfs_crypto doesn't need to use kmfapi.h
While troubleshooting a build issue, it was noticed that libzfs_crypto.c #includes kmfapi.h. Given that it does not ... Jason King
08:46 PM Feature #11612 (Closed): x86 PCI enumeration should not rely on bios max bus
Traditionally, on an x86 BIOS based system, we rely on the PCI BIOS specification which has a series of BIOS calls on... Robert Mustacchi
08:44 PM Feature #11610: PCI ID ambiguity leads to driver induced mayhem
I've tested this in the following manners:
* Used prtconf -v on a booted system to verify that we had aliases and ...
Robert Mustacchi
08:43 PM Feature #11610 (Closed): PCI ID ambiguity leads to driver induced mayhem
Recently, we encountered a boot hang on a system that was narrowed down to being related to OS-6500. The system in qu... Robert Mustacchi
08:44 PM Feature #11611 (Closed): pchtemp driver should use new IPD 9 aliases
The pchtemp driver is a prime example of a driver that has to use PCI IDs because the PCH does not expose PCI express... Robert Mustacchi
08:41 PM Feature #11609 (Closed): Want modern Intel IMC driver
With subsequent generations of hardware, Intel has new PCI IDs and different aspects to the memory controller. It'd b... Robert Mustacchi
08:38 PM Bug #11553 (Closed): Want pluggable TCP congestion control algorithms
"git commit 45a4b79d042e642c2ed7090ec290469ccf8fc563":https://github.com/illumos/illumos-gate/commit/45a4b79d042e642c... Electric Monk
08:38 PM Bug #11554 (Closed): Want TCP_CONGESTION socket option
"git commit d49945110829673d27d215f4db010ac1d22a68de":https://github.com/illumos/illumos-gate/commit/d49945110829673d... Electric Monk
06:41 PM Bug #10857 (Closed): nanf.3m and nanl.3m should be linked to nan.3m
"git commit 867a2ce85cd3f659cb7bc187ba93a095fe1df597":https://github.com/illumos/illumos-gate/commit/867a2ce85cd3f659... Electric Monk
04:53 PM Bug #11608 (Closed): add DKIOC ioctl to report drive UNMAP support
We added SCSI UNMAP support with bug 1700, but there is currently no way for upstack code to detect if a drive suppor... Jerry Jelinek
03:33 PM Bug #11607 (New): BNX regression with open source driver - AGGR doesn't work
Upon upgrading an OmniOS box from r151022 to r151030 I lost network access. The box (HP DL380G6) uses it's four BCM57... Joshua Coombs
05:38 AM Bug #11606 (Closed): process erroneously shows up as from 1970
Upstream of Joyent OS-2825:
I've twice now caught a process in a state where it shows having been created in 1970....
Jason King
03:02 AM Bug #11583 (Closed): Some man3lib pages are missing parts of the SYNOPSIS
"git commit 2a12d4b48bc1841009a51abdb5b10a991f9f28ae":https://github.com/illumos/illumos-gate/commit/2a12d4b48bc18410... Electric Monk

2019-08-22

11:36 PM Bug #11394: iconv_modules build could be much more parallel
"git commit dfe6d73f5cf5922a7dfdafeac8df9775afb2d992":https://github.com/illumos/illumos-gate/commit/dfe6d73f5cf5922a... Electric Monk
11:20 PM Bug #11554: Want TCP_CONGESTION socket option
To verify that using @getsockopt()@ with @TCP_CONGESTION@ works, I modified the example TCP client program in @tcp(7P... Cody Mello
10:08 PM Bug #11554: Want TCP_CONGESTION socket option
If you try to set a nonexistent algorithm, it returns @ENOENT@, like Linux does:... Cody Mello
10:02 PM Bug #11554: Want TCP_CONGESTION socket option
To test this change, I built @iperf@, which makes use of the @TCP_CONGESTION@ socket option when it's present on the ... Cody Mello
11:09 PM Bug #11553: Want pluggable TCP congestion control algorithms
Running several @iperf@ tests from my OmniOS VM on my laptop (going from San Francisco to Amsterdam) using the option... Cody Mello
11:06 PM Bug #11604: Zones can only have a maximum of 87 vnics
How does this issue relate to illumos gate?
If I'm right, you can report SmartOS-only issues here: https://github.co...
Gergő Mihály Doma
05:50 AM Bug #11604 (New): Zones can only have a maximum of 87 vnics
When setting up a zone, /usr/lib/brand/jcommon/statechange creates vnics for the zone. It takes a list of adapters fr... Alasdair Lumsden
09:46 PM Feature #11032 (Closed): Time spent sharing SMB filesystems could be reduced by optimizing smb_getdataset for default mount points
"git commit 87b817582bc68a9992ad7109bd09617975ea4725":https://github.com/illumos/illumos-gate/commit/87b817582bc68a99... Electric Monk
09:46 PM Feature #11033 (Closed): It's time to require SMB signing by default
"git commit 58f3189518d9e749f916c2666f0d2914e1fac538":https://github.com/illumos/illumos-gate/commit/58f3189518d9e749... Electric Monk
09:46 PM Bug #11034 (Closed): Restoring previous versions from snapshots doesn't work with nested datasets
"git commit 1bc6aeee80885d7c0e78d4eddf68dfdcb8520c7e":https://github.com/illumos/illumos-gate/commit/1bc6aeee80885d7c... Electric Monk
09:46 PM Feature #11035 (Closed): Minimal SMB 3.0.2 support
"git commit dfa42fab8d7071228466d2f82351da8e1a090aad":https://github.com/illumos/illumos-gate/commit/dfa42fab8d707122... Electric Monk
03:29 PM Bug #11605 (New): Example 1 "Printing the ELF Symbol Table" dumps core easily
Example 1 "Printing the ELF Symbol Table" from @GELF(3ELF)@ dumps core easily on unexpected input:... Michal Nowak
01:10 PM Bug #11574: .eh_frame issues and relocations against allocatable sections when compiling software that calls on libffi.
Well, I've made some progress. Turns out I was actually having a problem with LibFFI after all on top of the problems... Jeremy Andrews
11:11 AM Bug #10703 (Closed): smatch unreachable code checking needs reworking
"git commit 44bf619d328827ce5eca6833fcd5c69f1592e578":https://github.com/illumos/illumos-gate/commit/44bf619d328827ce... Electric Monk

2019-08-21

10:50 PM Bug #11552: Want a more modern nawk(1)
Copying all of the @util-tests@ and the test runner into @/opt@, all of the tests pass fine, including the AWK tests:... Cody Mello
09:00 PM Bug #11552: Want a more modern nawk(1)
To test these changes, I made sure that all of the updates pulled in had appropriate tests in the test suite. I also ... Cody Mello
09:58 PM Bug #11603 (Closed): smbadm has wrong exit code while listing SMB group properties
While listing properties for SMB group, smbadm returns 1 instead of 0 in case of successful execution.... Yuri Pankov
09:14 PM Bug #11550: Want tests for nawk(1)
Running the initial import of this test suite against the current @/usr/bin/nawk@ succeeds:
...
Cody Mello
08:14 PM Bug #11551: Clean up nawk(1) usage in illumos-gate
To test these changes, I ran a full build twice: once with the current @nawk@, and a second time with the updated @na... Cody Mello
07:18 PM Bug #11601 (Closed): telmod: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
05:48 PM Bug #11600 (Closed): redirmod: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
05:27 PM Bug #11599 (Closed): ptem: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
05:23 PM Bug #11598 (Closed): pfmod: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
05:17 PM Bug #11597 (Closed): pckt: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
04:54 PM Bug #11596 (Closed): bufmod: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
04:46 PM Bug #11595 (Closed): ufs: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
04:40 PM Bug #11594 (Closed): ldterm: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
04:35 PM Bug #11593 (Closed): iscsi: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
04:30 PM Bug #11592 (Closed): sdp: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
04:24 PM Bug #11591 (Closed): usbser: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
09:30 AM Bug #11590 (Closed): unused variables in pcie
A sparc build fails with:
../../common/io/pciex/pcie.c:3036: error: unused variable 'ev_attr_list' [-Wunused-varia...
Peter Tribble
05:50 AM Bug #11531 (Closed): tools/make should set NATIVE_CCFLAGS
"git commit a99cb9618990662acbd3bab1b4a5b05a6ca62556":https://github.com/illumos/illumos-gate/commit/a99cb9618990662a... Electric Monk
05:37 AM Bug #11539 (Closed): dboot: build errors with gcc9
"git commit 7e6ac63905653744ac6703d7bc31790c363cf5e7":https://github.com/illumos/illumos-gate/commit/7e6ac63905653744... Electric Monk
05:33 AM Bug #11539: dboot: build errors with gcc9
Testng done: build/install/boot cycle (BIOS and UEFI). Toomas Soome

2019-08-20

08:01 PM Bug #4705 (Closed): fork(2): See "MT-Level of Libraries"
"git commit 889229bb296dd6f2b73fa6bb3247c58a71282836":https://github.com/illumos/illumos-gate/commit/889229bb296dd6f2... Electric Monk
02:17 PM Bug #4705: fork(2): See "MT-Level of Libraries"
I tested the change by looking at the updated manual page with man(1M). Robert Mustacchi
07:59 PM Bug #11574: .eh_frame issues and relocations against allocatable sections when compiling software that calls on libffi.
Thanks for the mapfiles. For whatever reason, and despite there being a null pointer patch upstream, the relocations ... Jeremy Andrews
06:39 PM Bug #11497 (Closed): ddi_device_acc_attr(9S) has the wrong version number
"git commit a3bfe1dcd8a83b2661def9170b5005a830e8780d":https://github.com/illumos/illumos-gate/commit/a3bfe1dcd8a83b26... Electric Monk
02:16 PM Bug #11497: ddi_device_acc_attr(9S) has the wrong version number
I tested the change by looking at the updated manual page with man(1M). Robert Mustacchi
05:37 PM Bug #11582 (Closed): 3SCF isn't the object-caching memory allocation library
"git commit 634942f535e93dad348fa175c9bc116e7bf936ba":https://github.com/illumos/illumos-gate/commit/634942f535e93dad... Electric Monk
05:24 PM Bug #11536 (Closed): tools/make: getmem() should take size_t
"git commit 356ba08c15b26adbde3440aa89d8b31cd39fc526":https://github.com/illumos/illumos-gate/commit/356ba08c15b26adb... Electric Monk
05:24 PM Bug #11535 (Closed): tools/make: amd64 arch is not supported
"git commit 356ba08c15b26adbde3440aa89d8b31cd39fc526":https://github.com/illumos/illumos-gate/commit/356ba08c15b26adb... Electric Monk
05:24 PM Bug #11534 (Closed): tools/make: remove sys_nerr
"git commit 356ba08c15b26adbde3440aa89d8b31cd39fc526":https://github.com/illumos/illumos-gate/commit/356ba08c15b26adb... Electric Monk
05:24 PM Bug #11533 (Closed): tools/make: gcc9 build errors
"git commit 356ba08c15b26adbde3440aa89d8b31cd39fc526":https://github.com/illumos/illumos-gate/commit/356ba08c15b26adb... Electric Monk
05:15 PM Bug #11559 (Closed): zfs: device removal should not block bootability
"git commit 21c878fe36c0151617d2f009615f5d18fddb207e":https://github.com/illumos/illumos-gate/commit/21c878fe36c01516... Electric Monk
05:11 PM Bug #11559: zfs: device removal should not block bootability
Testing done:... Toomas Soome
05:08 PM Bug #10623 (Closed): ZFS should be more aggressive in updating vdev devid
"git commit 6af23589e78469fc9f90db8558854d1a822aaa72":https://github.com/illumos/illumos-gate/commit/6af23589e78469fc... Electric Monk
05:03 PM Bug #3635: kstat_queue(9F) should not mention kstat_create()
Tested by looking at the manual page with man(1M). Robert Mustacchi
03:07 PM Bug #11517 (Closed): loader.efi: efipart should be more careful about constructing block device lists
"git commit 0f2f3e995cde8dabd9edf8bb05b957a50bc7cc20":https://github.com/illumos/illumos-gate/commit/0f2f3e995cde8dab... Electric Monk
02:40 PM Bug #9096 (Closed): passwords (policy.conf) should default to sha512
"git commit a9370e9f996b7ce61bb1a9612a0625161a922320":https://github.com/illumos/illumos-gate/commit/a9370e9f996b7ce6... Electric Monk
02:18 PM Bug #11588 (Closed): loader: isapnp.c: this statement may fall through
Build errors with warnings enabled:... Toomas Soome
02:16 PM Bug #10857: nanf.3m and nanl.3m should be linked to nan.3m
I tested the change by looking at the updated manual page with man(1M). I also made sure I could look up the page by ... Robert Mustacchi
02:00 PM Bug #11587 (Closed): loader.efi: comparison is always true due to limited range of data type
Build errors with warnings enabled:... Toomas Soome
01:29 PM Bug #11586: NAME field in man pages should match what's installed
Catching up with some recent changes adds:
Missing: ofmt_print_header.3ofmt
Missing: ofmt_set_fs.3ofmt
Peter Tribble
12:35 PM Bug #11586 (Closed): NAME field in man pages should match what's installed
The items listed in the NAME section of a man page should be useful as an argument to the man command - in other word... Peter Tribble
01:18 PM Bug #11479 (Closed): zfs project support
"git commit f67950b21e185934ccabe311516f4dcbdb00ef79":https://github.com/illumos/illumos-gate/commit/f67950b21e185934... Electric Monk
12:22 PM Bug #11585 (Closed): ::scalehrtime could be more precise
http://smartos.org/bugview/OS-6735
Work by Bryan Cantrill.
Original comment by Bryan says:
For quite some ti...
John Levon
11:57 AM Bug #11584 (Closed): ::xcall would be useful
http://smartos.org/bugview/OS-7124
Many times recently, we've had a crash dump where all the CPUs get stuck. Often...
John Levon
12:36 AM Bug #11544 (Closed): ofmt(3OFMT) should talk about the callback handler
"git commit 5b6e8d437b064342671e0a40b3146d7f98802a64":https://github.com/illumos/illumos-gate/commit/5b6e8d437b064342... Electric Monk
12:36 AM Bug #11545 (Closed): Want configurable output field separator for libofmt
"git commit 519cca71df494bfdf951168b57893cdbe961647f":https://github.com/illumos/illumos-gate/commit/519cca71df494bfd... Electric Monk
12:36 AM Bug #11546 (Closed): Track TCP round-trip time in nanoseconds
"git commit c12492cf73149aa0aa845af5d59966b0eb5aa910":https://github.com/illumos/illumos-gate/commit/c12492cf73149aa0... Electric Monk
12:36 AM Bug #11547 (Closed): Want connstat(1M) command to display per-connection TCP statistics
"git commit a2f04351e04971ab0879872d264d6038c156b860":https://github.com/illumos/illumos-gate/commit/a2f04351e04971ab... Electric Monk

2019-08-19

10:30 PM Feature #11373: pcieb should enable link bandwidth notifications
"git commit e7a617a7b674323dacb8a0d3ac64c275c7a72b0c":https://github.com/illumos/illumos-gate/commit/e7a617a7b674323d... Electric Monk
06:43 PM Feature #11373 (Closed): pcieb should enable link bandwidth notifications
"git commit b3d69c058376d802cdebbced341adcb3253b113c":https://github.com/illumos/illumos-gate/commit/b3d69c058376d802... Electric Monk
07:37 PM Bug #11583 (Closed): Some man3lib pages are missing parts of the SYNOPSIS
Looking at the SYNOPIS entries for man3lib, I note
libfcoe(3lib) needs -lfcoe rather than just lfcoe
libl(3lib) m...
Peter Tribble
07:34 PM Bug #11574: .eh_frame issues and relocations against allocatable sections when compiling software that calls on libffi.
> So if my research is correct, what I need to do if I want it to work with the
> illumos LD is create a Solaris map...
Rich Lowe
07:01 PM Bug #11582 (Closed): 3SCF isn't the object-caching memory allocation library
Intro.3 claims that 3SCF is the object-caching memory allocation library, which it clearly isn't Peter Tribble
06:43 PM Bug #11366 (Closed): disappearing ixgbe turns correctable error into panic
"git commit 20513f9e81064120c8e4353fad6cc93898f0bef9":https://github.com/illumos/illumos-gate/commit/20513f9e81064120... Electric Monk
06:43 PM Feature #11367 (Closed): Capture PCI Express width and speed
"git commit 662dc8a578c4b6decf73ecc776c43128bac8dc83":https://github.com/illumos/illumos-gate/commit/662dc8a578c4b6de... Electric Monk
06:43 PM Feature #11368 (Closed): pcie changes for bhyve ppt
"git commit 9b3f4fe3313810d1280baca5f5801796a0800d2b":https://github.com/illumos/illumos-gate/commit/9b3f4fe3313810d1... Electric Monk
06:43 PM Feature #11369 (Closed): PCIe errors on passthru devices shouldn't cause a panic
"git commit 79bed773cb9f85f14d6c40e097abafdf4cc1e687":https://github.com/illumos/illumos-gate/commit/79bed773cb9f85f1... Electric Monk
06:43 PM Feature #11371 (Closed): Record PCIe gen 4 caps
"git commit 33756ae2c166200412098dda3daab64de55214ab":https://github.com/illumos/illumos-gate/commit/33756ae2c1662004... Electric Monk
06:43 PM Feature #11370 (Closed): Update PCIe capability headers for PCIe 4.x
"git commit 33756ae2c166200412098dda3daab64de55214ab":https://github.com/illumos/illumos-gate/commit/33756ae2c1662004... Electric Monk
06:43 PM Feature #11372 (Closed): Want PCIe dcmds and walkers
"git commit e386d4dde2e66dfdb5d0ac143d970d0a77af2786":https://github.com/illumos/illumos-gate/commit/e386d4dde2e66dfd... Electric Monk
06:43 PM Feature #11375 (Closed): Clean up pcie module -Wno-uninitialized and -Wno-parentheses
"git commit b3d69c058376d802cdebbced341adcb3253b113c":https://github.com/illumos/illumos-gate/commit/b3d69c058376d802... Electric Monk
06:43 PM Feature #11374 (Closed): Clean up pcieb CERRWARN and smatch
"git commit b3d69c058376d802cdebbced341adcb3253b113c":https://github.com/illumos/illumos-gate/commit/b3d69c058376d802... Electric Monk
06:43 PM Feature #11376 (Closed): PCIe speeds and feeds should be exposed to userland
"git commit b3d69c058376d802cdebbced341adcb3253b113c":https://github.com/illumos/illumos-gate/commit/b3d69c058376d802... Electric Monk
04:29 PM Bug #11581 (Closed): 'debug' loader option is a little obscure
Multiple different developers now have missed that the debug option in the loader menus
translates to -kd (load kmdb...
John Levon
03:31 PM Bug #11558 (Closed): libzfs: allow device removal feature for root pool
"git commit 4c63bf63e4b7d55c99e024187bc355893f66c09c":https://github.com/illumos/illumos-gate/commit/4c63bf63e4b7d55c... Electric Monk
03:28 PM Bug #11558: libzfs: allow device removal feature for root pool
Testing: with https://illumos.org/rb/r/2226/, we can set bootfs property on boot pool. Toomas Soome
03:28 PM Bug #11565 (Closed): loader: this statement may fall through
"git commit 4c528395822a1beb30134bcd9f7f8b6813db6e5d":https://github.com/illumos/illumos-gate/commit/4c528395822a1beb... Electric Monk
03:25 PM Bug #11565: loader: this statement may fall through
Tested by build/install/boot cycle. Toomas Soome
03:25 PM Bug #11566 (Closed): bzip2: unused parameter 'opaque'
"git commit 05876af472c3264c8a0734aef9cae317325aadf2":https://github.com/illumos/illumos-gate/commit/05876af472c3264c... Electric Monk
03:22 PM Bug #11567 (Closed): loader: ficl vm.o volatile argument warning
"git commit db8c8c38e426ee930350455b89c617823e208136":https://github.com/illumos/illumos-gate/commit/db8c8c38e426ee93... Electric Monk
11:17 AM Bug #11580 (Closed): dtrace: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
11:07 AM Bug #11579 (Closed): e1000g: cast between incompatible function types
Build errors with gcc 8:... Toomas Soome
07:56 AM Bug #11578 (New): Cannot recursively list bookmarks for ZVOL
Example:... Andriy Gapon

2019-08-18

11:58 PM Bug #3612 (Closed): futimens(2)/utimensat(2): Missing man pages
This was integrated in 5460. Robert Mustacchi
11:36 PM Bug #3635: kstat_queue(9F) should not mention kstat_create()
I've left the kstat_create(9F) in the SEE ALSO section, as that seems useful to point folks to still. Robert Mustacchi
11:28 PM Bug #3880 (Closed): gcc doesn't like complex.h
Robert Mustacchi
11:26 PM Bug #4225: ehci can hang interminably trying to read PCI capabilities
I believe that this may all be covered by 9806. Robert Mustacchi
11:13 PM Bug #4941 (Closed): CPU Performance Counters support for Xeon E55xx, E56xx, E5 and E5v2
This was taken care of with 10212. Robert Mustacchi
11:12 PM Feature #5001 (Closed): Want nfp driver for nCipher Solo
Robert Mustacchi
11:12 PM Feature #5001: Want nfp driver for nCipher Solo
There hasn't really been much use for this seen over the years. At this point, it's probably not worth importing this... Robert Mustacchi
11:06 PM Feature #5642 (Closed): want BSD-like date -r option
This was implemented in 8893 in a way that basically provides support for both variants as per other systems. Robert Mustacchi
10:52 PM Bug #11577 (Closed): blown assert in i40e_intr_io_clear_cause()
As reported by sjorge in "illumos-joyent#189"https://github.com/joyent/illumos-joyent/issues/189; the following DEBUG... Robert Mustacchi
10:21 PM Support #8950: Hipster on i7-8700K Coffe Lake
I suspect that 9823/9824 will have fixed this. Robert Mustacchi
10:09 PM Feature #11576 (Closed): Want support for ahci LED entries in topo
9815 introduced support for basic AHCI enclosure services. This allows the control of LEDS for various AHCI backed de... Robert Mustacchi
10:00 PM Feature #11050 (Closed): Startech USB 3.0 PCI Host 4 Port Adapter support
Closed at request of filer. Robert Mustacchi
09:07 PM Bug #11568 (Closed): loader: pxe.c missing initializer
"git commit 2052a1fb16201e50b4c3a91ebcbeeccbc8276644":https://github.com/illumos/illumos-gate/commit/2052a1fb16201e50... Electric Monk
09:01 PM Feature #11376: PCIe speeds and feeds should be exposed to userland
The following is an example of some of the information that is now exposed in topo:... Robert Mustacchi
07:31 PM Bug #11575: ZFS test "largest_pool" should not run on low memory systems
It seems that we could check for at least 8GB of RAM and, failing that, bail out using, e.g., @log_unsupported@ or @l... Joshua M. Clulow
06:41 PM Bug #11575 (New): ZFS test "largest_pool" should not run on low memory systems
The @functional/largest_pool/largest_pool_001_pos@ test creates a ZFS pool of size 2PB on top of a sparse zvol in a d... Joshua M. Clulow
04:52 PM Feature #11031 (Closed): SMB3 persistent handles
"git commit 8d94f651a44d41a7147253bb5dad1a53941e8f50":https://github.com/illumos/illumos-gate/commit/8d94f651a44d41a7... Electric Monk
11:22 AM Bug #11574: .eh_frame issues and relocations against allocatable sections when compiling software that calls on libffi.
Ah, I'm just surprised that 32-bit is the default. Normally I have to specify that I want 32-bit binaries if the OS i... Jeremy Andrews

2019-08-17

09:07 PM Bug #11574: .eh_frame issues and relocations against allocatable sections when compiling software that calls on libffi.
The second set of failures look like your library isn't at all PIC, but should be (-fpic or -fPIC when compiling).
...
Rich Lowe
08:26 AM Bug #11574: .eh_frame issues and relocations against allocatable sections when compiling software that calls on libffi.
I tried using -mimpure-text to force it to compile, but the resulting file was unusable and improperly structured. Wh... Jeremy Andrews
08:20 AM Bug #11574 (New): .eh_frame issues and relocations against allocatable sections when compiling software that calls on libffi.
I'm running a freshly updated 64-bit [OpenIndiana](https://www.openindiana.org/download/) release on an [Intel Core i... Jeremy Andrews
04:52 PM Bug #10540: wsdiff much slower under python3 than python2
Alexander opened this bug against Python 3.5 for those interested:
https://bugs.python.org/issue37790
Gordon Ross
05:47 AM Bug #10623: ZFS should be more aggressive in updating vdev devid
h1. Testing Notes
In an OpenIndiana VM (running under SmartOS KVM) with @rpool@ backed by a @vioblk@ virtual disk,...
Joshua M. Clulow

2019-08-16

09:24 PM Bug #11573 (New): NIS+ .x files get installed twice
The NIS+ .x sources (nis.x, nis_object.x) get installed twice during the build. They should not.
(Why in the world ...
Rich Lowe
09:23 PM Bug #11572 (New): fm/notify-params.xml gets installed twice
The fm/notify-params manifest gets installed twice during a regular build, it should not. Rich Lowe
09:21 PM Bug #11571 (New): genunix gets installed twice
During a regular build, kernel/amd64/genunix gets installed twice. It should not. Rich Lowe
09:20 PM Bug #11570 (New): SNIA config files get installed twice
The following config files for SNIA-related libraries get installed twice during the build, they should not:
etc...
Rich Lowe
09:17 PM Bug #11569 (New): DTrace libraries should not be installed twice
It appears that usr/lib/dtrace/*.d get installed twice during the build. They should not Rich Lowe
06:07 PM Feature #11468 (Closed): vioblk: sc_capacity and sc_nblks are pointing to same value
Toomas Soome
06:02 PM Feature #11532 (Closed): Makefile.master: add gcc9 support flags
"git commit 2f57b5e005e6dce9d124b3dbd5fdcad1cc0372d2":https://github.com/illumos/illumos-gate/commit/2f57b5e005e6dce9... Electric Monk
05:40 PM Bug #7366 (Closed): vioif happily creates rx descriptors until it consumes all memory
"git commit f8296c60994fb27105f37ac6f75661e4a6bdbab7":https://github.com/illumos/illumos-gate/commit/f8296c60994fb271... Electric Monk
05:40 PM Bug #10012 (Closed): vioblk should not accept an all-zero serial number
"git commit f8296c60994fb27105f37ac6f75661e4a6bdbab7":https://github.com/illumos/illumos-gate/commit/f8296c60994fb271... Electric Monk
05:40 PM Feature #11329 (Closed): improved Virtio framework
"git commit f8296c60994fb27105f37ac6f75661e4a6bdbab7":https://github.com/illumos/illumos-gate/commit/f8296c60994fb271... Electric Monk
05:37 PM Bug #11568 (Closed): loader: pxe.c missing initializer
Build error with warnings enabled:... Toomas Soome
05:26 PM Bug #11546: Track TCP round-trip time in nanoseconds
These changes allow for measuring a more precise RTT, but that shouldn't have any impact on the performance. To verif... Cody Mello
05:06 PM Bug #11547: Want connstat(1M) command to display per-connection TCP statistics
Filtering on the @STATE@ field works:... Cody Mello
05:05 PM Bug #11567 (Closed): loader: ficl vm.o volatile argument warning
This is the same issue and fix as for libficl-sys, we only need it while we support gcc 4.... Toomas Soome
04:49 PM Bug #11566 (Closed): bzip2: unused parameter 'opaque'
Build errors with warnings enabled:... Toomas Soome
04:29 PM Bug #11565 (Closed): loader: this statement may fall through
Build errors with warnings enabled:... Toomas Soome
03:40 PM Bug #11564 (New): tools ctf utilities get installed twice
The CTF utilities built with the tools get installed twice during a regular build, it should only be once. Rich Lowe
03:39 PM Bug #11563 (New): Libraries built in usr/src/tools get installed twice
The libraries built under src/tools (ctf, makestate, dwarf) appear to get installed twice during a regular build. It... Rich Lowe
03:36 PM Bug #11562 (New): fma topology DTD should only be installed once
It appears that usr/share/lib/xml/dtd/topology.dtd.1 is installed 14 times during a regular build. It should only ha... Rich Lowe
09:34 AM Bug #11529 (Closed): Use -Wno-maybe-initialized
"git commit d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe":https://github.com/illumos/illumos-gate/commit/d3b5f56344d8bfcd... Electric Monk
09:34 AM Bug #11528 (Closed): Makefile.noget can get gone
"git commit d3b5f56344d8bfcdd6cfb82446af0e5e55ad9ebe":https://github.com/illumos/illumos-gate/commit/d3b5f56344d8bfcd... Electric Monk

2019-08-15

11:33 PM Bug #10005 (Closed): Cannot Fix pool misconfiguration because other top level device is raidz.
Per the above, this bug is being closed. Dan McDonald
09:56 PM Feature #11226 (Closed): Remove NetraCT support
"git commit c4ccc1f9004b70b07e4cdb57641c38ab607306c9":https://github.com/illumos/illumos-gate/commit/c4ccc1f9004b70b0... Electric Monk
08:37 PM Bug #11561 (Closed): loader script needs to place .eh_frame after .text
"git commit dcfeff93f67a1188722a358e0fbfcd604993e573":https://github.com/illumos/illumos-gate/commit/dcfeff93f67a1188... Electric Monk
04:16 PM Bug #11561: loader script needs to place .eh_frame after .text
Our GCC7 build failed with:... John Levon
04:12 PM Bug #11561 (Closed): loader script needs to place .eh_frame after .text
John Levon
08:22 PM Bug #11555 (Closed): gptzfsboot: boot prompt is not refreshed on device change
"git commit a8ffe4975d219124d53dcd9de30126f3a595d28f":https://github.com/illumos/illumos-gate/commit/a8ffe4975d219124... Electric Monk
06:38 PM Bug #11556 (Closed): ip_attr.c functions need to not dereference conn_ixa directly after lock drop
"git commit 79940ff6ac581ff9431c474dcfa18c78f1cb7a50":https://github.com/illumos/illumos-gate/commit/79940ff6ac581ff9... Electric Monk
04:46 PM Bug #11556: ip_attr.c functions need to not dereference conn_ixa directly after lock drop
Bug can be reproduced by an application that uses multiple threads that each call sendmsg(3xnet) concurrently over a ... Dan McDonald
04:45 PM Bug #11556: ip_attr.c functions need to not dereference conn_ixa directly after lock drop
Not mentioned eariler, the IXA_REFRELE macro evaluates its argument multiple times. This exacerbates the problem bec... Dan McDonald
01:09 AM Bug #11556 (Closed): ip_attr.c functions need to not dereference conn_ixa directly after lock drop
There's an antipattern in two places in ip_attr.c.... Dan McDonald
03:46 PM Bug #10540 (Closed): wsdiff much slower under python3 than python2
"git commit fe949611d4f0a0f42a6923a31cd3073e5b2bc97c":https://github.com/illumos/illumos-gate/commit/fe949611d4f0a0f4... Electric Monk
03:45 PM Bug #11541 (Closed): allocation_classes feature must be enabled to add log device
"git commit c1064fd7ce62fe763a4475e9988ffea3b22137de":https://github.com/illumos/illumos-gate/commit/c1064fd7ce62fe76... Electric Monk
03:18 PM Bug #11541: allocation_classes feature must be enabled to add log device
For testing, I did a zfs-test run, plus a manual sequence to create a test zpool without the allocation class feature... Jerry Jelinek
03:04 PM Bug #11560 (New): found leak in pci_get_irq_routing_table()
... Joshua M. Clulow
02:59 PM Bug #11559 (Closed): zfs: device removal should not block bootability
The indirect "device" should not really block us from booting. We can not (yet) boot with multiple real vdev - so we ... Toomas Soome
02:46 PM Bug #11558 (Closed): libzfs: allow device removal feature for root pool
As loader can now read pool with removal feature active, there is no reason why we should block this feature to be us... Toomas Soome
11:52 AM Bug #11557 (Closed): Log Spacemap Project
Port from ZoL:
93e28d661 Log Spacemap Project
along with related fixes:
cae97c88c List log_spacemap feature in zpo...
Jerry Jelinek
06:48 AM Feature #11329: improved Virtio framework
h1. Testing Notes
Built an OmniOS install ISO with the change rebased on top of @illumos-omnios@, the OmniOS gate....
Joshua M. Clulow
05:49 AM Feature #10166 (Closed): loader: support com.delphix:removing
"git commit c023f651c0471d0024cb0a436d1f77bf37350180":https://github.com/illumos/illumos-gate/commit/c023f651c0471d00... Electric Monk

2019-08-14

11:39 PM Bug #8391: mr_sas controller lockup on Dell H330
In our case, the drives are Dell SAS SSDs, part #MZ7LM480HCHP00D3.
Unfortunately, I was foolish enough not to take...
Ian Collins
08:47 AM Bug #8391: mr_sas controller lockup on Dell H330
Hello,
I am curious if this bug is related to type of the disks or to the controller.
Also, i am curious if this ...
George Pochiscan
08:32 PM Bug #11555: gptzfsboot: boot prompt is not refreshed on device change
Testing done: enter alternate be path on boot: prompt and witness the prompt change. dataset name with colons is also... Toomas Soome
08:30 PM Bug #11555 (Closed): gptzfsboot: boot prompt is not refreshed on device change
We need to update boot_device. Also dataset name may contain colon, so we need to use strrchr(). Toomas Soome
07:35 PM Bug #11548 (Closed): 11506 breaks the SPARC build
"git commit 582237e641696363bb029af5d31bf63b495e1b7d":https://github.com/illumos/illumos-gate/commit/582237e641696363... Electric Monk
07:27 PM Bug #11549 (Closed): loader: smatch error: efi_cons_cursor(): uninitialized symbol 'row' and 'col'
"git commit c6dd35daf6754ceadffe27f721e78fec1f894036":https://github.com/illumos/illumos-gate/commit/c6dd35daf6754cea... Electric Monk
05:47 PM Bug #11554 (Closed): Want TCP_CONGESTION socket option
As part of testing #11553, I wanted to use the @-C@ flag with @iperf@, which selects a congestion control algorithm t... Cody Mello
05:44 PM Bug #11553 (Closed): Want pluggable TCP congestion control algorithms
Sebastien Roy at Delphix ported FreeBSD's pluggable congestion control framework to their gate a while back. It would... Cody Mello
05:34 PM Bug #10540: wsdiff much slower under python3 than python2
The following were testing notes that were submitted as part of the RTI:... Robert Mustacchi
03:49 PM Bug #10721 (Closed): ib: NULL pointer errors
"git commit bf8d275a3639b21395ae091b2ec762346fc931f6":https://github.com/illumos/illumos-gate/commit/bf8d275a3639b213... Electric Monk
07:23 AM Feature #9830 (Closed): praudit should be able to map users and groups correctly
"git commit 8bb3e7e36ac2547e9cc8555dfd4a6dc6821f5396":https://github.com/illumos/illumos-gate/commit/8bb3e7e36ac2547e... Electric Monk
07:21 AM Feature #9830: praudit should be able to map users and groups correctly
Testing:
Run praudit with the -p and -g flags, verified that it resolves uids and gids correctly. Verified that wi...
Peter Tribble
02:28 AM Bug #11552 (Closed): Want a more modern nawk(1)
The current illumos @nawk@ is effectively a fork from the state of Brian Kernighan's @nawk@ in 1989. Sun then restyle... Cody Mello
01:58 AM Bug #11551 (Closed): Clean up nawk(1) usage in illumos-gate
There are several places in building the gate where @nawk(1)@ is used in a non-standard way that will be broken with ... Cody Mello
01:51 AM Bug #11550 (Closed): Want tests for nawk(1)
In preparation for updating nawk, it would be good to have a test suite to show that things don't break. Brian Kernig... Cody Mello

2019-08-13

11:35 PM Bug #11545: Want configurable output field separator for libofmt
Since these changes are used by @connstat(1M)@, I ran the tool to verify that they work.
For example, it calls @of...
Cody Mello
03:12 AM Bug #11545 (Closed): Want configurable output field separator for libofmt
As part of adding the @connstat(1M)@ tool (see "delphix/delphix-os@374241a":https://github.com/delphix/delphix-os/com... Cody Mello
11:14 PM Bug #11544: ofmt(3OFMT) should talk about the callback handler
I verified this change by rebooting into a built system, running @man ofmt@, and checking that the added and edited l... Cody Mello
02:31 AM Bug #11544 (Closed): ofmt(3OFMT) should talk about the callback handler
The libofmt manual page doesn't include the return value of the callback or how it should be used. We should update t... Cody Mello
10:36 AM Bug #11549 (Closed): loader: smatch error: efi_cons_cursor(): uninitialized symbol 'row' and 'col'
Got errors from smatch:... Toomas Soome
09:19 AM Bug #11548 (Closed): 11506 breaks the SPARC build
Post 11506, the SPARC build fails nice and early (in tools) with lots of:
cc1: error: unrecognized command line op...
Peter Tribble
03:32 AM Bug #11547 (Closed): Want connstat(1M) command to display per-connection TCP statistics
Delphix created a @connstat(1M)@ command, which allows fetching statistics about individual TCP connections. The rele... Cody Mello
03:22 AM Bug #11546 (Closed): Track TCP round-trip time in nanoseconds
As part of upstreaming Delphix's @connstat(1M)@ changes, we'll want to pull in their updates to TCP to use nanosecond... Cody Mello
02:13 AM Feature #11543 (New): per-process coreadm would be useful
Similarly to #11530, I've wanted a way to make certain commands, or processes trees, not dump core or dump core diffe... Rich Lowe

2019-08-12

09:14 PM Bug #11542 (New): smbfs user mounts should be documented
The ability (and in fact need) for a user to perform their own smbfs mounts should be documented probably in smbfs(7F... Rich Lowe
08:22 PM Bug #8391: mr_sas controller lockup on Dell H330
I am still seeing this issue with the latest platform image.
It always appears to be localised to an individual ...
Ian Collins
08:12 PM Bug #11541 (Closed): allocation_classes feature must be enabled to add log device
After the allocation_classes feature was integrated, one can no longer add a log device to a pool unless that feature... Jerry Jelinek
07:29 PM Bug #11523 (Closed): i86pc: dboot_startkern.c:2046: error: comparison between pointer and integer
"git commit 7f3e7b1b3fd1f1ac090d298a0203b20c79fbe725":https://github.com/illumos/illumos-gate/commit/7f3e7b1b3fd1f1ac... Electric Monk
07:24 PM Bug #11523: i86pc: dboot_startkern.c:2046: error: comparison between pointer and integer
Tested by build+install+boot cycle. Toomas Soome
07:06 PM Bug #11475 (Closed): gptzfsboot: update parsing the option switches
"git commit 4f7f1d0fa878cb07e58af9d4f2abea08273b07c7":https://github.com/illumos/illumos-gate/commit/4f7f1d0fa878cb07... Electric Monk
03:34 PM Bug #11506 (Closed): smatch resync
"git commit efe51d0cc2398b9ac179568b63a44e4bf295b8e2":https://github.com/illumos/illumos-gate/commit/efe51d0cc2398b9a... Electric Monk
02:36 PM Bug #11086 (Closed): zfs send/recv fixes
Jerry Jelinek

2019-08-10

04:21 PM Bug #11537 (Closed): loader: i386 build is missing -m32 sometimes
"git commit cc7e66e6be0e280179bd43f44f08e442d9839a8f":https://github.com/illumos/illumos-gate/commit/cc7e66e6be0e2801... Electric Monk
02:11 PM Feature #11023 (Closed): SMB server min_protocol setting
"git commit 3e2c0c0978d26f8b8020b49760008c6bb6e59221":https://github.com/illumos/illumos-gate/commit/3e2c0c0978d26f8b... Electric Monk
02:11 PM Feature #11024 (Closed): SMB should bypass ACL traverse checking
"git commit cc3780e66ce1eea52e650b27b7dc5ad62d24eec2":https://github.com/illumos/illumos-gate/commit/cc3780e66ce1eea5... Electric Monk
02:11 PM Bug #11025 (Closed): Disabling SMB server service does not change the sharestate of a smb share to offline
"git commit c7bda7648c4308e1a77e2535de357af9f86236aa":https://github.com/illumos/illumos-gate/commit/c7bda7648c4308e1... Electric Monk
02:11 PM Bug #11026 (Closed): Windows usernames should be treated as case insensitive
"git commit 33fc94dcd110f095f791299c5a5fe822e267972e":https://github.com/illumos/illumos-gate/commit/33fc94dcd110f095... Electric Monk
02:11 PM Feature #11027 (Closed): method to delete local SMB users
"git commit ef4cfbfda6599ba454267385722705117460a9c8":https://github.com/illumos/illumos-gate/commit/ef4cfbfda6599ba4... Electric Monk
02:11 PM Feature #11028 (Closed): Need a way to add local user/group ACE from Windows
"git commit 9242c9192f9f0f5745fbfc92d13edb32c9bcb8c3":https://github.com/illumos/illumos-gate/commit/9242c9192f9f0f57... Electric Monk
02:11 PM Bug #11029 (Closed): smbadm man page needs updating
"git commit 959eaf32c009f070f696d9400d08df56e711b6aa":https://github.com/illumos/illumos-gate/commit/959eaf32c009f070... Electric Monk
02:11 PM Bug #11030 (Closed): SMB2 ioct dfs_get_referral returns wrong error
"git commit 4f7f6babe29cc8387cc404ff3a766f592117778a":https://github.com/illumos/illumos-gate/commit/4f7f6babe29cc838... Electric Monk

2019-08-09

03:09 PM Bug #11539 (Closed): dboot: build errors with gcc9
Errors while building with gcc 9:... Toomas Soome
02:29 PM Bug #11538 (Closed): i86pc: unix should always build dboot as 32-bit
The i86pc/Makefile.rules is telling us:... Toomas Soome
02:05 PM Bug #11537 (Closed): loader: i386 build is missing -m32 sometimes
The .S sources need CCASFLAGS, not ASFLAGS.
Tested /discovered/ with gcc 9 build, where compiler is producing 64-b...
Toomas Soome
12:51 PM Bug #11522: illumos-gate has some runtime dependencies on Python 2.7
This piece is fixed in illumos-omnios. Alexander Pyhalov
12:46 PM Bug #11522: illumos-gate has some runtime dependencies on Python 2.7
I can see the dependency for test-runner, but pyzfs should be ok..... Andy Fiddaman
07:50 AM Bug #11536 (Closed): tools/make: getmem() should take size_t
We can not allocate negative amount of memory. Toomas Soome
07:47 AM Bug #11535 (Closed): tools/make: amd64 arch is not supported
use __x86 to detect i386/amd64 arch. Toomas Soome
07:44 AM Bug #11534 (Closed): tools/make: remove sys_nerr
sys_nerr is available for 32-bit binaries only, instead check errno after syserror() call. Toomas Soome
07:41 AM Bug #11533 (Closed): tools/make: gcc9 build errors
Build errors with gcc9:... Toomas Soome
07:28 AM Feature #11532 (Closed): Makefile.master: add gcc9 support flags
Add -_gcc9 flags based on ones we have for gcc8. Toomas Soome
06:57 AM Bug #11531 (Closed): tools/make should set NATIVE_CCFLAGS
We are building tools/make to run it as native binary, but c++ code is not built with NATIVE_CCFLAGS (inconsistent wi... Toomas Soome

2019-08-08

06:08 PM Bug #11479: zfs project support
Additional ZoL commits pulled in to this work:
2705ebf0a Misc fixes and cleanup for project quota
126ae9f4e Export ...
Jerry Jelinek
06:05 PM Bug #11529: Use -Wno-maybe-initialized
Changes that aren't just from the sedall:... John Levon
12:16 PM Bug #11529 (Closed): Use -Wno-maybe-initialized
With a giant sed and some small code changes, we can replace most -Wno-uninitialized
with -Wno-maybe-uninitialized a...
John Levon
03:37 PM Bug #11527 (Closed): elf-tests simple-src.c triggers compiler errors
"git commit 11eb14c0b4910a2d5a319fe0b5bf5c633fbfbfa6":https://github.com/illumos/illumos-gate/commit/11eb14c0b4910a2d... Electric Monk
02:17 PM Bug #11527: elf-tests simple-src.c triggers compiler errors
To test this I used the updated test files and run the tests:... Robert Mustacchi
02:49 PM Bug #11530 (Closed): badseg test creates cores
the os-test badseg is supposed to crash, but creating many cores is not ideal behaviour... John Levon
12:15 PM Bug #11528 (Closed): Makefile.noget can get gone
SCCS is thankfully no longer with us. John Levon

2019-08-07

10:17 PM Bug #11527 (Closed): elf-tests simple-src.c triggers compiler errors
While running the elf test suites I found that the simple test failed. Looking at the log, I discovered the following... Robert Mustacchi
09:29 PM Bug #10540: wsdiff much slower under python3 than python2
Possible fix: https://github.com/pyhalov/illumos-gate/commits/wsdiff-3 Alexander Pyhalov
07:33 PM Bug #10005: Cannot Fix pool misconfiguration because other top level device is raidz.
After some testing with the Machine I found the Problem.
Pre-flight Checks in ZFS react differently than ZFS when ...
Till Wegmüller
06:13 PM Bug #11516 (Closed): loader.efi: replace HandleProtocol() with OpenProtocol()
"git commit bf693dc92f91a3c8675bf5a04d1300c40058500c":https://github.com/illumos/illumos-gate/commit/bf693dc92f91a3c8... Electric Monk
06:07 PM Feature #11487 (Closed): mac(9E) should discuss the goal of aligning the IP header
"git commit 8c732929c6c71eb2de940ee265460cfb89b887f7":https://github.com/illumos/illumos-gate/commit/8c732929c6c71eb2... Electric Monk
06:07 PM Feature #11486 (Closed): clarify mac_register(9S) life time
"git commit 8c732929c6c71eb2de940ee265460cfb89b887f7":https://github.com/illumos/illumos-gate/commit/8c732929c6c71eb2... Electric Monk
06:07 PM Bug #11485 (Closed): mac_alloc(9F) RETURN VALUES refers to wrong function
"git commit 8c732929c6c71eb2de940ee265460cfb89b887f7":https://github.com/illumos/illumos-gate/commit/8c732929c6c71eb2... Electric Monk
01:41 AM Bug #11525 (Closed): smbsrv long filename
I use Windows Chinese version, use zfs set sharesmb=zfsshare testpool/winshare, set a share to windows.
In windows, ...
John Huang

2019-08-06

08:43 PM Bug #8564 (Closed): developer/build/onbld shouldn't require ghostscript
"git commit d8e4595bda2bf928616380f10a3df39916a67f1f":https://github.com/illumos/illumos-gate/commit/d8e4595bda2bf928... Electric Monk
07:28 PM Bug #11516: loader.efi: replace HandleProtocol() with OpenProtocol()
Commited also as https://svnweb.freebsd.org/base?view=revision&revision=350654 Toomas Soome
07:07 PM Feature #10166: loader: support com.delphix:removing
Testing done: I did add printf to get segment index:... Toomas Soome
03:36 PM Bug #11510 (Closed): stmsboot: stmsboot_util -D option validation is broken
"git commit 6cb11604688f3d2bf2fb6d030c1f2bb3673a10d2":https://github.com/illumos/illumos-gate/commit/6cb11604688f3d2b... Electric Monk
03:36 PM Bug #11434 (Closed): stmsboot: NULL pointer errors
"git commit 6cb11604688f3d2bf2fb6d030c1f2bb3673a10d2":https://github.com/illumos/illumos-gate/commit/6cb11604688f3d2b... Electric Monk
03:24 PM Feature #11083: support NFS server in zone
Tagging with nfs-zone Dan McDonald
03:22 PM Bug #11524: show_group() in sharemgr has superfluous call
Testing should be straightforward via truss and having a few existing shares:... Dan McDonald
02:51 PM Bug #11524 (New): show_group() in sharemgr has superfluous call
While investigating upstreaming NFS-service-in-a-zone, I encountered this buglet inside the initial commit.... Dan McDonald
03:22 PM Bug #11219 (Closed): mdb: smbsrv.c: error: comparison between pointer and integer
"git commit ae29b8adfe081d12042d2e5d0c843c6ad3842bd3":https://github.com/illumos/illumos-gate/commit/ae29b8adfe081d12... Electric Monk
03:20 PM Bug #11431 (Closed): sort: NULL pointer errors
"git commit 987bce4514168c128e42feae3a7c308872fd4bea":https://github.com/illumos/illumos-gate/commit/987bce4514168c12... Electric Monk
03:15 PM Bug #11431: sort: NULL pointer errors
Test case with dtrace:... Toomas Soome
11:00 AM Bug #11523 (Closed): i86pc: dboot_startkern.c:2046: error: comparison between pointer and integer
NULL pointer errors:... Toomas Soome
08:50 AM Bug #11522 (Closed): illumos-gate has some runtime dependencies on Python 2.7
illumos-gate packages still has some runtime dependencies on Python 2.7, in particular test-runner and pyzfs depends ... Alexander Pyhalov
03:28 AM Bug #11521 (Closed): ::whereopen should be usable in a pipeline
At present ::whereopen prints some extra data, that means it can't be used in a pipeline. It should not print the 'f... Rich Lowe
03:02 AM Feature #11520 (New): pfiles(1) should report the process at the other end of a pipe
It'd be great if, like sockets, pfiles told us who the other end of a pipe was. Rich Lowe

2019-08-05

08:03 PM Bug #11518 (Closed): date test is incorrect
"git commit 213b050a5a57cde3ec36eb74064cec2efb8aa8b2":https://github.com/illumos/illumos-gate/commit/213b050a5a57cde3... Electric Monk
02:19 PM Bug #11518 (Closed): date test is incorrect
date test always fails, as `touch` touches file in local timezone and then we compare file mtime to UTC time.
The f...
Alexander Pyhalov
07:22 PM Bug #11511 (Closed): usbsacm fails to open sigma designs device
"git commit 8072728215ff40bc56f6ad193cd22da6fbc03bc6":https://github.com/illumos/illumos-gate/commit/8072728215ff40bc... Electric Monk
07:05 PM Bug #11511: usbsacm fails to open sigma designs device
Testing notes from https://www.illumos.org/rb/r/2206/ :
Built and ran this patch on a SmartOS platform and confirm...
Michael Zeller
04:32 PM Bug #11453 (Closed): zpool: NULL pointer errors
"git commit 8a5bcf73f651354eb7fa4fcdb486cf455b09303c":https://github.com/illumos/illumos-gate/commit/8a5bcf73f651354e... Electric Monk

2019-08-04

08:01 PM Bug #11517 (In Progress): loader.efi: efipart should be more careful about constructing block device lists
Toomas Soome
07:56 PM Bug #11517 (Closed): loader.efi: efipart should be more careful about constructing block device lists
The cd handles should be collected as list of partitions. Some systems also provide base name for block device (like ... Toomas Soome
06:12 PM Bug #11516 (Closed): loader.efi: replace HandleProtocol() with OpenProtocol()
The HandleProtocol() is deprecated interface and we should use OpenProtocol() instead. Moreover, in some firmware imp... Toomas Soome
01:06 AM Bug #11515 (New): libzfs: fix and simplify error message handling in zfs_mount()
During browsing the code I have found these errors:
* nested calling of dgettext()
* unnecessary variable (buf[]) a...
Gergő Mihály Doma

2019-08-03

03:36 AM Bug #11513 (Rejected): closed-bin ctf stripping is overactive
I have no idea what happened here, the code already does what this bug
suggests it should.
Rich Lowe

2019-08-02

10:45 PM Bug #8903 (Closed): IPPF paths have bad logic
"git commit 94a5108e6d17b76907472153e979d6261be71c37":https://github.com/illumos/illumos-gate/commit/94a5108e6d17b769... Electric Monk
10:36 PM Bug #8903: IPPF paths have bad logic
IPv6 testing is simpler, as fragmented packets will trigger the DTrace probe N+1 times for a packet consisting of N s... Dan McDonald
10:03 PM Bug #8903: IPPF paths have bad logic
Attachments here. Dan McDonald
10:01 PM Bug #8903: IPPF paths have bad logic
Well, I manged to both identify the bug AND test this fix on the IPv4 path.
1.) Set up ipqosconf(1M). This may in...
Dan McDonald
07:27 PM Bug #11511: usbsacm fails to open sigma designs device
I also have a zwave usb stick, but from a different vendor: https://z-wave.me/uzb/
This one also identifies as the...
Jorge Schrauwen
02:00 PM Feature #11355: zfs create needs dry-run
The illumos fix is an upstream of two fixes in SmartOS:
OS-7867 zfs create needs dry-run
OS-7895 make zfs create ...
Mike Gerdts
12:55 PM Feature #11281 (Closed): XHCI polled mode support for USB keyboards
"git commit ec82ef794c304d675af6962e1428b3b12ca2be8b":https://github.com/illumos/illumos-gate/commit/ec82ef794c304d67... Electric Monk
09:19 AM Feature #11514 (New): XHCI polled mode doesn't support USB Bulk Mode endpoints
The changes made under 11281 only added support input from USB Interrupt endpoints, basically keyboard.
It would b...
Matthias Scheler

2019-08-01

10:07 PM Bug #11501 (Closed): Scroll Lock translation to control sequence is patently unhelpful
"git commit 7d724debd861d6eb53233974d0191aeef122cd23":https://github.com/illumos/illumos-gate/commit/7d724debd861d6eb... Electric Monk
10:06 PM Bug #11513 (Rejected): closed-bin ctf stripping is overactive
We only need to strip CTF from closed-bins that have been uniqueified (have a parent label). In practice, kernel mod... Rich Lowe
04:50 PM Bug #11442 (Closed): truss: NULL pointer errors
"git commit 27aa48129e712ec06bc239dce1a21a4ae5b19994":https://github.com/illumos/illumos-gate/commit/27aa48129e712ec0... Electric Monk
04:46 PM Bug #11442: truss: NULL pointer errors
Testing done: have built binaries from master and patch branches and run wsdiff.... Toomas Soome
03:52 PM Bug #11457 (Closed): fs.d: NULL pointer errors
"git commit 8509e9caaaa43d21ab1a18a2aa45b43322c378ac":https://github.com/illumos/illumos-gate/commit/8509e9caaaa43d21... Electric Monk
03:46 PM Bug #11381 (Closed): ldapcachemgr: NULL pointer errors
"git commit 5fe539ba6982d2eafbe355b9c775a0779e3407e5":https://github.com/illumos/illumos-gate/commit/5fe539ba6982d2ea... Electric Monk
01:57 PM Bug #11172 (Closed): smbsrv: NULL pointer errors
"git commit 4fcce4872b9846a3c40d70c0de66142c56585c73":https://github.com/illumos/illumos-gate/commit/4fcce4872b9846a3... Electric Monk
01:56 PM Bug #11512 (New): praudit core dump
I have an audit file that causes praudit to core dump with the following stack
core 'core_luna_praudit_0_0_1564667...
Al Slater

2019-07-31

04:56 PM Bug #11282 (Closed): port ZoL send/recv fixes
"git commit 6ccda740e007c01cb5d1436fe337851ff8c5d422":https://github.com/illumos/illumos-gate/commit/6ccda740e007c01c... Electric Monk
02:19 PM Bug #11511: usbsacm fails to open sigma designs device
Robert Mustacchi noted the following:
"It appears that the major difference between us and the other operating sys...
Michael Zeller
02:17 PM Bug #11511 (Closed): usbsacm fails to open sigma designs device
This issue was found on a personal SmartOS server I am running. I have the following USB device plugged into the ser... Michael Zeller
11:29 AM Bug #11510 (Closed): stmsboot: stmsboot_util -D option validation is broken
1. We allocate memory chunk with size MAXMODCONFNAME, but then we do copy data into it by strlen(optarg), replace bco... Toomas Soome
07:59 AM Feature #11459 (Closed): mdb: disk_label should allow to set sector size (add ::sectorsize)
"git commit fed692705a66b80d86971df5b579fcac7386f7df":https://github.com/illumos/illumos-gate/commit/fed692705a66b80d... Electric Monk
06:58 AM Bug #11456 (Closed): mdb: libmlsvc NULL pointer errors
"git commit 06fcb0bcd6642c350546e3c87bbe20e27c20bff3":https://github.com/illumos/illumos-gate/commit/06fcb0bcd6642c35... Electric Monk
06:55 AM Bug #11455 (Closed): mdb: libfksmbfs NULL pointer errors
"git commit 7b64dea37f86f82e3b7fc0f52918a46d5567ac8e":https://github.com/illumos/illumos-gate/commit/7b64dea37f86f82e... Electric Monk
06:50 AM Bug #11452 (Closed): zonestat: NULL pointer errors
"git commit 1e88dc672aa1283fdca243a70822306e816340d7":https://github.com/illumos/illumos-gate/commit/1e88dc672aa1283f... Electric Monk
06:44 AM Bug #11451 (Closed): zonecfg: NULL pointer errors
"git commit eaf5a31c5f4fa067aaddcf5b08a0cd96c60bb9a4":https://github.com/illumos/illumos-gate/commit/eaf5a31c5f4fa067... Electric Monk
06:39 AM Bug #11450 (Closed): zoneadm: NULL pointer errors
"git commit 4535e8bf8bd491fa8e4cdbe5019f9f59988c2b3e":https://github.com/illumos/illumos-gate/commit/4535e8bf8bd491fa... Electric Monk
06:37 AM Bug #11449 (Closed): zoneadmd: NULL pointer errors
"git commit 35c005f243fafd7cad624b8a3a64298cab8ac172":https://github.com/illumos/illumos-gate/commit/35c005f243fafd7c... Electric Monk
06:34 AM Bug #11448 (Closed): xstr: NULL pointer errors
"git commit a6959a060879676e965529db823ea71db60ac49b":https://github.com/illumos/illumos-gate/commit/a6959a060879676e... Electric Monk
06:32 AM Bug #11447 (Closed): xargs: NULL pointer errors
"git commit 1dfc79c00accaeca37225189e270abb0fab8619e":https://github.com/illumos/illumos-gate/commit/1dfc79c00accaeca... Electric Monk
05:29 AM Bug #11446 (Closed): whodo: NULL pointer errors
"git commit 61aaa916808c601f9ee36d96c05ee9dac211d09e":https://github.com/illumos/illumos-gate/commit/61aaa916808c601f... Electric Monk
05:26 AM Bug #11445 (Closed): w: NULL pointer errors
"git commit 352d7aeda1f43047aa9ff2e75cc69021c19a6a07":https://github.com/illumos/illumos-gate/commit/352d7aeda1f43047... Electric Monk
05:09 AM Bug #11435 (Closed): svr4pkg: NULL pointer errors
"git commit c57b775050136774ef88b195e5833b3f9b86561b":https://github.com/illumos/illumos-gate/commit/c57b775050136774... Electric Monk
05:04 AM Bug #11502 (Closed): installboot: find_multiboot() does crash with small files
"git commit 741b4d05bd52eb10a07f4f147bd8a211e5fe4351":https://github.com/illumos/illumos-gate/commit/741b4d05bd52eb10... Electric Monk

2019-07-30

08:18 PM Bug #11444 (Closed): vi: NULL pointer errors
"git commit 9b73ad49e885405d1de7968ac2e3d8c72087aa7d":https://github.com/illumos/illumos-gate/commit/9b73ad49e885405d... Electric Monk
08:15 PM Bug #11443 (Closed): ttymon: NULL pointer errors
"git commit df8910b3b3628a21874ee73195c149a955fce3a3":https://github.com/illumos/illumos-gate/commit/df8910b3b3628a21... Electric Monk
08:13 PM Bug #11441 (Closed): th_tools: NULL pointer errors
"git commit 0afbf5395cf4f4b8d9381a23f852c72b01ec43a4":https://github.com/illumos/illumos-gate/commit/0afbf5395cf4f4b8... Electric Monk
08:11 PM Bug #11440 (Closed): tar: NULL pointer errors
"git commit 1580259811fb1670012fc9fad4be9624c2b60dae":https://github.com/illumos/illumos-gate/commit/1580259811fb1670... Electric Monk
08:09 PM Bug #11439 (Closed): tnf: NULL pointer errors
"git commit b40273e57d35fb2f7610ad13fa58c32658c42ff3":https://github.com/illumos/illumos-gate/commit/b40273e57d35fb2f... Electric Monk
08:06 PM Bug #11438 (Closed): vgrind: NULL pointer errors
"git commit e8bca4ea3a0f5e2a084777440ee86870f8c9d88f":https://github.com/illumos/illumos-gate/commit/e8bca4ea3a0f5e2a... Electric Monk
08:02 PM Bug #11437 (Closed): uadmin: NULL pointer errors
"git commit 974925512dfb8d6b72662ec04481adc913c6f914":https://github.com/illumos/illumos-gate/commit/974925512dfb8d6b... Electric Monk
07:57 PM Bug #11436 (Closed): tip: NULL pointer errors
"git commit 82aa8bddc8a3d3dd077c1cfa454aa5c0d5c23f04":https://github.com/illumos/illumos-gate/commit/82aa8bddc8a3d3dd... Electric Monk
07:53 PM Bug #11433 (Closed): stmfadm: NULL pointer errors
"git commit 07b415c8e1ba7739721d764d37d8d12f9660af1b":https://github.com/illumos/illumos-gate/commit/07b415c8e1ba7739... Electric Monk
07:49 PM Bug #11432 (Closed): stat: NULL pointer errors
"git commit f9409f99581bedf7777548eccf1310c6995764a0":https://github.com/illumos/illumos-gate/commit/f9409f99581bedf7... Electric Monk
07:47 PM Bug #11509 (New): mcs(1) operation option isn't optional.
mcs says:
usage: mcs [-cdpVz] [-a string] [-n name] file ...
mcs(1) says:
SYNOPSIS
mcs [-cdpVz] [-a...
Rich Lowe
07:45 PM Bug #11397 (Closed): mpathadm: NULL pointer errors
"git commit ce5e7d21f9e2e48a2f9b5a23ffec805e334d513e":https://github.com/illumos/illumos-gate/commit/ce5e7d21f9e2e48a... Electric Monk
07:40 PM Bug #11430 (Closed): smbsrv: NULL pointer errors
"git commit f9350d110371843c93efedac637b9d029faafee3":https://github.com/illumos/illumos-gate/commit/f9350d110371843c... Electric Monk
07:24 PM Bug #11430 (In Progress): smbsrv: NULL pointer errors
Rich Lowe
06:50 PM Bug #11430 (Closed): smbsrv: NULL pointer errors
"git commit e21c734b6349feebc8c570483066f720d79022b0":https://github.com/illumos/illumos-gate/commit/e21c734b6349feeb... Electric Monk
07:22 PM Bug #11454 (Closed): smbclnt: NULL pointer errors
"git commit 0ddec5a427aa889528aeed17fc3a8e7e26579f1d":https://github.com/illumos/illumos-gate/commit/0ddec5a427aa8895... Electric Monk
06:47 PM Bug #11429 (Closed): sulogin: NULL pointer errors
"git commit f1ecae5bb6568ce2aae66095708ad60af2979a39":https://github.com/illumos/illumos-gate/commit/f1ecae5bb6568ce2... Electric Monk
06:44 PM Bug #11428 (Closed): sendmail: NULL pointer errors
"git commit fad16a7e4518fa4e5453c3808b1145177946e030":https://github.com/illumos/illumos-gate/commit/fad16a7e4518fa4e... Electric Monk
06:41 PM Bug #11427 (Closed): stmfsvc: NULL pointer errors
"git commit e9f63cd6c655b536e94b801b642dc5ff37254568":https://github.com/illumos/illumos-gate/commit/e9f63cd6c655b536... Electric Monk
06:35 PM Bug #11426 (Closed): stmfproxy: NULL pointer errors
"git commit 48fde5fb20cd190052b1df46a6d135fe26684fe9":https://github.com/illumos/illumos-gate/commit/48fde5fb20cd1900... Electric Monk
06:32 PM Bug #11425 (Closed): smserverd: NULL pointer errors
"git commit 14916c4b3821f9ac20da481ae3d8f73f1f6a16d8":https://github.com/illumos/illumos-gate/commit/14916c4b3821f9ac... Electric Monk
06:29 PM Bug #11424 (Closed): sbdadm: NULL pointer errors
"git commit 09ece02e953c23ed645b4d9768b786c444f4b430":https://github.com/illumos/illumos-gate/commit/09ece02e953c23ed... Electric Monk
06:27 PM Bug #11423 (Closed): sa: NULL pointer errors
"git commit b33ffbed882c3e46e1242f5768ff3dfa3a887e4c":https://github.com/illumos/illumos-gate/commit/b33ffbed882c3e46... Electric Monk
06:25 PM Bug #11420 (Closed): rpcbind: NULL pointer errors
"git commit 053601185d4f955b8a517694e8469c12a90c9c7b":https://github.com/illumos/illumos-gate/commit/053601185d4f955b... Electric Monk
06:23 PM Bug #11419 (Closed): rmformat: NULL pointer errors
"git commit 9292c78d437d97bc5dd20bc4d6788a79e0661e02":https://github.com/illumos/illumos-gate/commit/9292c78d437d97bc... Electric Monk
06:21 PM Bug #11418 (Closed): refer: NULL pointer errors
"git commit 7bc3049f70ccb68ec7cd7ba1bb17a4643fb60f36":https://github.com/illumos/illumos-gate/commit/7bc3049f70ccb68e... Electric Monk
06:19 PM Bug #11417 (Closed): rcm_daemon: NULL pointer errors
"git commit 46fbc806d6e97aff59942e61f3f01b8abc70b716":https://github.com/illumos/illumos-gate/commit/46fbc806d6e97aff... Electric Monk
 

Also available in: Atom