3933 contract adoption can race

illumos/illumos-gate@a81df0a5d7

Note we now reference illumos commits in the github repository as the
mercurial mirror seems to be neglected.

For connectivity:
r255255 referenced 14164:dceb17481b99 which is
illumos/illumos-gate@69962b5647

r255258 referenced 14176:15e9457c12ec which is
illumos/illumos-gate@cf746768a8
This commit is contained in:
Andriy Gapon 2013-11-20 10:12:47 +00:00
parent a82379c1e9
commit 6cbd36185c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor-sys/illumos/dist/; revision=258368
2 changed files with 20 additions and 4 deletions

View File

@ -493,9 +493,11 @@ dt_print_enum(ctf_id_t base, ulong_t off, dt_printarg_t *pap)
value = *(uint8_t *)addr;
break;
case sizeof (uint16_t):
/* LINTED - alignment */
value = *(uint16_t *)addr;
break;
case sizeof (int32_t):
/* LINTED - alignment */
value = *(int32_t *)addr;
break;
default:

View File

@ -146,7 +146,7 @@ GENUNIX_OBJS += \
ddi_intr_impl.o \
ddi_intr_irm.o \
ddi_nodeid.o \
ddi_timer.o \
ddi_periodic.o \
devcfg.o \
devcache.o \
device.o \
@ -1467,6 +1467,23 @@ RPCMOD_OBJS += rpcmod.o clnt_cots.o clnt_clts.o \
rpcsys.o xdr_sizeof.o clnt_rdma.o svc_rdma.o \
xdr_rdma.o rdma_subr.o xdrrdma_sizeof.o
KLMMOD_OBJS += klmmod.o \
nlm_impl.o \
nlm_rpc_handle.o \
nlm_dispatch.o \
nlm_rpc_svc.o \
nlm_client.o \
nlm_service.o \
nlm_prot_clnt.o \
nlm_prot_xdr.o \
nlm_rpc_clnt.o \
nsm_addr_clnt.o \
nsm_addr_xdr.o \
sm_inter_clnt.o \
sm_inter_xdr.o
KLMOPS_OBJS += klmops.o
TLIMOD_OBJS += tlimod.o t_kalloc.o t_kbind.o t_kclose.o \
t_kconnect.o t_kfree.o t_kgtstate.o t_kopen.o \
t_krcvudat.o t_ksndudat.o t_kspoll.o t_kunbind.o \
@ -1646,10 +1663,7 @@ K5_KRB= kfree.o copy_key.o \
K5_OS= timeofday.o toffset.o \
init_os_ctx.o c_ustime.o
SEAL=
# EXPORT DELETE START
SEAL= seal.o unseal.o
# EXPORT DELETE END
MECH= delete_sec_context.o \
import_sec_context.o \