summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2020-06-04Be stricter on slot values for nics on bus 0OS-7458Jason King1-11/+22
2020-06-03OS-7458 bhyve should allow pci_slot addressing for NICsJason King1-5/+22
2020-06-03OS-8054 inotify watches lead to EBUSY during zfs mount (#305)release-20200604Jason King12-64/+471
Portions contributed by: Mike Gerdts <mike.gerdts@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-03 [illumos-gate merge]Jerry Jelinek46-297/+678
commit d15d17d4231f87f1571fa6d585377206f360f667 12786 fix CTF pointer overrun commit 8fff788790878e3c95666decd46960ecc74c1c69 12721 would like svcadm disable -c commit 87be0d9605ee884229638b6fd168fa7165e109a3 12813 pptadm and libppt are x86 only commit 069e6b7e31ba5dcbc5441b98af272714d9a5455c 12708 Packages could be linted 12717 Stop ignoring pkgdepend errors commit 605d010da59abaf92279a7caed83515cbb3218dc 7510 enable highres clock usage for non-privileged users Conflicts: usr/src/man/man3c/timer_settime.3c
2020-06-0312786 fix CTF pointer overrunNicolò Mazzucato1-1/+2
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-0312721 would like svcadm disable -cJohn Levon14-217/+454
Reviewed by: Jason King <jason.brian.king@gmail.com> Heckling from the gallery by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-0312813 pptadm and libppt are x86 onlyToomas Soome2-3/+3
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jorge Schrauwen <jorge@blackdot.be> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-0212708 Packages could be lintedAndy Fiddaman26-58/+218
12717 Stop ignoring pkgdepend errors Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-02OS-8182 really remove proc_clock_highres privilege from lx zones (#307)John Levon1-2/+1
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2020-06-0212775 reorganize bhyve contrib headers [fix broken build]Jerry Jelinek1-2/+2
2020-06-027510 enable highres clock usage for non-privileged usersJerry Jelinek4-47/+61
Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2020-06-02 [illumos-gate merge]Jerry Jelinek161-483/+15861
commit b39b008f8a57ea7ddfd0f69b24529deba7c25ae1 12783 async unlinked drain races with ZFS unmount commit 94bce860c16a04a3d8eaeaa18807723c026e23b5 12559 zs: NULL pointer errors commit fdf1a8710a94b4953ba782ed5bdc1549b0356ddc 12804 sysevent.h: C++11 requires a space between string literal and macro commit e86372a01d2d16a5dd4a64e144ed978ba17fe7dd 12668 ZFS support for vectorized algorithms on x86 (initial support) commit 82049ff560eed6fbdf4cf222d894467f5809f9b3 12119 ndmpd: cast between incompatible function types commit 8e3a263e496f0b896b62a8ebe101c0b2b56c9a15 12750 bhyve should not hold HMA registration with no running VMs commit d0b3c59ba652f183eeec1414dd9fbdc56bf05cc8 12775 reorganize bhyve contrib headers commit e213fe2d75a0e47cc0b3f67c473e24dfa9304e0b 12545 ixgbe: IXGBE_LE32_TO_CPUS macro is missing assignment
2020-06-0112783 async unlinked drain races with ZFS unmountAndy Fiddaman1-11/+28
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-0212559 zs: NULL pointer errorsToomas Soome3-101/+78
Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-0212804 sysevent.h: C++11 requires a space between string literal and macroToomas Soome1-1/+1
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Vitaliy Gusev <gusev.vitaliy@icloud.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-0112668 ZFS support for vectorized algorithms on x86 (initial support)Gvozden Neskovic28-192/+4463
Portions contributed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-0112119 ndmpd: cast between incompatible function typesToomas Soome10-144/+150
Reviewed by: Dan Fields <danfields@fastmail.us> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-0112750 bhyve should not hold HMA registration with no running VMsAndy Fiddaman1-8/+91
Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-0112775 reorganize bhyve contrib headersPatrick Mooney116-25/+11049
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-06-0112545 ixgbe: IXGBE_LE32_TO_CPUS macro is missing assignmentToomas Soome1-1/+1
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-06-01 [illumos-gate merge]Jerry Jelinek3-10/+10
commit 9f84ea46383c55ba04c274011946d91804aba95f 12800 smf methods using wrong exit code tokens commit 2a93e0bc6b60286283274376cae765bed0c59594 12808 sun4u/unix: this 'if' clause does not guard
2020-06-0112800 smf methods using wrong exit code tokensAndy Fiddaman2-6/+6
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-3112808 sun4u/unix: this 'if' clause does not guardToomas Soome1-4/+4
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-29OS-8181 lx getsockopt of SO_PROTOCOL fails (#306)Dan McDonald1-0/+14
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2020-05-29 [illumos-gate merge]Jerry Jelinek5-228/+396
commit 60f7064656cca223eac2c6b527d51f6afb62a4ef 12795 Remove remaining bhyveconsole wait code commit 6c24238b6748a460b462c0b48b263cef4a6cbcdd 12709 Support custom URI schemes for the keylocation property
2020-05-2812795 Remove remaining bhyveconsole wait codeAndy Fiddaman2-28/+0
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-2812709 Support custom URI schemes for the keylocation propertyJason King3-200/+396
Portions contributed by: Adam D. Moss <c@yotes.com> Reviewed by: Yuri Pankov <ypankov@fastmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-28 [illumos-gate merge]Jerry Jelinek14-28/+147
commit 4adc6f153a42519cb03b97bf215e1d4823300ebe 12785 grep -h ignored with -r commit c9ad389f76487048d6fde034960b0f5edfb778d7 12788 fix tst.include.ksh for ddi_ufm.h commit 2aeafac3612e19716bf8164f89c3c9196342979c 12787 build needs native rpcgen
2020-05-2812785 grep -h ignored with -rPeter Tribble8-9/+68
Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2020-05-2712788 fix tst.include.ksh for ddi_ufm.hJohn Levon1-2/+2
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-2712787 build needs native rpcgenToomas Soome5-17/+77
Reviewed by: Jorge Schrauwen <jorge@blackdot.be> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-27 [illumos-gate merge]Jerry Jelinek10-75/+52
commit 95adbecaacb2fe97eb8c9e49e7c1d6910c577bba 11902 Typos in proc_arg_grab(3PROC) commit 6bc3974f378feda6e0d0b8f2a7ca95eceb9587db 11668 libproc(3LIB) typo in proc_get_auxv commit 7bcaeddb7bbb778bc9a9c0e0c78b6bb8a3ea0540 12685 ddi_create_minor_node() should take const char * values
2020-05-2611902 Typos in proc_arg_grab(3PROC)Robert Mustacchi1-12/+16
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-2611668 libproc(3LIB) typo in proc_get_auxvRobert Mustacchi1-2/+2
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-2612685 ddi_create_minor_node() should take const char * valuesRobert Mustacchi8-61/+34
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Paul Winder <paul@winders.demon.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-26OS-8175 smartos-test.sh could be smarter about creating users (#304)Jason King1-5/+30
Reviewed by: Tim Foster <tim.foster@joyent.com> Approved by: John Levon <john.levon@joyent.com>
2020-05-26 [illumos-gate merge]Jerry Jelinek54-561/+362
commit b325f34d6fd056178a119182f410f157d35a9ea6 12781 /etc/ppt_aliases needs to be in the boot archive commit 282a8ecb1f4aca0718d89ef1299b5928e5405bca 12736 Add DISCARD/TRIM support to bhyve commit aee33e58f237f0d3cfeab24295f491937f0f7c79 12766 clean up bhyve lints commit 00509c829a7bda32eeabfd272e5e6307ed93079e 12784 Fix errors in plockstat man page commit c376fe93141769de29a07813de2dfb2c8c4b8481 12745 man page typos commit 84659b24a533984de271059abf9a1092835d15a9 12735 bhyve upstream sync 2019 Sept commit cf3ec608f736765ec9852eed5e611848a25de9a4 12768 12392 regressed ftello64 behavior commit 165c5c6fe7d6c7a95878c8a3aae7da65d1da1d90 12774 Resilver restarts unnecessarily when it encounters errors commit 9c3024a3457d2d1269be18124a1ac69e33000da7 12682 want mdb-bhyve module commit 88d6421c15f1c4daea9c8128e715662091258054 12779 mdb str_flags is missing STRXPG4TTY commit 3579e3c35b601b3f66174315be3026281487541a 12776 libbe: missing typedef in libbe.h commit eb9a1df2aeb866bf1de4494433b6d7e5fa07b3ae 12680 want PCI pass-thru in bhyve Conflicts: exception_lists/packaging usr/src/cmd/bhyve/bhyverun.c usr/src/cmd/mdb/i86pc/modules/unix/unix.c usr/src/cmd/pptadm/Makefile usr/src/lib/libppt/Makefile usr/src/lib/libppt/Makefile.com usr/src/lib/libvmm/Makefile usr/src/lib/libvmm/Makefile.com usr/src/uts/i86pc/Makefile.i86pc usr/src/uts/i86pc/io/vmm/vm/vm_page.h usr/src/uts/i86pc/ppt/Makefile usr/src/uts/i86pc/vmm/Makefile usr/src/uts/intel/ia32/ml/modstubs.s
2020-05-2612781 /etc/ppt_aliases needs to be in the boot archiveAndy Fiddaman1-0/+1
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-2512736 Add DISCARD/TRIM support to bhyveJason King2-21/+166
Contributed by: Allan Jude <allanjude@freebsd.org> Reviewed by: Mike Gerdts <mike.gerdts@joyent.com> Reviewed by: Mike Zeller <mike.zeller@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-2512766 clean up bhyve lintsPatrick Mooney19-168/+7
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-2512784 Fix errors in plockstat man pageNan Xiao1-11/+4
Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-2312737 sync shadow PCIR_COMMAND with real one for bhyve pass-thruMichael Zeller1-0/+26
Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Jorge Schrauwen <jorge@blackdot.be> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-2312745 man page typosPeter Tribble10-192/+39
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-2212735 bhyve upstream sync 2019 SeptMichael Zeller47-412/+6160
Reviewed by: Dan McDonald <danmcd@kebe.com> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Patrick Mooney <pmooney@oxide.computer> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-2212768 12392 regressed ftello64 behaviorRobert Mustacchi5-5/+92
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-2212774 Resilver restarts unnecessarily when it encounters errorsJohn Poduska10-21/+204
Portions contributed by: Tim Chase <tim@chase2k.com> Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Paul Zuchowski <pzuchowski@datto.com> Reviewed by: Toomas Soome <tsoome@me.com>
2020-05-2212682 want mdb-bhyve moduleHans Rosenfeld50-187/+3271
Portions contributed by: Andy Fiddaman <omnios@citrus-it.co.uk> Portions contributed by: John Levon <john.levon@joyent.com> Portions contributed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-2212779 mdb str_flags is missing STRXPG4TTYAndy Fiddaman1-1/+5
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-2212776 libbe: missing typedef in libbe.hAurelien Larcher1-1/+1
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-2212680 want PCI pass-thru in bhyveHans Rosenfeld49-448/+3960
Portions contributed by: Patrick Mooney <patrick.mooney@joyent.com> Portions contributed by: John Levon <john.levon@joyent.com> Portions contributed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Patrick Mooney <pmooney@oxide.computer> Approved by: Dan McDonald <danmcd@joyent.com>