summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/rsm
AgeCommit message (Collapse)AuthorFilesLines
2019-04-05 [illumos-gate merge]Jerry Jelinek1-9/+9
commit bad5e46855e02a281fd72c9a6472d9ae98c108dd 10656 stmf: NULL pointer errors commit fe7a23c8cdda2a463e51ac6f8353d143e4712ed5 10690 uts/i86pc Makefile lint cleanup commit 69914347387da227b7bfdf2a3bcb7189eb65eb74 10641 rpcib: NULL pointer errors commit 2178a880dce2da30d0f5a1ac2913eadd93e9c2ae 10655 emul64: NULL pointer errors commit 280798bab7492ab1628d72247ebe1872218d98b3 10648 sysevent: NULL pointer errors commit 9173eaeb84f6d29cb141ae3814a0a2f07b550763 10652 tl: NULL pointer errors commit e2c63ca6b3eb22629464788e745718be5cd878f0 10651 tnf: NULL pointer errors commit 1adf40f76cd8af7d925c77df418fff242965788a 10647 st: NULL pointer errors commit a4ccb493d6d57fefdf4995850d469f16451094dd 10645 sy: NULL pointer errors commit eae92bf6733b3ea3e31cbc60517fcd64f892fa99 10559 usbms: cast between incompatible function types commit 52f239a1780ee9936c3b43f0457f14f6eec8dea0 10644 smp: NULL pointer errors commit 83dba8e170d701b48549af39323874fe1d568f53 10643 si3124: NULL pointer errors commit a465bc80d32c819bfe5742c9aa8c4d706acbae1c 10642 sgen: NULL pointer errors commit 9feac2f7d94573c632975afac346c6010e6e65cf 10640 signalfd: NULL pointer errors commit 3deeb0a9324c13756f519d91f000f0f44058e7b9 10436 eventfd: NULL pointer errors commit 035c26580da74cc57d63b4f030f66f43cb965ffa 10639 sad: NULL pointer errors commit d29664394211e1fda0745b84613d450e0eaad798 10636 rsm: NULL pointer errors commit 3e2cb4848b2c2c2e9311650d86c7e37e82a245f4 10635 ramdisk: NULL pointer errors commit f3c2bd96962f436196993cc8e20e67f8eb9cb129 10633 ptsl: NULL pointer errors commit 9ab96e7c5e157cd06e9c6c36124f761311ccf0d1 10631 ptc: NULL pointer errors commit 4ff62ce99af7972ca3611aadd6a851b45f2cffcc 10630 poll: NULL pointer errors commit f6c5b04580afc6ac84253f5606169ea6e5920526 10627 pcic: NULL pointer errors commit 126267c556613df638068ad0939912e6cb0bd21e 10626 nv_sata: NULL pointer errors commit 21922c7548dfdabb89cea426ea8f693c37391815 10624 pcieb: NULL pointer errors commit 97ac1f6486eb9b87b187039bec20569f99135a8d 10613 mr_sas: NULL pointer errors Conflicts: usr/src/uts/i86pc/Makefile.rules
2019-04-0510636 rsm: NULL pointer errorsToomas Soome1-9/+9
Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-198634 epoll fails to wake on certain edge-triggered conditions [fix regressions]Patrick Mooney1-1/+0
2017-10-19 [illumos-gate merge]Jerry Jelinek1-0/+1
commit 80d5689f5d4588adc071138e25e9d0d5252d9b55 8634 epoll fails to wake on certain edge-triggered conditions 8635 epoll should not emit POLLNVAL 8636 recursive epoll should emit EPOLLRDNORM commit ad3ad82ad2fb99c424a8482bd1908d08b990ccea 5112 svcadm manpage needs more 5021-related updates 5593 Recent versions of svcadm invoked for multiple FMRIs say "Partial FMRI matches multiple instances" 8688 svcadm does not handle multiple partial FMRI arguments Conflicts: usr/src/uts/common/io/eventfd.c usr/src/uts/common/io/devpoll.c usr/src/uts/common/fs/ufs/ufs_vnops.c usr/src/uts/common/fs/fs_subr.c
2017-10-188634 epoll fails to wake on certain edge-triggered conditionsPatrick Mooney1-13/+11
8635 epoll should not emit POLLNVAL 8636 recursive epoll should emit EPOLLRDNORM Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-02-23 [illumos-gate merge]Jerry Jelinek2-3/+5
commit 1951a93366b3e52f7c49ec9b2dbfb21bccc56a3e 7837 smbios3 64-bit entry point support commit ec2c76eb1d5ecd7a4fccccefc1bc4aa7c1531606 7854 installboot should set MBR to load partition boot block if it was installed commit 48bbca816818409505a6e214d0911fda44e622e3 7812 Remove gender specific language commit e40108ff341f07fe03e96c751c6cf2cb5867d1a8 7898 mdb's ::netstat doesn't print UDP conn_t pointer correctly Conflicts: usr/src/uts/common/syscall/poll.c
2017-02-227812 Remove gender specific languageDaniel Hoffman2-3/+5
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>
2017-02-13OS-5882 epoll fails to wake on certain edge-triggered conditionsPatrick Mooney1-13/+11
OS-5884 epoll should not emit POLLNVAL OS-5894 recursive epoll should emit EPOLLRDNORM Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-08-125045 use atomic_{inc,dec}_* instead of atomic_add_*Josef 'Jeff' Sipek1-9/+9
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2012-02-032039 several declarations in uts declare functions with variable number of ↵Milan Jurik2-8/+9
args even if they are not Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2009-11-13PSARC/2009/396 Tickless Kernel Architecture / lbolt decouplingRafael Vanoni1-15/+8
6860030 tickless clock requires a clock() decoupled lbolt / lbolt64 Portions contributed by Chad Mynhier <cmynhier@gmail.com>
2008-10-166560807 common drivers should not use SCCS keywords in user-visible stringsRichard Bean1-4/+2
2008-09-22PSARC 2008/382 Fast RebootSherry Moore1-40/+39
6714038 Fast Reboot support for x86 platforms
2007-10-25PSARC/2007/218 caller_context_t in all VOPsamw1-6/+5
PSARC/2007/227 VFS Feature Registration and ACL on Create PSARC/2007/244 ZFS Case-insensitive support PSARC/2007/315 Extensible Attribute Interfaces PSARC/2007/394 ls(1) new command line options '-/' and '-%': CIFS system attributes support PSARC/2007/403 Modified Access Checks for CIFS PSARC/2007/410 Add system attribute support to chmod(1) PSARC/2007/432 CIFS system attributes support for cp(1), pack(1), unpack(1), compress(1) and uncompress(1) PSARC/2007/444 Rescind SETTABLE Attribute PSARC/2007/459 CIFS system attributes support for cpio(1), pax(1), tar(1) PSARC/2007/546 Update utilities to match CIFS system attributes changes. PSARC/2007/560 ZFS sharesmb property 4890717 want append-only files 6417428 Case-insensitive file system name lookup to support CIFS 6417435 DOS attributes and additional timestamps to support for CIFS 6417442 File system quarantined and modified attributes to support an integrated Anti-Virus service 6417453 FS boolean property for rejecting/allowing invalid UTF-8 sequences in file names 6473733 RFE: Need support for open-deny modes 6473755 RFE: Need ability to reconcile oplock and delegation conflicts 6494624 sharemgr needs to support CIFS shares better 6546705 All vnode operations need to pass caller_context_t 6546706 Need VOP_SETATTR/VOP_GETATTR to support new, optional attributes 6546893 Solaris system attribute support 6550962 ZFS ACL inheritance needs to be enhanced to support Automatic Inheritance 6553589 RFE: VFS Feature Registration facility 6553770 RFE: ZFS support for ACL-on-CREATE (PSARC 2007/227) 6565581 ls(1) should support file system attributes proposed in PSARC/2007/315 6566784 NTFS streams are not copied along with the files. 6576205 cp(1), pack(1) and compress(1) should support file system attributes proposed in PSARC/2007/315 6578875 RFE: kernel interfaces for nbmand need improvement 6578883 RFE: VOP_SHRLOCK needs additional access types 6578885 chmod(1) should support file system attributes proposed in PSARC/2007/315 6578886 RFE: disallow nbmand state to change on remount 6583349 ACL parser needs to support audit/alarm ACE types 6590347 tar(1) should support filesystem attributes proposed in PSARC/2007/315 6597357 *tar* xv@ doesn't show the hidden directory even though it is restored 6597360 *tar* should re-init xattr info if openat() fails during extraction of and extended attribute 6597368 *tar* cannot restore hard linked extended attributes 6597374 *tar* doesn't display "x " when hard linked attributes are restored 6597375 *tar* extended attribute header off by one 6614861 *cpio* incorrectly archives extended system attributes with -@ 6614896 *pax* incorrectly archives extended system attributes with -@ 6615225 *tar* incorrectly archives extended system attributes with -@ 6617183 CIFS Service - PSARC 2006/715
2007-09-216564175 Oracle unkillable, thread stuck in cv_timedwait called from ↵jg979861-6/+11
rsm:rsm_unpublish
2005-06-14OpenSolaris Launchstevel@tonic-gate5-0/+13377