summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-30 [illumos-gate merge]release-20200702Jerry Jelinek6-309/+259
commit 1326c48877254e828afea8c9f7529f6faf1a1fde 12790 locale data install should not attempt to copy missing files commit 5f9772673df89384a3fa8f1cbfcccd8d331f83ff 10854 empty struct array confuses CTF commit 3f764e121447070c490c9637dd5791f8c8823ee4 12604 w needs to use line name instead of pid commit 35060ceaa548c2d6fa63812e06a1a0f8dc4a06b0 12459 iwn: possible unaligned pointer issue
2020-06-3012790 locale data install should not attempt to copy missing filesToomas Soome1-2/+4
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-2910854 empty struct array confuses CTFJason King3-27/+104
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-2912604 w needs to use line name instead of pidYuri Pankov1-265/+135
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-2912459 iwn: possible unaligned pointer issueToomas Soome1-15/+16
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-29 [illumos-gate merge]Jerry Jelinek17-212/+111
commit 947cdb3fe001e3ae9c98143dd04cc7d9ee13f40c 12893 inconsistencies in mkfifo(1M) commit 9117d17eb29235fc103fe0fa874b149d3f8a9a0e 12901 loader: can not read zfs pool with slog removed commit 9b9e3196fde9c0f47c8cc4ab00f3bc5b539ceaca 12770 stop including exception unwind info in the kernel commit dfecc46651d2b074027544a9c03682fd51d51054 12661 null.h: enable NULL pointer for SPARC commit 4df3b64db8cae3f054ccdd573395ba7807bcd868 12654 nxge: smatch and NULL pointer errors
2020-06-2812893 inconsistencies in mkfifo(1M)Ryan Zezeski1-31/+9
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-2712901 loader: can not read zfs pool with slog removedToomas Soome2-3/+13
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-2612770 stop including exception unwind info in the kernelRichard Lowe1-0/+1
Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-2612661 null.h: enable NULL pointer for SPARCToomas Soome1-33/+0
Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-2612654 nxge: smatch and NULL pointer errorsToomas Soome12-145/+88
Reviewed by: Michael Speer <michael.speer@pluribusnetworks.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Vitaliy Gusev <gusev.vitaliy@icloud.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-26 [illumos-gate merge]Jerry Jelinek24-18/+12
commit 207eb048d59b803f49e5ebdbfdb1ed33848b198f 12872 ioctl(2) needs additional ENOTTY documentation commit ed5ba7eb5b9baea17a09428feca1d7cfdc912cbf 12816 Update Intel microcode to 20200616
2020-06-2512872 ioctl(2) needs additional ENOTTY documentationRobert Mustacchi1-15/+9
Reviewed by: Ryan Zezeski <ryan@zinascii.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-2512816 Update Intel microcode to 20200616Dan McDonald23-3/+3
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-25OS-8190 zone_alias bash completion stomps all over shell variables that we ↵Brian Bennett1-0/+1
happen to use all the time (#313) Change-Id: I5aa29572a26fe220d3ec75e3382fb66d19c8202f
2020-06-2412869 bhyve kernel/user split should be clearer [fix broken build]Jerry Jelinek1-1/+0
2020-06-24 [illumos-gate merge]Jerry Jelinek23-715/+610
commit 2ca761b0b92364bea5ec829f3ac6187c20057a0a 12880 sparc: pkglint errors commit e386029b3dc09ced91c6806c9767572be25b584b 12879 sparc: unresolved dependencies commit e156a47b6ebcf79f0515365c32a22c7ed38dc19b 12871 bhyve ioctls needn't the struct size commit b58b977e8fdb738e19dfe72999e4f57a62e9d05f 12869 bhyve kernel/user split should be clearer
2020-06-2312880 sparc: pkglint errorsToomas Soome6-17/+7
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-2312879 sparc: unresolved dependenciesToomas Soome3-25/+42
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-2312871 bhyve ioctls needn't the struct sizePatrick Mooney1-278/+85
Reviewed by: Mike Zeller <mike.zeller@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-2312869 bhyve kernel/user split should be clearerPatrick Mooney13-395/+476
Reviewed by: Mike Zeller <mike.zeller@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-23 [illumos-gate merge]Jerry Jelinek1-0/+5
commit 44db26e7361c4574265471e293de16d6063dd990 12878 check_rtime: missing entries
2020-06-2312878 check_rtime: missing entriesToomas Soome1-0/+5
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2020-06-22 [illumos-gate merge]Jerry Jelinek14-199/+1010
commit c686756220120076a07be0dcce54be698101a3d1 12541 sgs: smatch and NULL pointer errors commit d865fc92e4b640c73c2957a20b3d82622c741be5 12824 recvmsg(): adjust final cmsg->cmsg_len upon MSG_CTRUNC commit ce5f7fb896fce369b4ec50da6d3a232bce2458ce 12836 loader: strings in nvlist are counted strings, not c-strings
2020-06-1912541 sgs: smatch and NULL pointer errorsToomas Soome5-98/+98
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-1912824 recvmsg(): adjust final cmsg->cmsg_len upon MSG_CTRUNCAndy Fiddaman7-30/+810
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-1912836 loader: strings in nvlist are counted strings, not c-stringsToomas Soome2-71/+102
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-18 [illumos-gate merge]Jerry Jelinek1-0/+2
commit 6682e4c38cf4cf5fd5fc490fac27f3d7af9bab4c 12875 igb I211 doesn't have an nvm version which leads to ufm panic
2020-06-1712875 igb I211 doesn't have an nvm version which leads to ufm panicRobert Mustacchi1-0/+2
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2020-06-1612754 packet flow over a defaulted LACP portRyan Zezeski2-18/+28
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-16OS-8187 port_fop_getdvp can cause a panic (#312)release-20200618Jason King1-2/+2
Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-16 [illumos-gate merge]Jerry Jelinek5-84/+62
commit 989c147e4f8311ee853a577bac8009cc7ffc4a73 12796 pcks11_softtoken C_GetMechanismList() should validate its arguments commit 772852a5d3501d23ca0f77fcdbd7ddb0a25da28b 12546 pcieb: NULL pointer errors commit ae121a1498fc4947aa90fa23f0276b59938ed62e 12571 pcisch: NULL pointer errors
2020-06-1512796 pcks11_softtoken C_GetMechanismList() should validate its argumentsJason King1-1/+4
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Juraj Lutter <juraj@lutter.sk> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-1512546 pcieb: NULL pointer errorsToomas Soome1-2/+2
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-1512571 pcisch: NULL pointer errorsToomas Soome3-81/+56
Reviewed by: Yuri Pankov <ypankov@tintri.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-1512789 increase timers allowed per-process [fix mismerge]Jerry Jelinek1-116/+9
2020-06-15 [illumos-gate merge]Jerry Jelinek152-1531/+5304
commit b30f02def0d29c7f2398666939cf35cf81f809f1 12850 demangle(1) can trip up on names starting with underscore commit 61de0de2b543856b77c5769b0d8981f58a7f26bd 12829 Add Zstandard to /etc/magic commit f2fe7acaed48e65ea8626868085ea6e40a63b3a9 12763 ixgbe ufm support commit a377495feb6d6c6a51d6cca4065a74f320f29a07 12762 topo should create per-device UFM entries by default commit 44b0ba916e529fad7fa22597911db69ae8f24994 12761 i40e should only register ufm data on func 0 commit 8d55b80625b903a8ec6c560f6a38b5c16d1f5cfc 12759 Want ability to read ufm images 12758 ufm_detach doesn't properly clean up 12760 igb ufm support 12765 fwflash plugin cleanup handling is buggy commit 1fa07ac719189ed3e8a0f8170264877c29bff62b 12848 Clarify bhyve's dual license commit 154972aff898a787b38af3bab5b8d754b5a42447 12792 bhyve upstream sync 2020 May commit 440a8a36792bdf9ef51639066aab0b7771ffcab8 12789 increase timers allowed per-process commit 926d645fe2416b8ee611fc8ee4e28b7c7f9744dd 12531 storage: NULL pointer errors Conflicts: usr/src/test/os-tests/tests/Makefile usr/src/test/os-tests/tests/timer/Makefile usr/src/test/os-tests/tests/timer/timer_limit.c usr/src/uts/common/os/timer.c usr/src/uts/common/sys/timer.h usr/src/uts/common/syscall/sysconfig.c
2020-06-1212850 demangle(1) can trip up on names starting with underscoreJason King1-1/+1
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-1212829 Add Zstandard to /etc/magicAndy Fiddaman1-5/+7
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-1212763 ixgbe ufm supportRobert Mustacchi2-0/+173
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Joshua Clulow <josh@sysmgr.org>
2020-06-1212762 topo should create per-device UFM entries by defaultRobert Mustacchi1-4/+30
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Joshua Clulow <josh@sysmgr.org>
2020-06-1212761 i40e should only register ufm data on func 0Robert Mustacchi1-9/+11
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Joshua Clulow <josh@sysmgr.org>
2020-06-1212759 Want ability to read ufm imagesRobert Mustacchi21-133/+1392
12758 ufm_detach doesn't properly clean up 12760 igb ufm support 12765 fwflash plugin cleanup handling is buggy Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Joshua Clulow <josh@sysmgr.org>
2020-06-1212848 Clarify bhyve's dual licenseMike Zeller24-7/+59
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Patrick Mooney <pmooney@oxide.computer> Reviewed by: Jorge Schrauwen <jorge@blackdot.be> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-1212792 bhyve upstream sync 2020 MayPatrick Mooney89-1233/+3378
Reviewed by: Mike Zeller <mike.zeller@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-1212789 increase timers allowed per-processPatrick Mooney10-62/+308
Reviewed by: Ryan Zezeski <rpz@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-1212531 storage: NULL pointer errorsToomas Soome5-98/+95
Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-12 [illumos-gate merge]Jerry Jelinek2-4/+6
commit 7fa359c09493c7b56e7c3e98fccc7e5cc0f09b48 12820 failure in dladm_ether_info() can lead to a double free
2020-06-1112820 failure in dladm_ether_info() can lead to a double freeRobert Mustacchi2-4/+6
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Toomas Soome <toomas@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-11 [illumos-gate merge]Jerry Jelinek2-11/+9
commit 6cdd461fe55315d9bc0ba40ea7da22cddbdcf784 12803 unix: duplicate symbols in the kernel