summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-20 [illumos-gate merge]Jerry Jelinek104-338/+6303
commit 7dc9a163b382daee1ce43b6588dd1b507363dae5 6790 want suite of endian(3C) functions commit e56998eefc33ead0f12b364be915dd6bfc12a3f5 6501 Implement pthread_attr_get_np() interface commit fc2512cfb727d49529d8ed99164db871f4829b73 6951 Initial c11 support 6952 gets should not be visible in C11 6953 add support for c11 threads api 6954 Symbols test should support validating pre-processor symbols commit ea4a67f462de0a39a9adea8197bcdef849de5371 6980 6902 causes zfs send to break due to 32-bit/64-bit struct mismatch Conflicts: usr/src/test/libc-tests/tests/Makefile usr/src/test/libc-tests/runfiles/default.run usr/src/lib/libcmdutils/libcmdutils.h usr/src/lib/libcmdutils/common/custr.c usr/src/lib/libcmdutils/common/mapfile-vers
2016-05-19OS-5424 zoneadmd should create full set of zfdsJerry Jelinek1-67/+10
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-19OS-5418 LTP sched_setattr01 failsJerry Jelinek1-0/+3
OS-5419 LTP sched_getattr01 fails OS-5420 LTP sched_getattr02 fails
2016-05-19OS-5421 disallow elf ORIGIN for setuid binaryJerry Jelinek1-0/+9
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2016-05-196790 want suite of endian(3C) functionsRobert Mustacchi28-3/+1506
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@damore.org>
2016-05-196501 Implement pthread_attr_get_np() interfaceRobert Mustacchi15-18/+750
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Garrett D'Amore <garrett@damore.org>
2016-05-196951 Initial c11 supportRobert Mustacchi78-335/+4124
6952 gets should not be visible in C11 6953 add support for c11 threads api 6954 Symbols test should support validating pre-processor symbols Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>
2016-05-196980 6902 causes zfs send to break due to 32-bit/64-bit struct mismatchMatthew Ahrens1-0/+8
Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-05-186902 speed up listing of snapshots if requesting name only and sorting [fix ↵Jerry Jelinek1-0/+2
broken zfs send]
2016-05-18 [illumos-gate merge]Jerry Jelinek1-3/+2
commit 3c9850a686c2fcba473e4f602616772c17c21dee 6938 STMF kstat free is using an improper size for kmem_free().
2016-05-176938 STMF kstat free is using an improper size for kmem_free().Dan McDonald1-3/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2016-05-18OS-5403 fix time zone database shipping inconsistenciesJoshua M. Clulow1-1/+5
Reviewed by: Cody Mello <cody.mello@joyent.com>
2016-05-17OS-5402 eenable LTP access01 once fixedJerry Jelinek1-1/+0
2016-05-17OS-5410 move access into kernelJerry Jelinek8-84/+237
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-17OS-5354 lx shebang argument handling is incorrectJerry Jelinek5-13/+29
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-17 [illumos-gate merge]Jerry Jelinek11-43/+264
commit 24e268f3071ecc622f716e7801683c84f4d4f9db 6404 zvol_swap_006_pos can occasionally fail due to swaplen being < 16 6405 zvol test setup is non deterministic commit 1825bc56e5a1f7ef6f0dc3137f3b35f5850c1100 6878 Add scrub completion info to "zpool history" commit 5b1627536384deb03449347af9c01bd4fc2d271e 6973 audioens driver does not work on VMWare
2016-05-16OS-5370 panic in signalfd (fix mancheck)Patrick Mooney1-2/+2
2016-05-16OS-5192 need faster clock_gettimePatrick Mooney45-92/+1616
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Ryan Zezeski <ryan@zinascii.com>
2016-05-166404 zvol_swap_006_pos can occasionally fail due to swaplen being < 16Matthew Ahrens9-16/+34
6405 zvol test setup is non deterministic Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Will Andrews <will@freebsd.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-16OS-5370 panic in signalfdPatrick Mooney3-228/+286
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-05-16OS-5405 panic while installing chef serverJerry Jelinek1-2/+12
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-166878 Add scrub completion info to "zpool history"Nav Ravindranath1-5/+19
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-166973 audioens driver does not work on VMWareGarrett D'Amore1-22/+211
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-16 [illumos-gate merge]Jerry Jelinek23-87/+305
commit 8df0bcf0df7622a075cc6e52f659d2fcfdd08cdc 6513 partially filled holes lose birth time commit 0d8fa8f8eba3ea46bc79d73445009505d1dd5d7d 6902 speed up listing of snapshots if requesting name only and sorting by name Conflicts: usr/src/lib/libzfs/common/libzfs_iter.c usr/src/lib/libzfs/common/libzfs_impl.h
2016-05-15OS-5398 access01 fails on recent LTPJerry Jelinek1-0/+1
2016-05-156513 partially filled holes lose birth timePaul Dagnelie8-53/+188
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Boris Protopopov <bprotopopov@hotmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-05-156902 speed up listing of snapshots if requesting name only and sorting by nameMartin Matuska15-35/+115
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Pawel Dawidek <pjd@freebsd.org> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Approved by: Garrett D'Amore <garrett@damore.org>
2016-05-13OS-5397 LTP hangs in preadv02_64Jerry Jelinek1-0/+6
Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-05-13OS-5375 docker exec/attach/logs truncating output to 4096 bytesJerry Jelinek1-78/+47
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-13OS-5358 Java find_vma failedJerry Jelinek1-30/+38
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-13 [illumos-gate merge]Jerry Jelinek172-188/+16043
commit c971037baa5d64dfecf6d87ed602fc3116ebec41 6876 Stack corruption after importing a pool with a too-long name commit 11ceac77ea8034bf2fe9bdd6d314f5d1e5ceeba3 6844 dnode_next_offset can detect fictional holes commit 43051d2742bbe5911de73322064cb573b6aff975 6955 libproc should be documented and shipped 6956 libproc cannot leave free() to callers
2016-05-12OS-5388 zoneadmd comes up asynchronously so zlogin can happen too soonJerry Jelinek1-30/+57
Reviewed by: Josh Wilsdon <jwilsdon@joyent.com>
2016-05-126876 Stack corruption after importing a pool with a too-long namePaul Dagnelie3-2/+39
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-05-126844 dnode_next_offset can detect fictional holesAlex Reece2-5/+23
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Boris Protopopov <bprotopopov@hotmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-126955 libproc should be documented and shippedRobert Mustacchi166-180/+15760
6956 libproc cannot leave free() to callers Reviewed by: Ryan Zezeski <ryan@zinascii.com> Reviewed by: Cody Mello <cody.mello@joyent.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-05-12 [illumos-gate merge]Jerry Jelinek2-103/+200
commit 4a20c933b148de8a1c1d3538391c64284e636653 6111 zfs send should ignore datasets created after the ending snapshot commit 1fdcbd00c9cbac286b5f92e08877e8cb3c448420 6874 rollback and receive need to reset ZPL state to what's on disk
2016-05-116111 zfs send should ignore datasets created after the ending snapshotAlex Deiter1-6/+108
Reviewed by: Alex Aizman alex.aizman@nexenta.com Reviewed by: Alek Pinchuk alek.pinchuk@nexenta.com Reviewed by: Roman Strashkin roman.strashkin@nexenta.com Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2016-05-116874 rollback and receive need to reset ZPL state to what's on diskMatthew Ahrens1-97/+92
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2016-05-11OS-5348 mdb -e doesn't properly report exit status for failed writesrelease-20160512Cody Peter Mello3-3/+4
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-11OS-5372 Catch kernel undefined symbols at build timeRobert Mustacchi13-1/+480
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-11OS-5381 Clean up i40e packaging, studio, and lint buildRobert Mustacchi13-19/+119
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
2016-05-106957 logadm dies on bogus configuration fileBryan Cantrill2-0/+31
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Simon Klinkert <simon.klinkert@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-05-10 [illumos-gate merge]Jerry Jelinek1-2/+0
commit 99abc82310f6fbd4f04276f195f54d54f458be33 6859 missing MCFG table should lead to I/O PCIe config access
2016-05-09OS-5238 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>
2016-05-09OS-5392 lxbrand thread race in clone(CLONE_VFORK)Patrick Mooney1-15/+15
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-05-096859 missing MCFG table should lead to I/O PCIe config accessJoshua M. Clulow2-54/+11
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Tycho Nightingale <tycho.nightingale@pluribusnetworks.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Gordon Ross <gwr@nexenta.com>
2016-05-06OS-5386 small monotonic timer clamping incorrectJerry Jelinek1-1/+2
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-05 [illumos-gate merge]Jerry Jelinek1-3/+14
commit b21e529f5363271f159cf4ce451d5ece9e9a18ae 6840 cv_reltimedwait(9F) doesn't describe the delay argument
2016-05-046840 cv_reltimedwait(9F) doesn't describe the delay argumentRobert Mustacchi1-3/+14
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-05-04OS-5357 datadog doesn't work correctly in LX zoneJerry Jelinek6-369/+238
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>