summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
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-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-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 Jelinek170-176/+15821
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 Mustacchi165-169/+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 Mustacchi12-1/+478
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>
2016-05-046860 segvn_create() doesn't merge segments due to bogus mpolicy mismatchBryan Cantrill1-2/+2
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-05-04OS-5380 lxbrand cgroupfs deadlocks against pidlockJerry Jelinek2-10/+21
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-05-03 [illumos-gate merge]Jerry Jelinek6-207/+24
commit 93cf283ac1d0119d2ee3842f515f8d0e1bc7cbdb 6826 want support for nested interpreters commit 188db4cedf56a03ce57c157895ddf5bcd0379d42 6910 tar option "e" also forces "o" commit 16ea83f1698be091a6e3537323021de76eae3f8a 6909 man page updates for "EOF SYSV3 SCO compatibility" Conflicts: usr/src/uts/common/exec/elf/elf.c usr/src/man/man2/exec.2
2016-05-02OS-5373 lx_proc panic while reading /proc/<pid>/exe linkPatrick Mooney2-2/+22
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-05-026826 want support for nested interpretersJerry Jelinek10-37/+113
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Cody Mello <cody.mello@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com
2016-05-02OS-5365 lxbrand careless with so_lockPatrick Mooney1-3/+14
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-05-026910 tar option "e" also forces "o"Sebastian Wiedenroth1-10/+11
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2016-05-026909 man page updates for "EOF SYSV3 SCO compatibility"Sebastian Wiedenroth4-190/+12
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
2016-05-02 [illumos-gate merge]Jerry Jelinek5-21/+68
commit 545f15ae81ab124ab97b965c15f2873e0228fcb3 6883 SMF nis/client ipfilter support needs improvement commit 2bd8b3545dceb97f56401b7ad2a327e08d520574 6881 SMF ipfilter tries to unload module in zones 6882 SMF ipfilter lacks a property for a IPv6 custom policy file 6884 SMF ipfilter tuple_get_port needs to remove backslashes commit d14b1d19b404dcc4795d8a76751a186717a0ddaa 6934 add kstat to track anon memory reservation failure (ENOMEM) commit c22cda1b41022b307ea9fda8c9dc19e6329a109a 6847 syscall header declaration incorrect Conflicts: usr/src/uts/common/vm/vm_anon.c usr/src/uts/common/sys/zone.h usr/src/uts/common/os/zone.c
2016-05-016883 SMF nis/client ipfilter support needs improvementHans Rosenfeld1-15/+43
Reviewed by: Cody Mello <melloc@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-05-016881 SMF ipfilter tries to unload module in zonesHans Rosenfeld3-4/+23
6882 SMF ipfilter lacks a property for a IPv6 custom policy file 6884 SMF ipfilter tuple_get_port needs to remove backslashes Reviewed by: Cody Mello <melloc@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-04-306934 add kstat to track anon memory reservation failure (ENOMEM)Jerry Jelinek3-0/+6
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-04-296847 syscall header declaration incorrectBryan Cantrill3-5/+6
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-04-29 [illumos-gate merge]Jerry Jelinek5-46/+71
commit af868f46a5b794687741d5424de9e3a2d684a84a 6914 kernel virtual memory fragmentation leads to hang commit 23a268cfbc75530b746495f3e157b9bc71069420 6565 pargs crashes on growing env commit 1872b0b513cebbb59f48d3164530f8598d11df23 6929 couple of updates to i386 disassembler tables
2016-04-296863 lofs mount of single file cannot be opened with O_CREATJerry Jelinek1-2/+41
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-286914 kernel virtual memory fragmentation leads to hangMatthew Ahrens3-44/+63
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2016-04-28OS-5343 dockerinit gets stuck in zfd_ready, zfd devices not showing up after ↵Jerry Jelinek1-1/+9
> 1 hour Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2016-04-286565 pargs crashes on growing envSimon Klinkert1-0/+6
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-04-286929 couple of updates to i386 disassembler tablesAndriy Gapon1-2/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-04-28 [illumos-gate merge]Jerry Jelinek22-3/+17
commit 5fc77b81fbb2d591a82c9778896a466ebc9928cd 6926 Move ixgbe Intel common code into its own directory commit f0455e46363efd5f7f0a01f27dcbaed2a44bf2d2 5962 clean target fails in usr/src/common/avs Conflicts: usr/src/uts/common/Makefile.rules exception_lists/hdrchk exception_lists/cstyle