Activity
From 2014-11-05 to 2014-12-04
2014-12-04
-
10:47 PM Feature #5391 (New): allow multiple CONSOLE devices in /etc/default/login
- The CONSOLE= line allows the restriction of root logins to just the console device. If a system is configured with a...
-
09:25 PM Feature #2057 (Closed): Document dladm show-phys' -m option
- "git commit a4754370e3396d98214a2a2bbb89a23555b2cff2":https://github.com/illumos/illumos-gate/commit/a4754370e3396d98...
-
09:25 PM Bug #5385 (Closed): socket I/O related manuals don't document ECONNRESET
- "git commit a95756817154e8f4dfc0fd0963ce91ea4f5e34fb":https://github.com/illumos/illumos-gate/commit/a95756817154e8f4...
-
03:52 PM Feature #5390 (Closed): Support for HP Smart Array P440ar
- HP DL380p Gen9 servers come with HP Smart Array P440ar HBA, which are currently unsupported with cpqary3 driver.
W... -
03:20 PM Bug #5377 (Closed): bootadm update-archive misidentifies BEs as ramdisks
- "git commit 08db0dbccad017e19ad23f4b307e9fd0dc96cda1":https://github.com/illumos/illumos-gate/commit/08db0dbccad017e1...
-
12:56 PM Bug #5389: zfs receive crashes after receiving 1.02T
- I forgot:...
-
12:44 PM Bug #5389 (New): zfs receive crashes after receiving 1.02T
- I did a "zfs send" a 1.02T big Snapshot tonight... after presumably complete transfer of the Snapshot,
the "zfs recv... -
12:47 PM Bug #4518: lockd: Cannot establish NLM service over <file desc. 9, protocol udp>
- Dan, thanks for your information. I had the same problem and removing some stale (?) files in the sm.bak directory c...
-
12:34 PM Feature #5346: locale independant strto* missing (as well as their wchar variants)
- As these were gnulib and not POSIX, I tabled working further on the packages when I posted the issue (a placeholder f...
-
05:41 AM Bug #5314 (Closed): Remove "dbuf phys" db->db_data pointer aliases in ZFS
- "git commit c1379625401dfbe1c39b79136dd384a571d47fde":https://github.com/illumos/illumos-gate/commit/c1379625401dfbe1...
-
04:54 AM Bug #5388 (New): ptsl and ptc sources should make clear what they are
- ptsl and ptc appear to implement the old BSD-style ptys (much credit to Josh for working that out).
Their sources,...
2014-12-03
-
11:29 PM Feature #5340 (Closed): add kstats to track reason for fork failures
- "git commit 2dc692e04c2d360aa723d8436a83b8f44e8fa77b":https://github.com/illumos/illumos-gate/commit/2dc692e04c2d360a...
-
10:05 PM Bug #5387 (Feedback): reads of pty master will hang indefinitely while slave is closed
- If you close the slave side of a pty and read the master you get a single 0-byte read to let you know he slave has cl...
-
09:48 PM Bug #5381: netstat(1M) and netstat's usage are stale
- A quick grep shows:...
-
09:03 PM Bug #3590: bcanputnext(9F)/canputnext(9F): Missing man pages
- I've written a page, and put it up on illumos core here:
https://github.com/gdamore/illumos-core/commit/2ea4a026c0... -
08:50 PM Feature #5386 (New): implement openpty(3C), forkpty(3C), and login_tty(3C)
- Other systems have openpty() and forkpty() functions to make dealing with pty's considerably easier and more foolproo...
-
08:15 PM Bug #5366 (Closed): strcoll_l may destroy its arguments, then crash
- "git commit 83ff55dcd7fc7c3356d7b2d3f67ec99970728d9b":https://github.com/illumos/illumos-gate/commit/83ff55dcd7fc7c33...
-
08:13 PM Feature #5346: locale independant strto* missing (as well as their wchar variants)
- These functions are not part of the POSIX specification, but are BSD additions (really inherited from Darwin I believ...
-
05:34 PM Bug #5385 (Closed): socket I/O related manuals don't document ECONNRESET
- ECONNRESET is a valid errno that can come from TCP (and probably SCTP) sockets. It's not documented anywhere in read(...
-
05:30 PM Feature #2057: Document dladm show-phys' -m option
- It's also missing from the actual dladm usage block in the command. I'll take care of both while I'm here.
-
02:19 PM Bug #5384 (Closed): pvn_getpages may assert in valid scenarios
- The assertion tries to ensure that the page list is large enough for the result. However, it fails to take into cons...
-
08:44 AM Bug #4518: lockd: Cannot establish NLM service over <file desc. 9, protocol udp>
- I managed to reproduce the issue here. Statd is trying to recover after a crash while it has this link in /var/statmo...
2014-12-02
-
11:24 PM Bug #5378 (Closed): CVE-2014-3158 ppp: integer overflow in option parsing
- "git commit 084c18406d32a8fbb6b9a40d864e7c7ddb5b4d9d":https://github.com/illumos/illumos-gate/commit/084c18406d32a8fb...
-
10:35 PM Bug #5383 (Closed): 5234 breaks build on sparc
- Building illumos-gate on sparc fails with the error below. This makes sense, the defines are from the intel regset.h ...
-
09:32 PM Bug #5364 (Closed): grp.h has incorrect prototype for getgrnam_r and getgrgid_r
- "git commit 591ef764641217c678e78cf03e535ae8016a4595":https://github.com/illumos/illumos-gate/commit/591ef764641217c6...
-
08:22 PM Bug #5382 (Closed): pvn_getpages handles lengths <= PAGESIZE just fine
- The pvn_getpages helper function handles the case of length being less than or equal to PAGESIZE just fine. Many fil...
-
02:02 PM Bug #5381 (New): netstat(1M) and netstat's usage are stale
- At least one flag (-d, which provides output like the following) is undocumented by either, and I haven't looked at t...
-
12:10 PM Bug #5380: receive of a send -p stream doesn't need to try renaming snapshots
- Review request: https://reviews.csiden.org/r/141/
-
12:06 PM Bug #5380 (Closed): receive of a send -p stream doesn't need to try renaming snapshots
- A stream created with zfs send -p -I contains properties of all snapshots of a given dataset as opposed to only prope...
-
11:58 AM Bug #5379 (Closed): modifying a mmap()-ed file does not update its timestamps
- The following is based on a review of the illumos code and on a similar problem reported for FreeBSD where the releva...
-
08:36 AM Bug #5347 (Closed): idle pool may run itself out of space
- "git commit 231aab857f14a3e7a0ed5f2879399c3cd6ae92ea":https://github.com/illumos/illumos-gate/commit/231aab857f14a3e7...
-
08:34 AM Bug #5368 (Closed): ARC should cache more metadata
- "git commit 3a5286a1cffceafcd8cf79c4156fad605129bf50":https://github.com/illumos/illumos-gate/commit/3a5286a1cffceafc...
-
01:54 AM Feature #5373 (Closed): connect(3SOCKET) could talk about non-blocking mode
- "git commit 9df71b62d3244d8f6f79d4beaed378568d09561d":https://github.com/illumos/illumos-gate/commit/9df71b62d3244d8f...
-
12:24 AM Feature #5017 (Closed): use 64bit DMA in mpt_sas
- "git commit 940efceed6b67909bbec473feca747d2fbaa32b9":https://github.com/illumos/illumos-gate/commit/940efceed6b67909...
2014-12-01
-
10:36 PM Bug #5314: Remove "dbuf phys" db->db_data pointer aliases in ZFS
- Remove "dbuf phys" db->db_data pointer aliases. ...
-
06:43 PM Bug #5378 (Closed): CVE-2014-3158 ppp: integer overflow in option parsing
- There is a security update to ppp. The code is close enough to illumos, so I suspect that illumos ppp is also affecte...
-
04:45 PM Bug #3124 (Closed): Remove any existing references to utmp, use utmpx instead
- "git commit 1eabc4bec6d2a5ad71f6a1f0c019af5438d8b1bf":https://github.com/illumos/illumos-gate/commit/1eabc4bec6d2a5ad...
-
04:34 PM Bug #2732 (Closed): consistent use of #pragma align would please GCC
- "git commit 90b1de135fcfa7ce4adc9138a885aa94bbcef04f":https://github.com/illumos/illumos-gate/commit/90b1de135fcfa7ce...
-
04:26 PM Bug #5377 (Closed): bootadm update-archive misidentifies BEs as ramdisks
- Suppose you make a BE which starts with the string "ramdisk" - for example:...
-
01:48 AM Bug #5345 (Closed): ctype.h is missing tolower_l and toupper_l
- "git commit 2ae3114cc2c67c8ccb4eecdad806614150ce34fd":https://github.com/illumos/illumos-gate/commit/2ae3114cc2c67c8c...
2014-11-30
-
04:10 PM Bug #5376 (Closed): arc_kmem_reap_now() should not result in clearing arc_no_grow
- I observed a machine writing data at 200-500MB/s.
mpstat showed that periodically one CPU would become 100% busy fo...
2014-11-29
-
08:59 PM Bug #5317 (Closed): SMB server delivers old modification time
- "git commit 5fd03bc0f2e00e7ba02316c2e08f45d52aab15db":https://github.com/illumos/illumos-gate/commit/5fd03bc0f2e00e7b...
-
08:59 PM Bug #5319 (Closed): smb_oplock_acquire thread deadlock
- "git commit bc7c423f80bd757204d3b17cfd74585ae5b30ed8":https://github.com/illumos/illumos-gate/commit/bc7c423f80bd7572...
-
08:59 PM Bug #5320 (Closed): panic in smb_com_locking_andx
- "git commit 9c787c76803e57736d13413909945366ce3a9448":https://github.com/illumos/illumos-gate/commit/9c787c76803e5773...
-
08:59 PM Bug #5318 (Closed): Panic with smbtorture raw.scan-eamax
- "git commit 7f3ef643e446c82e27a9386991b140b128baf22c":https://github.com/illumos/illumos-gate/commit/7f3ef643e446c82e...
-
04:01 PM Feature #4937 (Closed): SunSSH should support EOW extension
- "git commit 371387fa64d65a99a72f1ff81d0efd2220534d0b":https://github.com/illumos/illumos-gate/commit/371387fa64d65a99...
-
01:32 AM Bug #5362 (Closed): invalid conversion when using asm/thread.h in c++ code
- "git commit b808966a943db6fb9a110438cce8184c87e1f62b":https://github.com/illumos/illumos-gate/commit/b808966a943db6fb...
2014-11-28
-
11:31 AM Bug #5375 (Closed): utmpd(1M) core dumps when WTMPX_UPDATE_FREQ is zero
- The utmpd(1M) core dumps when WTMPX_UPDATE_FREQ is zero here (division by zero):...
2014-11-26
-
10:30 PM Bug #5268 (Closed): libm doesn't need to hide symbols which are already local
- "git commit 1ec68d336ba97cd53f46053ac10401d16014d075":https://github.com/illumos/illumos-gate/commit/1ec68d336ba97cd5...
-
10:30 PM Bug #5262 (Closed): libm needs to be carefully unifdef'd
- "git commit 1ec68d336ba97cd53f46053ac10401d16014d075":https://github.com/illumos/illumos-gate/commit/1ec68d336ba97cd5...
-
10:30 PM Bug #5271 (Closed): matherr(3M) is designed for interposition, should not be direct bound
- "git commit 5ecdb14294592edd8198f1f998c79e60406503ad":https://github.com/illumos/illumos-gate/commit/5ecdb14294592edd...
-
10:30 PM Bug #5344 (Closed): etc/ftpusers breaks some incrementals
- "git commit 67596cf9c2b72fce44cb338448ce7006e99953f8":https://github.com/illumos/illumos-gate/commit/67596cf9c2b72fce...
-
10:30 PM Bug #5298 (Closed): fabs is 0-sized, confuses dis(1) and others
- "git commit ddc0e0b53c661f6e439e3b7072b3ef353eadb4af":https://github.com/illumos/illumos-gate/commit/ddc0e0b53c661f6e...
-
10:30 PM Bug #5261 (Closed): libm should stop using synonyms.h
- "git commit ddc0e0b53c661f6e439e3b7072b3ef353eadb4af":https://github.com/illumos/illumos-gate/commit/ddc0e0b53c661f6e...
-
09:46 PM Bug #5367 (Closed): complex.h /* #if !defined(__cplusplus) */ comment foils gcc fixincludes
- "git commit 0b51021a5ac604aec4fe23e2cdcf97e3e886b9ec":https://github.com/illumos/illumos-gate/commit/0b51021a5ac604ae...
-
11:17 AM Bug #5367: complex.h /* #if !defined(__cplusplus) */ comment foils gcc fixincludes
- Just to show the problem on unfixed omnios bloody with gcc4.8
and with gcc49 fixed up in pkgsrc...... -
07:14 PM Feature #5374 (New): add common objects to .gitignore
- ...
-
05:56 PM Bug #5349 (Closed): verify that block pointer is plausible before reading
- "git commit f63ab3d5a84a12b474655fc7e700db3efba6c4c9":https://github.com/illumos/illumos-gate/commit/f63ab3d5a84a12b4...
-
01:44 AM Feature #5373 (Closed): connect(3SOCKET) could talk about non-blocking mode
- Connect's manual page doesn't talk about how to handle a non-blocking request, there's a vague hint in the descriptio...
-
12:09 AM Bug #5372: Double lofi mount is toxic
- BTW, the whole thing was happening in a local zone, so this is a way to panic system from a local zone.
-
12:08 AM Bug #5372 (New): Double lofi mount is toxic
- I did a lofi mount of a file as UFS file system as read-only mount and then attempted to mount another file which res...
2014-11-25
-
11:36 PM Bug #5371: Import flock from illumos-core
- Webrev URL: http://xenol.eu/~xenol/webrev/illumos-flock/
-
11:26 PM Bug #5371 (Closed): Import flock from illumos-core
- Garrett has integrated flock into this version of gate. This issue tracks upstreaming of that work.
-
10:37 PM Feature #5335 (Closed): psrset should support specifying a zone to bind
- "git commit 0cc80ade12a7ed4a67d90f6496ecf40c87e8ff16":https://github.com/illumos/illumos-gate/commit/0cc80ade12a7ed4a...
-
08:33 PM Feature #5296 (Closed): Support for more than 16 groups with AUTH_SYS
- "git commit 89621fe174cf95ae903df6ceab605bf24d696ac3":https://github.com/illumos/illumos-gate/commit/89621fe174cf95ae...
-
06:17 PM Bug #5363 (Closed): pwd.h has incorrect prototype for getpwnam_r and getpwuid_r
- "git commit 750b79c78c780208c50864106db6ec3fc19a664b":https://github.com/illumos/illumos-gate/commit/750b79c78c780208...
-
04:08 PM Bug #5341 (Closed): gcore fails with "no such file or directory" if write fails ... error is misleading
- "git commit 64e4e50ab4bc3670a29e5691e3dd935c94f0a5d7":https://github.com/illumos/illumos-gate/commit/64e4e50ab4bc3670...
-
04:02 PM Bug #5104 (Closed): reboot should check for (and remove) extra -B zfs-bootfs options.
- "git commit 9e573dcc6440324d76c37be570afdef86f045685":https://github.com/illumos/illumos-gate/commit/9e573dcc6440324d...
2014-11-24
-
09:45 PM Bug #4893 (Closed): share_nfs(1m): Typo 'node' vs. 'mode'
- "git commit 073ec901764f0ff4a9110de0cfbc6b5ce426d99a":https://github.com/illumos/illumos-gate/commit/073ec901764f0ff4...
-
02:08 PM Bug #4893 (Pending RTI): share_nfs(1m): Typo 'node' vs. 'mode'
-
09:45 PM Bug #3607 (Closed): share_nfs(1M): tag in the log option is optional
- "git commit 073ec901764f0ff4a9110de0cfbc6b5ce426d99a":https://github.com/illumos/illumos-gate/commit/073ec901764f0ff4...
-
02:07 PM Bug #3607 (Pending RTI): share_nfs(1M): tag in the log option is optional
-
09:45 PM Bug #5299 (Closed): share_nfs(1m) should be converted to mdoc
- "git commit 073ec901764f0ff4a9110de0cfbc6b5ce426d99a":https://github.com/illumos/illumos-gate/commit/073ec901764f0ff4...
-
02:07 PM Bug #5299 (Pending RTI): share_nfs(1m) should be converted to mdoc
-
09:45 PM Bug #3622 (Closed): nfslogd(1M): Note about svc:/network/nfs/log is needed
- "git commit 62824eff3eecef0153856851a0ecd8da820e02a1":https://github.com/illumos/illumos-gate/commit/62824eff3eecef01...
-
02:07 PM Bug #3622 (Pending RTI): nfslogd(1M): Note about svc:/network/nfs/log is needed
-
09:45 PM Bug #4181 (Closed): zfs(1m): 'zfs allow' examples in the man page are outdated
- "git commit 5619b3f84733e187bc34bca49abbec8bdfcd7d99":https://github.com/illumos/illumos-gate/commit/5619b3f84733e187...
-
02:06 PM Bug #4181 (Pending RTI): zfs(1m): 'zfs allow' examples in the man page are outdated
-
09:45 PM Bug #4201 (Closed): fopen(3c): The w mode should be bold, not italic
- "git commit 870bcdc9e2be873a751e202d1425b07267029c70":https://github.com/illumos/illumos-gate/commit/870bcdc9e2be873a...
-
02:06 PM Bug #4201 (Pending RTI): fopen(3c): The w mode should be bold, not italic
-
09:45 PM Bug #4192 (Closed): acl(5): issues in the man page
- "git commit 229fca2669c724519f75f27dbd16b96f35b82589":https://github.com/illumos/illumos-gate/commit/229fca2669c72451...
-
02:06 PM Bug #4192 (Pending RTI): acl(5): issues in the man page
-
09:45 PM Bug #4199 (Closed): acl_trivial(3sec): The definition of trivial ACL is incorrect
- "git commit c7b6bf90757979f50e793af7ea98d3120668214f":https://github.com/illumos/illumos-gate/commit/c7b6bf90757979f5...
-
02:06 PM Bug #4199 (Pending RTI): acl_trivial(3sec): The definition of trivial ACL is incorrect
-
09:45 PM Bug #3833 (Closed): err(3c): 'status' should be changed to 'eval'
- "git commit 56df543bd1506bfa8639c4f131c22460558bf4af":https://github.com/illumos/illumos-gate/commit/56df543bd1506bfa...
-
02:05 PM Bug #3833 (Pending RTI): err(3c): 'status' should be changed to 'eval'
-
09:45 PM Bug #4240 (Closed): lofs(7fs): Missing quotes
- "git commit b64d5d97b0f8212e45e2f214bddc101b35839fde":https://github.com/illumos/illumos-gate/commit/b64d5d97b0f8212e...
-
02:05 PM Bug #4240 (Pending RTI): lofs(7fs): Missing quotes
-
09:45 PM Bug #4320 (Closed): rpc_svc_reg(3nsl): svc_pollfd is modified too
- "git commit c235b016b0b38466c37f5fe5360c79e58fa3062d":https://github.com/illumos/illumos-gate/commit/c235b016b0b38466...
-
02:04 PM Bug #4320 (Pending RTI): rpc_svc_reg(3nsl): svc_pollfd is modified too
-
09:45 PM Bug #4306 (Closed): rpc_svc_calls(3nsl): Messed svc_sendreply/svc_max_pollfd
- "git commit 67c6b9aa14d625ebd5b266131566d95298d2d993":https://github.com/illumos/illumos-gate/commit/67c6b9aa14d625eb...
-
02:04 PM Bug #4306 (Pending RTI): rpc_svc_calls(3nsl): Messed svc_sendreply/svc_max_pollfd
-
09:45 PM Bug #4321 (Closed): rpc_svc_calls(3nsl): svc_run() can return
- "git commit 17452594f0e9de79709558488fe1aa553bedaa68":https://github.com/illumos/illumos-gate/commit/17452594f0e9de79...
-
02:04 PM Bug #4321 (Pending RTI): rpc_svc_calls(3nsl): svc_run() can return
-
09:45 PM Bug #4325 (Closed): rpc_svc_calls(3nsl): svc_getrpccaller() description should be improved
- "git commit db26b99f059a8c142f2792443c9feacf20492ce7":https://github.com/illumos/illumos-gate/commit/db26b99f059a8c14...
-
02:03 PM Bug #4325 (Pending RTI): rpc_svc_calls(3nsl): svc_getrpccaller() description should be improved
-
09:45 PM Bug #4328 (Closed): sigprocmask(2) talks about the 'how' argument
- "git commit 3689c709de099274714d61c877dcc1aa333f3f41":https://github.com/illumos/illumos-gate/commit/3689c709de099274...
-
02:03 PM Bug #4328 (Pending RTI): sigprocmask(2) talks about the 'how' argument
-
09:45 PM Bug #4324 (Closed): hosts_access(3): Missing symlinks for hosts_ctl, request_init, and request_set
- "git commit 6aa4fc89ec1cf2cdf7d7c3b9ec059802ac9abe65":https://github.com/illumos/illumos-gate/commit/6aa4fc89ec1cf2cd...
-
02:03 PM Bug #4324 (Pending RTI): hosts_access(3): Missing symlinks for hosts_ctl, request_init, and request_set
-
09:45 PM Bug #4305 (Closed): rpc(3nsl): svc_sendreply is in rpc_svc_calls(3nsl)
- "git commit 22fec8cf7c90530cbbeb80ea11190db467cb2e21":https://github.com/illumos/illumos-gate/commit/22fec8cf7c90530c...
-
02:03 PM Bug #4305 (Pending RTI): rpc(3nsl): svc_sendreply is in rpc_svc_calls(3nsl)
-
09:45 PM Bug #3614 (Closed): The 'offline' and 'sparse' extended system attributes should be documented in man pages
- "git commit 2f183016d19cb0c342edba0c4f2c9058f07298a9":https://github.com/illumos/illumos-gate/commit/2f183016d19cb0c3...
-
02:05 PM Bug #3614 (Pending RTI): The 'offline' and 'sparse' extended system attributes should be documented in man pages
-
09:45 PM Bug #4228 (Closed): chmod(1): SFI NFSv4 ACL inheritance flags are not documented
- "git commit 21920a0a2f368f65491623e68d7c66dfd09c46f4":https://github.com/illumos/illumos-gate/commit/21920a0a2f368f65...
-
02:05 PM Bug #4228 (Pending RTI): chmod(1): SFI NFSv4 ACL inheritance flags are not documented
-
06:26 PM Bug #5291 (Closed): x86 {high,low}bit rely on undefined behavior
- "git commit fdb8cf8c1b80da286f448f5e748b65f9115d7043":https://github.com/illumos/illumos-gate/commit/fdb8cf8c1b80da28...
2014-11-23
-
06:45 PM Bug #5352 (Closed): scrub should pause when there is some dirty data
- "git commit 6f6a76adacda33b10633476dc6c5d66d7f17dd94":https://github.com/illumos/illumos-gate/commit/6f6a76adacda33b1...
-
06:45 PM Bug #5351 (Closed): scrub goes for an extra second each txg
- "git commit 6f6a76adacda33b10633476dc6c5d66d7f17dd94":https://github.com/illumos/illumos-gate/commit/6f6a76adacda33b1...
-
06:42 PM Bug #5309 (Closed): mdb $C should still try for stacks with unaligned frame pointers
- "git commit 2cb81960abf615b877f0e41e6db7fc14475d8cb6":https://github.com/illumos/illumos-gate/commit/2cb81960abf615b8...
-
06:09 PM Bug #5334 (Closed): cleanup gcc warning for cmd/savecore
- "git commit 6d89ca534e2138511ecb76c02bcec1bcb83f685b":https://github.com/illumos/illumos-gate/commit/6d89ca534e213851...
-
05:08 AM Bug #5370 (Closed): consistent arc_buf_hdr_t naming scheme
- The arc has evolved over the years and it's evident that many developers have
added their own style. This can lead t... -
05:07 AM Bug #5369 (Closed): arc flags should be an enum
- The arc uses several flags but they are defined in two different locations
which can lead to confusion and programmi... -
04:59 AM Bug #5368 (Closed): ARC should cache more metadata
- Once arc_no_grow is set, whenever we read a block from disk, we evict a block
from memory to make room for it. We e... -
03:23 AM Bug #5348 (Closed): zio_checksum_error() only fills in info if ECKSUM
- "git commit 373dc1cf9a4e0791397a9b268cdac1f664af58a8":https://github.com/illumos/illumos-gate/commit/373dc1cf9a4e0791...
-
03:21 AM Bug #5350 (Closed): clean up code in dnode_sync()
- "git commit e6518318428d2be1962bf2d47fd83ebfe8cb2736":https://github.com/illumos/illumos-gate/commit/e6518318428d2be1...
-
03:18 AM Bug #5310 (Closed): Remove always true tests for non-NULL ds->ds_phys
- "git commit d808a4fc6ac40e878a28e96f1ad7dd2ec439bfbf":https://github.com/illumos/illumos-gate/commit/d808a4fc6ac40e87...
-
03:13 AM Bug #5311 (Closed): traverse_dnode may report success when it should not
- "git commit 2a89c2c59b7c2beb2373c14368cbe7e32af6ffc1":https://github.com/illumos/illumos-gate/commit/2a89c2c59b7c2beb...
-
03:10 AM Bug #5312 (Closed): libzfs should be decoupled from kernel's zfs_context.h
- "git commit 587644a8567e6a9533f88401daa59cbd78c4632f":https://github.com/illumos/illumos-gate/commit/587644a8567e6a95...
-
03:08 AM Bug #5213 (Closed): panic in metaslab_init due to space_map_open returning ENXIO
- "git commit 1e9bd7ec42f2d3bf854c2da35310901194833267":https://github.com/illumos/illumos-gate/commit/1e9bd7ec42f2d3bf...
2014-11-22
-
05:59 PM Feature #1403: Support deferring TCP accept()s
- I'm curious if any performance measurements have been made. It seems like it would save at most about one system cal...
-
09:01 AM Bug #5367 (Closed): complex.h /* #if !defined(__cplusplus) */ comment foils gcc fixincludes
- With the recently merged libm, the beginning of complex.h is as follows:...
-
01:30 AM Bug #5179 (Closed): Remove unused ZFS ARC functions
- "git commit fbefb14f62976763eeaa74a0c1ac68accb38cf44":https://github.com/illumos/illumos-gate/commit/fbefb14f62976763...
2014-11-21
-
11:11 PM Bug #5366: strcoll_l may destroy its arguments, then crash
- And, just for the record, your change looks good.
-
11:01 PM Bug #5366: strcoll_l may destroy its arguments, then crash
- Ah, I looked again -- the mbs is assigned to from initial (a copy is made), so its ok. Thanks for clarifying that.
-
10:38 PM Bug #5366: strcoll_l may destroy its arguments, then crash
- I'm not seeing the mbstowcs() bug you mean. mbstowcs() just calls the _l variant, and neither 'initial' nor 'mbs' in...
-
09:34 PM Bug #5366: strcoll_l may destroy its arguments, then crash
- Hmm... this uncovers another problem or two, which is that mbstowcs() uses a static mbstate_t, and doesn't reinitiali...
-
09:22 PM Bug #5366: strcoll_l may destroy its arguments, then crash
- If a guess on jeffpc's part is correct, and it seems likely: we should just use mbstowcs_l, the difference being the ...
-
09:09 PM Bug #5366 (Closed): strcoll_l may destroy its arguments, then crash
- ...
-
10:27 PM Bug #5179 (Pending RTI): Remove unused ZFS ARC functions
-
10:27 PM Bug #5295 (Closed): remove maxburst logic from TCP's send algorithm
- "git commit 633fc3a6eed35d918db16925b7048d7a2e28064a":https://github.com/illumos/illumos-gate/commit/633fc3a6eed35d91...
-
06:09 PM Bug #5364 (Closed): grp.h has incorrect prototype for getgrnam_r and getgrgid_r
- Marcel Telka correctly points out that getgrnam_r and getgrgid_r have the same problem as described in 5363. We shou...
-
05:43 PM Bug #5363 (Closed): pwd.h has incorrect prototype for getpwnam_r and getpwuid_r
- For unknown reasons, the prototypes under _POSIX_PTHREAD_SEMANTICS in pwd.h use int as the fourth argument. POSIX say...
-
03:41 AM Bug #3124: Remove any existing references to utmp, use utmpx instead
- Excerpt from Marcel's review comments:
While on this, I suggest to do similar fixes here too:
http://src.illumo...
2014-11-20
-
10:17 PM Bug #5337 (Closed): igb/ixgbe mishandle raw packets if cable problem
- "git commit b607c8a3bdb27d4fde6e3fc4bb6617a1d91bdca7":https://github.com/illumos/illumos-gate/commit/b607c8a3bdb27d4f...
-
09:21 PM Bug #5179 (In Progress): Remove unused ZFS ARC functions
-
05:19 PM Bug #5334 (Pending RTI): cleanup gcc warning for cmd/savecore
-
12:10 PM Bug #5362 (Closed): invalid conversion when using asm/thread.h in c++ code
- Any inline ASM usage in c++ code causes the compiler to fail:
@
/usr/include/asm/thread.h: In function '_kthread* t...
2014-11-19
-
09:10 PM Bug #5302 (Closed): vm: remove 'nopageage' static global
- "git commit 8d4235fba682c56f12ea86ef87ad6d349013c637":https://github.com/illumos/illumos-gate/commit/8d4235fba682c56f...
-
09:10 PM Bug #4962 (Closed): libnsl: unused variable in clnt_dg_geterr()
- "git commit b7ab9363c6e2655569be4922a449075200c3d990":https://github.com/illumos/illumos-gate/commit/b7ab9363c6e26555...
-
09:10 PM Bug #5332 (Closed): cleanup gcc warning for cmd/fdformat
- "git commit a388614e98609b492a4937e6bf8bfdf340c6ba27":https://github.com/illumos/illumos-gate/commit/a388614e98609b49...
-
09:10 PM Bug #5336 (Closed): detach(9E) forgot a pointer in its arguments
- "git commit e408e389c93d969c38d1800c3b99c9dbfe643ed5":https://github.com/illumos/illumos-gate/commit/e408e389c93d969c...
-
06:13 PM Bug #3124: Remove any existing references to utmp, use utmpx instead
- While at it:
In cmd/w/w.c: 235... -
12:52 AM Bug #5360: Race condition in devfs upgrades reader to writer incidentally and causes panic
- Here is a fix that actually works:...
-
12:50 AM Bug #5360 (Closed): Race condition in devfs upgrades reader to writer incidentally and causes panic
- I saw a bug on DEBUG build with:...
2014-11-18
-
07:48 PM Bug #5359 (New): libm's LD and Q sources should be merged
- A fair amount of the code in LD and Q is semi-duplicated between the two, with minor stylistic changes (and bug fixes...
-
07:20 PM Bug #5316 (Closed): allow smbadm join to use RPC
- "git commit 1ed6b69a5ca1ca3ee5e9a4931f74e2237c7e1c9f":https://github.com/illumos/illumos-gate/commit/1ed6b69a5ca1ca3e...
-
06:06 PM Feature #5331 (Closed): want sockaddr(3SOCKET)
- "git commit 177d5b5f8c0e969013441207a0a705ae66b08cf7":https://github.com/illumos/illumos-gate/commit/177d5b5f8c0e9690...
-
04:14 AM Bug #5339: zfs slog duplicate writes
- This issue appears to be most prevalent with low concurrency loads. Under high concurrency loads, the allocations are...
2014-11-17
-
08:42 PM Bug #5358 (Closed): ASSERT supported zio types for file and disk vdevs
- This is a contribution from Steven Hartland of FreeBSD. See here: https://github.com/illumos/illumos-gate/pull/10/ f...
-
07:54 PM Bug #5292 (Closed): findunref is both slow and broken
- "git commit b998737654179ec0e068e04f6fda6e76777171c9":https://github.com/illumos/illumos-gate/commit/b998737654179ec0...
-
05:56 PM Bug #5357 (New): savecore command and manpage hide `-m` flag
- This may be desired behaviour, I am not sure, but seems to me that having any undocumented flags is bad juju. The `-m...
2014-11-16
-
10:03 PM Bug #5356 (New): ctfmerge confuses unresolved types with members that have zero size
- The first two hunks deal with issues around zero-length arrays.
tdesc_size() returns 0 for types that haven't been r... -
10:03 PM Bug #5355 (New): ctfmerge could be stricter comparing visitation counters
- Only compare visitation counters if they've both been set for the current type graph walk.
-
10:03 PM Bug #5354 (New): ctfmerge struct/union equivalence needs to check member types
- Remove an incorrect optimization. The type IDs of each member of a struct or
union must be checked when determine wh... -
09:55 PM Bug #5343: mv of file within NFS mount causes Page Fault panic
- This is a bug in the SmartOS system that came about from the recent integration of some of the inotify support. At th...
-
01:05 AM Bug #5353 (New): nightly with studio as primary compiler fails because of clog
- A full nightly with studio as the primary compiler fails because of a linker related issue. Full warning from nightl...
-
12:56 AM Bug #5291: x86 {high,low}bit rely on undefined behavior
- http://31bits.net/illumos/cr/5291-x86-highbit-lowbit-rely-on-undefined-behavior/
I think it makes sense to ditch t...
2014-11-15
-
09:05 PM Feature #5327 (Closed): change lorder to use /usr/bin instead of /usr/ccs/bin
- "git commit 0a70879558a701a07771af87e7852a12f3bfd438":https://github.com/illumos/illumos-gate/commit/0a70879558a701a0...
-
06:06 PM Feature #5326 (Closed): myri10ge should allow you to tune its mtu
- "git commit 6d0043d8d3eb6aec4dcd2a08b6f9ec812da10113":https://github.com/illumos/illumos-gate/commit/6d0043d8d3eb6aec...
-
06:04 PM Bug #5352 (Closed): scrub should pause when there is some dirty data
- Scrub/resilver should pause if there is enough dirty data. Otherwise, we could
scrub for the maximum of zfs_txg_tim... -
06:03 PM Bug #5351 (Closed): scrub goes for an extra second each txg
- Scrub/resilver is supposed to pause after at most zfs_txg_timeout seconds.
However, due to rounding in dsl_scan_che... -
05:53 PM Bug #5350 (Closed): clean up code in dnode_sync()
- There is some duplicated code in dnode_sync() around freeing spill blocks.
-
05:44 PM Bug #5349 (Closed): verify that block pointer is plausible before reading
- We want to verify that the block pointer is structurally valid, before
attempting to read it in. It can only be inv... -
05:35 PM Bug #5348 (Closed): zio_checksum_error() only fills in info if ECKSUM
- If zio_checksum_error() returns other than ECKSUM (e.g. EINVAL), it does not
fill in the "zio_bad_cksum_t *info" par... -
05:19 PM Bug #5347 (Closed): idle pool may run itself out of space
- After receiving an incremental send stream, an idle pool will slowly fill up.
If allowed to become completely full,... -
01:43 PM Feature #5346 (New): locale independant strto* missing (as well as their wchar variants)
- The following seem to be "missing" :...
-
12:49 PM Bug #5345 (Closed): ctype.h is missing tolower_l and toupper_l
- these are defined by posix
http://pubs.opengroup.org/onlinepubs/9699919799/functions/tolower.html
and
http://pubs... -
05:32 AM Feature #5342: prstat -n option should accept 0
- That kind of clean up should just be a separate issue. If we had introduced something to gag it, it'd make sense, but...
-
03:32 AM Feature #5342: prstat -n option should accept 0
- could you please clean up gcc warnings by attached patch?
easy fix it by this review... -
12:06 AM Feature #5342 (Closed): prstat -n option should accept 0
- We should be able to use x=0 for prstat -nx,y so we only see the summaries
-
03:46 AM Feature #5016 (Closed): improve mpt_sas auto request sense
- "git commit 60bf7f6fe2a9d65f5b54de946358dfd8ff1e46e0":https://github.com/illumos/illumos-gate/commit/60bf7f6fe2a9d65f...
-
03:44 AM Bug #5344 (Closed): etc/ftpusers breaks some incrementals
- after #5069, etc/ftpusers gets delivered from a different place. The symlink creation will fail if the the link alre...
-
03:11 AM Bug #5343 (Closed): mv of file within NFS mount causes Page Fault panic
- Here is the setup in which I can reproduce the panic 100% of the time:
- NFS server running Solaris 11.2.
- NFS c... -
12:00 AM Bug #5341 (Closed): gcore fails with "no such file or directory" if write fails ... error is misleading
- This is reproducible as long as the process you're taking a core file of is larger than the amount of free space in t...
2014-11-14
-
11:46 PM Feature #5340 (Closed): add kstats to track reason for fork failures
- When investigating issues in zones, it's useful to have a historical answer to why forks might be failing. To that en...
-
11:46 PM Bug #5334: cleanup gcc warning for cmd/savecore
- http://cr.dilos.org/cr/il-5334/
-
10:21 AM Bug #5334: cleanup gcc warning for cmd/savecore
- ...
-
09:54 AM Bug #5334 (Closed): cleanup gcc warning for cmd/savecore
- ...
-
10:59 PM Bug #5056: ZFS deadlock on db_mtx and dn_holds
- Fix available for review: https://reviews.csiden.org/r/131/
-
09:57 PM Bug #5339 (New): zfs slog duplicate writes
- *OS:*
OmniOS v11 r151012 (omnios-10b9c79)
*Hardware:*
*CPUs:* dual Intel Xeon E5-2620v2 (hexa-core 2.1GHz)
*RAM... -
06:38 PM Bug #5338 (New): MAC TX should drop if rings are full
- This is closely related to 5337. In general, rather than the driver having to handle the link-down case (or in addit...
-
04:25 PM Bug #5337 (Closed): igb/ixgbe mishandle raw packets if cable problem
- We discovered that we had systems using lldpd where lldpd was hanging.
The thread in the core is sitting in the ke... -
04:21 PM Bug #5336 (Closed): detach(9E) forgot a pointer in its arguments
- The first argument to detach is a dev_info_t *, but the manual just has a dev_info_t.
-
04:00 PM Feature #5335 (Closed): psrset should support specifying a zone to bind
- Currently psrset -b supports binding a process and optionally a subset of its lwps to a zone. libc supports binding a...
-
03:37 PM Feature #5329 (Closed): webrev could be more helpful WRT man page changes
- "git commit 7ffa1fbea7b663721bec7b3baa73c435e821c22d":https://github.com/illumos/illumos-gate/commit/7ffa1fbea7b66372...
-
01:28 PM Feature #1403: Support deferring TCP accept()s
- I've rebased this webrev against latest master and incorporated changes made in illumos-omnios.
http://zinascii.co... -
06:41 AM Bug #5332: cleanup gcc warning for cmd/fdformat
- http://cr.dilos.org/cr/il-5332/
-
06:13 AM Bug #5332 (Closed): cleanup gcc warning for cmd/fdformat
- ...
-
06:38 AM Feature #5333 (New): want to tell rtld certain libraries are toxic
- When doing builds of SmartOS we put objects into the proto area that will be used in the new system and cannot run on...
-
02:33 AM Feature #5331 (Closed): want sockaddr(3SOCKET)
- Information about the different kind of structures for the sockaddr family are spread out amongst many disparate manu...
-
12:14 AM Bug #5330 (Closed): zone brands could control init restart behavior
- For most zones, they want to have a traditional behavior where when init crashes, the system restarts it. With the KV...
2014-11-13
-
10:28 PM Feature #5329 (Closed): webrev could be more helpful WRT man page changes
- Provide plain text, html and raw (ascii) versions of the man page, as well as diffs against old version, if it exists.
-
09:38 PM Bug #5281 (In Progress): incorrect realtime signal delivery
- I interpreted the POSIX spec incorrectly (a mistake several others have made, including Richard Stevens). I did not ...
-
07:39 PM Bug #5328 (Closed): intro(1) man page references nonexistent sections
- The intro(1) man page references sections 1F and 1S, neither of which exist in illumos-gate (I also don't see them on...
-
06:17 PM Feature #5327 (Closed): change lorder to use /usr/bin instead of /usr/ccs/bin
- In general, we currently ship all of the sgs object manipulation utilities in /usr/bin and maintain symlinks for them...
-
06:07 PM Feature #5326 (Closed): myri10ge should allow you to tune its mtu
- A SmartOS user has the myri10ge driver; however, noted that it does not allow its MTU to be set with dladm and only s...
-
03:40 PM Bug #5325 (New): 4457 broke .comment on a handful of files
- 4457 removed per-object file .comment section mangling. This caused several files in the proto area to end up with d...
-
03:35 PM Bug #5324 (Closed): .comment section on kmdb kmods is not set properly
- Every ELF file we ship should have its .comment section mangled during build to identify the origin of the file.
k... -
02:18 PM Bug #5300 (Closed): cleanup gcc warning for cmd/power
- "git commit 5009f7885e2c6a7e13fe9ad876bd812add4754ef":https://github.com/illumos/illumos-gate/commit/5009f7885e2c6a7e...
-
01:07 AM Bug #5300 (Pending RTI): cleanup gcc warning for cmd/power
-
01:51 PM Feature #5323 (New): wsdiff should allow comparing of arbitrary sections
- By default, wsdiff ignores certain ELF sections. This is a sane default. However, there are times when it would be ...
-
05:08 AM Bug #5322: tree connect from Windows 7 fails
- 11/9/2012
It turns out that we have a long-standing defect in our handling of connected trees identifiers (TID), a... -
05:07 AM Bug #5322 (Closed): tree connect from Windows 7 fails
- Network capture shows Windows 7 attempting an NtCreate (open) using a combination of user ID (UID) and tree ID (TID) ...
-
05:00 AM Feature #5321 (Closed): Convenience scripts to build/clean smbsrv, idmap, zfs
- Partial build scripts we use to build (i.e.) all the smbsrv bits out to a tar ball one can drop onto a client.
https... -
04:35 AM Bug #5320: panic in smb_com_locking_andx
- Gordon Ross added a comment - 25/Apr/14 2:33 PM
Here's a log of the crash dump analysis.... -
04:30 AM Bug #5320 (Closed): panic in smb_com_locking_andx
- The system panicked in null pointer dereference:...
-
04:26 AM Bug #5319: smb_oplock_acquire thread deadlock
- Gordon Ross added a comment - 29/Aug/13 8:56 PM
Existing lock order: (note - broken!)
*A: smb_oplock_acquire thre... -
04:22 AM Bug #5319: smb_oplock_acquire thread deadlock
- Bayard Bell added a comment - 05/Aug/13 8:21 PM
Have had a quick look at vmdump.5. Jason has given us a useful means... -
04:15 AM Bug #5319 (Closed): smb_oplock_acquire thread deadlock
- Bayard Bell added a comment - 05/Aug/13 6:18 PM - edited
This is my attempt to restate the problem, building on JB... -
04:05 AM Bug #5318: Panic with smbtorture raw.scan-eamax
- The implementation of the "Transact" and "Transact Secondary"
SMB request family (all three: RAP, Trans2, NT-Trans) ... -
04:05 AM Bug #5318: Panic with smbtorture raw.scan-eamax
- This is a use-after-free situation.
Analysis by Matt Barden:... -
04:01 AM Bug #5318 (Closed): Panic with smbtorture raw.scan-eamax
- After running smbtorture raw.scan-eamax, we see a panic in smb_transact_secondary, with either NULL or 0xdeadbeef
-
03:43 AM Bug #5317: SMB server delivers old modification time
- The reason the SMB server caches modify times as described in this report is for compatibility with Windows applicati...
-
03:35 AM Bug #5317 (Closed): SMB server delivers old modification time
- The illumos SMB server does modification time caching for files with open handles.
It only updates these caches when... -
03:29 AM Bug #5278 (Closed): cleanup gcc warnings for cmd/ps
- "git commit e503abb729687d1a36b95ed2794f54452189c858":https://github.com/illumos/illumos-gate/commit/e503abb729687d1a...
-
02:46 AM Bug #5316 (Closed): allow smbadm join to use RPC
- By default, "smbadm join" uses Kerberos, which requires editing /etc/krb5/krb5.conf correctly (among other things). ...
-
12:57 AM Bug #4305 (In Progress): rpc(3nsl): svc_sendreply is in rpc_svc_calls(3nsl)
-
12:50 AM Bug #5315 (Closed): 5234 misidentifies cases we need to replace representative lwp
- "git commit 2ecbc63a795e55973d5278384ecf60b2737798e1":https://github.com/illumos/illumos-gate/commit/2ecbc63a795e5597...
2014-11-12
-
11:12 PM Bug #4324 (In Progress): hosts_access(3): Missing symlinks for hosts_ctl, request_init, and request_set
-
10:49 PM Bug #4328 (In Progress): sigprocmask(2) talks about the 'how' argument
-
10:40 PM Bug #4325 (In Progress): rpc_svc_calls(3nsl): svc_getrpccaller() description should be improved
-
09:58 PM Bug #4321 (In Progress): rpc_svc_calls(3nsl): svc_run() can return
-
09:44 PM Bug #4320 (In Progress): rpc_svc_reg(3nsl): svc_pollfd is modified too
-
09:37 PM Bug #5315 (Closed): 5234 misidentifies cases we need to replace representative lwp
- In 5234, we misidentify the cases where we need to replace the representative lwp, which leads native dumps or those ...
-
09:31 PM Bug #4306 (In Progress): rpc_svc_calls(3nsl): Messed svc_sendreply/svc_max_pollfd
-
09:27 PM Bug #5012: mpt_sas fails to issue writes >1MB
- Furthermore, we are in the third case here, where sgllen limits us. Here's the code in question:...
-
08:32 PM Bug #5012: mpt_sas fails to issue writes >1MB
- The problem here appears to be that we cannot allocate DMA buffers for writing that are larger than 1MB. It's unclea...
-
08:45 PM Bug #3363 (Closed): Mark non-returning functions in ctftools
- "git commit a6bde1a23b60f140c7ed78df979c2e22b1ed9b2c":https://github.com/illumos/illumos-gate/commit/a6bde1a23b60f140...
-
08:40 PM Bug #3614 (In Progress): The 'offline' and 'sparse' extended system attributes should be documented in man pages
-
07:32 PM Bug #5307 (Closed): AD join with lmauth_level=2 fails
- "git commit fd75ca8de430ee0ba5ce650efee0ac0b85ed43e9":https://github.com/illumos/illumos-gate/commit/fd75ca8de430ee0b...
-
07:32 PM Bug #5308 (Closed): Unable to join AD domain (with NtlmMinSeverSec set in the registry)
- "git commit 85e6b6747d07050e01ec91acef2453655821f9ab":https://github.com/illumos/illumos-gate/commit/85e6b6747d07050e...
-
06:42 PM Feature #5294 (Closed): man ucred could do something useful
- "git commit cb66c7814563eb32e20c1be88ae738ad8d63079d":https://github.com/illumos/illumos-gate/commit/cb66c7814563eb32...
-
05:12 PM Bug #5075 (In Progress): EOF cardbus & pcmcia
- I took this cone combined with 2398
-
05:05 PM Bug #2732: consistent use of #pragma align would please GCC
- Yes.
-
03:22 PM Bug #4240 (In Progress): lofs(7fs): Missing quotes
-
03:00 PM Bug #3833 (In Progress): err(3c): 'status' should be changed to 'eval'
-
02:49 PM Bug #4192 (In Progress): acl(5): issues in the man page
2014-11-11
-
11:01 PM Bug #5314: Remove "dbuf phys" db->db_data pointer aliases in ZFS
- Review: https://reviews.csiden.org/r/129/
-
10:45 PM Bug #5314 (Closed): Remove "dbuf phys" db->db_data pointer aliases in ZFS
- Consumers of the DMU can associate private data with dmu buffers via the dmu_buf_*user() APIs. The current API allow...
-
08:53 PM Feature #5313: Allow I/Os to be aggregated across ZIO priority classes
- Review request: https://reviews.csiden.org/r/128/
-
08:46 PM Feature #5313 (Closed): Allow I/Os to be aggregated across ZIO priority classes
- Combine reads and writes, irrespective of their priorities into unified, offset sorted, trees. Selection of the ZIO ...
-
07:11 PM Bug #5312 (Closed): libzfs should be decoupled from kernel's zfs_context.h
- Currently, the build for libzfs uses the kernel's zfs_context.h (pulled in via spa.h). This complicates making chang...
-
06:42 PM Bug #5311: traverse_dnode may report success when it should not
- Review request: https://reviews.csiden.org/r/127/
-
06:34 PM Bug #5311 (Closed): traverse_dnode may report success when it should not
- If a dnode has a spill block and there is an error while accessing a data block then traverse_dnode() loses informati...
-
06:34 PM Bug #5310: Remove always true tests for non-NULL ds->ds_phys
- Review available at: https://reviews.csiden.org/r/126/
-
06:23 PM Bug #5310 (Closed): Remove always true tests for non-NULL ds->ds_phys
-
04:43 PM Bug #5279 (Closed): cleanup gcc warning for cmd/ls
- "git commit 29e6ab979fdbd9d598f44c73c34496040e817685":https://github.com/illumos/illumos-gate/commit/29e6ab979fdbd9d5...
-
04:43 PM Bug #4674 (Closed): No need to undefine rptr in ip.c
- "git commit 59b0aa363020bcc817969e1c15ac920d3f866e83":https://github.com/illumos/illumos-gate/commit/59b0aa363020bcc8...
-
04:43 PM Bug #5288 (Closed): x86 bitmap inline asm functions duplicate code
- "git commit 7e33f252cf7e3c3ee6c4ad7a90480f5aea3a026c":https://github.com/illumos/illumos-gate/commit/7e33f252cf7e3c3e...
-
04:43 PM Bug #5256 (Closed): document some nonsensical code in the px driver
- "git commit 0716b62f878e855b94635ef4793ef5f7f2abb8e4":https://github.com/illumos/illumos-gate/commit/0716b62f878e855b...
-
04:43 PM Bug #5255 (Closed): uts shouldn't open-code ISP2
- "git commit de710d24d2fae4468e64da999e1d952a247f142c":https://github.com/illumos/illumos-gate/commit/de710d24d2fae446...
-
03:26 PM Bug #4228 (In Progress): chmod(1): SFI NFSv4 ACL inheritance flags are not documented
-
09:24 AM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- Richard PALO wrote:
> Can anybody post the tabs.ii output on latest Or*cle solaris for:(preferably gcc4[8-9])
> `g+... -
09:14 AM Bug #3363: Mark non-returning functions in ctftools
- Ok, looks good. My email address is erik@cederstrand.dk
-
06:41 AM Bug #5218: posix definition of NULL
- I'd like to advance on this if there's interest getting it committed.
A couple of things please:
- consensus on... -
06:37 AM Bug #5309 (Closed): mdb $C should still try for stacks with unaligned frame pointers
- See analysis for bug 4772.
-
06:00 AM Bug #2732: consistent use of #pragma align would please GCC
- Is this waiting on me to prepare a webrev?
I've been running with this patch now since 20/09/2014 without issue. -
05:47 AM Bug #5308: Unable to join AD domain (with NtlmMinSeverSec set in the registry)
- Need to implement "NTLM 2 session security", a.k.a. "extended session security" for NTLMv1, and "key exchange", per [...
-
05:34 AM Bug #5308 (Closed): Unable to join AD domain (with NtlmMinSeverSec set in the registry)
- The failure is related to this bit:
If you use 0x00080000 for the NtlmMinClientSec value, the connection does not ... -
05:30 AM Bug #5307: AD join with lmauth_level=2 fails
- NTLMv1 is not allowed by SMB_AT_DEFAULT, which is used for both the default ct_authflags and the default ct_minauth. ...
-
05:29 AM Bug #5307 (Closed): AD join with lmauth_level=2 fails
- With lmauth_level=2 the SMB sever is supposed to use NTLMv1.
Instead, we don't see any connection attempt to the AD ... -
05:21 AM Bug #5285 (Closed): pass in cpu_pause_func via pause_cpus
- "git commit 0ed5c46e82c989cfa9726d9dae452e3d24ef83be":https://github.com/illumos/illumos-gate/commit/0ed5c46e82c989cf...
-
05:21 AM Bug #5006 (Closed): libnvpair JSON cannot print int16 arrays
- "git commit 37c79205ad46187f54b2edbf6a468160935f14d9":https://github.com/illumos/illumos-gate/commit/37c79205ad46187f...
-
05:21 AM Bug #5005 (Closed): libnvpair JSON output broken by lint fixes
- "git commit 37c79205ad46187f54b2edbf6a468160935f14d9":https://github.com/illumos/illumos-gate/commit/37c79205ad46187f...
-
04:00 AM Bug #5303 (Closed): libpthread.3lib incorrectly describes -lpthread semantics
- "git commit 556ec55e431687f7cbda8dfa59e1fb2671d79031":https://github.com/illumos/illumos-gate/commit/556ec55e431687f7...
-
03:45 AM Bug #5215 (Closed): smbd core dump with missing negotiate challenge
- "git commit f9bc6dadd79442185db5c8eb201c7475554fc7d7":https://github.com/illumos/illumos-gate/commit/f9bc6dadd7944218...
-
03:45 AM Bug #5216 (Closed): failover error: cannot share pool/folder - smb add share failed
- "git commit f4427914317470f516ca69daaed90f7efb3d76dc":https://github.com/illumos/illumos-gate/commit/f4427914317470f5...
-
03:45 AM Bug #5217 (Closed): Add cache timeout settings to idmapd manifest, increase defaults
- "git commit 3f1de28d23e9724b017260ef6b282b278b6e38f9":https://github.com/illumos/illumos-gate/commit/3f1de28d23e9724b...
-
12:33 AM Bug #4201 (In Progress): fopen(3c): The w mode should be bold, not italic
-
12:27 AM Bug #4199 (In Progress): acl_trivial(3sec): The definition of trivial ACL is incorrect
-
12:18 AM Bug #4181 (In Progress): zfs(1m): 'zfs allow' examples in the man page are outdated
2014-11-10
-
11:29 PM Bug #3622 (In Progress): nfslogd(1M): Note about svc:/network/nfs/log is needed
-
09:32 PM Bug #4893 (In Progress): share_nfs(1m): Typo 'node' vs. 'mode'
-
09:30 PM Bug #3363: Mark non-returning functions in ctftools
- It'll need to use __NORETURN rather than using __attribute__ directly, I think. Otherwise I can get this done I thin...
-
04:09 PM Bug #3363: Mark non-returning functions in ctftools
- Two year anniversary :-) Any chance to get someone to accept or close this two-liner patch? Thanks!
-
08:54 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- Can anybody post the tabs.ii output on latest Or*cle solaris for:(preferably gcc4[8-9])
`g++ -c tabs.cc -save-temps`... -
02:06 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- Can anybody answer this?:...
-
07:53 PM Bug #4962: libnsl: unused variable in clnt_dg_geterr()
- Shruti Sampat wrote:
> Marcel,
>
> Is there anyway that you tested this? I fixed the issue, but I am trying to fi... -
07:44 PM Bug #4962: libnsl: unused variable in clnt_dg_geterr()
- Marcel,
Is there anyway that you tested this? I fixed the issue, but I am trying to figure out how to test it. Bec... -
07:16 PM Bug #3607 (In Progress): share_nfs(1M): tag in the log option is optional
-
07:13 PM Bug #5306 (Closed): mpt_sas hangs up during IOC reset
- *Platform*:
LSI SAS-9207 dual-port HBA card, connecting to two expanders with SAS drive attached.
MPxIO enabled for... -
03:51 PM Bug #5297: mptsas refhash replacement on reset can cause hang
- Rich Ercolani wrote:
> http://cr.illumos.org/~webrev/rincebrain/refhash
>
> Keith's patch just directly applied s... -
03:46 PM Bug #5297: mptsas refhash replacement on reset can cause hang
- http://cr.illumos.org/~webrev/rincebrain/refhash
Keith's patch just directly applied sanely, so that was simple en... -
02:05 PM Bug #4716: getopt: check for NULL before accessing argv[n][m]
- Obviously, otherwise I would not have digged into this thing. Anyway, does this matter?
-
01:17 PM Bug #5305 (New): libsmp doesn't return correct errno when expander device is gone
- If the result of SMP passthru request is MPI2_IOCSTATUS_SCSI_DEVICE_NOT_THERE, mpt_sas will return ENODEV to the SCSA...
-
12:01 PM Bug #5304 (Closed): syseventd: datalink notify thread hangs up when terminated
- When syseventd is terminated or restarted by svcadm, sometimes it will get stuck in waiting for exit of datalink noti...
-
04:00 AM Bug #5303 (Closed): libpthread.3lib incorrectly describes -lpthread semantics
- The man page says that -lpthread changes fork(2) semantics from forkall to fork1. The fork(2) page correctly states o...
2014-11-09
-
10:12 PM Bug #5058 (Closed): standards(5): Duplicate line in a table
- "git commit 8dcafc606a22eddb15cded4783cf27221c4404b3":https://github.com/illumos/illumos-gate/commit/8dcafc606a22eddb...
-
03:28 AM Bug #5058 (Pending RTI): standards(5): Duplicate line in a table
-
05:26 PM Bug #4674 (In Progress): No need to undefine rptr in ip.c
-
05:03 PM Bug #4716: getopt: check for NULL before accessing argv[n][m]
- Do you a program to reproduce this issue?
-
02:31 PM Bug #5302 (Closed): vm: remove 'nopageage' static global
- With gcc 4.4.4, the situation is terrible. It doesn't matter if you are looking at debug or non-debug build, you'll ...
-
11:48 AM Bug #4962 (In Progress): libnsl: unused variable in clnt_dg_geterr()
-
11:39 AM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- Richard PALO wrote:
> Still more curiously, gcc 3.4.3 on oi_151a9
> [...]
just for completeness, adding #include... -
10:50 AM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- For info: I updated the test program just a tad and filed a gnu c++ issue to get a response for an eventual compiler ...
2014-11-08
-
09:38 PM Bug #5301 (New): LargeBlock Support lock/semaphore race issue
- I have been shuffling my data around to play with 1M blocks, and have noticed writes getting hung up in kernel space,...
-
05:40 PM Bug #5058 (In Progress): standards(5): Duplicate line in a table
-
12:31 PM Bug #5300: cleanup gcc warning for cmd/power
- http://cr.dilos.org/cr/il-5300/
-
12:19 PM Bug #5300 (Closed): cleanup gcc warning for cmd/power
- ...
-
01:44 AM Bug #5287 (Closed): git-pbchk should not depend on mercurial
- "git commit e55874358132a4aa6132178335bf567ca79c87c3":https://github.com/illumos/illumos-gate/commit/e55874358132a4aa...
2014-11-07
-
08:08 PM Bug #5299 (Closed): share_nfs(1m) should be converted to mdoc
- This is to import the share_nfs(1m) manpage converted to mandoc from illumos-nexenta. The conversion was done almost...
-
07:05 PM Bug #5298 (Closed): fabs is 0-sized, confuses dis(1) and others
- Because of the synonyms use in libm, fabs is defined to be __fabs
We have an asm implementation on i386, which doe... -
04:30 PM Bug #5027 (Closed): zfs large block support
- "git commit b515258426fed6c7311fd3f1dea697cfbd4085c6":https://github.com/illumos/illumos-gate/commit/b515258426fed6c7...
-
03:57 PM Bug #5297 (Closed): mptsas refhash replacement on reset can cause hang
- Want to integrate the one outstanding bugfix in the SmartOS tree for mpt_sas that hasn't made it upstream.
The rel... -
12:31 PM Feature #5296: Support for more than 16 groups with AUTH_SYS
- The implementation will use similar architecture as it was used for the uidmap/gidmap implementation (#4943). When t...
-
12:25 PM Feature #5296 (Closed): Support for more than 16 groups with AUTH_SYS
- We need the support for more than 16 groups with AUTH_SYS security in NFS. Something similar as is documented here fo...
-
12:20 AM Bug #4457 (Closed): we apparently change .comment of almost every userland object
- "git commit f3477bb2505a35e160b09c9dbf5476112be4fa7d":https://github.com/illumos/illumos-gate/commit/f3477bb2505a35e1...
2014-11-06
-
10:24 PM Bug #5295 (Closed): remove maxburst logic from TCP's send algorithm
- This has been lying around in Delphix's distro for a while (see https://github.com/delphix/delphix-os/commit/86e50291...
-
09:27 PM Feature #5294 (Closed): man ucred could do something useful
- Today we have a bunch of ucred manual pages all under ucred_get(3C). It'd be nice if man ucred linked to them, and as...
-
07:36 PM Bug #5244 (Closed): zio pipeline callers should explicitly invoke next stage
- "git commit 738f37bc3dcd61e8a893af0f2d466d76690b70ec":https://github.com/illumos/illumos-gate/commit/738f37bc3dcd61e8...
-
07:32 PM Bug #5243 (Closed): zdb -b could be much faster
- "git commit f7950bf1145637c6dc57742a8bb95631fd5c846f":https://github.com/illumos/illumos-gate/commit/f7950bf1145637c6...
-
06:53 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- PM: clang doesn't use gnu-c's fix-includes as far as I know. Also, I very quickly checked /opt/gcc-4.8.1/lib/gcc/i38...
-
03:27 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- This looks from a distance like the kind of thing that fix-includes may affect. If you're going to do comparitive te...
-
02:55 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- i have no problems with first proposed test on my env with gcc-4.8.3 64bit build:
# /usr/gcc/4.8/bin/g++ -c tabs.cc ... -
02:24 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- So far, the most portable "workaround " found seems to be
resorting to c++ includes cstdlib + cmath as in the follo... -
12:20 PM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- which, as of now, promptly causes the following problem :...
-
11:49 AM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- It appears that the 'long long' defs are missing for a number of functions.
For example, the following gets over t... -
08:49 AM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- Still more curiously, gcc 3.4.3 on oi_151a9...
-
06:49 AM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- I believe this is relatively recent.
Just tried on oi_151a9 with gcc44:... -
06:34 AM Bug #5290: int64_t issues for abs() with c++ out of stdlib.h
- The output when using `-E -dD |egrep 'STDC|LP|LONGLONG|INT64|int64'` is interesting.
Is there also a gcc compiler i... -
06:13 AM Bug #5290 (New): int64_t issues for abs() with c++ out of stdlib.h
- This is the original issue found is reproduced with the following program:...
-
04:20 PM Bug #5270 (Closed): ld(1) cannot handle CIE version 3 in .eh_frame
- "git commit cffcfaee1e6b29ef9ceb7d80e4e053ffd029906b":https://github.com/illumos/illumos-gate/commit/cffcfaee1e6b29ef...
-
04:01 PM Bug #5270 (Pending RTI): ld(1) cannot handle CIE version 3 in .eh_frame
-
04:01 PM Bug #5270: ld(1) cannot handle CIE version 3 in .eh_frame
- Dwarf 3 and 2 has one difference for CIE: return address field is unassigned leb128 in version 3, instead of byte in ...
-
04:05 PM Feature #5293 (Closed): desire symbol visibility test
- I wrote, for my illumos-core fork, a test suite to validate symbol visibility under various compilation environments....
-
03:37 PM Bug #5292 (Closed): findunref is both slow and broken
- The findunref support for git lost a condition that gated the retrieval of the git manifest on us not already having ...
-
01:35 PM Bug #5291 (Closed): x86 {high,low}bit rely on undefined behavior
- Intel defines bsf & bsr instructions as:
> If the content of the source operand is 0, the content of the destinati... -
05:20 AM Bug #5284 (Closed): ualarm and usleep need to be suppressed in XPG7
- "git commit 08eb19132eebba77347f1e2d5adac3f8d1e552ca":https://github.com/illumos/illumos-gate/commit/08eb19132eebba77...
2014-11-05
-
10:58 PM Bug #4110 (Closed): panic while reaping htable_cache
- "git commit b59c4a48daf5a1863ecac763711b497b2f8321e4":https://github.com/illumos/illumos-gate/commit/b59c4a48daf5a186...
-
10:17 PM Bug #5279 (Pending RTI): cleanup gcc warning for cmd/ls
-
10:17 PM Bug #5278 (Pending RTI): cleanup gcc warnings for cmd/ps
-
08:53 PM Bug #5289 (New): index_t type may break third-party software
- @index_t@ type may break third-party software because some projects declare @index_t@ type on its own. Sometimes - in...
-
08:47 PM Bug #5288 (Closed): x86 bitmap inline asm functions duplicate code
- The inline assembly functions in uts/intel/asm/bitmap.h duplicate way too much code.
# don't duplicate inline asse... -
08:02 PM Bug #5287 (Closed): git-pbchk should not depend on mercurial
- At present, *git-pbchk* from *onbld* depends on the *ignore* module from Mercurial. As we move away from Mercurial, i...
-
03:47 AM Bug #4174 (Closed): Torch the old and unmaintained Sun-dhcp
- "git commit 786d1eec1cd1cac7e26243d118cd209e84bc6bb9":https://github.com/illumos/illumos-gate/commit/786d1eec1cd1cac7...
Also available in: Atom