summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2016-06-117057 SysV IPC rctls should report usageJerry Jelinek2-8/+73
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-107056 tmpfs in a non-global zone does not abide by tmpfs_minfreeBryan Cantrill1-2/+9
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-06-10OS-5320 libsmartsshd sleeps unnecessarilyPatrick Mooney1-14/+34
Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-06-107068 need a way to change the tmpfs size on a mounted fsJerry Jelinek2-8/+31
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-107064 TCP_KEEPIDLE has needless 10sec minimumPatrick Mooney1-1/+1
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-107102 nfsd(1M) missing newline character in error messagesYuri Pankov1-20/+21
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-107088 libshare should check nfs protocol value against netconfig(4) databaseYuri Pankov1-12/+29
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-10OS-5167 cached v_path should be kept freshPatrick Mooney4-193/+383
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-06-107055 libbrand token substitution incomplete for mount entriesPatrick Mooney3-16/+16
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-06-10 [illumos-gate merge]Jerry Jelinek64-514/+609
commit a76660dbabd3d3b161bdead081ce275af6966d2e 7083 create_ramdisk.sh need not check for inuse devices commit 3f85b2aed8a5768f4c20db925cdf8fc072472037 7036 zvol_swap_004_pos test failed commit 10e67aa0db0823d5464aafdd681f3c966155c68e 7082 bptree_iterate() passes wrong args to zfs_dbgmsg() commit 2404c9e6b54f427b32dd0a2d46940d6a4c5299bc 7062 Connections remain in TIME_WAIT too long 7061 local TCP connections should be expediently purged from TIME_WAIT commit 9adfa60d484ce2435f5af77cc99dcd4e692b6660 6314 buffer overflow in dsl_dataset_name commit 0c779ad424a92a84d1e07d47cab7f8009189202b 7054 dmu_tx_hold_t should use refcount_t to track space
2016-06-097067 webrev adds spurious path component to top-level filesJoshua M. Clulow1-2/+17
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2016-06-097065 webrev could use a style cleanupJoshua M. Clulow1-108/+123
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2016-06-097060 mdb -e doesn't properly report exit status for failed writesCody Peter Mello3-3/+4
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-097083 create_ramdisk.sh need not check for inuse devicesGeorge Wilson1-1/+5
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-06-097058 crash dump progress should be emitted more frequentlyJoshua M. Clulow2-11/+21
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-06-097036 zvol_swap_004_pos test failedIgor Kozhukhov1-20/+12
Reviewed by: John Kennedy <john.kennedy@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-09OS-5459 epoll_ctl should throw EINVAL for loopsPatrick Mooney1-4/+16
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-09OS-5458 lxbrand epoll_ctl should throw EINVAL for loopsPatrick Mooney1-1/+8
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-097082 bptree_iterate() passes wrong args to zfs_dbgmsg()Matthew Ahrens1-3/+4
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-097062 Connections remain in TIME_WAIT too longPatrick Mooney4-320/+435
7061 local TCP connections should be expediently purged from TIME_WAIT Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-096314 buffer overflow in dsl_dataset_nameMatthew Ahrens56-367/+391
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-09OS-5453 lxbrand mount(2) should tolerate relative path targetPatrick Mooney1-0/+24
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-097054 dmu_tx_hold_t should use refcount_t to track spaceMatthew Ahrens6-123/+197
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-09OS-5221 nfs mount should work without /etc/nfssec.conf inside LX zonerootJosh Wilsdon2-1/+9
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-09OS-5451 comm page should not break i86xpvPatrick Mooney7-15/+53
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-06-09 [illumos-gate merge]Jerry Jelinek2-6/+16
commit 82d2d142300e27cbe46f9fd3731e9d280b2c66e8 7084 DTrace divide overflow can induce panic commit f11ba53f80410731989b127bc0e36a178773e84a 7066 ::dump uses incredibly annoying syntax for specifying length Conflicts: usr/src/pkg/manifests/system-dtrace-tests.mf
2016-06-087084 DTrace divide overflow can induce panicBryan Cantrill5-10/+73
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-06-087066 ::dump uses incredibly annoying syntax for specifying lengthDan Kimmel1-5/+13
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2016-06-07OS-5455 mdb can die on divide overflowrelease-20160609Bryan Cantrill1-1/+10
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-06-07OS-5444 T_ZERODIV should set CPU_DTRACE_DIVZERO when CPU_DTRACE_NOFAULT setBryan Cantrill5-10/+71
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
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 Jelinek15-17/+3564
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>