#
c6f039c7 |
| 26-Dec-2019 |
Toomas Soome <tsoome@me.com> |
12172 genunix: variable may be used uninitialized Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@joyent.co
12172 genunix: variable may be used uninitialized Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@joyent.com>
show more ...
|
#
9d7cab14 |
| 25-Oct-2016 |
Patrick Mooney <pmooney@pfmooney.com> |
7505 dtrace helpers leaked during fork when lwp_create fails Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Ryan Zezeski <rpz@joyent.com> Reviewed by: Adam Leventhal <adam.leventhal@gmai
7505 dtrace helpers leaked during fork when lwp_create fails Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Ryan Zezeski <rpz@joyent.com> Reviewed by: Adam Leventhal <adam.leventhal@gmail.com> Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com> Reviewed by: Alek Pinchuk <pinchuk.alek@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
show more ...
|
#
d2a70789 |
| 16-Apr-2014 |
Richard Lowe <richlowe@richlowe.net> |
7029 want per-process exploit mitigation features (secflags) 7030 want basic address space layout randomization (ASLR) 7031 noexec_user_stack should be a security-flag 7032 want a means to forbid map
7029 want per-process exploit mitigation features (secflags) 7030 want basic address space layout randomization (ASLR) 7031 noexec_user_stack should be a security-flag 7032 want a means to forbid mappings around NULL Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Patrick Mooney <pmooney@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
show more ...
|
#
6aca388d |
| 30-Aug-2016 |
Patrick Mooney <pmooney@pfmooney.com> |
7412 newproc() performs inadequate clean-up after failed lwp_create() Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <da
7412 newproc() performs inadequate clean-up after failed lwp_create() Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Gordon Ross <gwr@nexenta.com>
show more ...
|
#
dc32d872 |
| 21-Dec-2015 |
Josef 'Jeff' Sipek <jeffpc@josefsipek.net> |
6514 AS_* lock macros simplification Reviewed by: Piotr Jasiukajtis <estibi@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDo
6514 AS_* lock macros simplification Reviewed by: Piotr Jasiukajtis <estibi@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
show more ...
|
#
2dc692e0 |
| 15-Nov-2014 |
Jerry Jelinek <jerry.jelinek@joyent.com> |
5340 add kstats to track reason for fork failures Reviewed by: Richard Elling <richard.elling@richardelling.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhuk
5340 add kstats to track reason for fork failures 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>
show more ...
|
#
1a5e258f |
| 08-Aug-2014 |
Josef 'Jeff' Sipek <josef.sipek@nexenta.com> |
5045 use atomic_{inc,dec}_* instead of atomic_add_* Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
|
#
5a450eee |
| 20-Oct-2013 |
Bryan Cantrill <bryan@joyent.com> |
4244 spawn fails occasionally with EAGAIN Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Gordon Ross <gordon.ross@nexenta.com>
|
#
6a634c9d |
| 19-Aug-2010 |
Richard Lowe <richlowe@richlowe.net> |
merge with onnv_147 Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
|
#
e9f7cbf0 |
| 09-Aug-2010 |
Vamsi Nagineni <Vamsi.Krishna@Sun.COM> |
6859073 kmem leak in kmem_alloc_64 in case of fork failures in branded zones
|
#
4bcbe6e7 |
| 15-Jul-2010 |
Menno Lageman <Menno.Lageman@Sun.COM> |
6967895 assertion failed: tk->tk_nprocs == 0, file: ../../common/os/task.c, line 436
|
#
ff19e029 |
| 29-Jun-2010 |
Menno Lageman <Menno.Lageman@Sun.COM> |
PSARC 2009/042 max-processes rctl 6631612 non-global zone can overrun the process table of the system 6466380 Project resource set callbacks are needlessly called on every fork() 6516818 task resourc
PSARC 2009/042 max-processes rctl 6631612 non-global zone can overrun the process table of the system 6466380 Project resource set callbacks are needlessly called on every fork() 6516818 task resource callbacks are needlessly called on every fork()
show more ...
|
#
8fd04b83 |
| 01-Mar-2010 |
Roger A. Faulkner <Roger.Faulkner@Sun.COM> |
PSARC 2009/657 delete obsolete system call traps 6906485 delete obsolete system call traps
--HG-- rename : usr/src/cmd/truss/xstat.c => usr/src/cmd/truss/stat.c rename : usr/src/lib/libc/port/gen/du
PSARC 2009/657 delete obsolete system call traps 6906485 delete obsolete system call traps
--HG-- rename : usr/src/cmd/truss/xstat.c => usr/src/cmd/truss/stat.c rename : usr/src/lib/libc/port/gen/dup2.c => usr/src/lib/libc/port/gen/dup.c rename : usr/src/lib/libc/port/sys/libc_fcntl.c => usr/src/lib/libc/port/sys/fcntl.c rename : usr/src/lib/libc/port/sys/libc_open.c => usr/src/lib/libc/port/sys/open.c
show more ...
|
#
a4aeef46 |
| 22-Feb-2010 |
Donghai Qiao <Donghai.Qiao@Sun.COM> |
4492533 Filesystems may need VOP_CLOSE() for executables following a VOP_OPEN()
|
#
bb637ba7 |
| 16-Feb-2010 |
Vamsi Nagineni <Vamsi.Krishna@Sun.COM> |
6907809 Fix copying shm accounting and segment list information
|
#
fe3f72fb |
| 25-Nov-2009 |
Jonathan Adams <Jonathan.Adams@Sun.COM> |
6904598 assertion failure in newproc
|
#
35a5a358 |
| 24-Nov-2009 |
Jonathan Adams <Jonathan.Adams@Sun.COM> |
6881015 ZFS write activity prevents other threads from running in a timely manner 6899867 mstate_thread_onproc_time() doesn't account for runnable time correctly PSARC/2009/615 System Duty Cycle Sche
6881015 ZFS write activity prevents other threads from running in a timely 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
show more ...
|
#
d3d50737 |
| 13-Nov-2009 |
Rafael Vanoni <rafael.vanoni@sun.com> |
PSARC/2009/396 Tickless Kernel Architecture / lbolt decoupling 6860030 tickless clock requires a clock() decoupled lbolt / lbolt64 Portions contributed by Chad Mynhier <cmynhier@gmail.com>
|
#
3cd189de |
| 06-Oct-2009 |
Ethindra Ramamurthy <Ethindra.Ramamurthy@Sun.COM> |
6871629 3-way deadlock with mod_lock, dtrace_lock and sprlock
|
#
cdf26504 |
| 25-Aug-2009 |
Pramod Batni <Pramod.Batni@Sun.COM> |
6869037 zsched process creation leads to v_count leak
|
#
6eb30ec3 |
| 18-Apr-2009 |
Roger A. Faulkner <Roger.Faulkner@Sun.COM> |
6752891 p_lock gets hot with mysql (syslwp_park)
|
#
bb5ca623 |
| 20-Mar-2009 |
Vamsi Nagineni <Vamsi.Krishna@Sun.COM> |
6810086 panic in rctl_incr_swap() due to freed up proc structure 6557272 assertion failed: zone->zone_max_swap >= swap, panic during dism stress test
|
#
250f6acd |
| 29-Jul-2008 |
vk210190 <none@none> |
6711501 All segop callers should call anon_resv_zone instead of anon_resv
|
#
d4204c85 |
| 20-Mar-2008 |
raf <none@none> |
PSARC 2007/661 delete sched_nice PSARC 2008/039 POSIX scheduling interfaces 6647542 POSIX scheduling should be compatible with Solaris scheduling classes
--HG-- rename : usr/src/lib/libc/inc/rtsched
PSARC 2007/661 delete sched_nice 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
show more ...
|
#
d3e55dcd |
| 27-Dec-2007 |
gww <none@none> |
1162981 Remove C2_AUDIT #defines from the kernel and build files
|