summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2016-04-206880 zdb incorrectly reports feature count mismatch when feature is disabledMatthew Ahrens7-6/+60
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-206877 zfs_rename_006_pos fails due to missing zvol snapshot device fileAkash Ayare1-1/+10
Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-206871 libzpool implementation of thread_create should enforce length is 0Eli Rosenthal2-3/+4
Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-20OS-5350 /proc/self/loginuid blocks ssh login to centos7Jerry Jelinek1-0/+26
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-206872 zfs libraries should not allow uninitialized variablesPaul Dagnelie10-29/+35
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-206870 Update zoneinfo to 2016c (zone_sun.tab mismerge)Dan McDonald1-143/+147
Reviewed by: Alexander Pyhalov <alp@rsu.ru> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-20OS-5346 disable kmem/physmem access from a zoneJerry Jelinek3-2/+28
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2016-04-206875 fix zfs-tests ACL casesYuri Pankov5-705/+486
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-206765 zfs_zaccess_delete() comments do not accurately reflect delete ↵Kevin Crowe1-22/+21
permissions for ACLs Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-206764 zfs issues with inheritance flags during chmod(2) with aclmode=passthroughAlbert Lee1-84/+78
Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-206763 aclinherit=restricted masks inherited permissions by group perms ↵Albert Lee2-64/+34
(groupmask) Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-206762 POSIX write should imply DELETE_CHILD on directories - and some ↵Kevin Crowe3-109/+203
additional considerations Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-20OS-5331 Add support for sysctl net.ipv4.ip_local_port_range to LX procJerry Jelinek3-176/+272
OS-5342 writing to writable proc files can fail OS-5344 streamline proc write support Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-20OS-5347 mismerge in mac_protect_init()Robert Mustacchi1-0/+3
Reviewed by: Cody Mello <melloc@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-20OS-5279 vnd_s_close()/ds_rx race can induce panicRobert Mustacchi3-24/+238
Reviewed by: Cody Mello <melloc@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2016-04-18OS-5333 mremap comparison incorrect when address over 2GBJerry Jelinek1-1/+3
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-18OS-5332 is_cgrp unused variableJerry Jelinek1-3/+0
2016-04-18 [illumos-gate merge]Jerry Jelinek1-7/+15
commit 380fd671753dd199e149f10e9f73ec52cdfe4230 6913 pbchk throws an error with git rm'd files (use right fd) commit 93d2a904d17ac0073fa98bf62f89294d980c8b3d 6913 pbchk throws an error with git rm'd files
2016-04-156913 pbchk throws an error with git rm'd files (use right fd)Matthew Ahrens1-2/+2
2016-04-15OS-5236 Fortville should enable ITR logicRobert Mustacchi7-48/+618
OS-5316 Fortville should leverage RX DMA binding OS-5317 i40e ring interrupt blanking needs to work OS-5318 Don't grab the tcb lock while holding the tx ring lock Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2016-04-156913 pbchk throws an error with git rm'd filesPaul Dagnelie1-5/+13
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-15 [illumos-gate merge]Jerry Jelinek26-69/+1028
commit 215198a6ad15cf4832370e2f19247abeb36b951a 6736 ZFS per-vdev ZAPs
2016-04-14OS-4652 lxbrand want /proc/pid/loginuidJerry Jelinek4-1/+114
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-14OS-5309 TSC sync detection should be NUMA friendlyPatrick Mooney1-81/+65
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-04-14OS-5323 Java Processes that fork exit intermittentlyJerry Jelinek3-20/+14
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-146736 ZFS per-vdev ZAPsJoe Stein26-69/+1028
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Don Brady <don.brady@intel.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-14 [illumos-gate merge]Jerry Jelinek2-1111/+615
commit 11d8e1e018d047bd620f057f0fef71a61f7992a7 3854 SUNW_NO_UPDATE_NOTIFY=1 should be added to env files commit a526879e017c01c4e7ff3fee2bd99ba7f3c4ebfd 3407 stmfadm(1M): extra dash for single char option '-s' 6717 stmfadm(1M): synopsis duplicates {offline,online}_lu subcommands for targets 6724 stmfadm(1M): document missing options to delete-lu and remove-view
2016-04-143854 SUNW_NO_UPDATE_NOTIFY=1 should be added to env filesIvan Richwalski1-2/+3
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com>
2016-04-133407 stmfadm(1M): extra dash for single char option '-s'Yuri Pankov1-1109/+612
6717 stmfadm(1M): synopsis duplicates {offline,online}_lu subcommands for targets 6724 stmfadm(1M): document missing options to delete-lu and remove-view Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-12OS-4825 cgroup user agent should be launched from the kernelJerry Jelinek12-533/+171
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-12 [illumos-gate merge]Jerry Jelinek18-452/+842
commit cb92f4130ce5b2c4ae1fa5fa6c776f4d4dc28ad9 6322 ZFS indirect block predictive prefetch commit f63cc1562f18b57526945bfad1c9c138338923a9 6870 Update zoneinfo to 2016c commit 67e157eca677c3d1b1c5d1049d9fc53c2e05033c 6869 Update zdump to better-handle POSIX timezones commit 83b627dfe34874b2f849abe19fcd0723d99a7273 6854 Set but not used in hat_sfmmu.c
2016-04-116322 ZFS indirect block predictive prefetchAlexander Motin5-23/+90
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-116870 Update zoneinfo to 2016cDan McDonald10-376/+732
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-116869 Update zdump to better-handle POSIX timezonesDan McDonald2-49/+19
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-11OS-5313 recvmsg must handle 0 length iovecJerry Jelinek1-2/+8
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-116832 vsnprintf improperly pads left-aligned numbersPatrick Mooney1-1/+6
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-11 [illumos-gate merge]Jerry Jelinek27-311/+1018
commit 9498083eeaed1aacdde41369b7fa6f3b84870791 6580 zfs-tests use undefined variable WRAPPER commit 01ff4119377acad6b30d6f06f2bfd0f982720b10 6754 zfs-tests: get_substr() function is redundant commit 6401734d545a04c18f68b448202f9d9a77216bb9 6418 zpool should have a label clearing command commit fce7ca969a9af519a625582f23fe1cd13e61c1ec 6819 libsysevent documentation incorrect commit 78c0f49e8991772ff264f861afa37ac436bf9b28 6868 Update hwdata - 20160407 Conflicts: usr/src/man/man3sysevent/sysevent_get_vendor_name.3sysevent
2016-04-106854 Set but not used in hat_sfmmu.cGary Mills1-4/+1
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-106850 fake_elf() should cope with missing DT_HASHBryan Cantrill1-9/+14
Reviewed by: Richard PALO <richard@netbsd.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-106849 failure in PLT processing induces spurious fake_elf() failureBryan Cantrill1-6/+11
Reviewed by: Richard PALO <richard@netbsd.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-096580 zfs-tests use undefined variable WRAPPERYuri Pankov10-75/+7
Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2016-04-096754 zfs-tests: get_substr() function is redundantYuri Pankov4-46/+26
Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2016-04-096418 zpool should have a label clearing commandWill Andrews10-35/+234
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-086819 libsysevent documentation incorrectDave Eddy1-11/+11
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-08OS-5311 docker init children not always in the correct contractJerry Jelinek1-5/+7
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-086834 GRUB tries to use nonexistent serial portKeith M Wesolowski3-23/+89
6835 GRUB should allow multiple serial consoles Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-086868 Update hwdata - 20160407Dan McDonald2-152/+747
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-086848 savecore crashes if it can't open METRICS.CSVRobert Mustacchi1-19/+27
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-08 [illumos-gate merge]Jerry Jelinek2-17/+54
commit 44f180b8a623d69ee5f5ed55ebcb61e1fef6205e 6857 webrev: add -c and -h options to specify "head" revision
2016-04-07OS-5308 webrev adds spurious path component to top-level filesJoshua M. Clulow1-2/+17
Reviewed by: Richard Lowe <richlowe@richlowe.net>