summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzonecfg
AgeCommit message (Collapse)AuthorFilesLines
2015-12-04OS-5011 zone sysevent for transition to "installed"Jerry Jelinek1-34/+28
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-11-18OS-4589 zoneadm list slow with a lot of zonesJerry Jelinek2-6/+77
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Dave Eddy <dave.eddy@joyent.com>
2015-11-12OS-4942 would like sysevents when zones are created or destroyedJerry Jelinek2-2/+74
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
2015-09-23 [illumos-gate merge]Jerry Jelinek1-2/+2
commit bd93c05dbd9b8f1e8d2edf48c777bc881f927608 6198 Let's EOL cachefs commit b584d06cf5d63c0af8a641ca543c28986ec5cf81 6253 F_GETLK doesn't always return lock owner commit 09818e88dd7907e7eccd0caf8973ebfa6806b5f1 6257 First nfsauth_retrieve() is never cached in nfsauth_cache_get() Conflicts: usr/src/cmd/fs.d/Makefile usr/src/uts/intel/Makefile.intel usr/src/uts/common/Makefile.rules
2015-09-226198 Let's EOL cachefsAlexander Eremin1-2/+2
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2015-06-08OS-4361 libzonecfg should be aware of branded zone native rootJoshua M. Clulow3-84/+118
Reviewed by: Robert Mustacchi <rm@joyent.com>
2015-01-27OS-3437 zonecfg failure when pool is full leaves VMs appearing to be missingJerry Jelinek1-2/+1
2014-07-14 [illumos-gate merge]Keith M Wesolowski1-2/+3
commit 5e74f94d8c2a16c2ef7cf2940a157ffabb379c27 3347 zonecfg(1M) is confused about selection commit 5a81b4ad6a940aead6f0789e059a6f8fbc678be0 4544 sock2path(4) man page needs to be updated for configuration fragments commit 2d08521bd15501c8370ba2153b9cca4f094979d0 2964 need POSIX 2008 locale object support Conflicts: usr/src/man/man3c/Makefile (copyright) usr/src/lib/libzonecfg/common/libzonecfg.c (OS-216) usr/src/lib/libc/sparcv9/Makefile.com (copyright) usr/src/lib/libc/sparc/Makefile.com (copyright) Manifests: usr/src/pkg/manifests/system-header.mf usr/src/pkg/manifests/system-library.man3c.inc
2014-07-143347 zonecfg(1M) is confused about selectionGary Mills1-2/+3
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2014-03-284662 need a way to disable default file systems in zonesJerry Jelinek1-1/+1
Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-08-16 [illumos-gate merge]Keith M Wesolowski1-1/+0
commit 0a47c91c895e274dd0990009919e30e984364a8b 3089 want ::typedef 3690 mdb on x86 should be able to print alternate register names 3688 Want mdb -e 3094 libctf should support removing a dynamic type 3095 libctf does not validate arrays correctly 3096 libctf does not validate function types correctly 3689 Want an mdb test suite driver commit 494f7e12a62129ef191a15f9dfde6b7abe3bf510 3915 Add adjuncts support to the build
2013-08-163915 Add adjuncts support to the buildKeith M Wesolowski1-1/+1
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2013-07-17OS-2377 Make zfs-io-priority 0 mean that zone isn't subject to I/O throttlingBill Pijewski1-1/+1
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
2013-06-27OS-2341 need a way to disable hsfs use in a zoneJerry Jelinek1-1/+1
2013-03-15OS-2029 upgrade: 6.5 portal zone net config incompatible with vmadmJerry Jelinek1-5/+36
2012-11-07Illumos syncJohn Sonnenschein1-0/+3
2012-06-21smartos-live#51 No symlink for libusb.so to libusb.so.1 for -lusbKeith M Wesolowski1-1/+1
smartos-live#91 make world fails on trying to include zlib.h OS-1303 smartos-live src_addon can die OS-1306 non-bootstrappable runtime dependencies should be isolated OS-1308 illumos-joyent should support using pkgsrc libraries for native ... OS-1314 kvm.so is wrongly built as if it were a kmod OS-1317 GZ crle configuration pollution OS-1320 64-bit C++ objects in illumos are still getting gcc DT_RPATH
2012-09-222933 compiler warning gags need better granularityRichard Lowe1-0/+2
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2011-11-29OS-771 Change behavior of zonecfg to allow zones to always have a UUID, ↵Jerry Jelinek1-8/+0
ideally this UUID should stay with the zone until the zone is destroyed
2011-11-18OS-746 memory leaks in zoneadmdJerry Jelinek1-1/+9
2011-09-15OS-609 post-install hook for adding UUID could raceJerry Jelinek3-0/+31
2011-07-25OS-511 make zonecfg device resource extensible, like the net resourceJerry Jelinek3-61/+130
2011-05-02OS-399 zone phys. mem. cap should be a rctl and have associated kstatJerry Jelinek2-113/+30
2011-02-14OS-224 add more zonecfg net propertiesJerry Jelinek3-18/+131
2011-02-08OS-216 store all net config info on zoneJerry Jelinek2-12/+96
2011-02-07OS-200 need a better mechanism for storing persistent zone_didJerry Jelinek3-0/+167
2011-01-31OS-100 ZFS Zone IO prioritizationJerry Jelinek1-0/+2
2010-11-15420 remove patch (sparse package) support from svr4 pkgGarrett D'Amore2-174/+4
421 libpkg and libadm need to be lint clean Reviewed by: gwr@nexenta.com Reviewed by: peter.tribble@gmail.com Approved by: gwr@nexenta.com
2010-08-166969507 mount of ipkg zone in alternate root failsSusan Kamm-Worrell1-0/+1
2010-07-01PSARC 2010/166 layer-3 net properties for exclusive-IP zonesSowmini Varadhan2-6/+44
6944327 need to support address and defrouter resources for exclusive-IP zones
2010-06-306939693 zones no longer needs the inherit-pkg-dir propertyGary Pennington3-187/+8
2010-06-29PSARC 2009/042 max-processes rctlMenno Lageman1-0/+1
6631612 non-global zone can overrun the process table of the system 6466380 Project resource set callbacks are needlessly called on every fork() 6516818 task resource callbacks are needlessly called on every fork()
2010-06-286341030 zoneadm install fails if zonepath has extra "/"Susan Kamm-Worrell1-3/+27
2010-06-286804076 zonecfg -z global updates index file, changes global state to ↵phaniram rampura krishnamurthy - Sun Microsystems - Bangalore India1-3/+11
'configured'
2010-06-246916796 OSnet mapfiles should use version 2 link-editor syntaxAli Bahrami1-1/+3
--HG-- rename : usr/src/cmd/sgs/libelf/common/mapfile-common => usr/src/cmd/sgs/libelf/common/mapfile-vers rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-bindings => usr/src/cmd/sgs/link_audit/common/mapfile-vers-bindings rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-perfcnt => usr/src/cmd/sgs/link_audit/common/mapfile-vers-perfcnt rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-symbindrep => usr/src/cmd/sgs/link_audit/common/mapfile-vers-symbindrep rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-truss => usr/src/cmd/sgs/link_audit/common/mapfile-vers-truss rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-who => usr/src/cmd/sgs/link_audit/common/mapfile-vers-who rename : usr/src/common/mapfiles/i386/map.noexdata => usr/src/common/mapfiles/common/map.noexdata rename : usr/src/lib/libaio/sparc/mapfile-vers => usr/src/lib/libaio/common/mapfile-vers rename : usr/src/lib/libelfsign/common/mapfile.map => usr/src/lib/libelfsign/common/mapfile-vers rename : usr/src/lib/libpthread/sparc/mapfile-vers => usr/src/lib/libpthread/common/mapfile-vers rename : usr/src/lib/librt/amd64/mapfile-vers => usr/src/lib/librt/common/mapfile-vers rename : usr/src/lib/libsys/sparc/mapfile-vers => usr/src/lib/libsys/common/mapfile-vers rename : usr/src/lib/libthread/sparc/mapfile-vers => usr/src/lib/libthread/common/mapfile-vers
2010-06-166960903 zonecfg sometimes updates user_attr when it doesn't need toGlenn Faden1-7/+19
2010-06-16PSARC 2010/144 lofi(7D) in non global zonesJohn Levon3-30/+95
6354954 lofi support in non-global zones 6942891 prof_lookup_globaldev() leaks rootdir refs 6945005 lofiadm -a /dev/lofi/1: recursive mutex enter 6946486 lofi_ioctl() shouldn't allow disk ioctl()s on /dev/lofictl
2010-06-074963290 RFE: implement flexible zone administration that doesn't require ↵Glenn Faden1-2/+3
uid=0 (fix copyright)
2010-06-074963290 RFE: implement flexible zone administration that doesn't require uid=0Glenn Faden4-11/+816
PSARC/2010/132 Delegated Administration for Zones
2010-03-09PSARC/2009/364 dlstat and flowstatVenugopal Iyer3-4/+23
PSARC/2009/436 Anti-spoofing Link Protection PSARC/2009/448 pool dladm link property PSARC/2009/501 Dynamic Ring Grouping on NICs PSARC/2009/638 Public GLDv3 Interfaces PSARC/2010/074 Crossbow resource usage updates 6838175 mac_tx should be able to send out a packet without a configured address 6806552 single MAC default TX ring doesn't scale 6809686 back-to-back LACP not recovering after removing one of the aggregated ports 6902209 setting maxbw to zero requires an intermediate reset-linkprop to take effect 6855972 Bind interrupts to the same CPU as poll thread using new interrupt APIs 6863945 aggr pseudo Tx rings 6796839 allow CPU pools to be associated with data-links 6526471 data-links assigned to an exclusive zone should seamlessly be bound the zone's CPUs 6802595 Per links stats can use some improvement 6889685 Crossbow should provide control over provision of h/w rings to MAC clients. 6708310 ixgbe needs to support VMDq 6869019 ixgbe should support IRM (Interrupt Resource Management framework) 6902266 vnet should support entry point for per ring stat querying 6926790 Integrate Link Protection Phase II 6930358 Make the core set of GLDv3 driver APIs committed 6901419 dladm create-aggr -u incorrectly rejects some valid ethernet addresses 6717042 should support "cpus" link properties for aggregations 6908184 bge_set_priv_prop() and bge_get_priv_prop() can't agree on the set of private properties 6907617 bge_m_getprop() shouldn't return default values for read-only properties 6900833 unused code in vnic_impl.h can be removed
2010-01-056782448 libzonecfg may return uninitialized memory to zoneadm and zoneadmdjv2273471-69/+72
6910339 zonecfg coredumps with badly formed 'select net defrouter'
2009-12-146882732 unpacking archive with extended file attributes reports errors (fix ↵jv2273471-1/+1
lint)
2009-12-076880335 zoneadm move needs brand hookjv2273471-4/+4
2009-11-236901952 zoneadm fails with "unable to determine default brand"Edward Pilatowicz1-0/+12
2009-11-19PSARC/2009/554 door_xcreate - extended door creation interface for private doorsGavin Maltby1-2/+2
PSARC/2009/573 libfmevent - external subscriptions to FMA protocol events PSARC/2009/574 GPEC interface changes and additions 6893144 add door_xcreate for creating private doors with per-door thread creation control 6896220 sysevent_evc_xsubscribe and other GPEC modifications 6900975 sysevent_evc_{unbind,unsubscribe} off-by-one in subscriber list traversal 6868087 facility to allow external processes to subscribe to FMA protocol events 6896205 fmd module to forward selected protocol events for external subscription
2009-11-046898056 native zones no longer boot: zone 'public': missing or invalid brandEdward Pilatowicz1-1/+1
2009-11-036889379 zoneadm mount fails on opensolarisEdward Pilatowicz2-21/+57
2009-07-296864230 hiho, hiho, it'ch chtime for CH to gojmcp1-5/+1
Portions contributed by Rich Lowe
2009-05-266673702 adding 127128-10 to a system with zones leads to errors in the zones ↵saurabh vyas - Sun Microsystems - Bangalore India1-3/+6
patch logs
2009-02-11PSARC 2008/766 native zones p2v2-0/+9
6667924 physical to virtual utility for native zones