search for: parton

Displaying 11 results from an estimated 11 matches for "parton".

Did you mean: pardon
2012 Sep 06
2
choose() function returning anomalous results (zero instead of one)
...is corresponds to the outer sigma for P' { for (k in 0:min(Q2, k2-1-n)) # This is the inner sigma for P' { nkmatrix[index,1] <- n nkmatrix[index,2] <- k index <- index + 1 } } return(nkmatrix[(1:(index-1)),]) } penalty <- 5000000 k2 <- 10 # [ f11 f12 f21 f22 falt v2on alton parton] f <- c(0.5667, 0.8760, 0.5667, 0.7, 1, 0, 0, 1) ci <- 1 Q <- 10 Q1 <- 3 Q2 <- Q-Q1 loopvar <- 1 nkmatrix <- gen_nk_old(k2,Q1,Q2) testn <- nkmatrix[,1] testk <- nkmatrix[,2] testma <- ugly_function(testn, testk, Q1, Q2, f[1],f[2],f[3],f[4]) pprime <- sum(testma)...
2011 Jan 23
1
[Announce] Samba 3.4.11 Available for Download
================================================================== "Storms make trees take deeper roots." Dolly Parton ================================================================== Release Announcements ===================== This is the latest stable release of Samba 3.4. It addresses the following issue introduced with Samba 3.4.10: o Fix connecting to port-139 only servers (bug 7881). Changes since...
2011 Jan 23
1
[Announce] Samba 3.4.11 Available for Download
================================================================== "Storms make trees take deeper roots." Dolly Parton ================================================================== Release Announcements ===================== This is the latest stable release of Samba 3.4. It addresses the following issue introduced with Samba 3.4.10: o Fix connecting to port-139 only servers (bug 7881). Changes since...
2012 Aug 30
2
[PATCH 01/11] vmci_context.patch: VMCI context list operations.
...A; + uint64_t qpHandleBufSize; + int32_t result; + uint32_t _pad; +}; + +/* + * Utilility function that checks whether two entities are allowed + * to interact. If one of them is restricted, the other one must + * be trusted. + */ +static inline bool vmci_deny_interaction(uint32_t partOne, + uint32_t partTwo) +{ + return ((partOne & VMCI_PRIVILEGE_FLAG_RESTRICTED) && + !(partTwo & VMCI_PRIVILEGE_FLAG_TRUSTED)) || + ((partTwo & VMCI_PRIVILEGE_FLAG_RESTRICTED) && + !(part...
2012 Aug 30
2
[PATCH 01/11] vmci_context.patch: VMCI context list operations.
...A; + uint64_t qpHandleBufSize; + int32_t result; + uint32_t _pad; +}; + +/* + * Utilility function that checks whether two entities are allowed + * to interact. If one of them is restricted, the other one must + * be trusted. + */ +static inline bool vmci_deny_interaction(uint32_t partOne, + uint32_t partTwo) +{ + return ((partOne & VMCI_PRIVILEGE_FLAG_RESTRICTED) && + !(partTwo & VMCI_PRIVILEGE_FLAG_TRUSTED)) || + ((partTwo & VMCI_PRIVILEGE_FLAG_RESTRICTED) && + !(part...
2012 Jun 12
11
[vmw_vmci RFCv2 00/11] VMCI for Linux
Second revision of the VMware VMCI RFC patchset. It incorperates fixes for all the feedback about the comment blocks and style and now passes checkpatch with 0 errors and 0 warnings. Thanks to all who have reviewed the code thus far. * * * In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication
2012 Jun 12
11
[vmw_vmci RFCv2 00/11] VMCI for Linux
Second revision of the VMware VMCI RFC patchset. It incorperates fixes for all the feedback about the comment blocks and style and now passes checkpatch with 0 errors and 0 warnings. Thanks to all who have reviewed the code thus far. * * * In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication
2012 Jul 26
16
[vmw_vmci 00/11] VMCI for Linux
In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication Interface (vmw_vmci) and VMCI Sockets (vmw_vsock) kernel modules for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vmci kernel module. The vmw_vsock kernel module will be presented in a later post.
2012 Jul 26
16
[vmw_vmci 00/11] VMCI for Linux
In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication Interface (vmw_vmci) and VMCI Sockets (vmw_vsock) kernel modules for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vmci kernel module. The vmw_vsock kernel module will be presented in a later post.
2012 May 15
13
[vmw_vmci RFC 00/11] VMCI for Linux
In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication Interface (vmw_vmci) and VMCI Sockets (vmw_vsock) kernel modules for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vmci kernel module. The vmw_vsock kernel module will be presented in a later post.
2012 May 15
13
[vmw_vmci RFC 00/11] VMCI for Linux
In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication Interface (vmw_vmci) and VMCI Sockets (vmw_vsock) kernel modules for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vmci kernel module. The vmw_vsock kernel module will be presented in a later post.