summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2020-05-0812657 opl: NULL pointer errorsToomas Soome6-35/+33
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-05-08 [illumos-gate merge]Jerry Jelinek17-62/+45
commit d1d6926f26db4efbd2feae8af9da2c4eb205853b 12658 lw8: NULL pointer errors commit 35e1ee58e7a1d8c7874269affd084e732ad5a1eb 12632 serengeti: NULL pointer errors commit 6fca39246c7001c1b47c1fc2bc82de657dbd8a8e 12701 segspt_minfree needs right-sizing commit 03b8b03e25cb9c6f5d0770cb73790096e0f19cbf 12642 n2rng: NULL pointer errors commit 5acbfd58b99f5441b5139785de11abc6090b4059 12696 libpri: leftover bits from 12454 commit 9ad2adf3158400d3d79cc126f292aaf481805413 12698 Fix typos in usr/src/man/man1m/vmstat.1m commit 3c2825ef7eeb8520e230cacffa704343f6d53c35 12697 liblddbg: sparc is missing ROOTCOMPATLINKS commit 41378e7950fe857e6299f2a5c2a2bc285627f816 12413 cxgbe: cast between incompatible function types Conflicts: usr/src/uts/common/vm/seg_spt.c
2020-05-0812658 lw8: NULL pointer errorsToomas Soome4-14/+14
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-05-0812632 serengeti: NULL pointer errorsToomas Soome2-11/+9
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-05-0712701 segspt_minfree needs right-sizingJohn Levon1-13/+30
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-05-0712642 n2rng: NULL pointer errorsToomas Soome3-20/+6
Reviewed by: Jason Lippert <jason@glasspelican.ca> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-05-0712696 libpri: leftover bits from 12454Toomas Soome1-5/+2
Reviewed by: Yuri Pankov <ypankov@fastmail.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2020-05-0612698 Fix typos in usr/src/man/man1m/vmstat.1mNan Xiao1-4/+4
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-0612697 liblddbg: sparc is missing ROOTCOMPATLINKSToomas Soome1-1/+1
Reviewed by: Yuri Pankov <ypankov@fastmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-0612413 cxgbe: cast between incompatible function typesToomas Soome4-5/+7
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-06 [illumos-gate merge]release-20200507Jerry Jelinek3-11/+70
commit b853d39ade4a504f3447f996dbf5dd985f0236bc 12684 Inject zinject a percentage amount of dev errs
2020-05-0512684 Inject zinject a percentage amount of dev errsDon Brady3-11/+70
Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Portions contributed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-05 [illumos-gate merge]Jerry Jelinek1591-6670/+2315
commit 3052595ab8ddcc51231d239415b5eba5d913d45b 11807 "private use area" characters should be marked as "printable" commit cd61ae21816e53b94bc1673f3f1aa651fc3115e8 12447 should install library compat symlinks from library makefiles, not Targetdirs commit 241c90a06e8d1708235651863df515a2d522a03a 12454 remove lint library machinery commit 282d4a2d330d797757f16d55e1df9569f3e52d10 12666 libproc manpage bugs commit d906f494f9407f1ae043a922478ce3609959caf5 12670 Unaligned output of snoop's usage() function commit 18c4eaf123da22eddbe6e9a4ba7b8115ba748075 12669 Add omitted word in vmstat man page commit b68ab351091d2aea3f72a011f64de12fb05fc833 12028 zfs test mdb_001_pos can fail Conflicts: usr/src/lib/nsswitch/dns/Makefile.com usr/src/lib/libsff/Makefile usr/src/lib/brand/Makefile usr/src/lib/Makefile.lib usr/src/lib/Makefile.targ
2020-05-0411807 "private use area" characters should be marked as "printable"Yuri Pankov2-6/+7
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-04OS-8167 lx_upcall_statd() may hang-or-panic when trying to upcall (#299)Dan McDonald1-0/+13
Reviewed by: Max Bruning <max@joyent.com> Reviewed by: Jason King <jbk@joyent.com> Approved by: Jason King <jbk@joyent.com>
2020-05-0412447 should install library compat symlinks from library makefiles, not ↵Richard Lowe359-1408/+817
Targetdirs Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-0412454 remove lint library machineryRichard Lowe1405-5337/+1595
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-0412666 libproc manpage bugsRobert Mustacchi2-10/+12
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Yuri Pankov <ypankov@fastmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-05-0412670 Unaligned output of snoop's usage() functionNan Xiao1-20/+20
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-0412669 Add omitted word in vmstat man pageNan Xiao1-11/+3
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Toomas Soome <toomas@me.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-0412028 zfs test mdb_001_pos can failSara Hartse1-29/+9
Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Kody Kantor <kody.kantor@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-05-0412517 allow for custom per-distribution branding [fix mismerge, use upstream ↵Jerry Jelinek1-7/+1
Makefile]
2020-05-04 [illumos-gate merge]Jerry Jelinek27-109/+547
commit 45de8795bcb0e4c49743f37edfdd2c89d5a7863b 12683 w(1) and whodo(1) should silently skip dirs it cannot open commit 6112cec5d5374dff12a12bd285afeb5e660b7154 12517 allow for custom per-distribution branding commit 15fa1d047e03d3f123546d72f130c5ce4b278eba 12519 Targetdirs: remove left over /usr/4lib commit 85ba5240e8fe32c7405930a51a93630182ce67d7 12551 cmlb: NULL pointer errors Conflicts: usr/src/uts/common/os/logsubr.c usr/src/uts/common/Makefile.rules usr/src/cmd/init/init.c usr/src/cmd/init/Makefile usr/src/cmd/Adm/sun/Makefile
2020-05-0112683 w(1) and whodo(1) should silently skip dirs it cannot openJason King2-11/+2
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-0112517 allow for custom per-distribution brandingJoshua M. Clulow16-52/+537
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-0112519 Targetdirs: remove left over /usr/4libToomas Soome8-45/+9
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Yuri Pankov <ypankov@fastmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-0112551 cmlb: NULL pointer errorsToomas Soome1-2/+2
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Yuri Pankov <ypankov@fastmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-05-01 [illumos-gate merge]Jerry Jelinek12-41/+167
commit ef9416a894c90df5d46b888dbe2908c7f00fd409 12296 unix: access_mask_check() warn: bitwise AND condition is false here commit 9f9cceb6f1158940244c35cecdbc93f9a386a4b8 12662 smbios(1M) interprets jedec IDs incorrectly 12664 fix smbios memory technology operating mode capabilities commit f343451914d0efaf2d6fc84d8818a16246b223dc 12635 Allow for '-o feature@<feature>=disabled' on the command line
2020-05-0112296 unix: access_mask_check() warn: bitwise AND condition is false hereToomas Soome1-2/+2
Reviewed by: Matthias Scheler <mscheler@tintri.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-04-3012662 smbios(1M) interprets jedec IDs incorrectlyRobert Mustacchi2-10/+21
12664 fix smbios memory technology operating mode capabilities Reviewed by: Yuri Pankov <ypankov@fastmail.com> Reviewed by: Toomas Soome <toomas@me.com> Reviewed by: Paul Winder <paul@winders.demon.co.uk> Reviewed by: Gergo Doma <domag02@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-04-3012635 Allow for '-o feature@<feature>=disabled' on the command lineLOLi9-29/+144
Portions contributed by: Turbo Fredriksson <turbo@bayour.com> Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-04-30OS-8165 dockerinit should be able to start lx_lockd (#297)Michael Zeller2-3/+11
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Max Bruning <max@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2020-04-30 [illumos-gate merge]Jerry Jelinek21-211/+317
commit 19325e87abbf92e73010df2342fc48019027aee1 12481 attempting to change MTU size of aggregate over mlxcx can cause dladm to hang commit c11c816fbf1bf201998f795321092b084ad65f58 12525 unix: sparc is missing do_hotinlines() commit 525fef19ebb4e2f27b3a0e5f2df600ade73fdc0c 12535 luxadm: NULL pointer errors commit de172e901a45d2c11bb3be066bc4af11c104d52e 12362 audio: buffer overflow commit e4a991eb9ba3d449515f2fe5f9f2a9e1c33ca0fd 12624 add_drv crashes when given many aliases 12625 modload tools should be smatch and gcc warning clean commit fd3215f7b5f6c48fd7b7b7e85d5f595a2b3808fa 12537 dcs: NULL pointer errors commit 2f602de35d44213d39581c59632aa8365348850b 12585 insufficient validation in svccfg for service name Conflicts: usr/src/uts/sun4/os/machdep.c
2020-04-3012481 attempting to change MTU size of aggregate over mlxcx can cause dladm ↵Paul Winder4-41/+161
to hang Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Garrett D'Amore <garrett@damore.org>
2020-04-2912525 unix: sparc is missing do_hotinlines()Toomas Soome1-0/+5
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: John Levon <john.levon@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-04-2912535 luxadm: NULL pointer errorsToomas Soome4-37/+37
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@joyent.com>
2020-04-2912362 audio: buffer overflowToomas Soome3-20/+1
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2020-04-2912624 add_drv crashes when given many aliasesAndy Fiddaman7-76/+64
12625 modload tools should be smatch and gcc warning clean Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Dominik Hassler <hadfl@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-04-2912537 dcs: NULL pointer errorsToomas Soome1-30/+28
Reviewed by: Yuri Pankov <ypankov@fastmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-04-2912585 insufficient validation in svccfg for service nameJohn Levon1-1/+25
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-04-29 [illumos-gate merge]Jerry Jelinek32-785933/+7149
commit 454f0c49f9d5b08ab88fe3db5788d9e5e6a7cf0f 12529 want exclusive hma registration commit 761dea5e2659dff417ad5cdddda547702c3966ae 12528 expand hypervisor management API commit 080adf9151dd071434400f6061c837f7421eca5f 12595 restructure digest crypto-tests Conflicts: exception_lists/wscheck
2020-04-29OS-8166 /etc/zones/did.txt should be alternate-root aware (#295)Andy Fiddaman1-1/+8
Reviewed by: John Levon <john.levon@joyent.com> Approved by: Tim Foster <tim.foster@joyent.com>
2020-04-29OS-8158 Support NVMe as device model for bhyve (#287)Jorge Schrauwen1-0/+2
Reviewed by: Mike Zeller <mike.zeller@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Jason King <jason.king@joyent.com>
2020-04-2812529 want exclusive hma registrationAndy Fiddaman4-12/+50
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-04-2812528 expand hypervisor management APIPatrick Mooney7-1/+840
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-04-2812595 restructure digest crypto-testsPatrick Mooney32-785933/+7149
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-04-2812553 want segment driver for vmm applications [fix mismerge]Jerry Jelinek1-1/+0
2020-04-28 [illumos-gate merge]Jerry Jelinek19-420/+271
commit 5eadbc30703231f9c4bae46b75a14b0abf05268c 12155 libdemangle: variable 'result' might be clobbered by 'longjmp' or 'vfork' commit 52e32d3842d8ce38bd888b33fb2e2998eab03619 12578 pcf8574: NULL pointer errors commit d35ce8d71dd4f0ec672492fe393e3d5af4145a48 12561 rootnex: NULL pointer errors commit 87e3123fcf08cf5c377d6a69a15ea9f22d06d024 12560 zsh: NULL pointer errors commit d1b674c50672a564fe30c5973fb7d56c97400713 12572 pcipsy: NULL pointer errors commit a0fef47a74bc2bafe7fd32b012067b94a92892bd 12573 adm1031: NULL pointer errors commit 8349c89ddec52c30180aa31f25699602b8d6c4a9 12549 socal: NULL pointer errors commit 52c783061613842808f641364c51ebe598b482d4 12567 fd: NULL pointer errors commit 3150e93da4db1a6b51b0046c3b48412cb427137c 12555 pcicfg: NULL pointer errors commit 54dcb32ca057468697455a0e99cc70f974c691b0 12574 lm75: NULL pointer errors commit 4beb21b1d94ca2e60959502f85aaae16f22c01e2 12553 want segment driver for vmm applications Conflicts: usr/src/uts/i86pc/vm/seg_vmm.c
2020-04-2712155 libdemangle: variable 'result' might be clobbered by 'longjmp' or 'vfork'Toomas Soome1-1/+1
Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-04-2712578 pcf8574: NULL pointer errorsToomas Soome2-33/+18
Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Dan McDonald <danmcd@joyent.com>