#
9a686fbc |
| 18-Oct-2015 |
Paul Dagnelie <pcd@delphix.com> |
6328 Fix cstyle errors in zfs codebase Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Revi
6328 Fix cstyle errors in zfs codebase Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Jorgen Lundman <lundman@lundman.net> Approved by: Robert Mustacchi <rm@joyent.com>
show more ...
|
#
b6831eaf |
| 26-Dec-2014 |
Alexander Eremin <a.eremin@nexenta.com> |
5432 zoneadm install could fix zonepath permissions automatically Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
|
#
3c7284bd |
| 24-Feb-2014 |
Alexander Eremin <a.eremin@nexenta.com> |
2594 implement graceful shutdown for local zones in zoneadm Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd
2594 implement graceful shutdown for local zones in zoneadm Reviewed by: Saso Kiselkov <skiselkov.ml@gmail.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
show more ...
|
#
6a634c9d |
| 19-Aug-2010 |
Richard Lowe <richlowe@richlowe.net> |
merge with onnv_147 Reviewed by: garrett@nexenta.com Approved by: garrett@nexenta.com
|
#
c8845d44 |
| 16-Jul-2010 |
Susan Kamm-Worrell <Susan.Kamm-Worrell@Sun.COM> |
6826605 zoneadm list don't work properly when multiple altroots have mounted zones
|
#
6e1ae2a3 |
| 30-Jun-2010 |
Gary Pennington <gary.pennington@oracle.com> |
6939693 zones no longer needs the inherit-pkg-dir property
|
#
cb8a054b |
| 07-Jun-2010 |
Glenn Faden <Glenn.Faden@Sun.COM> |
4963290 RFE: implement flexible zone administration that doesn't require uid=0 PSARC/2010/132 Delegated Administration for Zones
|
#
ad02e316 |
| 09-Apr-2010 |
batschul <Frank.Batschulat@Sun.COM> |
PSARC/2010/008 Remove zoneadm install sub-option "-x nodataset" 6880288 retire zoneadm install -x nodataset option 6890415 zoneadm install fails but returns 0
|
#
ab5dfd5e |
| 26-Feb-2010 |
<gerald.jelinek@sun.com> |
6914369 enable s10brand on system booted under xvm 6925770 add service tag when installing solaris10 branded zone 6926946 preuninstall hook uses wrong buffer
|
#
0094b373 |
| 08-Dec-2009 |
jv227347 <Jordan.Vaughan@Sun.com> |
6880335 zoneadm move needs brand hook
|
#
e5816e35 |
| 04-Nov-2009 |
Edward Pilatowicz <Edward.Pilatowicz@Sun.COM> |
6889379 zoneadm mount fails on opensolaris
|
#
62868012 |
| 14-Oct-2009 |
Steve Lawrence <Stephen.Lawrence@Sun.COM> |
6874636 RFE: zoneadmd should mount cluster branded zones as native in alternate roots.
|
#
fbbfbc6e |
| 05-Oct-2009 |
jv227347 <Jordan.Vaughan@Sun.com> |
6866411 RFE: need a system boot brand hook
|
#
2b24ab6b |
| 23-Sep-2009 |
Sebastien Roy <Sebastien.Roy@Sun.COM> |
PSARC 2009/373 Clearview IP Tunneling PSARC 2009/410 Datalink Administration from Non-Global Zones 6858533 Clearview IP Tunneling 4861777 *snoop* cannot snoop on tunnel interfaces 5010680 M_IOCTL int
PSARC 2009/373 Clearview IP Tunneling PSARC 2009/410 Datalink Administration from Non-Global Zones 6858533 Clearview IP Tunneling 4861777 *snoop* cannot snoop on tunnel interfaces 5010680 M_IOCTL interface between ip and tun is horribly wrong 5029727 tun prints bogus debug messages when receiving multicast packets on 6to4 tunnels 6835873 dlpi_walk() silently fails in an exclusive zone 4152864 must not allow two tunnels to have the same tsrc/tdst pair 6855902 link and flow kstats are too promiscuous 6218826 need to be able to tunnel into a zone 4505468 network interface names can confuse, lie, and deceive 4524756 tun_wproc() takes up too much stack 6417373 tun_wproc_mdata assertion failures 4627970 scalability problems with IP in IP tunnels 4674797 ifparse_ifspec() will not correctly parse ipv6 tunnels 6509231 dladm should show links in exclusive stack zone 4793233 tun driver should include addr in DL_PHYS_ADDR_ACK for non-zero lengths 6795831 ZONE_*_DATALINK syscalls should take datalink_id_t as argument 6791472 mac module doesn't allow MAC addresses < 6 bytes 6618091 Race condition trips ASSERT() in tun.c's SIOCSLIFNAME path 6837580 bogus mi_active check in mac_set_mtu() 6868083 libinetutil: ofmt_open()'s template argument should be const 6870313 libdladm: needless dladm_init_linkprop() in i_dladm_aggr_up() 6872221 panic in dls_devnet_close() if "mtu" property is being set 4289774 Change to the interface-id does not change IPv6 link-local address 6873561 unable to create links with 31 character link names 6874666 changing a link property can accidentally destroy it 6874682 removing a link attribute corrupts the attribute list 6875167 IPCL_ISV6 conn flag is set but never used 6881764 itp reference leak in ipsec_construct_inverse_acquire() 6881951 dladm delete-vlan can no longer delete persistent-only VLANs
--HG-- rename : usr/src/uts/common/inet/tun.h => usr/src/uts/common/inet/iptun.h rename : usr/src/uts/common/inet/ip/tun.c => usr/src/uts/common/inet/iptun/iptun.c rename : usr/src/uts/intel/tun/Makefile => usr/src/uts/intel/iptun/Makefile rename : usr/src/uts/sparc/tun/Makefile => usr/src/uts/sparc/iptun/Makefile
show more ...
|
#
c75cc341 |
| 08-Apr-2009 |
<gerald.jelinek@sun.com> |
6825097 brand hooks can't read stdin
|
#
ca733e25 |
| 20-Mar-2009 |
<gerald.jelinek@sun.com> |
6819579 zone attach expects zonepath to exist
|
#
d0e4f536 |
| 16-Mar-2009 |
Sudheer A <Sudheer.Abdul-Salam@Sun.COM> |
6772616 brand install is broken if root umask is not 022
|
#
2766118b |
| 01-Mar-2009 |
<gerald.jelinek@sun.com> |
6757506 race can cause zoneadm to emit 'zoneadm: failed to get zone name: Invalid argument' messages
|
#
edfa49ff |
| 11-Feb-2009 |
<gerald.jelinek@sun.com> |
PSARC 2008/766 native zones p2v 6667924 physical to virtual utility for native zones
|
#
71443f5a |
| 08-Dec-2008 |
<gerald.jelinek@sun.com> |
6768929 zoneadm attach fails on sn1 branded zones with /sbin/sh: /etc/zones/<zonename>.xml: cannot create 6758808 spurious handle close for brands without hook
|
#
c9f134ea |
| 12-Nov-2008 |
jv227347 <Jordan.Vaughan@Sun.com> |
5073914 extend zonecfg physical interface name syntax checks 6700946 zone name of digits confuses zoneadm
|
#
2ad45a84 |
| 10-Nov-2008 |
jv227347 <Jordan.Vaughan@Sun.com> |
6400006 libzonecfg.so.1 zonecfg_strerror() doesn't handle Z_SYSTEM 6579865 zone_rctl_name incorrectly used like a char * in libzonecfg.c 6554794 zoneadm.c: return value of strcmp(3C) compared with NU
6400006 libzonecfg.so.1 zonecfg_strerror() doesn't handle Z_SYSTEM 6579865 zone_rctl_name incorrectly used like a char * in libzonecfg.c 6554794 zoneadm.c: return value of strcmp(3C) compared with NULL pointer
show more ...
|
#
c4a45622 |
| 07-Oct-2008 |
<gerald.jelinek@sun.com> |
6754405 configured zonepath root validation is too restrictive
|
#
0679f794 |
| 23-Sep-2008 |
<gerald.jelinek@sun.com> |
6746514 RFE: need ability to mount non-native branded zones
|
#
ff17c8bf |
| 13-Jul-2008 |
gjelinek <none@none> |
6553514 native zone svr4 pkg code should be moved into zone callbacks 6621020 zlogin tries to write unneeded zero-length message and hangs 6704382 Upgrade process with zones freezes everytime using G
6553514 native zone svr4 pkg code should be moved into zone callbacks 6621020 zlogin tries to write unneeded zero-length message and hangs 6704382 Upgrade process with zones freezes everytime using GUI installer on ultra 45 with 1024 MB of memory 6724480 wrong reference in embedded help for zoneadm 6588602 libbrand '%*' token expansion is a mess 6705863 brand dtd says zoneroot but it should be zonepath
--HG-- rename : usr/src/cmd/zoneadm/sw_cmp.c => deleted_files/usr/src/cmd/zoneadm/sw_cmp.c rename : usr/src/lib/brand/native/zone/postclone.sh => deleted_files/usr/src/lib/brand/native/zone/postclone.sh
show more ...
|