Displaying 2 results from an estimated 2 matches for "nochunks".
Did you mean:
nchunks
2007 Sep 20
2
[LLVMdev] Building with Microsoft Visual Studio
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> I am working on a port of LLVM targeting a proprietary VM. Thus far
> development has been under Linux and Cygwin. Cygwin licensing would appear
> to require that LLVM built under Cygwin would have to be released under the
> GPL, so alternatives are being investigated.
I am not a lawyer, but:
I think that you are misinterpreting the
2006 Mar 16
1
How to compile Rsync with acl support on Cygwin
...--------
Well I did some poking around the acls.diff patch and started examining the
way cygwin implements ACLs to see what could be patched to make it work. I
found that cygwin ACLs are implemented using the Solaris implementation:
http://www.ee.adfa.edu.au/staff/hrp/webDesignHelp/cygwin-ug-net-nochunks.htm
l#OV-HI-PERM
Corinna Vinschen also mentioned that the cygwin ACLs were modeled using
Solaris ACLs and to reference the sun documentation site for implementation
http://sources.redhat.com/ml/cygwin/2001-06/msg01243.html
Seeing that the acls.diff patch already had all the code for doing...