summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2017-03-20OS-6007 dladm tries setting persistent prop on temporary linkRyan Zezeski5-16/+245
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-03-207983 loader: pxe.h constants have wrong valuesToomas Soome1-4/+2
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Juraj Lutter <juraj@lutter.sk> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-20 [illumos-gate merge]Jerry Jelinek55-1925/+313
commit 291a8a98a6ce8a2e0a5203468242b79d419b06b6 3766 audit documentation needs updating, badly! Conflicts: usr/src/man/man1/crontab.1
2017-03-183766 audit documentation needs updating, badly!Peter Tribble55-1925/+313
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-17OS-6015 i40e polling panics on debug after 7865Robert Mustacchi3-17/+17
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-03-17OS-5957 Hang induced by netatalk applicationPatrick Mooney1-6/+13
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-03-17 [illumos-gate merge]Jerry Jelinek18-177/+331
commit f8ebbf5c160aca32db6d3edafa7d633686ac1c02 7972 loader: biosdisk read error message needs filtering and is missing newline commit 94c2d0eb22e9624151ee84a7edbf7178e1bf4087 7968 multi-threaded spa_sync() commit 10fbdecb05f411234920f8d3c92c148d39106d7e 7970 zfs_arc_num_sublists_per_state should be common to all multilists
2017-03-16OS-5891 ixgbe inifinte loops in rar and vmdq clearingRobert Mustacchi7-11/+57
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2017-03-167972 loader: biosdisk read error message needs filtering and is missing newlineToomas Soome2-2/+6
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-167968 multi-threaded spa_sync()Matthew Ahrens15-151/+288
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Reviewed by: Brad Lewis <brad.lewis@delphix.com> Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-167970 zfs_arc_num_sublists_per_state should be common to all multilistsMatthew Ahrens5-31/+44
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Reviewed by: Brad Lewis <brad.lewis@delphix.com> Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Approved by: Dan McDonald <danmcd@omniti.com>
2017-03-16 [illumos-gate merge]Jerry Jelinek11-55/+85
commit acb450dd2ada933774adc82e49f9817f85bc85c8 7940 provide device-rotational property commit 8aaea06ac924e217626f879f326b781e9780f7d7 7967 Want apparent size option for du(1) commit 411be58a6e030a3b606f1afcc7f2e2459ffda844 7801 add more by-dnode routines (lint)
2017-03-157940 provide device-rotational propertyYuri Pankov8-18/+47
Reviewed by: James Blachly <james.blachly@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-157967 Want apparent size option for du(1)Dale Ghent2-33/+35
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2017-03-157801 add more by-dnode routines (lint)Matthew Ahrens1-4/+3
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>