summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os/mutex.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-227812 Remove gender specific languageDaniel Hoffman1-1/+2
Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Steve Gonczi <steve.gonczi@delphix.com> Reviewed by: Chris Williamson <chris.williamson@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-08-125042 stop using deprecated atomic functionsJosef 'Jeff' Sipek1-1/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2009-03-24PSARC/2008/760 Boot configuration ServiceSherry Moore1-6/+1
PSARC/2009/091 Reboot to firmware PSARC/2009/092 libgrubmgmt - library for GRUB menu management 6768468 Introducing svc:/system/boot-config service 6775160 reboot -f ignores active BE and resets zfs pool bootfs property 6760845 Add checksum verification when loading the new kernel and boot archive for fast reboot 6815215 quiesce_active should be added to MUTEX_NOT_HELD()
2008-09-22PSARC 2008/382 Fast RebootSherry Moore1-0/+5
6714038 Fast Reboot support for x86 platforms
2008-09-186733185 Further cleanup of SUN Studio 12 lint warnings in ON source.Nick Todd1-5/+5
6365532 socketvar.h strangles lint for everyone 5002763 Sockfs debug macros should be linted 6746261 _mkarglst accidentally exported from libc.
2008-05-266554564 slab allocator cannot release slabs with lonely bufferstomee1-4/+4
6676406 kmem client constructors and destructors need some cleanup
2008-05-126691488 Solaris should warn about mis-aligned mutexes (fix lint)onnv_90ck1427211-1/+1
2008-05-126691488 Solaris should warn about mis-aligned mutexesck1427211-0/+32
2008-03-036658231 contention in rwlocks cause xt_sync timeout panic on Batokasvemuri1-2/+2
2008-02-28PSARC/2008/098 Lockstat: Changing spin count to spin timeck1427211-21/+16
6624951 replace lockstat spin metric with busy-wait time
2008-01-146182418 mutex_vector_enter has scaling issues on 25kpt1579191-140/+142
6292850 kernel code for multistrand CPUs should avoid spin loops (mutex_vector_enter) 6535018 mutex performance sub-optimal on some platforms
2007-09-18PSARC 2006/260 Solaris on Xenjohnlev1-0/+1
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-03-286486343 poor mutex performance on large OPL machinespm1453161-27/+59
2006-06-156301220 Fix stats reporting so we do not lie about spins.dv1427241-7/+17
2005-06-14OpenSolaris Launchstevel@tonic-gate1-0/+651