search for: 16pm

Displaying 20 results from an estimated 1007 matches for "16pm".

Did you mean: 16p
2006 Jun 20
7
What is up with rubyforge?
Does anybody know when it will be back up? <http://rubyforge.org/> -- Posted via http://www.ruby-forum.com/.
2004 Sep 10
4
ogg/flac and winamp plugin
how could i play ogg/flac files? would it be possible to add flac support to the ogg libaries? i would like to stream ogg/flac files over an icecast2 / jroar server :).
2004 Sep 10
4
ogg/flac and winamp plugin
how could i play ogg/flac files? would it be possible to add flac support to the ogg libaries? i would like to stream ogg/flac files over an icecast2 / jroar server :).
2018 Apr 24
2
[PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
On Mon, Apr 23, 2018 at 08:06:16PM -0400, Mikulas Patocka wrote: > Some bugs (such as buffer overflows) are better detected > with kmalloc code, so we must test the kmalloc path too. Well now, this brings up another item for the collective TODO list -- implement redzone checks for vmalloc. Unless this is something already ta...
2018 Apr 24
2
[PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
On Mon, Apr 23, 2018 at 08:06:16PM -0400, Mikulas Patocka wrote: > Some bugs (such as buffer overflows) are better detected > with kmalloc code, so we must test the kmalloc path too. Well now, this brings up another item for the collective TODO list -- implement redzone checks for vmalloc. Unless this is something already ta...
2020 Sep 29
2
Re: [libnbd PATCH 1/3] api: Add get_nr_meta_contexts, clear_meta_contexts
On Mon, Sep 28, 2020 at 05:05:16PM -0500, Eric Blake wrote: > + "get_meta_context", { > + default_call with > + args = [ Int "i" ]; ret = RString; Previously we have only used the Int parameter type for things which are plausibly integers (timeouts, signal numbers). This one really ought to be a...
2014 Apr 22
2
[PATCH v2 04/10] drm/nouveau/fb: add GK20A support
On Mon, Apr 21, 2014 at 03:02:16PM +0900, Alexandre Courbot wrote: [...] > diff --git a/drivers/gpu/drm/nouveau/core/subdev/fb/ramgk20a.c b/drivers/gpu/drm/nouveau/core/subdev/fb/ramgk20a.c [...] > + pages = dma_alloc_from_contiguous(dev, ncmin, order); > + if (!pages) { > + gk20a_ram_put(pfb, &mem); > + ret...
2016 Sep 17
3
Problem Samba 4.5
Hi Guys! I've been using Samba since 4.4.4 without any problems. But yesterday, when i upgraded it to 4.5 my servers are using lots of memory resources because it is opening lots of samba processes. Now, it is with 4000 samba processes open, and i have to restart samba 4.5 time from time. Can anyone help me with this problem? Thanks! -- ------------------------------------------- Edson
2015 Feb 24
4
Current 6.8 git build issues on HP-UX
On Wed, Feb 25, 2015 at 09:04:57AM +1100, Darren Tucker wrote: > On Tue, Feb 24, 2015 at 12:11:16PM -0800, Kevin Brott wrote: > > ld: Unsatisfied symbol "xstrdup" in file > > openbsd-compat//libopenbsd-compat.a[bsd-misc.o] > > How about removing the dependency on xmalloc? eg (untested): Shoulda tested it. Now one that will compile: diff --git a/openbsd-compat/bsd...
2018 Aug 17
4
[Release-testers] [7.0.0 Release] rc1 has been tagged
On 16 Aug 2018, at 00:51, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote: > On Tue, Aug 07, 2018 at 09:49:16PM +0200, Dimitry Andric via llvm-dev wrote: >> This is a regression caused by https://reviews.llvm.org/rL323281: >> >> ------------------------------------------------------------------------ >> r323281 | wmi | 2018-01-23 23:27:57 +0000 (Tue, 23 Jan 2018) | 12 lines >>...
2014 Nov 25
2
[PATCH v4 13/42] virtio_blk: v1.0 support
On Tue, Nov 25, 2014 at 06:55:16PM +0100, Cornelia Huck wrote: > On Tue, 25 Nov 2014 18:42:18 +0200 > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > Based on patch by Cornelia Huck. > > > > Note: for consistency, and to avoid sparse errors, > > convert all fields, even...
2014 Nov 25
2
[PATCH v4 13/42] virtio_blk: v1.0 support
On Tue, Nov 25, 2014 at 06:55:16PM +0100, Cornelia Huck wrote: > On Tue, 25 Nov 2014 18:42:18 +0200 > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > Based on patch by Cornelia Huck. > > > > Note: for consistency, and to avoid sparse errors, > > convert all fields, even...
2020 Feb 05
2
[PATCH] vhost: introduce vDPA based backend
On 2020/2/5 ??10:05, Tiwei Bie wrote: > On Tue, Feb 04, 2020 at 02:46:16PM +0800, Jason Wang wrote: >> On 2020/2/4 ??2:01, Michael S. Tsirkin wrote: >>> On Tue, Feb 04, 2020 at 11:30:11AM +0800, Jason Wang wrote: >>>> 5) generate diffs of memory table and using IOMMU API to setup the dma >>>> mapping in this method >>> Frank...
2020 Feb 05
2
[PATCH] vhost: introduce vDPA based backend
On 2020/2/5 ??10:05, Tiwei Bie wrote: > On Tue, Feb 04, 2020 at 02:46:16PM +0800, Jason Wang wrote: >> On 2020/2/4 ??2:01, Michael S. Tsirkin wrote: >>> On Tue, Feb 04, 2020 at 11:30:11AM +0800, Jason Wang wrote: >>>> 5) generate diffs of memory table and using IOMMU API to setup the dma >>>> mapping in this method >>> Frank...
2016 Sep 17
2
Problem Samba 4.5
I don't know if it is a coincidence, but, after add "dead time = 10" in my smb.conf, my server is about 1 hour without increase de number of processes... tks! 2016-09-17 12:49 GMT-03:00 Jeremy Allison <jra at samba.org>: > On Sat, Sep 17, 2016 at 12:19:16PM -0300, Edson Tadeu Almeida da Silveira > via samba wrote: > > Hi Guys! > > > > I've been using Samba since 4.4.4 without any problems. But yesterday, > when > > i upgraded it to 4.5 my servers are using lots of memory resources > because > > it is opening...
2018 Feb 09
2
[PATCH v28 0/4] Virtio-balloon: support free page reporting
On 02/09/2018 03:55 AM, Michael S. Tsirkin wrote: > On Thu, Feb 08, 2018 at 05:50:16PM +0800, Wei Wang wrote: > >> Details: >> Set up a Ping-Pong local live migration, where the guest ceaselessy >> migrates between the source and destination. Linux compilation, >> i.e. make bzImage -j4, is performed during the Ping-Pong migration. The >> legacy case t...
2018 Feb 09
2
[PATCH v28 0/4] Virtio-balloon: support free page reporting
On 02/09/2018 03:55 AM, Michael S. Tsirkin wrote: > On Thu, Feb 08, 2018 at 05:50:16PM +0800, Wei Wang wrote: > >> Details: >> Set up a Ping-Pong local live migration, where the guest ceaselessy >> migrates between the source and destination. Linux compilation, >> i.e. make bzImage -j4, is performed during the Ping-Pong migration. The >> legacy case t...
2011 Jul 21
0
[LLVMdev] Catching exceptions passed through a JIT ExecutionEngine
On Tue, Jul 12, 2011 at 07:25:16PM -0400, Peter Zion said > Hi All, > > I'm trying to catch an exception that is "passed through" an LLVM ExecutionEngine but I am unable to do so. Specifically, in C++ code, inside a try/catch block, I call a JITted function, which in turn calls back into my code. Everything...
2014 Apr 23
2
[PATCH v2 04/10] drm/nouveau/fb: add GK20A support
On Wed, Apr 23, 2014 at 11:07 AM, Alexandre Courbot <acourbot at nvidia.com> wrote: > On 04/22/2014 07:40 PM, Thierry Reding wrote: >> >> * PGP Signed by an unknown key >> >> >> On Mon, Apr 21, 2014 at 03:02:16PM +0900, Alexandre Courbot wrote: >> [...] >>> >>> diff --git a/drivers/gpu/drm/nouveau/core/subdev/fb/ramgk20a.c >>> b/drivers/gpu/drm/nouveau/core/subdev/fb/ramgk20a.c >> >> [...] >>> >>> + pages = dma_alloc_from_contiguou...
2018 Apr 24
2
[PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
On Tue, Apr 24, 2018 at 08:29:14AM -0400, Mikulas Patocka wrote: > > > On Mon, 23 Apr 2018, Matthew Wilcox wrote: > > > On Mon, Apr 23, 2018 at 08:06:16PM -0400, Mikulas Patocka wrote: > > > Some bugs (such as buffer overflows) are better detected > > > with kmalloc code, so we must test the kmalloc path too. > > > > Well now, this brings up another item for the collective TODO list -- > > implement redzone checks...