summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/timer.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-03OS-5931 p_itimer access can race during resizePatrick Mooney1-11/+16
Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-11-29OS-5792 lxbrand SIGEV_THREAD_ID timers inappropriately reuse allocationPatrick Mooney1-108/+149
Reviewed by: Ryan Zezeski <rpz@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-11-18OS-5806 timer_create leaks itimer_tPatrick Mooney1-5/+2
Reviewed by: Ryan Zezeski <rpz@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-11-16OS-5738 increase timers allowed per-processPatrick Mooney1-45/+136
Reviewed by: Ryan Zezeski <rpz@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2015-02-23OS-3872 add support for timerfdBryan Cantrill1-2/+11
2012-03-131941 timer intervals incorrectly rounded to clock resolutionBryan Cantrill1-1/+0
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-01-03OS-841 timer intervals incorrectly rounded to clock resolutionBryan Cantrill1-20/+3
2007-08-206536565 port_close() hangs in the kernel with pending timer cleanuppraks1-6/+16
2006-04-25PSARC 2005/706 SIGEV_THREAD and SIGEV_PORTraf1-10/+16
4017841 The SIGEV_THREAD option for event notification not implemented
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+989