summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2017-03-15 [illumos-gate merge]release-20170316Jerry Jelinek13-285/+560
commit b0c42cd4706ba01ce158bd2bb1004f7e59eca5fe 7801 add more by-dnode routines commit fae4f9e0b50e2f5af5fce78f508f8669dc2b1e48 7899 loader: update symlink support in zfs reader commit 3e2079808737e33bb0613ed71ef53a52af0d4c12 7267 SMF is fast and loose with optional dependencies commit 709db5a3061407b4bc5fa69b7edf4c86f58ce9f6 7871 libm: misleading-indentation errors
2017-03-14OS-5983 export all ixgbe tx ring statsRyan Zezeski4-16/+16
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-03-147801 add more by-dnode routinesbzzz777-80/+271
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-147899 loader: update symlink support in zfs readerToomas Soome3-53/+158
Reviewed by: Andriy Gapon <agapon@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-147267 SMF is fast and loose with optional dependenciesAndrew Stormont2-115/+101
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-14OS-6012 exclude new unsupported LTP testsPatrick Mooney1-0/+4
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-03-14OS-6010 mismatch in some NFS mount error return codesJerry Jelinek1-6/+38
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-03-14 [illumos-gate merge]Jerry Jelinek13-92/+171
commit 37f601154af8c7ffb08cc3c9ab51f102422ed678 7872 libelf: variable might be clobbered by longjmp commit b1c760bd3306ff30af69800801f30f3dd4b6394e 7882 Add /dev/full , the always-full memory device commit b0801aa3d090555ba5e601ac969e6bf11674cee3 7931 pargs(1) still crashes on growing env Conflicts: usr/src/uts/common/io/mem.c
2017-03-147871 libm: misleading-indentation errorsToomas Soome1-37/+30
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Julien Gueytat <contact@jgueytat.fr> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-137872 libelf: variable might be clobbered by longjmpToomas Soome1-57/+61
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-137882 Add /dev/full , the always-full memory deviceJames Blachly10-3/+71
Reviewed by: Adam Stevko <adam.stevko@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-13OS-6008 autofs direct mounts not workingJerry Jelinek1-4/+15
2017-03-131979 USB 3.0 support [fix merge issues]Jerry Jelinek2-2/+1
2017-03-13 [illumos-gate merge]Jerry Jelinek34-466/+1398
commit dd99db614c0cbef3e771c1ebb062be1c97813d6b 7873 libgss: misleading-indentation error commit 993e3faf6a142ae3efdd24388883264c2b56bede 1979 USB 3.0 support 7918 want usb_pipe_xopen(9F) 7919 usbai burst macros for endpoint descriptor are wrong 7920 usba_hcdi_register() should fail if driver is using private data 7921 failing to load the usba root hub module destroys driver parent private data 7922 want ::hubd walker 7923 ::prtusb should include version 7924 usb_*_request(9S) manual pages should match structure names commit f6c9444388aee97beabfda543e0845ab11c9d7b1 7715 loader binaries causes wsdiff false positives commit 04a6e8dc8abf4b59d916eb0cf90cd3328b632b38 7720 embedded versioning in loader should not use date in version string Conflicts: usr/src/uts/common/io/usb/usba/hubdi.c usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c usr/src/uts/common/io/usb/hcd/xhci/xhci_quirks.c usr/src/uts/common/io/usb/hcd/xhci/xhci_intr.c usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c usr/src/uts/common/io/usb/hcd/xhci/xhci.c usr/src/uts/common/io/usb/clients/hid/hid.c usr/src/man/man9s/Makefile usr/src/man/man9f/Makefile usr/src/man/man7d/hubd.7d
2017-03-107931 pargs(1) still crashes on growing envMarcel Telka1-31/+37
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Vitaliy Gusev <gusev.vitaliy@icloud.com> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-107873 libgss: misleading-indentation errorToomas Soome1-26/+19
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-10OS-5994 lx_proc overzealous about readlink access checksPatrick Mooney1-4/+22
Reviewed by: Ryan Zezeski <rpz@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-03-10OS-5998 PCIe serial cap should be automatically added to device propertiesRobert Mustacchi1-8/+65
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-03-101979 USB 3.0 supportRobert Mustacchi92-1078/+14353
7918 want usb_pipe_xopen(9F) 7919 usbai burst macros for endpoint descriptor are wrong 7920 usba_hcdi_register() should fail if driver is using private data 7921 failing to load the usba root hub module destroys driver parent private data 7922 want ::hubd walker 7923 ::prtusb should include version 7924 usb_*_request(9S) manual pages should match structure names Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Reviewed by: Dale Ghent <daleg@omniti.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-107715 loader binaries causes wsdiff false positivesToomas Soome12-79/+26
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-107720 embedded versioning in loader should not use date in version stringToomas Soome3-9/+35
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-10OS-5722 lxbrand should hide pid 0Patrick Mooney4-134/+91
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-03-10OS-5973 simplify lx user-level nfs mount library usageJerry Jelinek4-1334/+244
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-03-10 [illumos-gate merge]Jerry Jelinek7-8/+29
commit 3d75a287b67b9092b2820a0d7c3be218f843066b 7790 Want support for XXV710 7791 GLDv3 plumbing for 25GbE and 50GbE Conflicts: usr/src/uts/common/io/i40e/core/i40e_type.h usr/src/man/man7d/i40e.7d usr/src/pkg/manifests/driver-network-i40e.mf
2017-03-09backout: OS-5998 PCIe serial cap should be automatically added to device ↵Robert Mustacchi1-65/+8
properties (needs work)
2017-03-09OS-5998 PCIe serial cap should be automatically added to device propertiesRobert Mustacchi1-8/+65
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-03-097790 Want support for XXV710Robert Mustacchi35-1068/+3007
7791 GLDv3 plumbing for 25GbE and 50GbE Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-09OS-5965 lxbrand move memcntl wrappers to IKEPatrick Mooney7-186/+270
Reviewed by: Ryan Zezeski <rpz@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-03-09 [illumos-gate merge]Jerry Jelinek11-29/+150
commit a3905a45920de250d181b66ac0b6b71bd200d9ef 7869 panic in bpobj_space(): null pointer dereference commit b10a3e2381372acb7bafe3e3776887c0e6e83409 7950 webrev doesn't show renames anymore commit 8130c4e15eb6129bd0df647bf3d86d0ec8c7ec3e 7949 loader: Use UFS_MAXNAMLEN constant
2017-03-087869 panic in bpobj_space(): null pointer dereferenceSerapheim Dimitropoulos7-13/+135
Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Steve Gonczi <steve.gonczi@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: George Melikov <mail@gmelikov.ru> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-087950 webrev doesn't show renames anymoreYuri Pankov1-6/+7
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-087949 loader: Use UFS_MAXNAMLEN constantToomas Soome3-10/+8
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Vitaliy Gusev <gusev.vitaliy@icloud.com> Reviewed by: Juraj Lutter <juraj@lutter.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-08 [illumos-gate merge]Jerry Jelinek31-6115/+9
commit 0895054906a89b14eb2ea951eda263af653d17de 7939 Kernel panic in lofi while adding uninitialized encrypted image commit 6de76ce2a90f54fecb0dba46dca08c99cef7aa08 7867 ARC space accounting leak commit e961d62d99e2bf66af8058ee2c33ea689e7eafa0 7936 Remove on and rpc.rexd
2017-03-07OS-5996 ctfmerge fails when using -lRobert Mustacchi1-2/+2
Reviewed by: Trent Mick <trent.mick@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Ryan Zezeski <rpz@joyent.com>
2017-03-077939 Kernel panic in lofi while adding uninitialized encrypted imageAttila Fülöp1-1/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-07OS-4903 move mdb_v8 to illumos-extraRobert Mustacchi7-6674/+1
Reviewed by: Alex Wilson <alex.wilson@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Approved by: Joshua M. Clulow <jmc@joyent.com>
2017-03-077867 ARC space accounting leakAndriy Gapon1-0/+6
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-077936 Remove on and rpc.rexdPeter Tribble29-6114/+2
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Dale Ghent <daleg@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-07 [illumos-gate merge]Jerry Jelinek4-10/+4
commit 78b029b7f02730d3acc32084cd9fc419a0d0fb50 7942 uts: drm does not need to include font.h commit 1f5a410a2f9465ac293999ba49d50a742bb55a46 7937 rcapadm.1m incorrectly refers to rcapstat(1SRM) commit aa3c82a1eb83308d262b03dbffe9969658c7045b 7805 want faster clock_gettime (fix clean)
2017-03-067942 uts: drm does not need to include font.hToomas Soome1-1/+0
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-06OS-5993 illumos test files need workJerry Jelinek4-14/+11
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-06OS-5997 aio workers should run in same classJerry Jelinek1-36/+23
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-03-067937 rcapadm.1m incorrectly refers to rcapstat(1SRM)Peter Tribble1-7/+2
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-067805 want faster clock_gettime (fix clean)Yuri Pankov2-2/+2
2017-03-067926 enable gcc warnings for sd [fix build]Jerry Jelinek1-1/+1
2017-03-06 [illumos-gate merge]Jerry Jelinek21-195/+226
commit 015408caf0806500740413126a0215c7493f4bdf 7934 sa_init() should use multi-threaded errno commit 25d3556849fcbe4fe5d517e1add48e0b2d585c70 7933 libcfgadm: memory leak in do_list_common() commit 89ac1330de393e78c8b27c33453223b10d3c18da 7932 cfgadm_plugins/shp: memory leaks in cfga_list_ext() commit 39b16bd33a2633978bee6aed53e3afeb26399eb4 7840 Define uint16_t member in in6_addr commit e1508819051004d7be493a04ee515905ae412142 6899 coverity problems in localedef commit 8241ccbb39665a24ebedcca509f82ef3f0b6dd83 6470 mac_unregister() needs to mod_hash_remove() BEFORE holding the perimeter. commit 6e28b3a925501ed4b842fd8e877e8a89989a4c5c 7897 loader.efi: Use 32-bit value for .text padding, for linker portability commit e3ed3d332db66cf933650481f47832aaadb70ec3 7862 libdisasm: left shift of negative value commit a536a2a3182b56eef2630fb4b4509c9e106655e6 7722 bootblock versioning needs to deal with missing data commit baa708d63390757ca1a97444649f2fe4d3ae98f0 7926 enable gcc warnings for sd Conflicts: usr/src/uts/common/io/scsi/targets/sd.c
2017-03-057934 sa_init() should use multi-threaded errnoJean McCormack1-1/+1
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Steve Peng <steve.peng@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com> Reviewed by: Rick McNeal <rick.mcneal@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-057933 libcfgadm: memory leak in do_list_common()Yuri Pankov2-9/+10
Reviewed by: Jan Kryl <jan.kryl@nexenta.com> Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-057932 cfgadm_plugins/shp: memory leaks in cfga_list_ext()Yuri Pankov1-4/+7
Reviewed by: Jan Kryl <jan.kryl@nexenta.com> Reviewed by: Dan Fields <dan.fields@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-047840 Define uint16_t member in in6_addrAlexander Pyhalov1-0/+3
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>