summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2019-10-16 [illumos-gate merge]Jerry Jelinek2-2/+14
commit 6b2ab9052ed5e9a3abc8e1ca87a3b963638a3c02 11715 Add MD5 tests to crypto test suite Conflicts: usr/src/test/crypto-tests/tests/digest/md5.c usr/src/test/crypto-tests/tests/digest/Makefile usr/src/test/crypto-tests/runfiles/default.run
2019-10-16disabled resilver_defer feature leads to looping resilversKody Kantor1-8/+10
Reviewed by: Chris Dunlop <chris@onthe.net.au> Reviewed by: George Melikov <mail@gmelikov.ru> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Tom Caputi <tcaputi@datto.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2019-10-1511715 Add MD5 tests to crypto test suiteJason King4-5/+58002
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Jason Lippert <jason@glasspelican.ca> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2019-10-1511796 libpcidb leaks file descriptorsRobert Mustacchi1-0/+3
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <gdamore@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-14 [illumos-gate merge]Jerry Jelinek36-253/+429
commit 8e0c82482ca0deab087522e43df87919b37037f3 10178 Enable compiler warnings when building C++ code commit ebc5aadbbe5490fb3d00525924989d180fff369d 11665 SMB2 NEGOTIATE Security Mode handling is wrong 11659 SMB2 protocol version negotiation needs work 11670 SMB2_FLAGS_SIGNED is not valid during NEGOTIATE commit 2ceb34da5f472ca531def3b536d203d345515f2a 11802 xencons: cast between incompatible function types commit 95d486fbe6ce779cf0bbaf748766b2404e3f1116 11800 i86hvm: cast between incompatible function types commit e39d848858aa235e4715efe1293ed57ddb0231c5 11782 reboot -f ends up creating bad /boot/transient.conf 11783 Print a message when rebooting due to a stale boot archive commit 00a2bb8f2626ebdf8b00480ccc705df3502feab1 11795 ksslf: cast between incompatible function types commit eb09fcf8417871597746d29fbfa39665d2623d5a 11789 gld: cast between incompatible function types commit ca19b8572adc4c6a3d44d243844ef95865864bf7 11721 bnxe: cast between incompatible function types
2019-10-1210178 Enable compiler warnings when building C++ codeAndrew Stormont27-32/+151
Reviewed by: Matthias Scheler <matthias.scheler@wdc.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1111665 SMB2 NEGOTIATE Security Mode handling is wrongAndrew Stormont1-49/+75
11659 SMB2 protocol version negotiation needs work 11670 SMB2_FLAGS_SIGNED is not valid during NEGOTIATE Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1211802 xencons: cast between incompatible function typesToomas Soome1-4/+4
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1211800 i86hvm: cast between incompatible function typesToomas Soome1-6/+12
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1111782 reboot -f ends up creating bad /boot/transient.confAndy Fiddaman2-25/+33
11783 Print a message when rebooting due to a stale boot archive Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Dominik Hassler <hadfl@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1111795 ksslf: cast between incompatible function typesToomas Soome1-7/+27
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Garrett D'Amore <gdamore@racktopsystems.com>
2019-10-1111789 gld: cast between incompatible function typesToomas Soome1-2/+2
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Garrett D'Amore <gdamore@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1111721 bnxe: cast between incompatible function typesToomas Soome2-146/+150
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Garrett D'Amore <gdamore@racktopsystems.com>
2019-10-11 [illumos-gate merge]Jerry Jelinek1-0/+4
commit 9e181bc5db2232cec6a9fc936a49a828f9e83ffc 11751 mdb refuses to use version 4 mdb modules after 10859
2019-10-10OS-7964 CTR mode tries to be both a stream and block cipher and fails at bothJason King7-267/+276
Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-10OS-7954 crypto tests only test multi-part operations a byte at a timeJason King13-388/+734
Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-1011751 mdb refuses to use version 4 mdb modules after 10859Toomas Soome1-0/+4
Contributed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-10 [illumos-gate merge]Jerry Jelinek31-234/+739
commit dcaebb1b0d4dccd646f5c72bd6634feaa75d59bc 11779 loader.efi: framebuffer cstyle cleanup commit 50d739b17e1e765a13d68d99edeee69680122240 11778 SMB server should report as a newer server version commit 06abc743fea52d63ff21197e28e32fe2aa5b402a 11736 Stop using $VERSION for the genunix label commit 160df5799e3f9b7bb50684728c35ab9849ff694c 11777 bootadm: list-menu -o entry=X does not list details when bootfs has colon commit 4348eb901228d2f8fa50bb132a34248e8662074e 11770 additional mmp fixes
2019-10-10OS-7943 Want platform build test artifactTim Foster19-130/+810
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Ryan Zezeski <rpz@joyent.com> Approved by: John Levon <john.levon@joyent.com>
2019-10-1011779 loader.efi: framebuffer cstyle cleanupToomas Soome2-29/+30
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0911778 SMB server should report as a newer server versionAndrew Stormont1-1/+2
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Approved by: Garrett D'Amore <gdamore@racktopsystems.com>
2019-10-0911736 Stop using $VERSION for the genunix labelJohn Levon10-45/+32
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0911777 bootadm: list-menu -o entry=X does not list details when bootfs has colonToomas Soome1-1/+2
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-10-0911770 additional mmp fixesOlaf Faaland17-158/+673
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com> Portions contributed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Andreas Dilger <andreas.dilger@whamcloud.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Tony Hutter <hutter2@llnl.gov> Reviewed by: Giuseppe Di Natale <guss80@gmail.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: George Melikov <mail@gmelikov.ru> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Garrett D'Amore <gdamore@racktopsystems.com>
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>