summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-07 [illumos-gate merge]20160526Jerry Jelinek5-21/+10
commit a90d75b828f0c01a350c4ecfc3924fd6456fffaf 6993 DEFAULT_TYPE should be probably be removed from pthread.h
2016-06-06backout OS-5440 pfexec and the case of the missing error message (see OS-5452)Alex Wilson3-17/+4
2016-06-066993 DEFAULT_TYPE should be probably be removed from pthread.hRichard PALO5-21/+10
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-06-06 [illumos-gate merge]Jerry Jelinek16-17/+3565
commit 565657ca18725b8f8dbe5b93704cc1d173be9d65 7017 integrate pvscsi commit 99189164df06057fb968ca7be701bb1a0d5da8c9 6940 Cannot unlink directories when over quota commit 002ec3e4c3efa65890ba89d290fe2cc209838c12 6999 fix 'Use of uninitialized value $picky in numeric eq (==)' in cstyle commit 0dd053d7d890618ea1fc697b07de364e69eb4190 7016 arc_available_memory is not 32-bit safe commit 86f617e90f3e06f970c3ea9b32836e29500836ab 7028 avl_destroy_nodes supports emptying, not just destroying, an avl tree commit 48cb8b9720f175ff5ed31ebd96a9f3d6922bdde9 7027 zfs_written_property_001_pos makes unreasonable assumptions about metadata space usage
2016-06-057017 integrate pvscsiYuri Pankov10-1/+3541
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-06-056940 Cannot unlink directories when over quotaSimon Klinkert1-0/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-06-03OS-5449 lxbrand readv tosses ESPIPE when reading from VFIFOPatrick Mooney1-3/+0
Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-06-036999 fix 'Use of uninitialized value $picky in numeric eq (==)' in cstyleRichard PALO1-1/+1
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2016-06-037016 arc_available_memory is not 32-bit safePrakash Surya1-7/+13
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2016-06-03 [illumos-gate merge]Patrick Mooney1-1/+1
commit 0b8049bfb0e291160e960697b554596289d7f0bc 7034 negative record sizes should be rejected commit a2f72b65ebc430aaf277ad797e554bb4deba9b95 7033 ustack helper should fault on bad return values commit 771e39c3b1d6e2e0ba230442d782d83c60098296 7035 string-related subroutines should validate input earlier Conflicts: usr/src/uts/common/dtrace/dtrace.c
2016-06-037028 avl_destroy_nodes supports emptying, not just destroying, an avl treeEli Rosenthal1-3/+3
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2016-06-037027 zfs_written_property_001_pos makes unreasonable assumptions about ↵Akash Ayare1-5/+5
metadata space usage Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2016-06-027033 ustack helper should fault on bad return valuesAlex Wilson1-1/+8
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2016-06-027034 negative record sizes should be rejectedAlex Wilson1-2/+12
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2016-06-027035 string-related subroutines should validate input earlierPatrick Mooney2-84/+223
Reviewed by: Alex Wilson <alex.wilson@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2016-06-02 [illumos-gate merge]Patrick Mooney19-89/+127
commit 0687de4f0b1d84cc87ddf92c49ceaec0f551670e 7018 illumos-gate build fails with libxml2 2.9.4 commit 1919e1f72d0a8141a10acd516bd1daa5064c8d07 7015 libc tests need to use LINK64 correctly, rather than just passing -m64 commit 258c9c7d86e8c69f1255ce2b5aeda40ac16d36ca 7001 zvol_misc tests should not depend on /sbin or /usr/sbin being in PATH commit 88f61dee20b358671b1b643e9d1dbf220a1d69be 6931 lib/libzfs: cleanup gcc warnings
2016-06-01OS-5440 pfexec and the case of the missing error messageAlex Wilson3-4/+17
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-06-017018 illumos-gate build fails with libxml2 2.9.4Alexander Pyhalov3-16/+34
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2016-06-017015 libc tests need to use LINK64 correctly, rather than just passing -m64Richard Lowe1-1/+1
Reviewed by: Dan McDonald <damncd@omniti.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2016-06-01OS-5422 want dnlc walker for mdbPatrick Mooney4-1/+142
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-017001 zvol_misc tests should not depend on /sbin or /usr/sbin being in PATHHans Rosenfeld6-13/+19
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-01 [illumos-gate merge]Patrick Mooney5-5/+6
commit 45b1747515a17db45e8971501ee84a26bdff37b2 7019 zfsdev_ioctl skips secpolicy when FKIOCTL is set 7020 sdev_cleandir can loop forever Conflicts: usr/src/uts/common/fs/dev/sdev_subr.c usr/src/uts/common/fs/dev/sdev_zvolops.c usr/src/uts/common/fs/zfs/zfs_ioctl.c
2016-05-316931 lib/libzfs: cleanup gcc warningsIgor Kozhukhov9-59/+73
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-05-317019 zfsdev_ioctl skips secpolicy when FKIOCTL is setAlex Wilson5-37/+102
7020 sdev_cleandir can loop forever Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-31 [illumos-gate merge]Patrick Mooney13-334/+238
commit fa4e188e8e6bc718b1a096b3d1dc046952a69304 4416 Silence igb(7D) debug messages by default commit 3ba944265c4ae1fcf23ef758537c2e4f4feec16e 6640 dca gets the instance number a lot, never actually uses it commit 058c4bb45994ad954199a7e36d99b487725043ad 7000 gfxp_umem_cookie_init() does wrong cast on return
2016-05-294416 Silence igb(7D) debug messages by defaultYuri Pankov10-234/+215
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-05-286640 dca gets the instance number a lot, never actually uses itRichard Lowe2-97/+22
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Albert Lee <trisk@omniti.com>
2016-05-277000 gfxp_umem_cookie_init() does wrong cast on returnToomas Soome1-3/+1
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Richard PALO <richard@netbsd.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-05-26OS-5327 ustack helper needs more validationAlex Wilson1-1/+8
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2016-05-26OS-5328 dtrace negative record sizes should be rejectedAlex Wilson1-2/+12
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2016-05-26OS-5329 string-related subroutines should validate input earlierPatrick Mooney2-87/+213
Reviewed by: Alex Wilson <alex.wilson@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2016-05-26OS-5432 lxbrand IP_RECVTTL cmsg not translatedPatrick Mooney1-4/+33
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-05-25OS-5428 lxbrand setsockopt(IP_MULTICAST_TTL) handles optlen poorlyPatrick Mooney1-0/+7
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-05-25 [illumos-gate merge]Jerry Jelinek2-2/+7
commit 06cf6f102162a50c50c11c1579390fe873da5509 4057 Add sfxge support (don't deliver sparc)
2016-05-244057 Add sfxge support (don't deliver sparc)Garrett D'Amore2-2/+7
2016-05-24 [illumos-gate merge]Jerry Jelinek5-27/+43
commit 63364b0ee2604783e7a55f8425888867768eafa4 6922 Emit ESC_ZFS_VDEV_REMOVE_AUX after removing an aux device commit 5bebc427c96eee7cdbec9df37a3a6fdead337aba 3758 RFE: Would like "hostname -s" commit e934136d865d15afd445bc37a6e4d692d0f054db 6990 scan_rsdp() should use signed len
2016-05-236987 disallow setid binaries with $ORIGIN in PT_INTERPJerry Jelinek1-0/+9
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-236922 Emit ESC_ZFS_VDEV_REMOVE_AUX after removing an aux deviceAlan Somers2-1/+6
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-23OS-5429 lxbrand time(2) broken in vdsoPatrick Mooney1-4/+3
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-05-233758 RFE: Would like "hostname -s"Lauri Tirkkonen2-25/+36
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-236990 scan_rsdp() should use signed lenToomas Soome1-1/+1
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-23 [illumos-gate merge]Jerry Jelinek95-9/+77692
commit 591fabec62bd160b1db9b1f20972c9bca1d8a0b6 6977 ixgb package should not refer to ixgbe's license 6976 ixgb package should not ship ixgbe's manual page commit 64d07b7cd791cb277b72edd9f8c4373ca6477850 4057 Add sfxge support (fix Makefile typo) commit 49ef7e0638c8b771d8a136eae78b1c0f99acc8e0 4057 Add sfxge support Conflicts: usr/src/uts/common/Makefile.files exception_lists/cstyle
2016-05-20OS-5409 sdev_cleandir can loop foreverAlex Wilson5-33/+97
OS-5395 zfsdev_ioctl skips secpolicy when FKIOCTL is set Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-05-206977 ixgb package should not refer to ixgbe's licenseRobert Mustacchi2-5/+3
6976 ixgb package should not ship ixgbe's manual page Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Dale Ghent <daleg@elemental.org>
2016-05-214057 Add sfxge support (fix Makefile typo)Garrett D'Amore1-1/+1
2016-05-20OS-5322 lxbrand use comm page for vdsoPatrick Mooney17-240/+499
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2016-05-20OS-5427 busybox calls fork after vfork, blows assertJerry Jelinek1-4/+26
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-204057 Add sfxge supportGarrett D'Amore92-2/+77689
Contributed by: Solarflare Communications Inc. Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Andrew Rybchenko <arybchenko@solarflare.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-20fix manifest typoJerry Jelinek1-1/+1
2016-05-20fix mismergeJerry Jelinek1-1/+0