summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2019-10-08OS-7995 incorrect entries in some system-test-*.mf filesrelease-20191010Tim Foster2-5/+3
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: John Levon <john.levon@joyent.com>
2019-10-07 [illumos-gate merge]Jerry Jelinek2-12/+15
commit c5c712a873aaa2cebb338aa84cfb7748f5d4e641 11470 vioblk: device capacity is always returned in 512B units 11471 vioblk: vioblk IO is performed by 512B blocks commit 53b8aa11a4b4383655db95e7986c9d5c191e507d 9687 SMF service cannot be disabled
2019-10-0611470 vioblk: device capacity is always returned in 512B unitsToomas Soome1-2/+8
11471 vioblk: vioblk IO is performed by 512B blocks Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2019-10-059687 SMF service cannot be disabledAndrew Stormont1-10/+7
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Garrett D'Amore <gdamore@racktopsystems.com>
2019-10-0511767 mpt_sas hangs after config header request timeoutHans Rosenfeld1-1/+3
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Andy Giles <illumos@ang.homedns.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0411265 Add support for SHA512_224 and SHA512_256 to KCF and PKCS#11 [go back ↵Jerry Jelinek1-101/+6
to working Makefile]
2019-10-04 [illumos-gate merge]Jerry Jelinek50-103/+307
commit 337411fcf93041fb98fbfba6506e4128cd3e1933 11775 loader: reset FONT_MANUAL flag on resolution change commit 06469a5c7c9cdac51590d31967b372bc4d09a429 11761 loader: add libcrypto.h, sha1 does not need to return anything commit 63fbf44d4aa850b30ae81628d77f0397b849edc6 11760 loader: add explicit_bzero() to libstand commit 238b28907b1e86e000112cdbcb3fd413e95c20e4 11759 sys/sha1.h should provide SHA1_BLOCK_LENGTH commit 8eef2ab6218419d91e0aefc223c9f2cd1c8e9a2c 11740 loader: warning: unused parameter commit cb371639cab89a5fc3698505c7dd0c75bd45a5a0 11753 loader: i386_loadaddr() should check for FB address commit 052042909d20316395a71c237105dffb9ce6c22f 11265 Add support for SHA512_224 and SHA512_256 to KCF and PKCS#11 Conflicts: usr/src/test/crypto-tests/tests/digest/sha512_256.c usr/src/test/crypto-tests/tests/digest/sha512_224.c usr/src/test/crypto-tests/tests/digest/Makefile usr/src/test/crypto-tests/runfiles/default.run usr/src/boot/sys/boot/i386/libi386/i386_copy.c
2019-10-0411775 loader: reset FONT_MANUAL flag on resolution changeToomas Soome6-4/+25
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Jim Klimov <jim@cos.ru> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0411761 loader: add libcrypto.h, sha1 does not need to return anythingToomas Soome7-10/+36
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0411760 loader: add explicit_bzero() to libstandToomas Soome3-3/+9
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0411759 sys/sha1.h should provide SHA1_BLOCK_LENGTHToomas Soome1-0/+1
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Jason Lippert <jason@glasspelican.ca> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0411740 loader: warning: unused parameterToomas Soome30-75/+85
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0411753 loader: i386_loadaddr() should check for FB addressToomas Soome1-3/+24
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0311265 Add support for SHA512_224 and SHA512_256 to KCF and PKCS#11Jason King10-37/+321818
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2019-10-02 [illumos-gate merge]Jerry Jelinek2-199/+223
commit 9937ff193d3bb6c172dbd734ef4aee613a365d61 11757 installboot: install vbr only when stage2 is installed commit 13bac6982e391a34555ee2a5df22bdf4eb368f38 11756 loader: isapnp cstyle cleanup
2019-10-0211757 installboot: install vbr only when stage2 is installedToomas Soome1-12/+27
Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Garrett D'Amore <garrett@damore.org>
2019-10-0111756 loader: isapnp cstyle cleanupToomas Soome1-187/+196
Reviewed by: C Fraire <cfraire@me.com> Approved by: Garrett D'Amore <garrett@damore.org>
2019-10-01OS-8000 viona ring reset can race with Rx packetsRyan Zezeski5-2/+23
Reviewed by: Mike Zeller <mike.zeller@joyent.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Mike Zeller <mike.zeller@joyent.com>
2019-10-01 [illumos-gate merge]Jerry Jelinek40-10436/+10004
commit 647709cb33adbc9ec046fb9ad41818ffc50b0bf3 11735 cardbus: cast between incompatible function types commit 7a2e057ded7c57de0de12bba546e48c437d4aba0 11734 pcic: cast between incompatible function types commit 16d00323713cfa922181df7d69d973398dea15ff 11733 acpica: cast between incompatible function types commit 660213e2089ab8409d54154d0a2987504a24fb23 11732 portfs: cast between incompatible function types commit 8ab009369fb9f9b1e690d195ddcfbd8165a53f34 11731 kaio: cast between incompatible function types commit 9dd95169794650baa0f951e24046175899beff70 11730 shmsys: cast between incompatible function types commit d0562c105d77a4d4da85007111e260da7ea2616f 11754 ZoL trim port used wrong offset for sd unmap commit aef5ddef46ea0369baf07aba4d38ed9b2cd8cd96 11727 usb_ah: cast between incompatible function types commit fe9b11956841aaade2b3d01981d7e372b9b613a5 11728 exacctsys: cast between incompatible function types commit 457cb919baede78b33c994ab8c7797c848513997 11726 ttcompat: cast between incompatible function types commit c6026c814721e22d6b8791b5bdfeeecb85ece59c 11725 tirdwr: cast between incompatible function types commit c4d76aa4b703811c0527424e3c63151eb77b9972 11724 spppcomp: cast between incompatible function types commit e81f5104293f278cbf9b239692af80ee10885830 11723 cryptmod: cast between incompatible function types commit bbe1f46d73a73e54a242bb59596e2daf4e619fe3 11722 usbwcm: cast between incompatible function types commit 700daa96bb3e99515f0abdc42f1904e78bc282da 11658 Some capabilities are invalid for SMB 2.002 commit 4d633836fc25186ed4c118b2072d2b88cf87a700 11720 rpcmod: cast between incompatible function types commit 6caf82fa836a9721560a96669ccdd90b3fa7b644 11719 timod: cast between incompatible function types commit e10751a53e4fcc2850e57448ad13dc3caf40595e 11755 loader: command_lsmod does show garbage on screen commit eb62f060787d63335f2b0777ff86c16204bca93a 10517 Convert dkio(7I) to mandoc 10518 Convert fbio(7I) to mandoc 10519 Convert fdio(7I) to mandoc 10520 Convert hdio(7I) to mandoc 10521 Convert iec61883(7I) to mandoc 10522 Convert ipnat(7I) to mandoc 10527 Convert mhd(7I) to mandoc 10528 Convert mixer(7I) to mandoc 10529 Convert mtio(7I) to mandoc 10530 Convert prnio(7I) to mandoc 10531 Convert quotactl(7I) to mandoc 10532 Convert sesio(7I) to mandoc 10533 Convert sockio(7I) to mandoc 10560 Convert termio(7I) to mandoc 10561 Convert termiox(7I) to mandoc 10562 Convert visual_io(7I) to mandoc 10563 Convert vt(7I) to mandoc 10564 Convert uscsi(7I) to mandoc 10596 Convert streamio(7I) to mandoc
2019-10-0111735 cardbus: cast between incompatible function typesToomas Soome2-65/+67
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0111734 pcic: cast between incompatible function typesToomas Soome1-2/+2
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0111733 acpica: cast between incompatible function typesToomas Soome1-3/+3
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0111732 portfs: cast between incompatible function typesToomas Soome1-2/+2
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0111731 kaio: cast between incompatible function typesToomas Soome1-1/+1
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0111730 shmsys: cast between incompatible function typesToomas Soome1-4/+4
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-3011754 ZoL trim port used wrong offset for sd unmapJerry Jelinek1-1/+1
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Kody Kantor <kody.kantor@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-09-3011727 usb_ah: cast between incompatible function typesToomas Soome1-7/+14
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-3011728 exacctsys: cast between incompatible function typesToomas Soome1-4/+2
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-3011726 ttcompat: cast between incompatible function typesToomas Soome1-17/+19
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-3011725 tirdwr: cast between incompatible function typesToomas Soome1-14/+13
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-3011724 spppcomp: cast between incompatible function typesToomas Soome1-12/+16
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-3011723 cryptmod: cast between incompatible function typesToomas Soome1-10/+12
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-3011722 usbwcm: cast between incompatible function typesToomas Soome1-24/+25
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-3011658 Some capabilities are invalid for SMB 2.002Andrew Stormont1-1/+6
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Garrett D'Amore <gdamore@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-3011720 rpcmod: cast between incompatible function typesToomas Soome2-21/+25
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-3011763 Build can't find perl on OI HipsterAndrew Stormont1-2/+7
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-3011719 timod: cast between incompatible function typesToomas Soome1-19/+23
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-3011755 loader: command_lsmod does show garbage on screenToomas Soome2-2/+2
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-30OS-8003 Do not destroy external delegated datasetsjorge3-17/+3
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Mike Gerdts <mike.gerdts@joyent.com> Approved by: Mike Gerdts <mike.gerdts@joyent.com>
2019-09-3010517 Convert dkio(7I) to mandocJason King19-10227/+9767
10518 Convert fbio(7I) to mandoc 10519 Convert fdio(7I) to mandoc 10520 Convert hdio(7I) to mandoc 10521 Convert iec61883(7I) to mandoc 10522 Convert ipnat(7I) to mandoc 10527 Convert mhd(7I) to mandoc 10528 Convert mixer(7I) to mandoc 10529 Convert mtio(7I) to mandoc 10530 Convert prnio(7I) to mandoc 10531 Convert quotactl(7I) to mandoc 10532 Convert sesio(7I) to mandoc 10533 Convert sockio(7I) to mandoc 10560 Convert termio(7I) to mandoc 10561 Convert termiox(7I) to mandoc 10562 Convert visual_io(7I) to mandoc 10563 Convert vt(7I) to mandoc 10564 Convert uscsi(7I) to mandoc 10596 Convert streamio(7I) to mandoc Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2019-09-307661 illumos should provide 64bit perl modules [fix broken build]Jerry Jelinek1-2/+7
2019-09-30 [illumos-gate merge]Jerry Jelinek47-1691/+602
commit 0ae9a84f82e18b30b7354ca5193afdbbb1cdc880 7661 illumos should provide 64bit perl modules commit 2b292e00835d471d54a29c338155ab9d5756c18d 11717 loader.efi: efipart needs to use ioalign commit ed54d13f6e7749144a97912cccfadbfaf47f1523 11711 verify_pool missing from zfs-test suite commit 10ae99ee6a0e5168918d2bba208bcf536edb08f7 11667 remove duplicate lz4 implementations commit f2211ffec9a7ac3c1efc6de9347072f816f10a60 11749 nfs4_end_*_seqid_sync() should call cv_signal() commit 081aa5f609710eb34401f4494245119e2aca553f 11716 loader: add memalign() commit b6242eb47febde0b1450b13b626fae868830a828 11579 e1000g: cast between incompatible function types commit 8f97fda43d3ec24e515449b83c8a970b9042030a 11752 inet/cc.h should be shipped Conflicts: usr/src/lib/Makefile.lib usr/src/Makefile.master.64 usr/src/Makefile.master
2019-09-277661 illumos should provide 64bit perl modulesAndrew Stormont17-82/+227
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-2811717 loader.efi: efipart needs to use ioalignToomas Soome1-24/+113
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-09-2711711 verify_pool missing from zfs-test suiteJerry Jelinek1-0/+19
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Kody Kantor <kody.kantor@joyent.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-27OS-7999 out of bounds read in ict_siocgifconf64()Mike Gerdts1-33/+61
Reviewed by: Mike Zeller <mike.zeller@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-2711667 remove duplicate lz4 implementationsToomas Soome20-1558/+167
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-2711749 nfs4_end_*_seqid_sync() should call cv_signal()Marcel Telka1-3/+3
Reviewed by: Jan Schlien <illumos-bugs@jan-o-sch.net> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Arne Jansen <arne@die-jansens.de> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-09-2711716 loader: add memalign()Toomas Soome4-12/+57
Reviewed by: Jason King <jason.king@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-09-2711579 e1000g: cast between incompatible function typesToomas Soome1-11/+11
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Aurélien Larcher <aurelien.larcher@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>