summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2010-04-216593513 make nightly -O cheaperjmcp14-675/+252
2010-04-216923030 NOTICE: ds_get_hv_pri failed: 0x1 is seen on LDOM guest bootingSree Vemuri1-9/+16
2010-04-226931570 Add flash devices' VID/PID to disk table to advertising 4K physical ↵bo zhou - Sun Microsystems - Beijing China3-50/+256
sector size. 6930150 sd should support zfs to send physical block size aligned I/O to FMODs in emulation mode 6927876 For 4k sector support, ZFS needs to use DKIOCGMEDIAINFOEXT
2010-04-216675356 multiple invocations of 'modunload -i 0' needed for maximum memory ↵Chris Horne9-163/+519
reduction 6944220 SCSAv3: tgtmap bus_config needs to coordinate attach/hotplug window
2010-04-21PSARC/2010/064 EOF of MMS - Media Management SystemPaul Cheng375-170515/+20
6928457 MMS end of feature
2010-04-226892542 Panic while issuing diag resets during I/O for mptsas device driverAda2-5/+5
6943862 DevHandle should not be in default Request Descriptor for SCSI IO RAID Passthru
2010-04-216942111 CPU hotplug code breaks interrupt round robin algorithm at boot timejiang.liu@intel.com3-18/+47
2010-04-216892582 AMD IOMMU doesn't parse IVHD table correctlyJerry Gilliam5-69/+244
6893913 IOMMU gets device_illegal_req fault 6904474 Assertion on multi-IOMMU system
2010-04-216935373 SC3.x/clustered SS7000 FC - Node/cluster panic'ing after takeover ↵Nattuvetty Bhavyan3-15/+14
from 7000 cluster head
2010-04-21PSARC 2010/114 tar: unpacking of absolute pathnamesRich Burridge1-0/+105
1223447 tar unpacks absolute filenames
2010-04-216945222 need an onnv-gate workaround to adjust cfg_cache permissionsMark J. Nelson1-2/+2
2010-04-216927649 merge common code from solaris10 and sn1 brands86-5129/+2535
6916737 s10_indir function in s10_brand library invokes incorrect argument --HG-- rename : usr/src/lib/brand/sn1/Makefile => usr/src/lib/brand/shared/Makefile rename : usr/src/lib/brand/sn1/sn1_brand/Makefile => usr/src/lib/brand/shared/brand/Makefile rename : usr/src/lib/brand/sn1/sn1_brand/Makefile.com => usr/src/lib/brand/shared/brand/Makefile.com rename : usr/src/lib/brand/sn1/sn1_brand/amd64/Makefile => usr/src/lib/brand/shared/brand/amd64/Makefile rename : usr/src/lib/brand/sn1/sn1_brand/amd64/sn1_crt.s => usr/src/lib/brand/shared/brand/amd64/crt.s rename : usr/src/lib/brand/sn1/sn1_brand/amd64/sn1_handler.s => usr/src/lib/brand/shared/brand/amd64/handler.s rename : usr/src/lib/brand/sn1/sn1_brand/amd64/sn1_runexe.s => usr/src/lib/brand/shared/brand/amd64/runexe.s rename : usr/src/lib/brand/sn1/sn1_brand/common/sn1_brand.c => usr/src/lib/brand/shared/brand/common/brand_util.c rename : usr/src/lib/brand/sn1/sn1_brand/common/offsets.in => usr/src/lib/brand/shared/brand/common/offsets.in rename : usr/src/lib/brand/sn1/sn1_brand/i386/Makefile => usr/src/lib/brand/shared/brand/i386/Makefile rename : usr/src/lib/brand/sn1/sn1_brand/i386/sn1_crt.s => usr/src/lib/brand/shared/brand/i386/crt.s rename : usr/src/lib/brand/sn1/sn1_brand/i386/sn1_handler.s => usr/src/lib/brand/shared/brand/i386/handler.s rename : usr/src/lib/brand/sn1/sn1_brand/i386/sn1_runexe.s => usr/src/lib/brand/shared/brand/i386/runexe.s rename : usr/src/lib/brand/sn1/sn1_brand/sparc/Makefile => usr/src/lib/brand/shared/brand/sparc/Makefile rename : usr/src/lib/brand/sn1/sn1_brand/sparc/sn1_crt.s => usr/src/lib/brand/shared/brand/sparc/crt.s rename : usr/src/lib/brand/sn1/sn1_brand/sparc/sn1_handler.s => usr/src/lib/brand/shared/brand/sparc/handler.s rename : usr/src/lib/brand/sn1/sn1_brand/sparc/sn1_runexe.s => usr/src/lib/brand/shared/brand/sparc/runexe.s rename : usr/src/lib/brand/sn1/sn1_brand/sparcv9/Makefile => usr/src/lib/brand/shared/brand/sparcv9/Makefile rename : usr/src/lib/brand/sn1/sn1_brand/sys/sn1_misc.h => usr/src/lib/brand/shared/brand/sys/brand_misc.h rename : usr/src/lib/brand/sn1/librtld_db/Makefile.com => usr/src/lib/brand/shared/librtld_db/Makefile.com rename : usr/src/lib/brand/sn1/librtld_db/common/sn1_librtld_db.c => usr/src/lib/brand/shared/librtld_db/common/brand_librtld_db.c rename : usr/src/lib/brand/sn1/librtld_db/common/mapfile-vers => usr/src/lib/brand/shared/librtld_db/common/mapfile-vers rename : usr/src/lib/brand/sn1/librtld_db/common/mapfile-vers.64 => usr/src/lib/brand/shared/librtld_db/common/mapfile-vers.64 rename : usr/src/lib/brand/sn1/Makefile => usr/src/lib/brand/shared/zone/Makefile rename : usr/src/lib/brand/shared/common.ksh => usr/src/lib/brand/shared/zone/common.ksh rename : usr/src/lib/brand/shared/query.ksh => usr/src/lib/brand/shared/zone/query.ksh rename : usr/src/lib/brand/shared/uninstall.ksh => usr/src/lib/brand/shared/zone/uninstall.ksh rename : usr/src/uts/intel/brand/common/brand_asm.h => usr/src/uts/intel/brand/common/brand_solaris.s rename : usr/src/uts/sun4/brand/sn1/sn1_brand_asm.s => usr/src/uts/sun4/brand/common/brand_solaris.s
2010-04-21PSARC/2010/043 Reliable Datagram Service v3Eiji Ota66-274/+20306
6850013 RDS driver upgrade to version 3 6902396 su_recv does not call pollwakeup() for zero-len datagrams when protocol uses uio recv
2010-04-216861149 ufs panic: ufs_putapage: bn == UFS_HOLEJim Rice1-5/+12
2010-04-214455694 udf_access does not lock inode for readingMilan Cermak5-272/+249
2010-04-21PSARC/2010/119 "Console User" assignment, logindevperm and virtual console ↵rui zang - Sun Microsystems - Beijing China11-91/+198
update 6885612 "Console user" profile implementation need to be updated after Virtual Console integration
2010-04-216940972 Unable to configure/attach USB Hub after power lossRaymond Chen1-8/+21
2010-04-206944560 ifconfig is broken while configuring a hostname that has multiple ↵Vasumathi Sundaram1-1/+14
entries in /etc/inet/ipnodes
2010-04-206794523 rcache could skip fsync(2)s in common cases with a dynamic skew conceptNicolas Williams3-10/+161
2010-04-206931950 vdisk does not timeout when backend does not existAlexandre Chartre3-85/+286
6924052 iostat within guest domains report 100% busy following a control domain reboot
2010-04-204857405 kernel memory allocation problems in sec_clnt_revokeM Pavan kumar - Sun Microsystems - Menlo Park United States1-10/+27
2010-04-206941908 sysdc_leave() can race with sysdc_update() and trip over 0xdeadbeefJonathan Adams1-3/+1
2010-04-206465090 default nsswitch.nis file is not grounded in realityMilan Jurik2-27/+22
2010-04-206933848 savecore fails on T4 - dump failed: error 5Martin Faltesek2-154/+205
2010-04-20PSARC 2010/048 zfs-based ndmpd backupJanice Chang16-246/+2970
6801803 Use of ZFS to optimize NDMP performance 6801805 NDMP Backup and restore COMSTAR zVOL at the block level
2010-04-204045677 *ipcrm* ipcrm breaks for keys greater than 0x7fffffffKeerthi Kondaka1-7/+4
2010-04-206864918 S10 auto_direct takes 45 mins to remount after manually unmounted a ↵Jan Kryl4-457/+366
directory vs. S8 instantly
2010-04-206940688 Need to remove date in past check from kadmin_parse_princ_args()Peter Shoults1-19/+1
2010-04-206933231 6844097 - fix incomplete, lock file location should not be /tmpMita Solanky1-3/+2
2010-04-196940915 deadlock: cycle in blocking chain via stmf_itl_kstat_lookuptim szeto1-6/+12
2010-04-196944848 6837240 reintroduced $(CH) failurejmcp1-6/+1
2010-04-19PSARC 2010/101 in.iked preshared key file extensionsPaul Wernau2-7/+35
6511591 Support at least remote-prefixes for preshared key entries
2010-04-196939983 assertion failed: zap_count(os, DMU_USERUSED_OBJECT, &count) != ↵Mark Shellenbaum11-84/+135
0||count == 0, in dsl_dataset.c 6942276 remove symlink upgrade code 6943284 sa_attr_iter() can use uninitialized value of length_start 6942045 zoneadm -z <zone> halt hangs after manipulation of xattrs
2010-04-186941452 ctfconvert fails on VLAs with code generated by SS12u1Surya Prakki1-8/+19
2010-04-196931122 Need SMHBA support for Mptsas driverxun ni - Sun Microsystems - Beijing China7-49/+1911
6932019 sun_sas lib should ignore the virtual port for mptsas driver
2010-04-186943448 assertion failed: tcp_time_wait->tcp_time_wait_tid != 0Kacheong Poon3-4/+160
2010-04-176936304 vr causes a panic when a stopped device is interrupted.joostmnl@gmail.com1-2/+11
2010-04-166322069 Unscalability of AH_LOCK_SIZE causes anonhash_lock contention on ↵Michael Corcoran10-86/+125
larger systems
2010-04-166942563 manifestfiles property and value should be consistent with each otherSean Wilcox2-14/+30
2010-04-166943725 potential use of freed pointer in e_ddi_free_instance()Vikram Hegde1-2/+1
2010-04-166602216 ufs vnevent_remove/vnevent_rename needs to occur before namespace ↵Owen Roberts3-102/+159
manipulation
2010-04-156942780 mac_add_name() has typoPrakash Jalan1-4/+3
6942832 uninitialized variable in mac_ndd_get_ioctl()
2010-04-166931924 stmsboot fails to map root device after fresh installjianfei wang - Sun Microsystems - Beijing China3-73/+159
6923599 stmsboot -d fails when scsi_vhci standby path(s) to the boot device cannot be accessed.
2010-04-156837574 IPoIB Administration Enhancement - PSARC 2010/085 (fix gcc)Ramaswamy Tummala1-2/+1
2010-04-156927545 NFSv4 reaper thread can exit without clearing up DB entriesGerald Thornbrugh1-3/+2
2010-04-146939934 boomer needs engine scheduling overhaulGarrett D'Amore15-258/+394
6939935 PSARC 2010/096 Public Audio DDI
2010-04-14PSARC/2010/029 Improved ACL interoperabilityMark Shellenbaum14-712/+421
6923083 ZFS/NFS/SMB ACL interoperability changes
2010-04-14PSARC 2010/085 IPoIB Administration EnhancementRamaswamy Tummala66-1485/+7495
6837574 IPoIB Administration Enhancement - PSARC 2010/085 6864899 IB datalink names need to be consistent between cluster controllers 6855737 cfgadm status for ibd attachment points gets to inconsistent state 6883212 ibd: add Brussels framework support 6927048 IBD driver should be hardened to handle late HCA port initialization issue 6827237 Fix warlock errors in ibnex --HG-- rename : usr/src/uts/common/io/ib/clients/ibd/ibd.conf => usr/src/uts/common/io/ib/clients/ibd/ibp.conf rename : usr/src/uts/intel/ibd/Makefile => usr/src/uts/intel/ibp/Makefile rename : usr/src/uts/sparc/ibd/Makefile => usr/src/uts/sparc/ibp/Makefile
2010-04-146943496 cmn_err debug notices in mc_read_smbios() should be set to ↵Srihari Venkatesan1-2/+2
~(SL_USER|SL_NOTE))|SL_LOGONLY
2010-04-156828395 iscsi initiator should be able to handle addtion/removal of lunsJack Meng12-367/+819
6900775 deadlock in iscsi initiator during reboot with 199 LUNs 6875464 fix the session state machine