summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20OS-1551 ld should tolerate SHT_PROGBITS for .eh_frame sections on amd6420120920release-20120920Bryan Cantrill4-18/+41
2012-09-19OS-1552 dr_sas needs fixes from OS-709Joshua M. Clulow4-1270/+198
2012-09-19OS-1234 add new rctls to resource_controls(5) man pageJerry Jelinek1-9/+107
2012-09-19OS-1553 duplicate code in cpu_update_pctJerry Jelinek1-18/+10
2012-09-18OS-1143 Update mr_sas for LSI 2208 supportJoshua M. Clulow11-1498/+8393
2012-09-18OS-1550 FSS observability and comment improvementsJerry Jelinek3-97/+166
2012-09-18OS-1545 dtrace_dof_maxsize is far too smallBryan Cantrill2-1/+98
2012-09-12OS-1282 SunSSH config should have TCPKeepAlive as synonym for KeepAliveJoshua M. Clulow4-6/+12
Reviewed by: Jerry Jelinek <jerry@joyent.com>
2012-09-12OS-1524 t_onfault should be preserved across pagefault() in trap()Bryan Cantrill2-10/+19
2012-09-12OS-1541 vmem_xalloc() needs to check for overflowBryan Cantrill1-0/+16
2012-09-11OS-1540 Would like %N support in date(1)Keith M Wesolowski2-3/+81
2012-09-10illumos syncJohn Sonnenschein627-105223/+12993
2012-09-09OS-1530 ipmi should use /dev/ipmi0 for compatabilityRichard Lowe11-236/+37
OS-1531 allow get_smbios_info to fail OS-1532 remove bmc_intf.h
2012-09-093098 zfs userspace/groupspace fail without saying why when run as non-rootYuri Pankov2-22/+26
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-09-08OS-1529 Hi, everybody! I'm dr_sas.Keith M Wesolowski10-0/+8703
2012-09-07OS-1512 improved FSS observabilityJerry Jelinek8-624/+16
2012-09-07OS-1514 ipmi assumes FreeBSD copyin() behaviourJoshua M. Clulow1-1/+2
Reviewed by: Jerry Jelinek <jerry@joyent.com>
2012-09-06OS-1501 mdb_v8 doesn't work on v8 3.13.2 and later20120906release-20120906Bryan Cantrill1-32/+92
2012-09-05OS-1519 prstat -n option should accept 0Jerry Jelinek3-13/+26
reviewed by Robert Mustacchi
2012-09-05OS-1510 DTrace helper tracing should be dynamicBryan Cantrill2-35/+57
2012-09-05OS-1511 overly aggressive D integer narrowing breaks 32-bit ustack helpersBryan Cantrill2-1/+49
2012-09-04OS-1513 misplaced ASSERT in OS-1247 breaks DEBUG bitsJoshua M. Clulow2-2/+2
2012-09-04OS-1517 Add support for I350 SerdesRobert Mustacchi3-0/+3
2012-09-013146 i915 debugging code can chew SSE stateRichard Lowe2-40/+31
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-09-083165 Privilege.xs perform unsafe casting of priv_ptype_t to intTheo Schlossnagle1-1/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-09-08Backed out changeset e05f5705283d (wrong name)Dan McDonald1-1/+1
2012-09-083165 Privilege.xs perform unsafe casting of priv_ptype_t to intDan McDonald1-1/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-09-073006 VERIFY[S,U,P] and ASSERT[S,U,P] frequently check if first argument is zeroMadhav Suresh38-258/+224
Reviewed by Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by George Wilson <george.wilson@delphix.com> Approved by Eric Schrock <eric.schrock@delphix.com>
2012-09-073021 option for time-ordered output from dtrace(1M) (fix lint)Richard Lowe1-0/+1
2012-09-061884 Empty "used" field for zfs *space commandsYuri Pankov2-423/+404
3028 zfs {group,user}space -n prints (null) instead of numeric GID/UID 3048 zfs {user,group}space [-s|-S] is broken 3049 zfs {user,group}space -t doesn't really filter the results 3060 zfs {user,group}space -H output isn't tab-delimited 3061 zfs {user,group}space -o doesn't use specified fields order 3093 zfs {user,group}space's -i is noop Reviewed by: Garry Mills <gary_mills@fastmail.fm> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-09-053140 fmdump -t/-T incorrectly parses date/timeYuri Pankov1-23/+17
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-09-053128 igb missing I350 SERDES casesRobert Mustacchi3-0/+3
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-09-043135 lofi_uncompress doesn't initialize all variablesJerry Jelinek1-0/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-08-30OS-1507 ipd can blow an assertion when status is requested on a disabled zoneKeith M Wesolowski14-171/+704
OS-1508 ipd needs a stable library
2012-08-30OS-1054 lofiadm in current smartos can't use -U to uncompress an lgz imageJerry Jelinek1-0/+2
code review by Robert Mustacchi
2012-08-293133 nfs4: remove static for nfs4_max_xxxVitaliy Gusev1-3/+5
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-08-283109 libshare_nfs: findopt() should return indexVitaliy Gusev1-1/+4
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-08-283106 rpc: xdr_sizeof can return wrong sizeVitaliy Gusev1-3/+4
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-08-283134 nfs4: cleaning code in nfs4_xdrVitaliy Gusev1-7/+9
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-08-293107 nfs4_getattr incorrectly checks bit masksVitaliy Gusev1-5/+7
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-09-013129 'zpool reopen' restarts resilversGeorge Wilson2-5/+17
3130 ztest failure: Assertion failed: 0 == dmu_objset_destroy(name, B_FALSE) (0x0 == 0x10) Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-08-313138 smb_token_create_privs() passes const char to smb_lgrp_getbyname()Yuri Pankov1-1/+3
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-08-313122 zfs destroy filesystem should prefetch blocksMatthew Ahrens3-16/+86
Reviewed by: Christopher Siden <chris.siden@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-08-303121 missing SMF method directories should say something usefulHengqing Hu1-0/+27
Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: T Nguyen <truongqnguien@gmail.com> Reviewed by: Richard Elling <richard.elling@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2012-08-303112 ztest does not honor ZFS_DEBUGMatthew Ahrens14-111/+190
3113 ztest should use watchpoints to protect frozen arc bufs 3114 some leaked nvlists in zfsdev_ioctl 3115 poll(2) returns prematurely in presence of spurious wakeups Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Matt Amdur <Matt.Amdur@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Christopher Siden <chris.siden@delphix.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-08-301862 incremental zfs receive fails for sparse file > 8PBArne Jansen1-15/+27
Reviewed by: Matt Ahrens <matthew.ahrens@delphix.com> Reviewed by: Simon Klinkert <klinkert@webgods.de> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-08-283123 need a way to force loading of DTrace helpersAdam H. Leventhal14-112/+585
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Bryan Cantrill <bmc@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-08-272982 nfs3: cleanup debug code at nfs3_srv.cVitaliy Gusev3-432/+9
Reviewed by: Albert Lee <trisk@nexenta.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-08-273119 zonecfg(1M) still mentions sparse zonesRichard Lowe1-169/+1
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2012-08-273117 aac forgets C isn't mathHengqing Hu1-1/+2
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>