summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2011-03-04OS-287 after OS-280, head-node does not complete initial setupBryan Cantrill1-2/+1
2011-03-03OS-280 /usr/lib/brand/joyent scripts should use 'set -o xtrace' and have ↵Jerry Jelinek9-270/+413
their output logged somewhere we can review.
2011-03-03OS-283 flows need unique namesJerry Jelinek1-1/+4
2011-03-03OS-281 brand hook adding flows with flowadm, but not removing them before ↵Jerry Jelinek3-30/+56
deleting the vnic. OS-282 flowadm needs -z option to work with delegated vnics
2011-03-02OS-279 #pragma D option zone= does not work on installed, halted zonesBryan Cantrill2-13/+19
2011-03-02OS-269 zonemon bails with ugly messages when run inside a zone.Jerry Jelinek1-0/+7
2011-03-02OS-277 add ZONE column to dlstat outputJerry Jelinek1-28/+42
2011-03-02510 'zfs get' enhancement - mountpoint as an argumentShampavman1-2/+2
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Deano <deano@rattie.demon.co.uk> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-03-02OS-249 [fix tmp vnic names that were too long]Jerry Jelinek1-1/+1
2011-03-02OS-249 extend dladm subcommands to have better support for zonesJerry Jelinek18-209/+362
2011-02-28OS-272 ZFS I/O throttle makes incorrect decisions occasionallyBill Pijewski1-31/+30
2011-02-28first release of libzdoorMark Cavage16-0/+1749
2011-02-28dlerror returns non-NULL, even on successMark Cavage1-5/+5
2011-02-25sshd plugin supportMark Cavage3-2/+92
2011-02-24735 Add support for Qlogic 2322 (QLE2360)Garrett D'Amore3-34/+15
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Ken Mays <maybird1776@yahoo.com> Reviewed by: David Gwynne <loki@animata.net> Approved by: Gordon Ross <gwr@nexenta.com>
2011-02-24750 Add the LOGIN authenticator to libsaslDan McDonald11-5/+776
Reviewed by: Albert Lee <trisk@opensolaris.org> Reviewed by: Roland Mainz <roland.mainz@nrubsig.org> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-02-23OS-258 add utility to use dtrace to monitor zonesJerry Jelinek2-3/+150
2011-02-23OS-259 need better error handling and reporting in vnic creation codeJerry Jelinek2-12/+30
2011-02-22[OS-262] add missing common.kshJosh Wilsdon1-1/+1
2011-02-22OS-256 need attach brand hookJerry Jelinek5-33/+140
2011-02-21webrev: Default parent to branch we're trackingRichard Lowe1-3/+13
It seems most logical for webrev to default to comparing against the branch from which 'git pull' would pull, only falling back to 'origin/master' if we can't figure that out.
2011-02-21webrev: build_old_new_git needs to run from workspace rootRichard Lowe1-0/+4
It seems git ls-tree uses somewhat CWD-relative paths, and doesn't work at all when in a directory not under git control)
2011-02-18NET-50: VMware external bridge should only be created when running on VMwareRob Gulewich1-1/+1
2011-02-18Merge branch 'develop' of git.joyent.com:illumos-joyent into developRob Gulewich1-31/+2
2011-02-18NET-18: Create method to block SMTP traffic on 147 global zones using flowadmRob Gulewich1-0/+14
2011-02-18[OS-237] give Ur its own manifest.Josh Wilsdon1-31/+2
2011-02-17Backed out changeset 0a79ebc0f4b3 - needs more work.Garrett D'Amore2-17/+8
2011-02-17434 kernel crash dump on comstar iscsitAlexander Stetsenko2-178/+199
Reviewed by: garrett@nexenta.com Reviewed by: trisk@nexenta.com Reviewed by: danmcd@nexenta.com Approved by: garrett@nexenta.com
2011-02-17689 nightly.sh doesn't do fresh bringoversRoland Mainz1-2/+12
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Olga Kryzhanoska <olga.kryzhanovska@gmail.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-02-17702 tput calls gets()Roland Mainz2-8/+17
703 hashmake calls gets() but should use fgets(). Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Olga Kryzhanoska <olga.kryzhanovska@gmail.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-02-17OS-248 allow dedicated physical nicsJerry Jelinek1-0/+3
2011-02-17OS-247 add dhcp_server property to dhcp zoneJerry Jelinek1-14/+13
2011-02-17OS-238 error out if we fail to create the dump deviceJerry Jelinek1-2/+2
2011-02-16[OS-235] change lorder to use /usr/bin instead of /usr/ccs/binJosh Wilsdon1-1/+1
2011-02-16OS-223 zone's should create vnics as needed instead of requiring them to be ↵Jerry Jelinek7-27/+185
set up in advance
2011-02-14OS-224 add more zonecfg net propertiesJerry Jelinek10-48/+409
2011-02-11947 want basic administration and interrogation of NGZ services from GZBryan Cantrill4-25/+104
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Albert Lee <trisk@opensolaris.org> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-02-11OS-230 svcadm/svcprop should support -zBryan Cantrill2-14/+58
2011-02-11OS-228 Want -z option for vfsstat and ziostatBill Pijewski2-10/+23
2011-02-10OS-176 vfsstat/ziostat should show all zones when run in GZBill Pijewski2-155/+117
2011-02-10OS-225 need a zonecfg create hook to set up zone w/o having to edit index fileJerry Jelinek1-1/+12
2011-02-10OS-226 svcs -Z does not search all zones for specified FMRIsBryan Cantrill1-7/+43
2011-02-09OS-208 DTrace needs to use zone_did to match zone-limited enablingsBryan Cantrill6-6/+34
2011-02-09[HEAD-166] we need 7 rows, not 12 or the honey badger is covered.Josh Wilsdon1-12/+14
2011-02-09OS-222 zoneadm uninstall complains about missing delegated datasetsJerry Jelinek1-2/+3
2011-02-09713 iostat is muddled in its bitwise opsRichard Lowe1-3/+0
Reviewed by: garrett@nexenta.com Reviewed by: roland.mainz@nrubsig.org Approved by: garrett@nexenta.com
2011-02-09714 prstat is muddled in its bitwise opsRichard Lowe1-1/+1
Reviewed by: garrett@nexenta.com Reviewed by: roland.mainz@nrubsig.org Approved by: garrett@nexenta.com
2011-02-09715 mdb is muddled in its bitwise opsRichard Lowe3-6/+4
Reviewed by: garrett@nexenta.com Reviewed by: roland.mainz@nrubsig.org Approved by: garrett@nexenta.com
2011-02-11700 mercurial based tools could be fasterRichard Lowe3-449/+992
Reviewed by: trisk@nexenta.com Reviewed by: jason.brian.king@gmail.com Approved by: garrett@nexenta.com
2011-02-09637 nawk coredumps on -dYuri Pankov1-1/+4
Reviewed by: Olga Kryzhanovska <olga.kryzhanovska@gmail.com> Reviewed by: Roland Mainz <roland.mainz@nexenta.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>