summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mdb/common/modules
AgeCommit message (Collapse)AuthorFilesLines
2009-03-266795711 COMSTAR mdb walkerPriya Krishnan1-1/+287
2009-03-256816409 mutex_lock() for process robust mutex could not return EOWNERDEAD ↵Roger A. Faulkner1-7/+10
with 137111-01 or later --HG-- rename : usr/src/lib/libc/common/sys/mmap.s => usr/src/lib/libc/common/sys/__mmap.s rename : usr/src/lib/libc/common/sys/munmap.s => usr/src/lib/libc/common/sys/__munmap.s
2009-03-24PSARC 2008/395 iSER: iSCSI Extensions for RDMAPeter Dunlap1-71/+182
6702590 iSCSI initiator needs to support iSER transport 6702591 COMSTAR iSCSI port provider needs to support iSER transport 6797024 COMSTAR iscsit asserted at iscsit_login.c line: 679 6776635 panic[cpu0]/thread=ffffff000f874c60,assertion failed: 0, file: ../../common/io/idm/idm.c, line: 1465 6802232 Bad kernel fault at addr=0x0 from idm_crc32c call
2009-03-246676294 PCIEX-8000-5Y Critical error is shown at every bootDaniel Beauregard1-131/+652
6709814 qlc firmware table should end with a zeroed entry 6741218 qlc should buffer extended logging messages in host memory at all times 6743794 qlc source file for mdb module should use angle brackets for include instead of double-quotes 6751834 Firmware dump and debug messages should be made available through mdb dcmd 6755226 qlc driver must implement quiesce() entry point 6790576 ::qlc_elog mdb dcmd was ifdef'd out due to 6743399, but should be re-enabled now 6811603 Improve qlc firmware dump and mdb reporting
2009-03-184616660 status reports should not be exported by way of nddVasumathi Sundaram - Sun Microsystems3-120/+1141
6796360 tcp_hsp_lookup* code is orphaned after 6737341
2009-03-17PSARC/2008/242 Data Fast-Path for SoftmacCathy Zhou1-3/+2
6649224 fast-path needed to improve legacy network interface performance after UV 6649898 the smac_lock and smac_mutex fields in softmac_t should be given a more descriptive name 6799767 DLD capability is not correctly updated if it is renegotiated
2009-03-146811269 The clock tick accounting code uses softints wronglyMadhavan Venkataraman1-24/+91
6802283 hang in delay() called from glm during boot 6810916 sparc system repeatedly hangs doing mpt tasks 6811294 APIs like nanosleep() wakeup prematurely when system time is changed 6809548 assertion failure expiration > 0 in callout.c
2009-03-126794156 ADS messages in syslog on domain join failure are too vagueAlan Wright1-10/+50
6764265 Share is not published to specified AD site DC. 6810842 idmapd dumped core in list_mappings_cb() 6812513 idmap show -c -v with inhibited mapping yields garbage 6812272 Netbench cannot read file login.sem 6811318 filenames begining with / created in root directory instead of current directory 6812270 Netbench hangs when running with oplocks enabled 6814639 SmbTrans2QueryFSInfo should report Unicode on disk 6752857 CIFS server should not clear the NET_MAC_AWARE privilege 6809498 Unable to join domain using NetBIOS name which is different than the first label of the FQDN. 6808475 smbadm list does not show the IP address of domain controller 6813718 smbd freezes and doesn't respond after a while running the test programs 6812760 CIFS I/O Fails with 64k or greater block sizes 6752022 The MDB DCMD smbreq doesn't display properly the structure smb_request_t
2009-03-126814019 recent kmem_impl.h fix broke ::kmastatMichael Corcoran1-1/+1
2009-03-096812695 ::mac_srs transmit side stats are incorrect for links with multiple ↵Girish Moodalbail1-43/+68
h/w rings
2009-02-276709704 smbtorture RAW-BENCH-OPLOCK test fails (when oplocks enabled)jose borrego1-2/+2
6800443 ReadX and WriteX should support CAP_LARGE_READX and CAP_LARGE_WRITEX --HG-- rename : usr/src/uts/common/fs/smbsrv/smb_create_directory.c => usr/src/uts/common/fs/smbsrv/smb_directory.c
2009-02-276789187 fcptrace/fptrace format is broken by nwsnv2onnv mergeYu Renia Miao1-8/+5
2009-02-25PSARC 2008/777 cpupm keyword mode extensionsEric Saxe1-7/+20
PSARC 2008/663 CPU Deep Idle Keyword 6567156 bring CPU power awareness to the dispatcher 6700904 deeper C-State support required on follow-ons to Intel Penryn processor generation microarchitecture 6805661 cmt_root may contain duplicates on UMA systems --HG-- rename : usr/src/uts/i86pc/io/cpudrv/cpudrv_mach.c => usr/src/uts/i86pc/io/cpudrv_mach.c rename : usr/src/uts/i86pc/io/cpudrv/cpu_acpi.c => usr/src/uts/i86pc/os/cpupm/cpu_acpi.c rename : usr/src/uts/i86pc/io/cpudrv/cpudrv_amd.c => usr/src/uts/i86pc/os/cpupm/cpupm_amd.c rename : usr/src/uts/i86pc/io/cpudrv/cpudrv_intel.c => usr/src/uts/i86pc/os/cpupm/cpupm_intel.c rename : usr/src/uts/i86pc/os/cpupm.c => usr/src/uts/i86pc/os/cpupm/cpupm_mach.c rename : usr/src/uts/i86pc/io/cpudrv/cpudrv_throttle.c => usr/src/uts/i86pc/os/cpupm/cpupm_throttle.c rename : usr/src/uts/i86pc/io/cpudrv/pwrnow.c => usr/src/uts/i86pc/os/cpupm/pwrnow.c rename : usr/src/uts/i86pc/io/cpudrv/speedstep.c => usr/src/uts/i86pc/os/cpupm/speedstep.c rename : usr/src/uts/i86pc/sys/cpupm.h => usr/src/uts/i86pc/sys/cpupm_mach.h rename : usr/src/uts/i86pc/sys/cpudrv_throttle.h => usr/src/uts/i86pc/sys/cpupm_throttle.h
2009-02-176629633 msgsnd's cv_broadcast path needs to be replaced with cv_signalDavid Valin1-17/+33
2009-02-136681685 emlxs driver can separate firmware modules from driver modulesSukumar Swaminathan1-13/+359
6686400 emlxs driver can take the firmware dump and keep it in kernel memory 6719325 tape recovery exceeding 2 minute timeout for I/O 6739924 emlxs driver needs to improve the management of polled commads 6755227 emlxs driver must implement quiesce() entry point 6751827 Firmware dump and debug messages should be made available through mdb dcmd 6792993 Integrate COMSTAR support enhancements with 2.40f emlxs driver 6792994 Integrate NPIV support enhancements with 2.40f emlxs driver 6792995 Integrate Emulex HBA Diagnostics capability with 2.40f emlxs driver 6792997 Integrate Emulex SLI API support for firmware interface in 2.40f emlxs driver 6792998 Integrate enhancements to DHCHAP Authentication in 2.40f emlxs driver
2009-02-106646362 STREAMS flow trace should be enhanced to aid memory leak detectionmeem1-67/+106
6646366 strgetmsg() and kstrgetmsg() leak M_SIGs 6646890 rts_wrw() leaks short M_DATA/M_PROTO/M_PCPROTO messages 6653352 I_LIST implementation littered with voodoo 6797455 mdb/truss need to know about M_CMD/_I_CMD
2009-02-116802742 enable stacks dmod/kmod to filter based on module name (fix lint)Greg Price1-0/+1
2009-02-106798660 Cadmium .NOT file processing problem with CWD relative file pathsAli Bahrami2-6/+31
Contributed by Richard Lowe 6785284 Mapfile versioning rules need to be more visible to gatelings 6800164 Standard file exclusion mechanism needed for Cadmium tools
2009-02-106802742 enable stacks dmod/kmod to filter based on module nameGreg Price2-4/+91
2009-02-066799290 need to uniquify stacks in kmdbJonathan W Adams9-121/+1097
2009-02-016792084 smb_node_lookup should not take ownership of the hold on vnode ↵jose borrego1-6/+4
passed as a parameter 6792299 winreg EnumKey should enumerate subkeys of any key 6582194 Replace getdents with readdir 6790756 smb_vss_lookup_nodes doesn't release its hold on vnode if smb_node_lookup fails 6791568 Solaris CIFS server only accepts pre-Windows 2000 user logon name 6793375 Unable to map a share with a user on a trusted domain 6796947 invalid assert in smb_vop_getattr 6581736 IPv6 support 6788345 smbadm list output only shows one trusted domain 6796594 Array overrun in libmlrpc 6797782 Need a SAM abstraction layer 6764696 Insufficient access while attempting to modify UserAccountControl attribute of a machine account 6798908 Refresh after enabling network interfaces should trigger DC discovery 6798825 Replace the smb_vop_readdir mechanism with the smb_odir_t object
2009-01-276798384 It can take a village to raise a zioBill Moore1-79/+108
2009-01-15PSARC/2008/628 Interrupt Resource ManagementScott Carter, SD IOSW4-3/+257
6518948 DDI interrupt resource management support
2009-01-06PSARC/2007/272 Project Clearview: IPMP Rearchitecturemeem1-5/+2
PSARC/2008/773 IPQoS if_groupname Selector Removal PSARC/2009/001 Move in.mpathd into /lib/inet 6783149 Clearview IPMP Rearchitecture 4472956 libipmp should provide administrative interfaces 4494577 ipmp is opaque - there's no way to get current status 4509788 IPMP's usage of interface flags is not backward compatible 4509869 IPMP's address move mechanism needs to be transparent to applications 4531232 "in.rdiscd: sendto: Bad file number" seen during IPMP DR 4533876 new instances of interfaces under ipmp are generated with each dr/op 4699003 in.mpathd should squawk if interfaces in a group have the same hwaddr 4704937 SUNW_ip_rcm.so is sloppy with strings 4713308 IPMP shouldn't failover unconfigured logical interfaces 4785694 non-homogeneous IPMP group does not do failback 4850407 if_mpadm and IPMP DR failure 5015757 ip can panic with ASSERT(attach_ill == ipif->ipif_ill) failure 5086201 in.ndpd's phyint_reach_random() spews "SIOCSLIFLNKINFO Invalid argument" 6184000 routes cannot be created on failed interfaces 6246564 if_mpadm -r <ifname> doesn't bring up IPv6 link-local data address 6359058 SIOCLIFFAILBACK repeatedly fails with EAGAIN; in.mpathd fills logs 6359536 enabling STANDBY on an interface with no test address acts oddly 6378487 in.dhcpd doesn't work well in an IPMP setup 6462335 cannot offline to IPMP interfaces that have no probe targets 6516992 in.routed spews "Address already in use" during IPMP address move 6518460 ip_rcm`update_pif() must remain calm when logical interfaces disappear 6549957 failed IP interfaces at boot may go unreported 6591186 rpcbind can't deal with indirect calls if all addresses are deprecated 6667143 NCE_F_UNSOL_ADV broken 6698480 IGMP version not retained during IPMP failover 6726235 IPMP group failure can sometimes lead to an extra failover 6726645 in.routed skips DEPRECATED addresses even when no others exist 6738310 ip_ndp_recover() checks IPIF_CONDEMNED on the wrong ipif flags field 6739454 system panics at sdpib`sdp_rts_announce 6739531 IPv6 DAD doesn't work well with IPMP 6740719 in.mpathd may fail to switch to router target mode 6743260 ipif_resolver_up() can fail and leave ARP bringup pending 6746613 ip's DL_NOTE_SDU_SIZE logic mishandles ill_max_frag < ill_max_mtu 6748145 in.ndpd's IPv6 link-local hardware address mappings can go stale 6753560 ilg_delete_all() can race with ill_delete_tail() when ilg_ill changes 6755987 stillborn IFF_POINTOPOINT in.mpathd logic should be hauled out 6775126 SUBDIRS ipsecutils element does not in order be 6775811 NCEs can get stuck in ND_INCOMPLETE if ARP fails when IPMP is in-use 6777496 receive-side ILL_HCKSUM_CAPABLE checks look at the wrong ill 6781488 IPSQ timer restart logic can deadlock under stress 6781883 ip_ndp_find_solicitation() can be passed adverts, and has API issues 6784852 RPCIB, SDP, and RDS all break when vanity naming is used 6786048 IPv6 ND probes create IREs with incorrect source addresses 6786091 I_PLINK handling in IP must not request reentry via ipsq_try_enter() 6786711 IPQoS if_groupname selector needs to go 6787091 assertion failure in ipcl_conn_cleanup() due to non-NULL conn_ilg 6789235 INADDR_ANY ILMs can trigger an assertion failure in IPMP environments 6789502 ipif_resolver_up() calls after ipif_ndp_up() clobber ipif_addr_ready 6789718 ip6.tun0 cannot be plumbed in a non-global-zone post-6745288 6789732 libdlpi may get stuck in i_dlpi_strgetmsg() 6789870 ipif6_dup_recovery() may operate on a freed ipif, corrupting memory 6789874 ipnet_nicevent_cb() may call taskq_dispatch() on a bogus taskq 6790310 in.mpathd may core with "phyint_inst_timer: invalid state 4" --HG-- rename : usr/src/lib/libinetutil/common/inetutil4.c => usr/src/lib/libinetutil/common/inetutil.c rename : usr/src/uts/common/inet/vni/vni.c => usr/src/uts/common/inet/dlpistub/dlpistub.c rename : usr/src/uts/common/inet/vni/vni.conf => usr/src/uts/common/inet/dlpistub/dlpistub.conf rename : usr/src/uts/common/inet/vni/vni_impl.h => usr/src/uts/common/inet/dlpistub/dlpistub_impl.h rename : usr/src/uts/intel/vni/Makefile => usr/src/uts/intel/dlpistub/Makefile rename : usr/src/uts/sparc/vni/Makefile => usr/src/uts/sparc/dlpistub/Makefile
2009-01-066782461 mdb macros for printing cpu binding and link statisticsonnv_106Girish Moodalbail1-76/+248
2008-12-246580729 node 16th joined, metaclust timed out in step4, local_daemon has rpc ↵John Wren Kennedy3-13/+345
tli error 6692015 SVM global reader-writer mutex priority inversion causes deadlock under load 6725904 callers of meta_getdnp_bydevid() should do so correctly 6726615 Bruichladdich - SVM support for sQFS on mirrors in SunCluster 6756133 MD_MN_MSG_MDDB_PARSE message passes incorrect message size when used 6758399 mdmn_ksend_message() retries door_ki_upcall() without resetting data_ptr/data_size 6766848 mdcommd assumes SVCXPRT will survive thr_create() 6769738 md_mps_t not completely cleared before re-use
2008-12-166784161 Add a KCF SPI flag to reduce the latency when using providers like n2cpKrishna Yenduri1-38/+38
6769788 crypto_register_provider() returns an incorrect error code when mechanism table is full
2008-12-11PSARC 2007/587 Volo -- Low Latency Socket FrameworkYu Xiangning3-68/+618
PSARC 2008/694 Volo Interfaces Amendment 6765829 Integration of project Volo PSARC/2007/587 6644935 mblk cred_t reference counting limits scalability 6693633 TCP receive does not scale because of heavy refcounting of cred structures 4764841 connect/accept is slow on Solaris when compared to Linux 5105708 socket creation retains hold on accessvp 4764836 setsockopt is slow on Solaris when compared to Linux 4772191 socket close(2) is slow on Solaris when compared to Linux --HG-- rename : usr/src/uts/common/fs/sockfs/socksctp.c => usr/src/uts/common/inet/sockmods/socksctp.c rename : usr/src/uts/common/fs/sockfs/socksctp.h => usr/src/uts/common/inet/sockmods/socksctp.h rename : usr/src/uts/common/fs/sockfs/socksctpsubr.c => usr/src/uts/common/inet/sockmods/socksctpsubr.c rename : usr/src/uts/common/fs/sockfs/socksdp.c => usr/src/uts/common/inet/sockmods/socksdp.c rename : usr/src/uts/common/fs/sockfs/socksdp.h => usr/src/uts/common/inet/sockmods/socksdp.h
2008-12-116783576 ::spa -v should include sparesEric Schrock1-37/+50
2008-12-106762162 $DATA appended to streams when stream type != $DATAjose borrego1-1/+0
6736548 After switching the security mode, sometimes smb/server enters maintenance state 6764225 First domain join attempt after smb/server restarts could fail 6764343 Unable to map a share in a new domain 6673517 Appliance\Share becomes unbrowseable for ~10 mins after CIFS client leaves/rejoins the workgroup 6765259 multiple refreshes may not pick up most recent configuration 6764275 need to check with sharemgr when there's a cache miss 6765313 System panic occurred in smb_node_fini+0x16a() 6769943 Purge mlrpc from from types, functions and definitions 6765390 Deprecate smb_wins.c 6771815 ndr_server.c should not include libmlsvc.h 6732763 smbadm takes invalid workgroup name 6749515 Unable to grant domain users/groups access to files 6765156 Active Directory setup has problems if the NETBIOS domain name does not match AD FQDN 6735548 Domain users cannot connect to CIFS shares from MacOS 10.5 6631366 Able to join W2K3 domain with wrong domain name after joined with correct domain name. 6768067 The "smbadm list" should display FQDN 6768061 SMB daemon turned into maintenance mode while updating ddns 6773309 smbd can miss SIGTERM and fail to exit since some threads allow SIGTERM 6775912 smbd: idmap handle access is not thread safe 6775155 core.smbd dump at smb_shr_sa_loadall+0x1f 6776818 Use of freed memory in smbrdr_logon_user() 6766126 Per-share support to configure/disable client-side caching (offline files) 6778831 smbadm definition of domain is too strict, should allow leading digit 6780207 libumem.so.1`process_free+0x55 crash while running smbtorture base tests. --HG-- rename : usr/src/uts/common/smbsrv/lsalib.h => usr/src/lib/smbsrv/libmlsvc/common/lsalib.h rename : usr/src/uts/common/smbsrv/samlib.h => usr/src/lib/smbsrv/libmlsvc/common/samlib.h
2008-12-04PSARC/2006/357 Crossbow - Network Virtualization and Resource ManagementEric Cheng1-0/+685
6498311 Crossbow - Network Virtualization and Resource Management 6402493 DLPI provider loopback behavior should be improved 6453165 move mac capabs definitions outside mac.h 6338667 Need ability to use NAT for non-global zones 6692884 several threads hung due to deadlock scenario between aggr and mac 6768302 dls: soft_ring_bind/unbind race can panic in thread_affinity_set with cpu_id == -1 6635849 race between lacp_xmit_sm() and aggr_m_stop() ends in panic 6742712 potential message double free in the aggr driver 6754299 a potential race between aggr_m_tx() and aggr_port_delete() 6485324 mi_data_lock recursively held when enabling promiscuous mode on an aggregation 6442559 Forwarding perf bottleneck due to mac_rx() calls 6505462 assertion failure after removing a port from a snooped aggregation 6716664 need to add src/dst IP address to soft ring fanout --HG-- rename : usr/src/uts/common/io/dls/dls_soft_ring.c => usr/src/uts/common/io/mac/mac_soft_ring.c rename : usr/src/uts/common/inet/ip/ip_cksum.c => usr/src/uts/common/os/ip_cksum.c rename : usr/src/uts/common/inet/sctp_crc32.c => usr/src/uts/common/os/sctp_crc32.c rename : usr/src/uts/common/sys/dls_soft_ring.h => usr/src/uts/common/sys/mac_soft_ring.h
2008-11-136737983 Need MDB dmcd and zones mode for tabulating ZSD infojv2273472-38/+118
2008-11-106752414 After execution of whole test suite, itadm can change the defaults ↵Peter Dunlap1-9/+14
auth-method to anything 6741677 Targets remaing visible on iSNS server after iSNS client is disabled 6764776 osn panics, possible memory corruption 6764100 libiscsit and iscsit_common.h should be restructured
2008-11-096565503 callout processing is single threaded, throttling applications that ↵Madhavan Venkataraman1-50/+1004
rely on scalable callouts 6311743 callout table lock contention in timeout and untimeout
2008-10-30PSARC 2008/587 iSCSI Port Provider for COMSTARPeter Dunlap1-0/+2480
6702584 Need iSCSI port provider for COMSTAR
2008-10-236720262 Hot lock in FMA hurts TX throughput of FMA capable NIC driversCheng Sean Ye1-19/+8
2008-10-166626918 A new (k)mdb command ::stackinfo, kernel thread stack usagePhilippe Jung3-9/+344
2008-10-156727389 ::walk kmem followed by q makes mdb dumps coreTom Erickson1-3/+85
2008-10-156725668 want ::zfs_blkstats to show block type stats after scrub (fix kmdb)Matthew Ahrens1-12/+13
2008-10-146333409 traversal code should be able to issue multiple reads in parallelMatthew Ahrens1-0/+171
6418042 want traversal in depth-first pre-order for quicker 'zfs send' 6757112 zvol dump code is extra complicated 6725668 want ::zfs_blkstats to show block type stats after scrub 6725675 dmu traverse code has extraneous features 6725680 P2CROSS is confusing to use 6725698 zvol dump device should always be 128k 6729696 sync causes scrub or resilver to pause for up to 30s 6730101 online recv can cause scrub to miss some blocks 6752226 assertion failed in dbuf_verify: db->db.db_size >= dn->dn_datablksz 6577985 panic when zfs send a snapshot with i/o errors 6755042 zdb -Lbc counts block several times in case of checksum errors
2008-10-146745433 Merge NWS consolidation into OS/Net consolidationJohn Forte17-0/+14359
2008-09-306743399 mdb_vwrite() is listed as interface, but unavailableRod Evans1-2/+10
2008-09-296754011 SPA 3.0: lock breakup, i/o pipeline refactoring, device failure handlingJeff Bonwick1-10/+3
6667208 zfs/zpool commands on failed pool should not hang 6430480 grabbing config lock as writer during I/O load can take excessively long
2008-09-08PSARC/2008/219 Committed API for packet interceptionDarren Reed2-26/+34
PSARC/2008/335 Corrections for Committed API for packet interception PSARC/2008/557 Revision to net instance notification API 4844507 Solaris needs stable interface for packet filtering software 6705155 ipf_stack_init() assumes kmem_alloc with KM_NOSLEEP never fails
2008-08-22PSARC/2008/518 ZFS space accounting enhancementsMatthew Ahrens1-7/+0
6730799 want snapused property 6738349 zfs promote fails without enough space
2008-08-176584155 Confusing 'No such object' message is logged when a share is ↵jose borrego1-4/+3
successfully published. 6591393 Unable to join domain when primary W2K3 DC is offline 6600712 Need to know which domain controller is being used 6613364 smb_fsd.c and smb_vfs.c should be merged 6614925 Same share publishing request has somehow been added to the publish queue twice. 6631295 MS word read only file will get deleted if attempting to overwrite it. 6643263 set attributes atomically with create in smb_open_subr() 6691539 Doesn't recognize pre-created computer account in OU other than the default Computers container 6692877 Fails to delete a readonly file on win98 with "Access is denied." error 6705276 server signing does not work in domain mode with ntlmv1 6705849 SMB server-side signing : Unsigned share request successful when signing required 6708014 The state of smbstat should be displayed in non-numerical format 6709693 Look and feel at the confirmation prompt when switching to a different domain 6716855 Unable to create user roaming profile on CIFS share. 6716931 false lock conflicts when a volume mounted with nbmand option 6723650 ACL handling code needs update due to 6699852 6727937 smb/server enters maintenance state with no active non-loopback interfaces 6728049 Incorrect timezone offset in negotiate response and incorrect timestamp in directory search 6728068 Problem mapping autohome shares due to lack of permission 6729725 Incorrect filenames returned by TRANS2_FIND and TRANS2_QUERY_PATH_INFO 6731101 Should not need to restart smb/server after switching the security mode 6730764 Syslog displays error "failed to lookup (near "(": syntax error)" when adding local group to ACL 6731874 smb_delete returns wrong NT_STATUS_XXX codes for invalid paths 6731877 smbtorture RAW-SEARCH fails for smb_search/find/find_unique 6732277 Misleading error message when failed to delete a folder 6735529 Incorrect timestamp values - SMB_TRANS2_SET_INFORMATION --HG-- rename : usr/src/uts/common/fs/smbsrv/smb_lock_svc.c => usr/src/uts/common/fs/smbsrv/smb_lock.c
2008-08-126735592 "zio" vmem arenas are confusing, not reported separatelyJonathan W Adams1-4/+14
6699438 zfs induces crosscall storm under heavy mapped sequential read workload
2008-08-04PSARC 2008/486 Intent log replay failure handlingperrin1-0/+18
6707530 log device failure needs some work
2008-08-016729759 need to accommodate non-8-byte-aligned mutexesraf1-3/+4
2008-07-30PSARC/2008/412 Properties and Devinfo Snapshotscth1-1/+0
5034258 device size should be available in devinfo snapshots that request properties 5100405 Deadlock can occur due to the devinfo driver holding devi_lock 6276452 ddi_append_minor_node() and ddi_remove_minor_node() use the extra code to protect the critical code. 6588656 ddi_prop_op_size() should not check callers *lengthp on PROP_LEN_AND_VAL_ALLOC call 6720361 missing locks on devi_minor list traversal 6729639 scsi_hba code should not use DDI_MAJOR_T_UNKNOWN for properties