summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/condvar.c
AgeCommit message (Collapse)AuthorFilesLines
2020-04-0811909 THREAD_KPRI_RELEASE does nothing of the sortPatrick Mooney1-5/+5
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2013-03-013582 zfs_delay() should support a variable resolutionAdam Leventhal1-2/+0
3584 DTrace sdt probes for ZFS txg states Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Elling <richard.elling@dey-sys.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-08-303112 ztest does not honor ZFS_DEBUGMatthew Ahrens1-25/+22
3113 ztest should use watchpoints to protect frozen arc bufs 3114 some leaked nvlists in zfsdev_ioctl 3115 poll(2) returns prematurely in presence of spurious wakeups Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matt Amdur <Matt.Amdur@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2011-10-201605 System time changes combined with spurios wakeups cause DP_POLL to ↵Matt Amdur1-0/+26
return prematurely Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: George Wilson <gwilson@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2010-02-096924075 cv_reltimedwait_sig should not use CY_INFINITY when passed a ↵Rafael Vanoni1-4/+6
negative timeout
2009-11-236881015 ZFS write activity prevents other threads from running in a timely ↵Jonathan Adams1-14/+20
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-11-176880713 assertion failed: !MUTEX_HELD(&mod_lock), file: ↵Jerry Gilliam1-0/+4
../../common/os/modctl.c, line: 4176
2009-11-13PSARC/2009/396 Tickless Kernel Architecture / lbolt decouplingRafael Vanoni1-5/+46
6860030 tickless clock requires a clock() decoupled lbolt / lbolt64 Portions contributed by Chad Mynhier <cmynhier@gmail.com>
2009-04-106789031 High resolution timers needed for time-sensitive applicationsMadhavan Venkataraman1-24/+44
6822357 assertion failed: expiration > 0, file: ../../common/os/cyclic.c, line: 3048 6827248 Empty callout lists need to be cleaned up more proactively 6827371 Solaris must support absolute and relative timers at the callout level
2009-01-186784948 Bug fixes to the Callout implementation putback in SNV 103Madhavan Venkataraman1-11/+12
2008-11-096565503 callout processing is single threaded, throttling applications that ↵Madhavan Venkataraman1-31/+64
rely on scalable callouts 6311743 callout table lock contention in timeout and untimeout
2008-10-316749261 6265036 (delivered in Kernel patches 122300-30/137111-04) changed ↵Donghai Qiao1-3/+2
nanosleep and broke SMS
2008-07-316698108 Sun Studio 12 finds many lint errors in ON source.rh871071-2/+3
2008-04-116265036 cv_waituntil_sig() often returns earlyqiao1-2/+3
2008-01-236598890 cancellation code abuses synonymsraf1-5/+25
--HG-- rename : usr/src/lib/libc/amd64/crt/cerror64.s => deleted_files/usr/src/lib/libc/amd64/crt/cerror64.s rename : usr/src/lib/libc/port/gen/wait3.c => deleted_files/usr/src/lib/libc/port/gen/wait3.c rename : usr/src/lib/libc/port/gen/wait4.c => deleted_files/usr/src/lib/libc/port/gen/wait4.c rename : usr/src/lib/libc/port/sys/fsync.c => deleted_files/usr/src/lib/libc/port/sys/fsync.c rename : usr/src/lib/libc/sparc/sys/syssun.s => deleted_files/usr/src/lib/libc/sparc/sys/syssun.s rename : usr/src/lib/libc/common/sys/__fcntl.s => usr/src/lib/libc/common/sys/fcntl.s rename : usr/src/lib/libc/common/sys/_rename.s => usr/src/lib/libc/common/sys/rename.s rename : usr/src/lib/libc/port/gen/rename.c => usr/src/lib/libc/port/gen/remove.c rename : usr/src/lib/libc/port/sys/fcntl.c => usr/src/lib/libc/port/sys/libc_fcntl.c
2007-04-27backout 6265036/6531693: causes 6544953dm1207691-16/+31
2007-03-306368753 Need a patch solution to 4522909 automountd hangs with executeable mapsnr1239321-13/+9
6509943 Apparent deadlock between fork()'s use of lwp_suspend and NFS locking (Backout 4522909)
2007-02-136265036 cv_waituntil_sig() often returns earlyqiao1-31/+16
2007-01-025068627 sleep(INT_MAX) returns prematurely on 32-bit machinesvb1604871-6/+8
6359463 mdb hangs with message: [ sleeping for 1024 bytes of free memory ... ]
2006-08-046399793 memory leak in sendvec_chunkstevel1-4/+4
6423317 missing sched provider "wakeup" probe in cv_unsleep() as seen via select(3c)
2005-07-214522909 automountd hangs with executable mapscwb1-10/+14
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+670