summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel
AgeCommit message (Collapse)AuthorFilesLines
2010-08-166958308 XSAVE/XRSTOR mechanism to save and restore processor stateKuriakose Kuruvilla12-167/+652
Contributed by Lejun Zhu <lejun.zhu@intel.com>
2010-08-1640 llc2 has got to goGarrett D'Amore1-1/+0
Reviewed by: richlowe@richlowe.net Approved by: garrett@nexenta.com
2010-08-1531 boot brandingGarrett D'Amore3-498/+500
Reviewed by: james.c.mcpherson@gmail.com Approved by: garrett@nexenta.com
2010-08-13PSARC/2010/259 Ethernet over IBVenki Rajagopalan3-1/+274
6891335 Driver for supporting "Ethernet over InfiniBand" protocol
2010-08-12PSARC/2010/159 SIOCGIFHWADDR for PF_INET and PF_INET6Darren Reed1-1/+1
6948284 setsockopt on PF_PACKET socket fails for PACKET_MR_PROMISC option 6948282 missing definitions in the packet.h header file 4720634 programmatic access to mac address for non-root applications
2010-08-116964154 Missing unlock in set_all_zone_usr_proc_sys()Ethindra Ramamurthy2-3/+5
6964159 Missing unlock in immu_quiesce() and immu_unquiesce() 6964162 Pointer dereferenced before NULL check in kcpc_reqs_add() 6964446 Uninitialized variable used in rootnex_coredma_bindhdl() 6965638 Potential memory leak in configure_ffc() 6965642 Freeing variable that may be NULL in kmem_free()
2010-08-116872481 memory leak in cmdk_devid_setup in scsi device setupzhongyan gu - Sun Microsystems - Beijing China1-2/+10
2010-08-096955196 Intel IOMMU code should use higher-level abstraction interface (fix ↵Frank Van Der Linden1-1/+0
lint)
2010-08-096955192 Intel IOMMU code performs unnecessary write buffer flushesFrank Van Der Linden4-110/+191
6955196 Intel IOMMU code should use higher-level abstraction interface 6955973 Intel IOMMU code has too many checks in the dma bind handle path 6956536 Intel iommu code does too much work during cookie manipulation 6955206 iommulib code looks up nexops too often 6949020 iommulib should not get used when disabled from rootnex.conf
2010-08-056932990 Support for TSC deadline timerKrishnendu Sadhukhan - Sun Microsystems1-1/+7
Contributed by Aubrey Li <aubrey.li@intel.com>
2010-08-036972966 SYN-ACK-ACK is not handled properly when accepting connection from ↵Kacheong Poon2-2/+2
Linux client using HTTP benchmark
2010-08-036973912 pci_autoconfig: alloc_res_array() feels a little off (by one)Praveen Kumar Dasaraju Rama1-11/+11
2010-07-30PSARC/2009/617 Software Events Notification Parameters CLIGavin Maltby1-2/+78
PSARC/2009/618 snmp-notify: SNMP Notification Daemon for Software Events PSARC/2009/619 smtp-notify: Email Notification Daemon for Software Events PSARC/2010/225 fmd for non-global Solaris zones PSARC/2010/226 Solaris Instance UUID PSARC/2010/227 nvlist_nvflag(3NVPAIR) PSARC/2010/228 libfmevent additions PSARC/2010/257 sysevent_evc_setpropnvl and sysevent_evc_getpropnvl PSARC/2010/265 FMRI and FMA Event Stabilty, 'ireport' category 1 event class, and the 'sw' FMRI scheme PSARC/2010/278 FMA/SMF integration: instance state transitions PSARC/2010/279 Modelling panics within FMA PSARC/2010/290 logadm.conf upgrade 6392476 fmdump needs to pretty-print 6393375 userland ereport/ireport event generation interfaces 6445732 Add email notification agent for FMA and software events 6804168 RFE: Allow an efficient means to monitor SMF services status changes 6866661 scf_values_destroy(3SCF) will segfault if is passed NULL 6884709 Add snmp notification agent for FMA and software events 6884712 Add private interface to tap into libfmd_msg macro expansion capabilities 6897919 fmd to run in a non-global zone 6897937 fmd use of non-private doors is not safe 6900081 add a UUID to Solaris kernel image for use in crashdump identification 6914884 model panic events as a defect diagnosis in FMA 6944862 fmd_case_open_uuid, fmd_case_uuisresolved, fmd_nvl_create_defect 6944866 log legacy sysevents in fmd 6944867 enumerate svc scheme in topo 6944868 software-diagnosis and software-response fmd modules 6944870 model SMF maintenance state as a defect diagnosis in FMA 6944876 savecore runs in foreground for systems with zfs root and dedicated dump 6965796 Implement notification parameters for SMF state transitions and FMA events 6968287 SUN-FM-MIB.mib needs to be updated to reflect Oracle information 6972331 logadm.conf upgrade PSARC/2010/290
2010-07-28PSARC/2010/244 EOF ncrsjmcp1-1/+0
6542748 ncrs(7D) should be EOFd, it's 32bit only, crusty and unmaintainable
2010-07-286959099 T2 Crypto Drivers (ncp, n2cp, n2rng) need to implement self tests ↵Misaki Miyashita1-6/+4
for FIPS 140-2 compliance
2010-07-266948098 freemem_lock contention causes poor concurrent DISM ↵Pavel Tatashin1-1/+1
MC_LOCK/MC_UNLOCK performance 6946742 sfmmu_mlspl_enter lock contention on mml_table 6956454 ani_free_pool lock contention with multi processed ISM
2010-07-196910078 SCTP should have similar memory handling mechanism as TCPKacheong Poon2-2/+10
2010-07-026946100 Add machine check and performance counter support for new member of ↵Adrian Frost2-5/+5
Nehalem family
2010-06-296957730 cpuid_amd_getids() uses uninitialized variable coreidszJakub Jermar1-4/+3
6957751 nb_fini() leaks memory 6957783 nb_dev_reinit() leaks memory 6957795 Use-after-free in fm_nvlist_create()
2010-06-246710343 dnode cache should register a dnode_move() callback to limit ↵Tom Erickson1-8/+3
fragmentation 6583724 dnode_create should not call kmem_cache_constructor directly 6374545 disk write cache flush code overloads buf_t.b_list pointer
2010-06-24PSARC/2009/505 IRM Framework Extension(s)Jimmy Vetayases4-11/+30
PSARC/2009/665 Pcitool Extensions 6669984 Solaris x86 need to provide large number of interrupt vectors for MSI/MSI-x 6866130 Interrupt Resource Management (IRM) support on x86 platforms 6876744 Need a new mdb debugger module for the new apix PSM 6881939 decouple current i86xpv interrupt implementation from i86pc 6916041 Pcitool Enhancement(1M) for the new apix PSM on X86 6957091 update pcitool(1m) manpage for 6916041 --HG-- rename : usr/src/cmd/mdb/i86pc/modules/pcplusmp/apic.c => usr/src/cmd/mdb/i86pc/modules/pcplusmp/pcplusmp.c
2010-06-21PSARC/2007/477 Drivers registering devidsJerry Gilliam2-11/+14
6337062 e_ddi_devid_hold_driver_list is missing cmdk
2010-07-146812663 Running out of bits in x86_featureKuriakose Kuruvilla9-69/+66
2010-07-146968165 ::ioapic and ::apic should be limited to kmdbJimmy Vetayases2-2/+2
6968169 missing start dates in some interrupt related files
2010-07-146867140 ultra 27 does not resume from either mouse or keyboard eventVincent Wang1-5/+46
2010-06-176939100 convert KSSL into a socket filterAnders Persson3-18/+95
2010-06-146943052 Unable to configure IB PEM for Jumilla bladeAlan Adamson, SD OSSD1-2/+10
2010-07-086967649 zut doesn't really depend on smbsrvTim Haley1-3/+2
2010-06-146625545 auditd Generates Plethora Events due to Missing System Files ↵Marek Pospisil1-9/+0
(AUE_OPEN_R, AUE_OPENAT_R, AUE_EXECVE) 6631622 The tad_ctrl (PAD_) stuff is a mess
2010-06-11PSARC/2010/169 EOF lx brandSurya Prakki20-1245/+21
6959264 EOF lx brand
2010-06-076958745 Few issues during rdbms bring-up with rdsv3agiri2-2/+2
6954116 IB drivers declare invalid elf dependencies, confuse pkgdepend, cause build noise 6955657 rds port space should be IP address specific 6955311 support of rds-info 6953258 on error ret from umem_lockmemory rdsv3_ib_get_mr() needs to negate that errno before its return
2010-06-076777077 COMSTAR drivers unnecessary NUL-terminate stringsViswanathan Kannappan8-33/+7
6777085 COMSTAR Makefiles can take advantage of being ON citizens Contributed by Sergio Gutierriez <saguti@gmail.com>
2010-07-07PSARC 2010/235 POSIX 1003.1-2008 *at(2) syscallsRoger A. Faulkner1-0/+6
6910251 need support for all POSIX.1-2008 *at(2) syscalls 6964835 mknod(2) auditing omits the pathname for invalid arguments
2010-07-07PSARC 2010/239 OFUV Userland InterfaceLida.Horn2-0/+85
6906676 Add support for Infiniband User Mad Packet interface under Solaris onnv (/kernel/drv/sol_umad) 6906018 ibmf doesn't loopback in software all MAD packets for all HCAs that require it 6906022 ibmf misses subnet client class SUBN_ADM_AGENT as being able to use non default Pkeys 6933472 ibmf:ibmf_i_mgt_class_to_hdr_sz_off is missing default and MAD_MGMT_CLASS_VENDOR2_START 6906028 ib_user_mad_hdr missing pkey_index and reserved fields
2010-05-256954550 audiohd driver should pass warlock checkZhao Edgar Liu - Sun Microsystems2-3/+37
2010-05-246952085 EOF spwr (fix packaging, unref)Liane Praza2-1672/+0
2010-05-19PSARC 2010/168 EOF spwrGarrett D'Amore2-8/+5
6952085 EOF spwr
2010-05-196811760 X4250, X4150 fma faults cpu after uncorrected error reported on bank ↵Adrian Frost1-5/+12
0 in snv_109
2010-05-17PSARC 2009/646 bd - generic block device driverGarrett D'Amore6-186/+15
PSARC 2009/648 sdcard conversion to bd, EOF blk2scsa 6952618 deliver blkdev (PSARC 2009/646)
2010-05-076948324 BAD TRAP with missing /boot/solaris/devicedb/masterDana Myers1-3/+2
2010-05-056909809 COMSTAR should avoid extra data copy to zvol-based backing storeJames Moore1-3/+2
6931076 COMSTAR qlt driver should be able to dynamically map passed-in buffers 6933737 When QLT is loaded, fcinfo reports supported speeds returns 1g for the 8Gb HBA's 6912734 qlt: qlt emits spurious warnings during init on debug kernels
2010-05-036947892 dalign option not needed for x86/x64 modulesSurya Prakki3-19/+4
2010-04-276927649 merge common code from solaris10 and sn1 brands (fix 32-bit x86)Gerald Jelinek1-1/+3
2010-04-246928457 MMS end of feature (fix CDDL, fix packaging)Paul Cheng1-0/+21
2010-04-236935869 getlabel doesn't use mlslabel info for zfs filesRic Aleshire1-0/+2
6466890 Getlabel returns admin_low for unshared ZFS mount point under /usr/local in global zone
2010-04-21PSARC/2010/064 EOF of MMS - Media Management SystemPaul Cheng3-199/+0
6928457 MMS end of feature
2010-04-216927649 merge common code from solaris10 and sn1 brands7-306/+229
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 Ota3-0/+182
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-14PSARC 2010/085 IPoIB Administration EnhancementRamaswamy Tummala2-5/+5
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