search for: my0

Displaying 4 results from an estimated 4 matches for "my0".

Did you mean: my
2009 May 18
0
Re: [smbd][PATCH] Writing EAs when overriding files
...rent linux behaviour really the right *nix approach? Today the coreutils/fileutils "cp" options have changed a bit: touch f1 f2 f3 setfattr -n $'user.GK0' -v $'Some text for GK0' f1 setfattr -n $'user.CB0' -v $'Some text for CB0' f2 setfattr -n $'user.MY0' -v $'Some text for MY0' f3 getfattr -d f3 cp --preserve=xattr f1 f3 cp --preserve=xattr f2 f3 getfattr -d f3 Ouch ... To me, that xattr accumulating behaviour is just _wrong_ - even a security bug, cause former "file info" is still there... A dest file copy is a 100% copy...
2010 Apr 20
1
[PATCH] nv30/exa : cleanup from nv40 exa
...srcY + height, + state->unit[0].width, + state->unit[0].height, &sX2, &sY2); if (state->have_mask) { - NV30EXATransformCoord(state->unit[1].transform, - maskX, maskY - height, - state->unit[1].width, - state->unit[1].height, &mX0, &mY0); NV30EXATransformCoord(state->unit[1].transform, - maskX, maskY + height, - state->unit[1].width, - state->unit[1].height, &mX1, &mY1); + maskX, maskY - height, + state->unit[1].width, + state->unit[1].height, &mX0, &mY0); +...
2009 Nov 04
1
[PATCH] nv10/exa: Spring-cleaning
...t;drawable.pScreen->myNum]; + ScrnInfoPtr pScrn = xf86Screens[pix_dst->drawable.pScreen->myNum]; NVPtr pNv = NVPTR(pScrn); struct nouveau_channel *chan = pNv->chan; struct nouveau_grobj *celsius = pNv->Nv3D; - float sX0, sX1, sX2, sY0, sY1, sY2, sX3, sY3; - float mX0, mX1, mX2, mY0, mY1, mY2, mX3, mY3; + PicturePtr mask = pNv->pmpict, + src = pNv->pspict; + PictVector dstq[4] = QUAD(dstX, dstY, width, height), + maskq[4] = QUAD(maskX, maskY, width, height), + srcq[4] = QUAD(srcX, srcY, width, height); + + MAP(transform_vertex, src->transform, srcq); + if (mask) +...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking