summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2017-10-25OS-6363 system went to dark side of moon for ~467 secondsrelease-20171026Tim Kordas11-21/+127
OS-6404 ARC reclaim should throttle its calls to arc_kmem_reap_now() Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Bryan Cantrill <bryan@joyent.com>
2017-10-25OS-6418 disable new LTP keyctl testsJerry Jelinek1-0/+2
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-10-24 [illumos-gate merge]Jerry Jelinek1-1/+8
commit f37ae9a714b97eca91c74c680c20c750c7cf5c02 8713 Buffer overflow in dsl_dataset_name()
2017-10-23OS-6338 panic from kvm_load_gsJerry Jelinek1-0/+20
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-238713 Buffer overflow in dsl_dataset_name()loli10K1-1/+8
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-20 [illumos-gate merge]Jerry Jelinek4-248/+183
commit 0c950529ae1558b3b4983f2eb6d4dd664ddfa424 8497 ficl: ficlStackCheckNospill should be static inline commit 4dc706964e63dcfacc54b6482c9db8d162f7179b 8723 autofs: cstyle fixes after 8717 commit 2b208da6458bdbaad9f45832216da636f9184765 8719 librpcsoc: clnt_tcp.c cstyle cleanup
2017-10-19OS-5969 Want support for QLogic QL41000/45000 series devicesVaishali Kulkarni168-0/+617755
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-10-198497 ficl: ficlStackCheckNospill should be static inlineToomas Soome1-1/+1
Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-198723 autofs: cstyle fixes after 8717Toomas Soome2-182/+132
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-198634 epoll fails to wake on certain edge-triggered conditions [fix regressions]Patrick Mooney4-37/+31
2017-10-198634 epoll fails to wake on certain edge-triggered conditions [fix mismerge]Jerry Jelinek1-0/+6
2017-10-198719 librpcsoc: clnt_tcp.c cstyle cleanupToomas Soome1-65/+50
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Ken Mays <maybird1776@yahoo.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-19 [illumos-gate merge]Jerry Jelinek7-100/+116
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 Mooney24-307/+374
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-10-185112 svcadm manpage needs more 5021-related updatesAndy Fiddaman3-69/+85
5593 Recent versions of svcadm invoked for multiple FMRIs say "Partial FMRI matches multiple instances" 8688 svcadm does not handle multiple partial FMRI arguments Reviewed by: Dominik Hassler <hadfl@omniosce.org> Reviewed by: Chris Fraire <cfraire@me.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-10-18 [illumos-gate merge]Jerry Jelinek5-29/+24
commit 4dfc19d7036761a315a6ece34c6cf9cb4268518f 8721 libwrap is missing global symbol `resident` commit 64ab3274db4bff1fa61f17076c4a40255cf17fb8 8717 autofs: parameter/variable set but not used commit 7d0b359ca572cd04474eb1f2ceec5a8ff39e36c9 8715 sil3xxx: variable set but unused commit 402902c369e6ee05f7df0a98b4987d5916b654c3 8722 loader: __divmoddi4 should check for NULL pointer
2017-10-178721 libwrap is missing global symbol `resident`Sebastian Wiedenroth1-0/+5
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Ken Mays <maybird1776@yahoo.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-178717 autofs: parameter/variable set but not usedToomas Soome2-13/+5
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-178715 sil3xxx: variable set but unusedToomas Soome1-15/+12
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-17OS-6400 want HVM exclusion lockPatrick Mooney3-0/+93
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-10-178722 loader: __divmoddi4 should check for NULL pointerToomas Soome1-1/+2
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-17OS-3709 vm_getusage when there is a process with a large (10s of GB) amount ↵Jerry Jelinek6-36/+83
of mapped space will cause latency issues Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-17OS-6405 vioblk attach doesn't always fail when it shouldHans Rosenfeld1-6/+4
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-10-17OS-6291 potential iscsi panic [fix broken build]Jerry Jelinek1-1/+1
2017-10-17OS-6398 support bhyve as a platformHans Rosenfeld3-2/+11
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-10-17OS-6389 buffer freed to wrong cache in virtio_register_intxHans Rosenfeld1-4/+6
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-10-17 [illumos-gate merge]Jerry Jelinek30-869/+745
commit b9d34b9d786436bc2f8ed62c0aade0750e78bc99 8664 Want support for X722 commit 0b0eb2f5d8243c8a1c87a28d13c3caebd85bd584 8670 Incorrect comments in DLS Rx functions commit 3c6b90be1d51de874ba4c1f05537c85375b6ab6e 8716 librpcsoc: variable set but not used commit d8b4f927017620c0d78dc3b4fd238ed58bbb4b42 8500 loader: need __divmoddi4 and __udivmoddi4 commit 859472da62d5df230117a53edc3cfcc61d5896ac 8140 loader: network read rework Conflicts: usr/src/uts/common/io/i40e/i40e_main.c usr/src/uts/common/io/dls/dls_link.c
2017-10-16OS-6291 potential iscsi panicTim Kordas3-22/+160
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-168664 Want support for X722Robert Mustacchi4-58/+178
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Ken Mays <maybird1776@yahoo.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-168670 Incorrect comments in DLS Rx functionsRyan Zezeski1-19/+20
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-168716 librpcsoc: variable set but not usedToomas Soome1-2/+1
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-168500 loader: need __divmoddi4 and __udivmoddi4Toomas Soome2-17/+23
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-168140 loader: network read reworkToomas Soome25-841/+710
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-16 [illumos-gate merge]Jerry Jelinek3-560/+1136
commit 9276b3991ba20d5a5660887ba81b0bc7bed25a0c 7186 xnf: panic on Xen 4.x commit 5ee44debdc8aa52cdcbf27fa252332a2403ef693 8665 Need support for LSI 9305-24i
2017-10-137186 xnf: panic on Xen 4.xYuri Pankov2-559/+1133
Contributed by: Frank Salzmann <frank@delphix.com> Contributed by: Pavel Zakharov <pavel.zakharov@delphix.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Ken Mays <maybird1776@yahoo.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-13OS-6396 LTP new testcase ioctl07 failsJerry Jelinek1-0/+1
Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-13OS-5531 smbios(1M) could decode voltage and curent probesRobert Mustacchi6-2/+747
OS-6379 smbios(1M) could decode cooling devices OS-5532 smbios(1M) could decode temperature probes OS-6378 smb_impl.h structs should comment corresponding type OS-6380 overshifted smbios major version leads to undershifted data OS-6381 smbios(1M) shouldn't print non-existant bios versions Reviewed by: Tim Kordas <tim.kordas@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Jason King <jason.king@joyent.com>
2017-10-12OS-6382 lx: need writable /proc/[pid]/task/[tid]/commJerry Jelinek3-14/+115
Reviewed by: Jason King <jason.king@joyent.com> Approved by: Jason King <jason.king@joyent.com>
2017-10-12OS-6306 accurate in-kernel zone RSS trackingJerry Jelinek13-383/+478
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-10-128665 Need support for LSI 9305-24iRobert Mustacchi4-17/+29
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com> Reviewed by: Ken Mays <maybird1776@yahoo.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-12 [illumos-gate merge]Jerry Jelinek8-463/+89
commit d66943279347289e279c13b8e8f1a424cb590933 8710 HVM with more than 2 VCPUs hangs on Xen 4.7 commit c470f5752f71dfecd12e42f4da179d8f8291ce52 8709 teach libdiskmgt about nvme, sata, and xen commit 571b0a139da53a3aae3b5d2370166c572eb7655c 8696 genunix: auditsys variable 'model' set but not used Conflicts: usr/src/lib/libdiskmgt/common/libdiskmgt.h usr/src/lib/libdiskmgt/common/findevs.c
2017-10-118710 HVM with more than 2 VCPUs hangs on Xen 4.7Yuri Pankov1-7/+7
Reviewed by: Alex Deiter <alex.deiter@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-118709 teach libdiskmgt about nvme, sata, and xenYuri Pankov6-444/+86
Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-118696 genunix: auditsys variable 'model' set but not usedToomas Soome1-7/+4
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-108675 proto_promiscoff_req() doesn't always exit the MAC perimeterDan McDonald1-7/+8
Reviewed by: Ryan Zezeski <rpz@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-10-108667 die() misleads with KERNELBASEPatrick Mooney1-2/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2017-10-10 [illumos-gate merge]Jerry Jelinek1-2/+0
commit 86e908a90d84b25fff11d115c73c14e4634bb00b 8695 inet/ip/ip6_ire.c: variable 'masked_addr' set but not used
2017-10-09OS-6364 lx: USER_HZ of 1000 breaks broken code which assumes 100 HZJerry Jelinek11-34/+170
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-10-09OS-6388 lx: access(/proc/sys) reports as read-onlyJerry Jelinek1-2/+9
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-10-098695 inet/ip/ip6_ire.c: variable 'masked_addr' set but not usedToomas Soome1-2/+0
Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>