summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/thread.h
AgeCommit message (Collapse)AuthorFilesLines
2015-06-15OS-4406 native signalfd supportJerry Jelinek1-1/+1
2015-02-13OS-3820 lxbrand ptrace(2): the next generationJoshua M. Clulow1-1/+6
OS-3685 lxbrand PTRACE_O_TRACEFORK race condition OS-3834 lxbrand 64-bit strace(1) reports 64-bit process as using x32 ABI OS-3794 lxbrand panic on init signal death Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2015-01-03OS-3678 many file event monitors on a single vnode can induce stack overflowBryan Cantrill1-1/+5
2012-04-27OS-782 need to record timestamp when calling through context opsBryan Cantrill1-0/+2
2010-02-236901289 THREAD_FREE_HASH() hash function should be reconsideredMadhavan Venkataraman1-4/+10
2009-12-096905982 panic: NULL pointer dereference in anon_get_ptr() in swapout threadJonathan Adams1-2/+2
6908270 Insufficient test for "segkp_fault: bad unlock" panic in segkp_fault()
2009-09-086850147 holdlwps() in close() is a major performance hit in highly threaded ↵Roger A. Faulkner1-5/+6
applications
2009-04-166565817 sigwait can't wait for SIGTSTPRoger A. Faulkner1-0/+1
2009-01-186784948 Bug fixes to the Callout implementation putback in SNV 103Madhavan Venkataraman1-2/+2
2008-11-096565503 callout processing is single threaded, throttling applications that ↵Madhavan Venkataraman1-0/+1
rely on scalable callouts 6311743 callout table lock contention in timeout and untimeout
2008-10-166626918 A new (k)mdb command ::stackinfo, kernel thread stack usagePhilippe Jung1-1/+25
2008-03-26PSARC 2008/138 Soft CPU and processor set bindingsakolb1-0/+18
6656791 Weaker CPU and processor set bindings is useful
2008-03-256398097 Panic in kcpc_unbind().trevtom1-2/+4
6398111 Circular dependency betweeen sys/thread.h and sys/kcpc.h. 6542909 race condition between kcpc_restore() and kcpc_unbind()
2008-03-20PSARC 2007/661 delete sched_niceraf1-0/+2
PSARC 2008/039 POSIX scheduling interfaces 6647542 POSIX scheduling should be compatible with Solaris scheduling classes --HG-- rename : usr/src/lib/libc/inc/rtsched.h => deleted_files/usr/src/lib/libc/inc/rtsched.h rename : usr/src/lib/libc/port/threads/rtsched.c => deleted_files/usr/src/lib/libc/port/threads/rtsched.c
2008-01-076619224 Tick accounting needs to be made scalablemv1431291-3/+15
2007-12-21PSARC 2007/664 Paravirtualized Drivers for Fully Virtualized xVM Domainsmrj1-0/+1
6525093 xnb/xnf should use hypervisor based copy for xnb->xnf data path 6608917 members of struct xnf and xnb need unique names 6609324 deadlock trying to own the HAT migrate lock 6609805 still missing XPV_DISALLOW_MIGRATE/XPV_ALLOW_MIGRATE bracketing in hat_i86.c 6616384 xnb's grant ref unmapping is inefficient 6619947 Solaris should provide a PV network driver for xVM HVM environments 6632774 panic setting up xen console --HG-- rename : usr/src/uts/i86xpv/os/gnttab.c => usr/src/uts/common/xen/os/gnttab.c rename : usr/src/uts/i86xpv/os/hypercall.c => usr/src/uts/common/xen/os/hypercall.c rename : usr/src/uts/i86xpv/sys/gnttab.h => usr/src/uts/common/xen/sys/gnttab.h rename : usr/src/uts/i86xpv/ml/hypersubr.s => usr/src/uts/intel/ia32/ml/hypersubr.s rename : usr/src/uts/i86xpv/sys/hypervisor.h => usr/src/uts/intel/sys/hypervisor.h rename : usr/src/uts/i86xpv/sys/xen_errno.h => usr/src/uts/intel/sys/xen_errno.h
2007-09-18PSARC 2006/260 Solaris on Xenjohnlev1-2/+2
PSARC 2007/155 IPv4 Network Configuration Enhancements for Xen Guest Domains 6424124 panic in intr_thread->av_dispatch_autovect->atomic_add_ptr 6496858 mdb could use a memory-based IO backend 6515319 workaround for 6491065 needs to be removed from elfextract.c 6518807 snv_nightly: SUNWcakr pkgck error 6551858 PSARC 2006/260 Solaris on Xen 6584697 Can't boot Xen / Solaris dom0 if root is using ZFS 6593429 usr/src/cmd/devfsadm isn't linting properly 6600359 mdb_kvm_intrframe() is unused 6600750 can remove 'u' workaround from zlib 6601465 /dev/lofictl needs to accept kernel ioctl 6604043 Erronous ASSERT in sdev_vnops.c ASSERT(VTOSDEV(vp)->sdev_attrvp); --HG-- rename : usr/src/common/util/memset.h => deleted_files/usr/src/common/util/memset.h rename : usr/src/uts/common/krtld/mapfile => deleted_files/usr/src/uts/common/krtld/mapfile rename : usr/src/uts/i86pc/boot/boot_keyboard.h => deleted_files/usr/src/uts/i86pc/boot/boot_keyboard.h rename : usr/src/uts/intel/io/i8254.c => usr/src/uts/i86pc/io/microfind.c rename : usr/src/uts/i86pc/cpunex/Makefile => usr/src/uts/intel/cpunex/Makefile rename : usr/src/uts/i86pc/io/cpunex.c => usr/src/uts/intel/io/cpunex.c
2007-06-086491350 Auto mpss and kpr combo can make a system crawl in case of ↵mb1582781-0/+1
fragmented memory.
2007-03-156533431 assertion failed: code == 119 || code == 142, file: ↵raf1-0/+2
../../intel/ia32/os/syscall.c, line: 607
2007-03-09PSARC/2004/402 CPU Capsakolb1-2/+25
6327235 PSARC/2004/402 CPU caps 6464161 Dead KSLICE code should be removed 6514387 FX class contains dead code to keep list of member threads 6518395 kstat_zone_add performs KM_SLEEP allocation when it should not
2006-12-14PSARC 2006/360 Page retire and caged memory kstatsmec1-0/+1
PSARC 2006/401 /dev/physmem 6385792 physical memory driver needed for memory testing
2006-08-306351092 Race for t_ctx in removectx() can lead to panic.trevtom1-4/+4
2006-07-10backout 6351092: causes 6447223dm1207691-4/+4
2006-07-096351092 Race for t_ctx in removectx() can lead to panic.trevtom1-4/+4
2005-10-276342194 fix for 6260557 broke forkall()raf1-0/+1
2005-10-046174746 Need to remove remaining references to __ia64kalai1-6/+0
--HG-- rename : usr/src/uts/common/sys/elf_ia64.h => deleted_files/usr/src/uts/common/sys/elf_ia64.h
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+632