search for: cappability

Displaying 8 results from an estimated 8 matches for "cappability".

Did you mean: capability
2010 Nov 03
3
Is it possible to configure OpenGL software rendering?
I have an application that uses opengl. If no hardware opengl support is available it works fine (not a highend application). If opengl hw support is available on the mac platform it fails because of the not complete opengl cappabilities in xquartz. So: can I enforce the use of software opengl renderin instead of hardware rendering? If yes: how can i configure this?
2018 Aug 02
2
Re: [PATCH 1/3] file: Avoid unsupported fallocate() calls
...; > +/* Trim is advisory, but we prefer to advertise it only when we can actually > + * (attempt to) punch holes. Before we tried to punch a hole, report true if > + * FALLOC_FL_PUNCH_HOLE is defined before we did the first call. Once we tried > + * to punch a hole, report the actual cappability of the underlying file. */ s/cappability/capability/ If you use a tri-state, then report true if the variable is indeterminate or works, false if known to fail. > static int > file_can_trim (void *handle) > { > - /* Trim is advisory, but we prefer to advertise it only when we...
2018 Aug 02
0
Re: [PATCH 1/3] file: Avoid unsupported fallocate() calls
..., but we prefer to advertise it only when we can > actually > > + * (attempt to) punch holes. Before we tried to punch a hole, report > true if > > + * FALLOC_FL_PUNCH_HOLE is defined before we did the first call. Once > we tried > > + * to punch a hole, report the actual cappability of the underlying > file. */ > > s/cappability/capability/ > > If you use a tri-state, then report true if the variable is > indeterminate or works, false if known to fail. > > > static int > > file_can_trim (void *handle) > > { > > - /* Trim is a...
2005 May 05
0
USB-Storage after perfect booting
Hello, I'm doing experiments with my unuseful 8MB SMartMedia card on a preety USB CardReader. This may be is an off topic, but I don't have many friends that deal with this kind of stuffs. Everything is fine, I use the media just to load a kernel and an initrd with some drivers to boot from network (I have a lot of boot ROMS and their sucks) I tested on a lot of PCs using the Andrea
2003 Dec 01
0
desktop lockdown on win2k / xp
Hi guys, I'm just about to shoot on my foot so I wanted to check if there is something else to blow my full leg actually ;-)) I have setup a working Samba 3 PDC controller with user authentication and roaming profiles. I want to lock down [*] the desktop on client machines (win xp) as I did with poledit (NTConfig.POL) on Win9x/WinNT4 machines. [*] Lock downs suck as : disabling msn
2018 Aug 02
0
[PATCH 1/3] file: Avoid unsupported fallocate() calls
...rn statbuf.st_size; } +/* Trim is advisory, but we prefer to advertise it only when we can actually + * (attempt to) punch holes. Before we tried to punch a hole, report true if + * FALLOC_FL_PUNCH_HOLE is defined before we did the first call. Once we tried + * to punch a hole, report the actual cappability of the underlying file. */ static int file_can_trim (void *handle) { - /* Trim is advisory, but we prefer to advertise it only when we can - * actually (attempt to) punch holes. Since not all filesystems - * support all fallocate modes, it would be nice if we had a way - * from fpathconf...
2018 Aug 02
10
[PATCH 0/3] file: Zero for block devices and older file systems
This is the second version to support efficient zero for block devices on older kernels (e.g. RHEL 7.5), and file systems that do not support yet FALLOC_FS_ZERO_RANGE (e.g. NFS 4.2). Changes since v1: - Split to smaller patches - Skip linux only includes on other systems - Skip code using BLKZEROOUT if the macro is not defined - Try BLKZEROOUT only if the offset and count are aligned to device
2011 May 19
15
Are there source codes for Xen-IB?
Hi, I found a link: http://xenbits.xensource.com/ext/xen-smartio.hg for Xen-IB source codes, but it did''t exist anymore. Are there other ways to get the Xen-IB source codes? Thanks. Regards, Yi-Man _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel