summaryrefslogtreecommitdiff
path: root/usr
AgeCommit message (Collapse)AuthorFilesLines
2014-04-234748 use an enum for tod_faulted globalJosef 'Jeff' Sipek1-1/+1
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2014-04-234747 remove unused [DS]SIZE_LIMIT definesJosef 'Jeff' Sipek4-30/+0
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2014-04-234746 remove EXPORT_SRC leftoversJosef 'Jeff' Sipek1-11/+0
Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2014-04-234745 fix AVL code misspellingsJosef 'Jeff' Sipek2-7/+8
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2014-04-223897 zfs filesystem and snapshot limitsJerry Jelinek17-29/+990
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Christopher Siden <christopher.siden@delphix.com>
2014-04-224767 dtrace_probe() always has the timestampMatthew Ahrens1-2/+3
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-224736 spamming zlogin with SIGINT will halt the target zoneAlexander Eremin1-3/+2
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-214710 itadm(1M) needs an easily parsable output modeYuri Pankov2-71/+136
4711 itadm(1M) usage output overflows 80 characters Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Josef Sipek <josef.sipek@nexenta.com> Reviewed by: Adam Stevko <adam.stevko@gmail.com> Approved by: Albert Lee <trisk@nexenta.com>
2014-04-214772 $C prints no output on crash dump following dtrace panic()Adam H. Leventhal3-14/+20
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Eric Schrock <eric.schrock@delphix.com>
2014-04-184754 io issued to near-full luns even after setting noalloc thresholdGeorge Wilson3-51/+7
4755 mg_alloc_failures is no longer needed Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-164764 Need a way to get tsc deltasRobert Mustacchi2-0/+14
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org> 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: Richard Lowe <richlowe@richlowe.net>
2014-04-154752 fan out read zio taskqsAdam H. Leventhal1-2/+2
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-154374 dn_free_ranges should use range_tree_tMatthew Ahrens21-180/+207
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Max Grossman <max.grossman@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-144210 unsigned unsigned short short is valid in dtracePaul Dagnelie9-2/+330
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Eric Diven <eric.diven@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-144738 tape block number is set at wrong placeJan Kryl2-6/+4
Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-104118 libuuid should provide uuid_unparse_{upper,lower} functionsAndy Stormont6-21/+80
Reviewed by: Serghei Samsi <sscdvp@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-074665 pcplusmp open-codes register operationsJosef 'Jeff' Sipek1-52/+7
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-04-074664 CPU->cpu_pri_data hasn't been used for yearsJosef 'Jeff' Sipek6-48/+6
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-04-074663 apic_cr8pri complicates pcplusmpJosef 'Jeff' Sipek2-12/+4
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-04-063900 illumos will not build against gcc compiled perl (fix studio, pkg, ↵Richard Lowe10-0/+21
incremental)
2014-04-043900 illumos will not build against gcc compiled perlAndy Stormont103-12041/+563
4723 Remove unused perl extensions Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-044555 macro side-effects with /usr/include/libelf.hRichard PALO1-71/+59
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Andy Stormont <AStormont@racktopsystems.com> Reviewed by: Igor Pashev <pashev.igor@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-04-034462 clnt_vc_control()/clnt_dg_control() could return RPC_FAILED instead of ↵Marcel Telka2-92/+96
FALSE Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gwr@nexenta.com>
2014-04-034721 writing NT_FDINFO leaks vnodeRobert Mustacchi1-1/+4
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-304575 Single threaded rpcbind is not scalableMarcel Telka14-1815/+1755
4483 rpcbind: Reply for remote calls comes from incorrect UDP port Reviewed by: Ilya Usvyatsky <ilya.usvyatsky@nexenta.com> Reviewed by: Jan Kryl <jan.kryl@nexenta.com> Reviewed by: Michael Schuster <michaelsprivate@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-03-304398 Extra spaces in man pagesJerome Coussanes3-3/+3
Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2014-03-284662 need a way to disable default file systems in zonesJerry Jelinek7-16/+42
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-03-284660 update man pages for lofi in a zoneJerry Jelinek3-5/+39
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-03-284337 eliminate /etc/TIMEZONEGarrett D'Amore8-26/+30
Reviewed by: Volker A. Brandt <vab@bb-c.de> Reviewed by: Richard Elling <richard.elling@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-28633 case-folding collision in illumos-gateGarrett D'Amore12-18/+78
Reviewed by: Johann 'Myrkraverk' Oskarsson <johann@myrkraverk.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-284659 grub corrupts stack while installing stage1.5Jerry Jelinek2-6/+6
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-03-284656 want grub composite consoleKeith M Wesolowski13-451/+754
4657 want grub support for cross-menu OS console variable 4658 uninitialised variable trashes command line on coal Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-03-283993 zpool(1M) and zfs(1M) should support -p for "list" and "get"Adam Stevko7-33/+177
4700 "zpool get" doesn't support -H or -o options Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-03-274573 ZFS snapshot aliasAdam Stevko1-3/+10
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-274622 asy.conf interrupt configuration brokenPaul B. Henson1-1/+30
Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-243379 Duplicate assignment in uts/common/cpr/cpr_stat.cGary Mills1-4/+3
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-244682 panic in mptsas refhashKeith M Wesolowski2-1/+20
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Albert Lee <trisk@nexenta.com>
2014-03-234653 net hooks registered with HH_BEFORE or HH_AFTER hints create invalid ↵Rob Gulewich3-6/+17
hint_value kstats Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-03-233750 ptools fail an assertion if libraries are lofs mountpointsJerry Jelinek1-6/+13
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-234679 want workaround for Intel erratum BT81Keith M Wesolowski2-4/+35
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-234601 memory leak in ILB daemon on startupSerghei Samsi3-12/+21
4602 memory leak in ILB daemon on import-config 4668 Memory leak in ilbd' new_req: getpeerucred() allocation isn't released at all Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-03-224654 agent LWP evades detection from mdbBryan Cantrill1-6/+25
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2014-03-214694 svcs(1) truncates contract IDEric Sproul1-1/+2
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gordon.ross@nexenta.com>
2014-03-214688 getlogin_r shouldn't clobber memoryRobert Mustacchi2-10/+25
Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-204689 IDMAP: idmap_getwinnamebyuid() and idmap_getwinnamebygid() fails for ↵Marcel Telka2-18/+10
empty domains Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Gordon Ross <gordon.ross@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-03-183243 Add shadow support to getent(1)Gary Mills5-9/+84
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-144146 getconf(1) does not support XATTR_ENABLED, XATTR_EXISTS, SATTR_ENABLED, ↵David Höppner3-6/+15
SATTR_EXISTS keys Reviewed by: Cedric Blancher <cedric.blancher@gmail.com> Reviewed by: Irek Szczesniak <iszczesniak@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-134621 support newer (bugfixed) bcrypt versionPatrick Domack2-45/+71
Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
2014-03-134680 nightly and bldenv need to set LC_ALL if they want to fully override ↵Richard Lowe2-0/+4
the locale Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Albert Lee <trisk@nexenta.com>
2014-03-124571 Add documentation for -T and interval to "zpool list"Christer Ekholm1-3/+19
Reviewed by: Adam Stevko <adam.stevko@gmail.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Robert Mustacchi <rm@joyent.com>