Activity
From 2014-08-14 to 2014-09-12
2014-09-12
-
11:48 PM Bug #5145: Invalid assert() in _nscd_get()
- Oops. The assertion will always fail, which is what we want to happen here. There is nothing to fix here.
-
11:44 PM Bug #5145: Invalid assert() in _nscd_get()
- Not quite nothing to fix. The `if' statement still includes only the NULL case. Shouldn't it always assert?
-
09:50 PM Bug #5145 (Resolved): Invalid assert() in _nscd_get()
- Ha! I looked at this deeper and I found that normally the _nscd_is_int_addr() call in the _nscd_get() cannot return N...
-
06:46 PM Bug #5145 (Pending RTI): Invalid assert() in _nscd_get()
-
10:27 PM Feature #5094: Update libsmbios with recent items
- Per received feedback, I've done some more work and have superseded the above review with:
https://reviews.csiden.... -
07:22 PM Feature #5151 (Closed): blkdev should support reporting of physical block size
- "git commit 32ce6b819524e8719d4ce58db40a00e9f17843e2":https://github.com/illumos/illumos-gate/commit/32ce6b819524e871...
-
06:04 PM Bug #4989: removal of ntfsprogs and parted
- Also there is a THIRDPARTYLICENSE file that should be removed in the same directory.
-
05:33 PM Bug #5158: sed dumps core in new multibyte code
- Fix is easy:
https://bitbucket.org/gdamore/illumos-gate/commits/8812593cf8925a2a54afc806923eca081750eeea... -
03:51 PM Bug #5158: sed dumps core in new multibyte code
- ps is allowed to be NULL, in which case an "internal" state variable should be used.
This doesn't look like anythi... -
03:32 PM Bug #5158: sed dumps core in new multibyte code
- The "ps" argument (arg4, aka. the 5th argument) to _UTF8_mbsnrtowcs() is NULL, which causes the coredump.
How it get... -
03:19 PM Bug #5158 (Closed): sed dumps core in new multibyte code
- Try this:
echo "x" | /usr/bin/sed 'y%,%,%'
on any recent illumos or derivative (so far, OmniOS bloody, and... -
05:09 PM Bug #5157: remove ELFSIGN leftovers from nightly
- Additional cleanups for ELFSIGN are here:
https://bitbucket.org/gdamore/illumos-gate/commits/8812593cf8925a2a54afc... -
04:32 PM Bug #5152 (Pending RTI): /dev/random cache leads to duplicate uuids after fork
- The root cause here is that we're not clearing out the cache inbetween forks. A simple atfork handler will do the trick.
-
03:39 PM Bug #5159 (Closed): ipsec_libssl_setup.c loads libcrypto
- In lib/libipsecutil/common/ipsec_libssl_setup.c, the function print_asn1_name() loads libcrypto.so in order to print ...
2014-09-11
-
07:58 PM Bug #5157 (Closed): remove ELFSIGN leftovers from nightly
- We don't sign binaries. Furthermore, VERIFY_ELFSIGN is always going to fail.
The code for this change is located h... -
07:56 PM Bug #5156 (New): nightly should allow for $CLOSED_BINS to be null
- If $CLOSED_BINS is null (empty string or undefined) then it should be checked for. This will facilitate use of nightl...
-
07:54 PM Bug #5155 (Closed): NIGHTLY_OPTIONS last argument should be unquoted
- bldenv quotes $NIGHTLY_OPTIONS, which precludes it being able to list multiple options with spaces (which makes it i...
-
05:40 PM Bug #4315: mpt_sas panic: BAD TRAP: type=d (#gp General protection)
- Hey neat, I just had this happen again, on OI151a9....
-
04:42 PM Bug #4036 (Closed): fix blkdev uninitialized return values
- "git commit a0cb694bef8ce5b375d89d042945f0e24bbd4026":https://github.com/illumos/illumos-gate/commit/a0cb694bef8ce5b3...
-
04:11 PM Bug #5154 (New): vdev_resilver_txg changes not persisted resulting in ASSERT panic
- When a resilver completed vdev_resilver_txg is reset to 0 but its value is not persisted.
Due to this the followin... -
02:22 PM Bug #5152 (Closed): /dev/random cache leads to duplicate uuids after fork
- Copied and pasted from an email to the userland list:
-------
I just would like to draw attention to this patch: ht... -
09:44 AM Feature #5151 (Closed): blkdev should support reporting of physical block size
- It would be really useful for SSDs and virtio-block devices if blkdev would support reporting of a physical block siz...
-
07:07 AM Bug #5139 (Closed): SEEK_HOLE failed to report a hole at end of file
- "git commit 0fbc0cd0e52a11f6c4397a1714f94412cbf98b60":https://github.com/illumos/illumos-gate/commit/0fbc0cd0e52a11f6...
-
07:04 AM Bug #5140 (Closed): message about "%recv could not be opened" is printed when booting after crash
- "git commit 22438533bcc131ecebd4c16c699c35e91d321b76":https://github.com/illumos/illumos-gate/commit/22438533bcc131ec...
-
07:03 AM Bug #5134 (Closed): if ZFS_DEBUG or debug= is set, libzpool should enable debug prints
- "git commit 7fa49ea5e7d23077615525b1738f90f273258b05":https://github.com/illumos/illumos-gate/commit/7fa49ea5e7d23077...
-
04:47 AM Bug #5150 (Closed): zfs clone of a defer_destroy snapshot causes strangeness
- When a clone is created of a snapshot that has been marked for deferred destroy
(with "zfs destroy -d"), the clone "... -
04:39 AM Bug #5149 (Closed): zvols need a way to ignore DKIOCFREE
- As a workaround for slow processing of DKIOCFREE, provide a tunable to disable it.
-
04:35 AM Bug #5148 (Closed): zvol's DKIOCFREE holds zfsdev_state_lock too long
- When zvol processes a DKIOCFREE (e.g. SCSI UNMAP), it holds the zfsdev_state_lock (a global lock) across the call to ...
-
04:07 AM Bug #3693: restore_object uses at least two transactions to restore an object
- The attached patch is not quite right.
The issue with the patch is that In dmu_object_reclaim(), you've
changed t... -
03:56 AM Feature #5147 (Closed): zpool list -v should show individual disk capacity
- The 'zpool list -v' command displays lots of info but excludes the capacity of
each disk. This should be added.
-
12:51 AM Feature #5146: consider making zfs tunables per-pool
- dladm(1m) {get,set}-linkprop has the notion of private datalink properties that are prefixed with an underscore. The...
-
12:31 AM Bug #5138 (Closed): add tunable for maximum number of blocks freed in one txg
- "git commit af3465da8fa420c4ec701e3e57704d537a6f755b":https://github.com/illumos/illumos-gate/commit/af3465da8fa420c4...
-
12:28 AM Bug #5136 (Closed): fix write throttle comment in dsl_pool.c
- "git commit d85a1e969ce08b3bc4a7cb3626a6e33a28b5caeb":https://github.com/illumos/illumos-gate/commit/d85a1e969ce08b3b...
2014-09-10
-
11:14 PM Bug #5062 (Closed): bootadm update-archive should not fail if grub1 is missing
- "git commit 630270564f9cfe09ebbccb748c7dc1d897e14135":https://github.com/illumos/illumos-gate/commit/630270564f9cfe09...
-
07:32 PM Feature #5146 (New): consider making zfs tunables per-pool
- We might want different values of tunables like zfs_throttle_delay on different pools. Perhaps this could be accompl...
-
06:39 PM Bug #5135 (Closed): zpool_find_import_cached() can use fnvlist_*
- "git commit b18d6b0e20b5bf6e2007c550bb33dcbab6b5dddc":https://github.com/illumos/illumos-gate/commit/b18d6b0e20b5bf6e...
-
06:21 PM Bug #5141 (Closed): zfs minimum indirect block size is 4K
- "git commit e94f268a6264bf027b3bc556fb4cceb84f7323c5":https://github.com/illumos/illumos-gate/commit/e94f268a6264bf02...
-
03:46 PM Bug #5145 (Resolved): Invalid assert() in _nscd_get()
- The assert expression at line 190 in _nscd_get() is always false:...
-
01:07 PM Bug #5144: format should trust blkdev
- webrev: http://ma.nexenta.com/~woodstock/illumos-5144/
-
12:56 PM Bug #5144 (Closed): format should trust blkdev
- Currently, when using format(1M) on a blkdev device, it will ask all kinds of weird questions about the device: physi...
-
12:41 AM Bug #5143 (Closed): taskq kstat labels out of order
- Stumbled across by inspection.
http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/os/taskq.c
59...
2014-09-09
-
05:44 PM Bug #5086 (Closed): Remove OpenSSL 0.9.8a
- "git commit f985abb4a2473d3c04b086f7c9fab177e368ffef":https://github.com/illumos/illumos-gate/commit/f985abb4a2473d3c...
-
05:16 PM Bug #4454: ldi notifications trigger vdev_disk_free() without spa_config_lock()
- This has been also discovered by an OmniOS customer. Same stack trace:...
-
07:40 AM Feature #5142 (Closed): libzfs support raidz root pool (loader project)
- the current libzfs only allows simple disk and mirror setup for boot pool, as loader does support booting from raidz,...
2014-09-07
-
06:37 PM Bug #5141 (Closed): zfs minimum indirect block size is 4K
- The smallest indirect block size that we use is 4K (for the DDT). We should
encode and enforce this in the code. T... -
03:27 PM Bug #5140 (Closed): message about "%recv could not be opened" is printed when booting after crash
- After crashing, the ZIL tries to open all filesystems to claim their log
blocks. If we were in the middle of a rece... -
03:05 PM Bug #5139 (Closed): SEEK_HOLE failed to report a hole at end of file
- If the file has contents up to exactly block 128^N (e.g. 1MB w/8K blocks, as with
this file), then we will misrepor... -
02:36 PM Bug #5138 (Closed): add tunable for maximum number of blocks freed in one txg
- By limiting the maximum number of blocks freed during a single transaction
group, we can limit how much of the dedup... -
12:01 PM Bug #5137 (New): Typo in zpool-feature manual page
- This is reported by Dmitry Morozovsky <marck rinet ru>, applied to FreeBSD as r271222.
2014-09-05
-
10:18 PM Bug #5133: fix races for two panics on NULL pointer derefs in nsmb connection teardown
- SUP-538 summary:
This was a race between:
(a) the smbiod closing it's connection, leading to an "unloan" of the net... -
07:20 PM Bug #5133 (Closed): fix races for two panics on NULL pointer derefs in nsmb connection teardown
- In both cases an smbiod worker process triggers the panic with system calls against the nsmb (SMB client) kernel modu...
-
09:53 PM Bug #5136 (Closed): fix write throttle comment in dsl_pool.c
- fix write throttle comment in dsl_pool.c
-
09:45 PM Bug #5135 (Closed): zpool_find_import_cached() can use fnvlist_*
- zpool_find_import_cached() can, and should, use fnvlist_*
-
09:36 PM Bug #5134 (Closed): if ZFS_DEBUG or debug= is set, libzpool should enable debug prints
- currently you have to set both ZFS_DEBUG (or debug= as a command argument) and
set the zfs_flags global variable. S... -
05:06 PM Bug #5118 (Closed): When verifying or creating a storage pool, error messages only show one device
- "git commit 75fbdf9b9f63da7e23a9814982b78a782559c086":https://github.com/illumos/illumos-gate/commit/75fbdf9b9f63da7e...
-
04:50 AM Bug #5118: When verifying or creating a storage pool, error messages only show one device
- we now iterate through all the children in the newly-renamed is_device_in_use() so that functions it calls print more...
-
05:04 PM Bug #5116 (Closed): zpool history -i goes into infinite loop
- "git commit 3339867a862f63acdad71abd574d5d79e18d8579":https://github.com/illumos/illumos-gate/commit/3339867a862f63ac...
-
05:02 PM Bug #5117 (Closed): space map reallocation can cause corruption
- "git commit e503a685964805f048b35c2a4e70e0638344f2b7":https://github.com/illumos/illumos-gate/commit/e503a685964805f0...
-
04:21 PM Bug #5131: Update hwdata (pci.ids and usb.ids)
- Let's add the version/date of the databases we are updating to next time.
-
02:12 PM Bug #5131 (Closed): Update hwdata (pci.ids and usb.ids)
- "git commit 5d4be6c45d0c128ceaac913513c2a83b5010b7ff":https://github.com/illumos/illumos-gate/commit/5d4be6c45d0c128c...
-
01:20 AM Bug #5131 (Closed): Update hwdata (pci.ids and usb.ids)
- Time for an update.
-
01:58 PM Bug #5132: mdb loops forever printing a stack backtrace
- The cause is, in this crash dump, finstack find a frame that looks valid (and mostly is) but has a frame where the "f...
-
01:56 PM Bug #5132 (Closed): mdb loops forever printing a stack backtrace
- Description:
I have a customer crash dump (taken with reboot -d) where mdb loops forever trying to print out one of... -
04:11 AM Bug #5129 (Closed): Update timezone info db to 2014g
- "git commit 6f8e89373f0dffcc7c2bd674dc6758497e03817f":https://github.com/illumos/illumos-gate/commit/6f8e89373f0dffcc...
2014-09-04
-
07:12 PM Bug #5130 (New): Kernel Panic on importing pool without log device
- My system had been running for years with no issues. I performed a pkg update a few weeks ago to a9. Last week the sy...
-
03:43 PM Bug #5129: Update timezone info db to 2014g
- NOTE --> this bugfix will also include https://github.com/Nexenta/illumos-nexenta/commit/dd338f4b4c9f7e1226098630364c...
-
03:42 PM Bug #5129 (Closed): Update timezone info db to 2014g
- In preparation for the next OmniOS, I was asked to update the timezone information. Here it is.
-
01:42 PM Feature #5015: improvements to mpt_sas debug logging and mdb module
- webrev: http://ma.nexenta.com/~woodstock/illumos-mptsas-dbg/
The changes include a few bits of cleanup in the exis... -
11:11 AM Bug #5128 (New): arc_memory_throttle uses vmem_size return as bytes
- arc_memory_throttle uses the return from vmem_size(heap_arena, VMEM_FREE), which is page count, when setting up avail...
2014-09-03
-
08:04 PM Bug #5126: nfs4: stat does not trigger mirror mount
- If you'll try the similar test with automounter (instead of mirror mounts), you'll find that the behavior is similar ...
-
03:18 PM Bug #5126 (New): nfs4: stat does not trigger mirror mount
- I’m using nfs4 mirror mounts. The directory @data@ is an empty (currently not mounted) mount point within a shared tr...
2014-09-02
-
06:33 PM Bug #4518: lockd: Cannot establish NLM service over <file desc. 9, protocol udp>
- What are potential causes of the slow statd? Is there a fix in the works?
-
06:27 PM Bug #4518: lockd: Cannot establish NLM service over <file desc. 9, protocol udp>
- To reproduce the issue you need to have slow statd. To achieve that you could use the following patch:...
-
04:44 PM Bug #4518: lockd: Cannot establish NLM service over <file desc. 9, protocol udp>
- what's the core repro steps? in having the same issue on smartos from July. it's annoying to have to perform manual...
2014-08-30
-
06:04 PM Bug #4678: lms and heci can probably be EOF'd
- Furthermore, Intel AMT has changed substantially. The version we have is based on v2 or v3, but version 8 is now cur...
2014-08-29
-
05:43 PM Bug #5088 (Closed): it's probably ok for vi to stop working around pdp-11 bugs now
- "git commit 0f1f78266c1aea63b41bde99723de7aa3fa9f7cc":https://github.com/illumos/illumos-gate/commit/0f1f78266c1aea63...
-
05:43 PM Bug #5083 (Closed): avoid undefined order of operations in assignments
- "git commit 2bc987325e3ded1865bff043128661815c4690b9":https://github.com/illumos/illumos-gate/commit/2bc987325e3ded18...
-
05:43 PM Bug #5121 (Closed): dscfglockd is needless wsdiff noise
- "git commit 4ef97ab2f8bc3015a04caa68a4fb9053546fe1ec":https://github.com/illumos/illumos-gate/commit/4ef97ab2f8bc3015...
-
04:04 PM Feature #5119 (Closed): Add EFI/GPT System and BIOS Boot partition support
- "git commit e088753c56867594fc7d2221ad9ac39a9298883d":https://github.com/illumos/illumos-gate/commit/e088753c56867594...
-
08:07 AM Bug #5125 (Closed): update zpool/libzfs to manage bootable whole disk pools (EFI/GPT labeled disks)
- zpool command should support creating bootable whole disk pools, implies EFI/GPT label with automatic boot partition ...
2014-08-27
-
10:13 PM Feature #5069 (Closed): Removal of wu-ftpd
- "git commit 4e762ae71a675489e308ef67b9c4f35fa31042da":https://github.com/illumos/illumos-gate/commit/4e762ae71a675489...
-
10:13 PM Bug #5100 (Closed): sparc build failed after 5004
- "git commit 6481fd49a4385db15285ddf89f9c80b45eaaa407":https://github.com/illumos/illumos-gate/commit/6481fd49a4385db1...
-
08:19 PM Bug #5124 (New): machine eventually becomes unresponsive, floods console with "unsolicited ack for DL_UNITDATA_REQ on vnic999"
- Found a machine running il-gate 20140821 entirely unresponsive local or remotely, console showed "1":http://skysrv.ph...
-
06:49 PM Bug #3925: IP DCE does not scale
- re-opened similar issue as https://www.illumos.org/issues/5123#change-13027
-
01:07 PM Bug #5122: mpt_sas hangs forever with some kinds of malfunctioning drive
- By the by, pulling the drive or reseating such a drive will not fix this problem once it occurs - nor will cycling th...
2014-08-26
-
07:25 PM Bug #5123: IP DCE does not scale - part deux
- I forgot to add this bit about memory consumption rate...
root@www007:~# for i in `seq 1 10000`; do d=`date`; k=`e... -
07:08 PM Bug #5123 (Closed): IP DCE does not scale - part deux
My web proxy tier falls over dead, on 151a9, in less than one day with the DCE cache consuming presumably consumin...-
05:28 PM Bug #5122 (New): mpt_sas hangs forever with some kinds of malfunctioning drive
- Precisely as it says....
-
03:21 PM Bug #5121 (Closed): dscfglockd is needless wsdiff noise
- dscfglockd missed the pure of __DATE__ and such from the gate, by virtue of being in NWS at the time. It should be p...
-
06:28 AM Feature #5120 (Closed): zfs should allow large block/gzip/raidz boot pool (loader project)
- current kernel zfs module does not allow to set following features for boot pools:
large blocks
gzip compression
r... -
05:41 AM Bug #5062 (In Progress): bootadm update-archive should not fail if grub1 is missing
2014-08-25
-
03:24 PM Bug #4453 (Feedback): driver/storage/sdcard package missing driver for sdcard
- This is sort of time scale for changes.
https://github.com/illumos/illumos-gate/commits?author=gdamore
Might be wor... -
07:41 AM Feature #5119 (Closed): Add EFI/GPT System and BIOS Boot partition support
- To support grub2, illumos needs EFI system and bios boot partition support in sys/efi_partition.h, sys/vtoc.h, libefi...
2014-08-24
-
06:05 AM Bug #5118 (Closed): When verifying or creating a storage pool, error messages only show one device
- When verifying or creating a storage pool, error messages only show one device.
The error message should list all de... -
05:04 AM Bug #5117: space map reallocation can cause corruption
- typo in the bug synopsis; we are talking about space maps here, not astronauts. (I don't see how to change it.)
-
04:59 AM Bug #5117 (Closed): space map reallocation can cause corruption
- The system panicked with space map corruption:
> $c
vpanic()
vcmn_err+0x23(3, fffffffff7a69098, ffffff0006463d60... -
04:31 AM Bug #5116 (Closed): zpool history -i goes into infinite loop
- After doing a "zfs destroy" that destroys many snapshots in one ioctl,
if you run "zpool history -i", it
will go i...
2014-08-23
-
11:21 PM Bug #5113 (Closed): move elxl.7d and iprb.7d to intel section
- "git commit d43e36083971394ac9c1341783ff58802c2e73ef":https://github.com/illumos/illumos-gate/commit/d43e36083971394a...
2014-08-22
-
06:19 PM Bug #5113 (Pending RTI): move elxl.7d and iprb.7d to intel section
-
02:55 PM Bug #5102 (Closed): Kstat.xs fails to build on the SPARC platform
- "git commit 1c3ca989438eb557ef3330f5677c699b85944e44":https://github.com/illumos/illumos-gate/commit/1c3ca989438eb557...
-
01:36 PM Feature #5115 (Closed): Want Intel 40GbE NIC driver for illumos
- Intel's NICs based on the XL710 chipset exist "1":http://ark.intel.com/products/82945/Intel-Ethernet-Controller-XL710...
-
01:10 PM Bug #5114 (New): lf_cv_waiters is never initialized/destroyed
- The lf_cv_waiters condition variable in struct log_file is never explicitly initialized and destroyed by calling cv_i...
2014-08-21
-
09:48 PM Feature #5030 (Closed): VNICs should support a variable MTU
- "git commit a776d98e5f349dbb7f5a47eca48f50e6117adcb7":https://github.com/illumos/illumos-gate/commit/a776d98e5f349dbb...
-
08:14 PM Bug #5113: move elxl.7d and iprb.7d to intel section
- http://apt.dilos.org/cr/il-5113/
-
08:12 PM Bug #5113 (Closed): move elxl.7d and iprb.7d to intel section
- we have man pages elxl.7d and iprb.7d only for Intel and have message on SPARC:...
-
06:33 PM Bug #5111 (Closed): smb_common_rename uses uninitialized variable
- "git commit 896cab575ec8a9c845350d470dabb5a0997efebf":https://github.com/illumos/illumos-gate/commit/896cab575ec8a9c8...
-
01:29 AM Bug #5111 (Closed): smb_common_rename uses uninitialized variable
- An OmniOS customer reported some SMB coredumps. The first of which was this:...
-
03:02 PM Bug #5112 (Closed): svcadm manpage needs more 5021-related updates
- In #5021, the svcadm manpage got updated to reflect the new behavior. Unfortunately, the "Operands" subsection didn'...
-
02:29 PM Bug #5099 (Closed): sparc build failed after 5043
- "git commit 8498b9f364b7f274756eeaa1de40daf3bca76798":https://github.com/illumos/illumos-gate/commit/8498b9f364b7f274...
-
11:00 AM Bug #4453: driver/storage/sdcard package missing driver for sdcard
- Moved to hipster-2014.1 long time ago and still no luck:...
-
10:25 AM Bug #4234: PATH=/usr/gnu/bin:$PATH breaks things
- Gordon Ross wrote:
> In theory, /usr/bin/login should give you a usable PATH even without any of those .profile over... -
12:19 AM Feature #5021 (Closed): SMF: allow svcadm to act on multiple instances simultaneously
- "git commit 6c7c876ca6ff79eaf105ad9329de9003cabead35":https://github.com/illumos/illumos-gate/commit/6c7c876ca6ff79ea...
-
12:19 AM Feature #5022 (Closed): svcadm could use -Z option
- "git commit 702a871ab9051e1bba904410d3f0f3ad4c858dcb":https://github.com/illumos/illumos-gate/commit/702a871ab9051e1b...
-
12:19 AM Feature #5023 (Closed): Please, oh please, let me clear N services in maintenance across zones from the GZ
- "git commit 37b40227c992afc6bf6acdd1854ccd2e42a45028":https://github.com/illumos/illumos-gate/commit/37b40227c992afc6...
-
12:19 AM Feature #5024 (Closed): Want svcadm restart -d [...] for taking cores before restart
- "git commit ac0324d26eb303fa7f174e9ed0543767cca4ad95":https://github.com/illumos/illumos-gate/commit/ac0324d26eb303fa...
2014-08-20
-
06:03 PM Bug #5108: value may be used uninitialized in rpcbind.c
- [corrected.. after restarting in a clean environment seemed okay]
Pedantically this is probably correct and is why -W... -
06:35 AM Bug #5108: value may be used uninitialized in rpcbind.c
- This is my analysis from May 2014:
http://www.listbox.com/member/archive/182179/2014/05/sort/time_rev/page/15/entr... -
05:36 PM Bug #5106: elfdump compiles using headers from the build system
- Looks like 4902 was already open
https://www.illumos.org/issues/4902
covering (substantially) the same problem, th... -
02:26 PM Bug #2094 (Closed): EOF wu-ftpd
- Duplicates #5069.
-
12:24 PM Feature #5110 (Closed): want pam_timestamp module
- Linux and Solaris has useful pam module which, like sudo, caches successful authentication attempts and allows to use...
-
06:24 AM Bug #5109 (Closed): Variable uninitialized in rpcbind.c
- This is a duplicate of #5108.
-
02:38 AM Bug #5109 (Closed): Variable uninitialized in rpcbind.c
- A build of illumos on the SPARC platform results in these error messages:
@
rpcbind.c:1061: error: 'val' may be u...
2014-08-19
-
11:48 PM Bug #5108: value may be used uninitialized in rpcbind.c
- Simple fix (attached)
-
11:47 PM Bug #5108 (Closed): value may be used uninitialized in rpcbind.c
- Building $SRC/cmd/rpcbind (on sparc)
rpcbind.c:1061: error: 'val' may be used uninitialized in this function [-Wuni... -
11:12 PM Bug #5106: elfdump compiles using headers from the build system
- Here's an easy way to fix this: (attached)
0003-elfdump-build-is-using-the-wrong-procfs.h.patch
Longer term, Robert... -
10:58 PM Bug #5106 (Closed): elfdump compiles using headers from the build system
- For an example of how this breaks things, do:...
-
11:11 PM Feature #5107 (New): Eliminate "native" programs that run during the build
- There are "native" programs used in parts of the build, where we compile a program that runs ("native") on the build ...
-
06:41 PM Bug #3925 (Closed): IP DCE does not scale
- Can you please open a new bug related to this and include data such as flamegraphs or bucket sizes, etc. Whatever we ...
-
06:38 PM Bug #3925 (Feedback): IP DCE does not scale
I still see this problem on OI151a9.
My webservers talk to several hundred million clients each month. I expect...-
06:20 PM Bug #5095 (Closed): panic when adding a duplicate dbuf to dn_dbufs
- "git commit 86bb58aec7165f8a0303564575c65e5a2ad58bf1":https://github.com/illumos/illumos-gate/commit/86bb58aec7165f8a...
-
04:26 PM Feature #5105 (New): want recursive zfs bookmarks
- zfs bookmark "-r" option is present in the original snippet of the manpage presented in the original ticket[0] but no...
-
02:01 PM Bug #5104 (Closed): reboot should check for (and remove) extra -B zfs-bootfs options.
- background: if /lib/svc/method/fs-usr fails to run bootadm update-archive for any reason, it will use eeprom bootcmd ...
2014-08-18
-
10:43 PM Bug #790: need {smtp,snmp}-notify man pages
- Changing the subject as svccfg(1M) man page does exist, and {smtp,snmp}-notify are related to FM, not SMF.
-
04:24 PM Bug #2867: iscsit remote vulnerability
- Not fixed, just checked.
-
04:18 PM Feature #4032: man(1) should allow specifying paths to a page
- This will most likely conflict with current way of searching the man page by specifying path to binary.
-
12:50 PM Bug #5099 (Pending RTI): sparc build failed after 5043
-
12:49 PM Bug #5100 (Pending RTI): sparc build failed after 5004
-
09:00 AM Feature #4118 (Resolved): libuuid should provide uuid_unparse_{upper,lower} functions
-
07:47 AM Bug #5079: panicstr = stmf_svc: I/O deadman hit
- Fourth system affected, disabling stmf_io_deadman did help, system did not panic at this time, but sbdadm delete-lu g...
-
12:56 AM Bug #5102 (Closed): Kstat.xs fails to build on the SPARC platform
- A build on the SPARC platform stops with these errors:
@
"Kstat.xs", line 86: cannot find include file: <vm/hat_sfm... -
12:52 AM Bug #4989: removal of ntfsprogs and parted
- Is usr/src/lib/libparted/AUTHORS.txt supposed to remain with this integrated?
-
12:25 AM Feature #3728 (Closed): want getifaddrs manual page
- Done in #4158.
-
12:21 AM Bug #3550 (Closed): html pages generated by webrev(1) should force utf-8 encoding
- Done in #4907.
-
12:10 AM Bug #2674 (Closed): ntfsprogs should go
- Done in #4989.
-
12:10 AM Feature #2673 (Closed): parted should go
- Done in #4989.
-
12:09 AM Feature #2665 (Resolved): sd.conf should be able to override physical-block-size
2014-08-17
-
11:42 PM Feature #1195 (Closed): man -k and -s should cooperate
- Done in #5025.
-
11:42 PM Bug #1157 (Closed): man could support gzipped pages
- Done in #5025.
-
11:34 PM Bug #708 (Closed): libparted reiserfs support gets its bitwise ops muddled
- Obsoleted by #4989.
-
11:29 PM Bug #614 (Closed): catman should execute nawk
- Obsoleted by #5025.
-
11:26 PM Feature #281 (Closed): Make man(1) suck slightly less
- Done in #5025.
-
07:57 PM Bug #5101 (Closed): privileges(5) manual page missing some privileges
- The privileges(5) manual page is missing these: PRIV_FILE_READ, PRIV_FILE_WRITE, PRIV_NET_ACCESS, PRIV_NET_MAC_IMPLIC...
-
02:18 PM Bug #5100: sparc build failed after 5004
- http://apt.dilos.org/cr/il-5004-fix/
-
02:17 PM Bug #5100 (Closed): sparc build failed after 5004
- build on SPARC failed after integration of 5004:...
2014-08-16
-
12:27 PM Bug #5099 (In Progress): sparc build failed after 5043
- http://apt.dilos.org/cr/il-5099/
-
12:16 PM Bug #5099 (Closed): sparc build failed after 5043
- sparc build failed with:...
2014-08-15
-
11:31 PM Bug #5091 (Closed): illumos.sh env file's LOCKNAME definition is busted
- "git commit 60a61f7adabc73a7a0cb70d200ac2a6735f4a6e8":https://github.com/illumos/illumos-gate/commit/60a61f7adabc73a7...
-
11:31 PM Bug #5092 (Closed): env files don't need to define LOCKNAME by default
- "git commit 60a61f7adabc73a7a0cb70d200ac2a6735f4a6e8":https://github.com/illumos/illumos-gate/commit/60a61f7adabc73a7...
-
11:31 PM Bug #4989 (Closed): removal of ntfsprogs and parted
- "git commit 5e3f545c431ec4bce3e1b52f3f81bc9befe501f2":https://github.com/illumos/illumos-gate/commit/5e3f545c431ec4bc...
-
06:50 PM Bug #5068 (Closed): Remove SCCSID() macro from <macros.h>
- "git commit ba3594ba9b5dd4c846c472a8d657edcb7c8109ac":https://github.com/illumos/illumos-gate/commit/ba3594ba9b5dd4c8...
-
06:50 PM Bug #5066 (Closed): remove support for non-ANSI compilation
- "git commit ba3594ba9b5dd4c846c472a8d657edcb7c8109ac":https://github.com/illumos/illumos-gate/commit/ba3594ba9b5dd4c8...
-
12:35 AM Bug #5098 (New): psignal(3C) header file could be <signal.h>
- psignal was standardized as part of posix to appear from signal.h. Today that works just fine, we should update the m...
-
12:26 AM Bug #5097 (Closed): psignal and psiginfo don't handle NULL arguments correctly
- The standard (and other implementations) clearly indicate that when NULL (or an empty string) is passed in for the me...
2014-08-14
-
11:12 PM Bug #5096 (Closed): getaddrinfo doesn't properly handle AI_ADDRCONFIG | AI_V4MAPPED
- When getaddrinfo() is invoked with AF_UNSPEC and flags set to AI_ADDRCONFIG | AI_V4MAPPED (aka AI_DEFAULT), and there...
-
11:02 PM Bug #5095 (Closed): panic when adding a duplicate dbuf to dn_dbufs
- We hit a panic in dbuf_compare when testing Illumos recently (this was initially reported to us by Joyent, but we rep...
-
10:30 PM Feature #5094: Update libsmbios with recent items
- https://reviews.csiden.org/r/77
This patch updates the following classes of items to those defined in the DMTF SMB... -
10:27 PM Feature #5094 (Closed): Update libsmbios with recent items
- libsmbios contains tables of various devices and their identifying numbers as defined in the DMTF SMBIOS spec. These ...
-
09:55 PM Bug #5093 (New): broken webmin shipped with oi_151a8
- ...
-
05:19 PM Bug #5091: illumos.sh env file's LOCKNAME definition is busted
- /usr/bin/basename is that way for apparent compatibility reasons.
That and whether a 2nd argument is ignored are t... -
04:57 PM Bug #5091: illumos.sh env file's LOCKNAME definition is busted
- Or is it our /usr/bin/basename that is busted not treating the '--' as 'no more options'?
-
04:45 PM Bug #5091 (Closed): illumos.sh env file's LOCKNAME definition is busted
- The line:...
-
04:47 PM Bug #5092 (Closed): env files don't need to define LOCKNAME by default
- Defining LOCKNAME in your env file causes nightly to create this lock file *in addition* to creating a lockfile in th...
-
04:15 PM Bug #5090 (New): Setting of sharenfs for unshared dataset shouldn't re-share it
- This is in the zfs(1m) man page:...
-
04:00 PM Bug #5089 (New): iconv don't support conversion from/to WCHAR_T
- illumos (and OI) doesn't provide conversion tables to/from WCHAR_T.
Test example (extracted from glib/gtkmm test ... -
02:33 PM Bug #5087 (Closed): 8-bit inline atomic {add,or,and} use wrong reg constraints on x86
- "git commit d8ccf998f9c944b8cf27ed840c376f9b79ebce5c":https://github.com/illumos/illumos-gate/commit/d8ccf998f9c944b8...
Also available in: Atom