search for: 15am

Displaying 20 results from an estimated 524 matches for "15am".

Did you mean: 14am
2016 Jun 29
2
[PATCH] virtio-blk: Generate uevent after attribute available
On Tue, 06/28 04:45, Christoph Hellwig wrote: > On Tue, Jun 28, 2016 at 10:39:15AM +0800, Fam Zheng wrote: > > Userspace listens to the KOBJ_ADD uevent generated in add_disk. At that > > point we haven't created the serial attribute file, therefore depending > > on how fast udev reacts, the /dev/disk/by-id/ entry doesn't always get > > created. &gt...
2016 Jun 29
2
[PATCH] virtio-blk: Generate uevent after attribute available
On Tue, 06/28 04:45, Christoph Hellwig wrote: > On Tue, Jun 28, 2016 at 10:39:15AM +0800, Fam Zheng wrote: > > Userspace listens to the KOBJ_ADD uevent generated in add_disk. At that > > point we haven't created the serial attribute file, therefore depending > > on how fast udev reacts, the /dev/disk/by-id/ entry doesn't always get > > created. &gt...
2015 Aug 27
8
FW: Questions about Samba 4
This was a test on debian Jessie with sernet samba 4.2.3. and the test was, "login" with a AD user on ssh. this worked, fine, but this i noticed later. Greetz, Louis >-----Oorspronkelijk bericht----- >Van: Volker Lendecke [mailto:Volker.Lendecke at SerNet.DE] >Verzonden: woensdag 26 augustus 2015 20:39 >Aan: L.P.H. van Belle >CC: samba at lists.samba.org
2015 Jul 06
2
[LLVMdev] [cfe-dev] 3.6.2-rc1 has been tagged. Testers needed.
On Wed, Jul 01, 2015 at 09:38:15AM -0700, Dan Liew wrote: > Hi Tom, > > I'd like to backport some fixes in LLVM trunk to the 3.6 branch. These > changes only effect the generation of CMake files and should not > change the generated binaries. The changes are > > r240981 > r241080 > > which need t...
2017 Jan 23
3
vfs_fruit 'other' create mode different than parent
Am 23.01.2017 um 19:54 schrieb Ralph Böhme via samba: > On Mon, Jan 23, 2017 at 11:49:15AM -0600, Chad William Seys wrote: >> Hi Ralph, >>> it's a global option. Have you put it in the global or a share section? >> >> Thanks for the hint! After putting it in the global options the create >> mode mimics the parent directory as one would expect from...
2011 Apr 27
0
ICAC2011 Call For Participation (8th IEEE International Conference on Autonomic Computing)
...00PM Registration ====================================================================== TUESDAY, JUNE 14, 2011 - WORKSHOPS FeBID 2011 BADS 2011 ACE 2011 ====================================================================== WEDNESDAY, JUNE 15, 2011 - MAIN CONFERENCE 9:00AM Welcome addresses 9:15AM - 10:30AM Session 1: Keynote Talk 9:15AM Autonomic Computing: The First Decade Jeff Kephart (IBM Thomas Watson Research Center) 10:30AM Coffee break 11:00AM - 12:00PM Session 2: Multicore Systems 11:00AM Applying Autonomic Principles for Workload Management in Multi-Core Systems on Chip Johann...
2011 Apr 27
0
ICAC2011 Call For Participation (8th IEEE International Conference on Autonomic Computing)
...00PM Registration ====================================================================== TUESDAY, JUNE 14, 2011 - WORKSHOPS FeBID 2011 BADS 2011 ACE 2011 ====================================================================== WEDNESDAY, JUNE 15, 2011 - MAIN CONFERENCE 9:00AM Welcome addresses 9:15AM - 10:30AM Session 1: Keynote Talk 9:15AM Autonomic Computing: The First Decade Jeff Kephart (IBM Thomas Watson Research Center) 10:30AM Coffee break 11:00AM - 12:00PM Session 2: Multicore Systems 11:00AM Applying Autonomic Principles for Workload Management in Multi-Core Systems on Chip Johann...
2003 Sep 13
3
3.6.1p2 - UsePAM & challenge response
hi, i don't understand how 3.6.1p2 breaks ssh1.... On Fri, Sep 12, 2003 at 10:27:15AM -0700, Mike Bethune wrote: > Hello, > the new way this works breaks windows ssh clients using v1 (I know, who cares :) > since when these options are enabled and you connect w/v1, the server asks: > Password: > Response: > and I guess these clients (tested putty, pscp, vandyke) e...
2016 Oct 03
2
Using C++14 code in LLVM
On Mon, Oct 03, 2016 at 09:04:15AM +0200, Joerg Sonnenberger via llvm-dev wrote: > On Sun, Oct 02, 2016 at 11:09:08PM +0000, Zachary Turner via llvm-dev wrote: > > The BSDs don't seem as much of an issue. FreeBSD 10 and 11 both have LLVM > > 3.9 and GCC 4.9. NetBSD 6.1.5 and 7.0 both have GCC 5.3 and LLVM 3.8. &...
2005 Apr 27
5
sharing memory between unprivileged guests
Is there any way for unprivileged guests to map each others memory without grant tables? Now that the pressure is off for me to support SMP internally, I''d like to switch back to using -testing. Thanks. -Kip _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2017 Apr 05
4
[PATCH] drm: virtio: fix virtio_gpu_cursor_formats
When we use virtio-vga with a big-endian guest, the mouse pointer disappears. To fix that, on big-endian use DRM_FORMAT_BGRA8888 instead of DRM_FORMAT_ARGB8888. Signed-off-by: Laurent Vivier <lvivier at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_plane.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c
2012 Aug 09
2
[LLVMdev] The use-define chain in LLVM
...specific variable's value has been changed between two usages of variable, and wheter the parameter's value is changed in a function. Like the reaching definition analysis, and ud chains. 2012/8/9 ��f�� (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw>: > On Thu, Aug 09, 2012 at 11:16:15AM +0800, Jianfei Hu wrote: >> Hello All, >> >> Is the use-define chain related API avaliable in LLVM? I want >> to get the information >> about the variables' value changes at different points in the program. > > Is this [1] fit your need? > > H...
2017 Apr 05
4
[PATCH] drm: virtio: fix virtio_gpu_cursor_formats
When we use virtio-vga with a big-endian guest, the mouse pointer disappears. To fix that, on big-endian use DRM_FORMAT_BGRA8888 instead of DRM_FORMAT_ARGB8888. Signed-off-by: Laurent Vivier <lvivier at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_plane.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c
2009 Aug 26
2
[LLVMdev] [PATCH]: enable multilib build on x86_64-apple-darwin
Any chance that we could get r80071 applied to llvm-gcc-2.4 2.6 branch in about a week? As Mike said this change should be very safe. Jack On Wed, Aug 26, 2009 at 12:48:15AM -0700, Eric Christopher wrote: > > On Aug 25, 2009, at 9:57 PM, Chris Lattner wrote: > > > > > On Aug 25, 2009, at 2:33 PM, Mike Stump wrote: > > > >> On Aug 23, 2009, at 11:36 AM, Jack Howarth wrote: > >>> Current llvm-gcc-4.2 for trunk and the 2.6...
2015 Aug 28
2
FW: Questions about Samba 4
On 28/08/15 11:48, Volker Lendecke wrote: > On Thu, Aug 27, 2015 at 08:17:15AM +0200, L.P.H. van Belle wrote: >> This was a test on debian Jessie with sernet samba 4.2.3. >> and the test was, "login" with a AD user on ssh. >> this worked, fine, but this i noticed later. > Currently recompiling with the attached patch. I haven't > tested i...
2017 Jan 06
2
[PATCH V4 net-next 1/3] vhost: better detection of available buffers
On Fri, Jan 06, 2017 at 10:13:15AM +0800, Jason Wang wrote: > This patch tries to do several tweaks on vhost_vq_avail_empty() for a > better performance: > > - check cached avail index first which could avoid userspace memory access. > - using unlikely() for the failure of userspace access > - check vq->last_av...
2017 Jan 06
2
[PATCH V4 net-next 1/3] vhost: better detection of available buffers
On Fri, Jan 06, 2017 at 10:13:15AM +0800, Jason Wang wrote: > This patch tries to do several tweaks on vhost_vq_avail_empty() for a > better performance: > > - check cached avail index first which could avoid userspace memory access. > - using unlikely() for the failure of userspace access > - check vq->last_av...
2003 Apr 08
5
Status of SPARC64 port?
I was looking at the Sparc 64 4.7 or 4.8 port, wondering if its in any state to put on my Solaris v100. Just need the basics, eide, network, kbm,mouse, graphics (x). A bonus would be support for the lom (light out management) features and the flash card. Reason for change is I HOPE that the math (ssl) performance is better on FBSD, as well as I am just tired of keeping track of
2017 Dec 15
2
[PATCH v19 3/7] xbitmap: add more operations
On Fri, Dec 15, 2017 at 10:49:15AM -0800, Matthew Wilcox wrote: > Here's the API I'm looking at right now. The user need take no lock; > the locking (spinlock) is handled internally to the implementation. I looked at the API some more and found some flaws: - how does xbit_alloc communicate back which bit it allocate...
2017 Dec 15
2
[PATCH v19 3/7] xbitmap: add more operations
On Fri, Dec 15, 2017 at 10:49:15AM -0800, Matthew Wilcox wrote: > Here's the API I'm looking at right now. The user need take no lock; > the locking (spinlock) is handled internally to the implementation. I looked at the API some more and found some flaws: - how does xbit_alloc communicate back which bit it allocate...