summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2013-01-10OS-1804 agent lwp clobbers amd64 abi stack redzone20130110release-20130110Joshua M. Clulow1-2/+13
Reviewed by: Robert Mustacchi <rm@joyent.com>
2013-01-10OS-1812 ::typedef should be able to source types from other filesRobert Mustacchi4-12/+96
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2013-01-10OS-1794 /usr/sbin/shutdown fails to bring down zoneJerry Jelinek2-16/+20
2013-01-08OS-1795 zone error: failed to setup environmentJerry Jelinek2-47/+13
2013-01-08OS-1792 dbuf_read_impl shows too much enthusiasmJoshua M. Clulow1-2/+14
Reviewed by: Bryan Cantrill <bryan@joyent.com>
2013-01-04OS-1786 /usr/bin/man should not override PATH if TROFF is setBryan Cantrill1-3/+8
2013-01-03OS-1788 need manual page for htonll and ntohllRobert Mustacchi4-9/+26
OS-1787 missing man 3xnet manual pages Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2013-01-03OS-1785 cmd/ssh/Makefile shouldn't hardcode pathsRobert Mustacchi1-1/+1
2012-12-31OS-1782 want ::x86_featuresetRobert Mustacchi1-1/+67
2012-12-26OS-1779 svccfg export should accept instance FMRIs20121227release-20121227Keith M Wesolowski2-3/+33
2012-12-21OS-1566 filesystem limits for ZFS datasetsJerry Jelinek17-31/+920
2012-12-20OS-1780 ipdadm accidentally a newlineJoshua M. Clulow1-1/+1
Reviewed by: Robert Mustacchi <rm@joyent.com>
2012-12-203315 svccfg export -a drops values in PG "general"Keith M Wesolowski1-21/+28
2012-12-12OS-1760 Need disassembler support for rdrand and f16c20121213release-20121213Robert Mustacchi1-5/+34
2012-12-11OS-1757 Add isainfo support for f16c and rdrand (fix xset flags)Robert Mustacchi2-8/+2
2012-12-11OS-1758 Need a new word of AT_SUN_HWCAP bitsRobert Mustacchi25-85/+300
OS-1757 Add isainfo support for f16c and rdrand Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2012-12-10OS-1756 task_join()/pr_lookup_procdir()/pr_szoneid() deadlockJerry Jelinek1-2/+10
2012-12-10OS-1749 oawk must dieJerry Jelinek1-1/+8
2012-12-07OS-1705 smf won't transition downJerry Jelinek1-0/+15
2012-12-04OS-1734 'zonemon -k' broken with mdb errors and other errors coming from ↵Jerry Jelinek1-8/+8
background
2012-12-04OS-1728 add force unmount support to tmpfsJerry Jelinek2-21/+161
reviewed by Robert Mustacchi
2012-11-29OS-1723 DTrace should speak JSONrelease-20121129Joshua M. Clulow21-5/+1414
Reviewed by: Bryan Cantrill <bmc@joyent.com>
2012-11-28OS-1704 add a time field with ISO time or unix timestamp to zoneevent outputJerry Jelinek1-1/+7
2012-11-28OS-777 ipfilter should support loading / modifying per-zone rules from the ↵Rob Gulewich2-8/+6
GZ (clean up includes)
2012-11-28OS-777 ipfilter should support loading / modifying per-zone rules from the ↵Rob Gulewich1-0/+1
GZ (missing declaration)
2012-11-28OS-777 ipfilter should support loading / modifying per-zone rules from the GZRob Gulewich24-108/+801
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2012-11-27OS-1725 add SNGL brandJerry Jelinek23-2/+1694
2012-11-27OS-1713 lscf_instance_verify does not properly handle disabled EMIRobert Mustacchi1-2/+13
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2012-11-27OS-1724 umem walker can fail on ptc-enabled cachesBryan Cantrill1-5/+7
2012-11-22OS-1474 Want ::typedefRobert Mustacchi83-48/+2305
OS-1598 Want mdb -e OS-1600 Want an mdb test suite driver OS-1632 mdb on x86 should be able to print alternate register names OS-1699 libctf should support removing a dynamic type OS-1700 libctf does not validate arrays correctly OS-1701 libctf does not validate function types correctly
2012-11-22OS-1685 dboot should check boot archive integrityKeith M Wesolowski5-6/+153
2012-11-21OS-1474 Want ::typedef (backout, breaks dtrace)Robert Mustacchi83-2301/+48
2012-11-21OS-1474 Want ::typedefRobert Mustacchi83-48/+2301
OS-1598 Want mdb -e OS-1600 Want an mdb test suite driver OS-1632 mdb on x86 should be able to print alternate register names OS-1699 libctf should support removing a dynamic type OS-1700 libctf does not validate arrays correctly OS-1701 libctf does not validate function types correctly
2012-11-20OS-1693 need workaround for RICHMOND-16Keith M Wesolowski2-0/+56
2012-11-16OS-1706 zfs compression in a zone is ok after allJerry Jelinek1-1/+0
2012-11-14OS-1697 zoneadmd halt retry timeout should be increasedJerry Jelinek1-5/+8
2012-11-14OS-1694 exit()/lxprocfs races can induce panicBryan Cantrill2-14/+35
2012-11-13Merge github.com:joyent/illumos-joyentJohn Sonnenschein9-64/+576
2012-11-13OS-717 apix code induces hangsJerry Jelinek3-55/+457
2012-11-12OS-577 race in netstack_unregister and zone creationRobert Mustacchi6-9/+119
OS-1690 want zid2zone and zdid2zone OS-1691 want a dcmd for going from netstack id to nestack_t Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Bryan Cantrill <bryan@joyent.com>
2012-11-09don't redefine buf_t (vdev_raidz.h)John Sonnenschein1-1/+0
2012-11-09Fix mis-merge in prtconf (add libpcidb)John Sonnenschein1-1/+1
2012-11-08Fix libzdoor mismergeJohn Sonnenschein1-14/+3
2012-11-07Illumos syncJohn Sonnenschein1873-3093/+13972
2012-11-033203 system-zones tries to deliver global-zone only template files into NGZGarrett D'Amore1-2/+2
Reviewed by: Milan Jurik <milan.jurik@xylab.cz> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-11-023294 pfiles postmortem supportGarrett D'Amore24-159/+916
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-11-033298 illumos link-editor and related tools should be differentiableRichard Lowe2-7/+6
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-11-033263 link.h should work in a largefile environmentRichard Lowe1-2/+9
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-11-033265 link-editor builds bogus .eh_frame_hdr on ia32Richard Lowe7-32/+70
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-11-023306 zdb should be able to issue reads in parallelGeorge Wilson10-66/+287
3321 'zpool reopen' command should be documented in the man page and help message Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>