summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
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>
2012-11-02OS-1682 lxpr_uiobuf_write() can overflow its bufferBryan Cantrill1-4/+5
2012-11-02OS-1441 routing-setup service provides no useful log outputRob Gulewich1-0/+10
2012-10-313304 need workaround for QEMU bug that induces bad e1000g checksumsBryan Cantrill1-3/+35
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2012-10-293246 ZFS I/O deadman threadGeorge.Wilson19-41/+332
Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-10-26OS-1645 after svccfg import is killed, subsequent import fails20121101release-20121101Jerry Jelinek1-1/+8
reviewed by Robert Mustacchi
2012-10-263302 ld(1) should document -zguidanceRichard Lowe1-2/+99
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-10-253299 file should only care about object capabilitiesRichard Lowe1-9/+23
3300 file should care about all object capabilities Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-10-25OS-1665 Update pci.ids to latest releaseRobert Mustacchi1-261/+1040
2012-10-253301 lapsus calami multumJoshua M. Clulow6-26/+27
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2012-10-24OS-1634 svcs -ZL does not work when a pattern is specifiedBryan Cantrill1-1/+1
2012-10-223285 memory leaks in libsldapHans Rosenfeld2-5/+9
Reviewed by: Gordon Ross <Gordon.Ross@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Kevin Crowe <kevin.crowe@nexenta.com> Reviewed by: Vitaliy Gusev <vitaliy.gusev@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-10-22OS-1366 add support for BCM 5719, 5720, and BCM5784M chipsetRobert Mustacchi6-160/+404
2012-10-22OS-1643 improve comments for svc.startd [fix unicode backtick]Robert Mustacchi1-5/+5
2012-10-22OS-1643 improve comments for svc.startdRobert Mustacchi1-0/+130
2012-10-22OS-1209 shutdown of a zone can silently fail *sometimes* when a zone is ↵Jerry Jelinek1-0/+38
still starting up
2012-10-213169 userland amd64 code should save argumentsRichard Lowe27-200/+1472
3180 mdb should handle push-based argument save area 3192 mdb save-args matching should accept more agressive insn scheduling 3193 mdb save-args matching should only consider insns which have executed Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-10-193288 git-pbchk invents blank lines, then complains about themRichard Lowe1-2/+2
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-10-192869 duplicate packets with vnics over aggrsTheo Schlossnagle3-5/+42
2012-10-19OS-1626 tar -C support on extract would be niceJoshua M. Clulow2-1/+26
Reviewed by: Robert Mustacchi <rm@joyent.com>
2012-10-17702 tput calls gets()Gary Mills1-2/+5
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-10-173286 README.mapfiles needs an updateRichard Lowe1-129/+172
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>