Displaying 3 results from an estimated 3 matches for "nostor".
Did you mean:
nestor
2010 Dec 07
0
A couple of patches
I''ve submitted a couple of patches in Ligththouse.
Provide NoStore implementation of ActiveSupport::Cache::Store
This patch provides a NoStore implementation of
ActiveSupport::Cache::Store suitable for use in development and test
environments where the code need to use the cache interface, but
actually caching data is not desired.
https://rails.lighthouseapp.co...
2017 May 30
3
[atomics][AArch64] Possible bug in cmpxchg lowering
..._
cmp w8, w1
b.ne .LBB0_3
// BB#1: // %cmpxchg.trystore
stlxr w8, w2, [x0]
cbz w8, .LBB0_4
// BB#2: // %cmpxchg.failure
mov w0, wzr
ret
.LBB0_3: // %cmpxchg.nostore
clrex
mov w0, wzr
ret
.LBB0_4:
orr w0, wzr, #0x1
ret
GCC instead generates a ldaxr for the initial load, which seems more
correct to me since it is honoring the requested failure case acquire
ordering. I'd like to get other opinions on this before filing a b...
2017 Apr 15
2
set file permission 755 in samba
...e permission the same as folders but it dose'nt change.
*smb.conf:[global]...wins support = yesdns proxy = nounix extensions =
yesmap acl inherit = yesinherit permissions = yesposix locking = yesnt acl
support = yescreate mask = 0755force create mode = 0755strict locking =
nostore dos attributes = yescsc policy = disableinherit acls = Yesinherit
owner = no*
All of my shares are in a zfs pool and use from access list.
Thanks for your help.