summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/lwp.c
AgeCommit message (Collapse)AuthorFilesLines
2015-07-22OS-4534 lwp_exit P_PR_LOCK assertion failureJerry Jelinek1-0/+1
2015-04-16OS-4188 NULL dereference in lwp_hash_in20150416Patrick Mooney1-21/+24
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-04-07OS-4151 setbrand hooks should be sane during forkPatrick Mooney1-15/+25
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2015-04-02OS-4129 lxbrand should not abuse p_brand_data for storing exit signalPatrick Mooney1-8/+12
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2014-12-035340 add kstats to track reason for fork failuresJerry Jelinek1-2/+9
Reviewed by: Richard Elling <richard.elling@richardelling.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2013-04-123673 core dumping is abysmally slowBryan Cantrill1-0/+13
3671 left behind enemy lines, agent LWP can go rogue 3670 add visibility into agent LWP's spymaster Reviewed by: Keith M Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-03-266924278 lwp_exit() race causes proc with bad p_tlist, panicking ps(1)Jakub Jermar1-12/+9
2010-01-296852941 Bad trap panic in contract_process_hwerrJakub Jermar1-10/+13
2009-12-166909721 assertion failed: t->t_lpl < t->t_cpupart->cp_lgrploads + ↵Jonathan Adams1-12/+3
t->t_cpupart->cp_nlgrp 6910240 sysdc_batch_niceness doesn't help performance
2009-12-096905982 panic: NULL pointer dereference in anon_get_ptr() in swapout threadJonathan Adams1-16/+39
6908270 Insufficient test for "segkp_fault: bad unlock" panic in segkp_fault()
2009-12-046907373 Sun Fire 15ks with NULL proc LPA workaround and ZFS root panic ↵Jonathan Adams1-0/+6
during boot
2009-11-236881015 ZFS write activity prevents other threads from running in a timely ↵Jonathan Adams1-9/+55
manner 6899867 mstate_thread_onproc_time() doesn't account for runnable time correctly PSARC/2009/615 System Duty Cycle Scheduling Class and ZFS IO Observability
2009-09-146814187 running newtask -c pid, could hang the system in pool code if the ↵Gangadhar Mylapuram1-1/+16
target process is in lwp_create
2009-06-156719215 profile timer survives exec; handler does not; process crashes with ↵Roger A. Faulkner1-1/+2
Profile Timer Expired
2009-04-176752891 p_lock gets hot with mysql (syslwp_park)Roger A. Faulkner1-32/+168
2008-03-26PSARC 2008/138 Soft CPU and processor set bindingsakolb1-0/+3
6656791 Weaker CPU and processor set bindings is useful
2008-03-20PSARC 2007/661 delete sched_niceraf1-0/+5
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-146182418 mutex_vector_enter has scaling issues on 25kpt1579191-8/+15
6292850 kernel code for multistrand CPUs should avoid spin loops (mutex_vector_enter) 6535018 mutex performance sub-optimal on some platforms
2007-06-206493689 Jvm crash: curthread set by kernel incorrectsudheer1-3/+2
2007-06-086544121 Implement text replicationaguzovsk1-0/+14
2007-03-09PSARC/2004/402 CPU Capsakolb1-5/+7
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
2007-02-056513610 mstate_aggr_state() can double-count a process's mstate if a child ↵johansen1-4/+12
is in fork()
2006-09-11PSARC/2005/471 BrandZ: Support for non-native zonesnn352481-5/+38
6374606 ::nm -D without an object may not work on processes in zones 6409350 BrandZ project integration into Solaris 6455289 pthread_setschedparam() should return EPERM rather than panic libc 6455591 setpriority(3C) gets errno wrong for deficient privileges failure 6458178 fifofs doesn't support lofs mounts of fifos 6460380 Attempted open() of a symlink with the O_NOFOLLOW flag set returns EINVAL, not ELOOP 6463857 renice(1) errors erroneously --HG-- rename : usr/src/lib/libzonecfg/zones/SUNWblank.xml => usr/src/lib/brand/native/zone/SUNWblank.xml rename : usr/src/lib/libzonecfg/zones/SUNWdefault.xml => usr/src/lib/brand/native/zone/SUNWdefault.xml
2006-01-066219276 need per-process equivalent of device contextrab1-10/+8
6244042 x86 kernels do not need default LDTs 6308413 sysi86(SI86DSCR) rejects the first valid custom descriptor #6 with errno 6308413 contributed by Juergen Keil <jk@tools.de>
2005-11-096339942 popen(3C) still isn't MT-saferaf1-4/+5
2005-08-216272865 race condition between SIGKILL and /proc PCAGENTraf1-13/+9
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+1790