summaryrefslogtreecommitdiff
path: root/usr/src/cmd
AgeCommit message (Collapse)AuthorFilesLines
2011-03-17OS-275 smf behavior around going to maint causes problems. (change prop ↵John Sonnenschein1-15/+23
name, fix cstyle)
2011-03-16OS-275 smf behavior around going to maint causes problems.John Sonnenschein1-10/+34
2011-03-14OS-309 Add perl into illumos-liveJohn Sonnenschein2-1/+10
2011-03-14OS-304 zonemon enhancmentsJerry Jelinek1-93/+187
2011-03-11Merge branch 'develop' of git.joyent.com:illumos-joyent into developJohn Sonnenschein3-58/+250
2011-03-11OS-308 Backport openssh -m option to ssh-keygenMark Cavage3-58/+250
2011-03-11OS-264 Merge from upstream (illumos)John Sonnenschein19-62/+14439
2011-03-10OS-297 "svcs -z" returns success when the zone is not runningBryan Cantrill1-3/+4
OS-310 svcs -L should not need an argument
2011-03-10OS-303 need zonemon option to only print kernel stateJerry Jelinek1-0/+14
2011-03-09OS-289 ziostat and vfsstat not working on no.de zonesBill Pijewski2-15/+32
2011-03-09OS-301 'arcstat 1' does the wrong thingBill Pijewski1-3/+8
2011-03-07OS-292 console-login service broken in zones (spinning due to /dev/console ↵Jerry Jelinek1-0/+4
-> /dev/wscons switch)
2011-03-04OS-276 global zone duplicate kstat when two zones have same vnic nameJerry Jelinek1-6/+15
2011-03-04OS-285 Don't print header for every line in ziostat/vfsstatBill Pijewski2-4/+18
2011-03-04308 ld may misalign sections only preceded by empty sectionsRichard Lowe2-0/+48
Reviewed by: gwr@nexenta.com Reviewed by: garrett@nexenta.com Reviewed by: trisk@opensolaris.org Approved by: garrett@nexenta.com
2011-03-03OS-280 /usr/lib/brand/joyent scripts should use 'set -o xtrace' and have ↵Jerry Jelinek4-52/+90
their output logged somewhere we can review.
2011-03-03OS-281 brand hook adding flows with flowadm, but not removing them before ↵Jerry Jelinek1-16/+35
deleting the vnic. OS-282 flowadm needs -z option to work with delegated vnics
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 extend dladm subcommands to have better support for zonesJerry Jelinek6-53/+133
2011-02-28dlerror returns non-NULL, even on successMark Cavage1-5/+5
2011-02-25sshd plugin supportMark Cavage3-2/+92
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 Jelinek1-4/+7
2011-02-17Backed out changeset 0a79ebc0f4b3 - needs more work.Garrett D'Amore2-17/+8
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-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 Jelinek3-15/+16
set up in advance
2011-02-14OS-224 add more zonecfg net propertiesJerry Jelinek6-29/+263
2011-02-11947 want basic administration and interrogation of NGZ services from GZBryan Cantrill2-14/+68
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-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-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>
2011-02-08OS-216 store all net config info on zoneJerry Jelinek4-12/+111
2011-02-08OS-221 vfsstat and friends use incorrect Perl pathBill Pijewski3-3/+3
2011-02-08OS-209 add llquantize() support to DTrace (dstyle)Bryan Cantrill1-1/+1
2011-02-08OS-209 add llquantize() support to DTraceBryan Cantrill34-0/+3386
2011-02-07OS-195 Per-zone kstats need to be visible from the GZBill Pijewski2-8/+14
2011-02-07OS-200 need a better mechanism for storing persistent zone_didJerry Jelinek3-57/+104
2011-02-06OS-188 libdtrace does not properly check its Library Path for resolving ↵Robert Mustacchi1-0/+76
dependencies
2011-02-06[OS-16] remove impediments to building in a zone, that we're not using.Josh Wilsdon1-3/+0
2011-02-04OS-211 Want -r and -I options for new stat commandsBill Pijewski2-40/+82
2011-02-04[OS-16] remove pyzfs, pysolaris, pylibbe and lvm which cause build problems ↵Josh Wilsdon1-2/+0
but we don't need.