search for: 633,8

Displaying 17 results from an estimated 17 matches for "633,8".

Did you mean: 133,8
2016 Nov 13
1
Memory leak with tons of closed connections
...e file("stdin") to refer to the file and not the console */ #ifdef HAVE_FDOPEN - fp = fdopen(0, con->mode); + fp = fdopen(dup(0), con->mode); #else warning(_("cannot open file '%s': %s"), name, "fdopen is not supported on this platform"); @@ -633,8 +633,7 @@ static void file_close(Rconnection con) { Rfileconn this = con->private; - if(con->isopen && strcmp(con->description, "stdin")) - con->status = fclose(this->fp); + con->status = fclose(this->fp); con->isopen = FALSE; #ifdef Wi...
2020 Jan 10
0
[PATCH 09/23] drm: Remove struct drm_driver.get_scanout_position()
...m/drm_drv.h | 52 ------------------------------------ 2 files changed, 2 insertions(+), 63 deletions(-) diff --git a/drivers/gpu/drm/drm_vblank.c b/drivers/gpu/drm/drm_vblank.c index c12f0b333e14..b84065911d69 100644 --- a/drivers/gpu/drm/drm_vblank.c +++ b/drivers/gpu/drm/drm_vblank.c @@ -633,8 +633,7 @@ bool drm_calc_vbltimestamp_from_scanoutpos(struct drm_device *dev, } /* Scanout position query not supported? Should not happen. */ - if (!dev->driver->get_scanout_position || - !crtc->helper_private->get_scanout_position) { + if (!crtc->helper_private->get_s...
2011 Jun 24
9
[PATCH] xen_disk: cope with missing xenstore "params" node
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com> When disk is a cdrom and the drive is empty the "params" node in xenstore might be missing completely: cope with it instead of segfaulting. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> --- hw/xen_disk.c | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git
2001 Apr 13
0
Fixed patch for Digital Unix SIA
...sion *s, const char *command); void do_child(Session *s, const char *command); +void do_motd(void); void do_authenticated1(Authctxt *authctxt); void do_authenticated2(Authctxt *authctxt); +int check_quietlogin(Session *s, const char *command); /* import */ extern ServerOptions options; @@ -633,8 +635,10 @@ close(ttyfd); /* record login, etc. similar to login(1) */ +#ifndef HAVE_OSF_SIA if (!(options.use_login && command == NULL)) do_login(s, command); +#endif /* Do common processing for the child, such as execing the command. */ do_child(s, command); @@ -68...
2016 Nov 11
2
Memory leak with tons of closed connections
On Fri, Nov 11, 2016 at 12:08 PM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: >>>>>> Gergely Dar?czi <daroczig at rapporter.net> >>>>>> on Thu, 10 Nov 2016 16:48:12 +0100 writes: > > > Dear All, > > I'm developing an R application running inside of a Java daemon on > > multiple threads, and
2004 Aug 06
2
improved error.log output --diff
...7 +609,7 @@ time_t current_time; #endif - DEBUG0("Got metadata update request"); + DEBUG0("Got metadata update request, %s", client->con->ip); COMMAND_REQUIRE(client, "mode", action); COMMAND_REQUIRE(client, "song", value); @@ -633,8 +633,8 @@ state->metadata_raw = 0; thread_mutex_unlock(&(state->lock)); - DEBUG2("Metadata on mountpoint %s changed to \"%s\"", - source->mount, value); + DEBUG2("Metadata on mountpoint %s changed to \"%s\", %s", +...
2007 Dec 10
0
5 commits - libswfdec/jpeg libswfdec/swfdec_as_interpret.c libswfdec/swfdec_bits.c libswfdec/swfdec_cached.c libswfdec/swfdec_codec_adpcm.c libswfdec/swfdec_codec_audio.c libswfdec/swfdec_flash_security.c libswfdec/swfdec_image.c
...ec_flash_security_allow_url (SwfdecSecurity *guard, const SwfdecURL *url, break; default: g_assert_not_reached (); + allowed = FALSE; + break; } callback (url, allowed, user_data); diff --git a/libswfdec/swfdec_image.c b/libswfdec/swfdec_image.c index ee200d9..be63312 100644 --- a/libswfdec/swfdec_image.c +++ b/libswfdec/swfdec_image.c @@ -451,18 +451,21 @@ swfdec_image_lossless_load (SwfdecImage *image) } else if (format == 5) { SwfdecBuffer *buffer; int i, j; + guint32 *p; + buffer = swfdec_bits_decompress (&bits, -1, 4 * image->w...
2011 Jul 28
10
[RFC PATCH 0/8] virtio: Support for hibernation (S4)
Hello, These patches are an initial attempt at supporting hibernation for virtio drivers. The default configuration of event_index=on doesn't work; i.e. restore from a hibernated image only works if the devices have event_index support turned off. I have not yet dug into this, but is most likely due to some state not being sync'ed. This could be related to the hack that is patch 3.
2011 Jul 28
10
[RFC PATCH 0/8] virtio: Support for hibernation (S4)
Hello, These patches are an initial attempt at supporting hibernation for virtio drivers. The default configuration of event_index=on doesn't work; i.e. restore from a hibernated image only works if the devices have event_index support turned off. I have not yet dug into this, but is most likely due to some state not being sync'ed. This could be related to the hack that is patch 3.
2011 Aug 17
1
openssh-unix-dev Digest, Vol 100, Issue 3
...%s%s", cmd, > + *targ == '-' ? "-- " : "", targ); > if (do_cmd2(host, tuser, bp, remin, remout) < 0) > exit(1); > (void) xfree(bp); > @@ -631,7 +633,8 @@ toremote(char *targ, int argc, char **ar > errs = 1; > } else { /* local to remote */ > if (remin == -1) { > - xasprintf(&bp, "%s -t -- %s", cmd, targ); > +...
2007 Aug 01
0
9 commits - doc/swfdec-sections.txt libswfdec/swfdec_as_frame.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader.h libswfdec/swfdec_loader_internal.h libswfdec/swfdec_loadertarget.c libswfdec/swfdec_loadertarget.h libswfdec/swfdec_movie.c
...056c0fa52f) Author: Benjamin Otte <otte at gnome.org> Date: Wed Aug 1 16:34:36 2007 +0200 remove hack for loader actions diff --git a/libswfdec/swfdec_player.c b/libswfdec/swfdec_player.c index b4df554..ab9d34a 100644 --- a/libswfdec/swfdec_player.c +++ b/libswfdec/swfdec_player.c @@ -633,8 +633,6 @@ swfdec_player_dispose (GObject *object) while (player->roots) swfdec_movie_destroy (player->roots->data); - swfdec_player_remove_all_actions (player, player); /* HACK to allow non-removable actions */ - /* we do this here so references to GC'd objects get free...
2016 Jun 05
0
[RFC PATCH] nouveau: add locking
...; return; + } PUSH_REFN (push, buf->bo, buf->domain | NOUVEAU_BO_WR); @@ -612,6 +630,8 @@ nvc0_clear_buffer(struct pipe_context *pipe, } nvc0->dirty_3d |= NVC0_NEW_3D_FRAMEBUFFER; + + pipe_mutex_unlock(nvc0->screen->base.push_mutex); } static void @@ -633,8 +653,11 @@ nvc0_clear_depth_stencil(struct pipe_context *pipe, assert(dst->texture->target != PIPE_BUFFER); - if (!PUSH_SPACE(push, 32 + sf->depth)) + pipe_mutex_lock(nvc0->screen->base.push_mutex); + if (!PUSH_SPACE(push, 32 + sf->depth)) { + pipe_mutex_unloc...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...uLongf *destLen, + const Bytef *source, uLong sourceLen, + int level)); /* Compresses the source buffer into the destination buffer. The level parameter has the same meaning as in deflateInit. sourceLen is the byte @@ -633,8 +636,8 @@ Z_STREAM_ERROR if the level parameter is invalid. */ -extern int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen, - const Bytef *source, uLong sourceLen)); +ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen, +...
2012 Jul 05
14
[net-next RFC V5 0/5] Multiqueue virtio-net
...1719.39 134% 2196.86 1551.05 70% 100 1 61886.19 81425.02 131% 2215.76 1517.52 68% 250 1 72058.41 162597.84 225% 2441.84 2278.14 93% 50 64 51646.93 74160.10 143% 1861.07 1322.22 71% 100 64 57574.86 83488.26 145% 2076.54 1479.79 71% 250 64 67583.35 138482.15 204% 2314.46 2022.83 87% 50 128 59931.51 71633.03 119% 2244.60 1309.18 58% 100 128 58329.80 73104.90 125% 2202.98 1329.52 60% 250 128 71021.55 161067.73 226% 2469.11 2205.28 89% 50 256 47509.24 64330.24 135% 1915.75 1269.90 66% 100 256 49293.03 68507.94 138% 1939.75 1263.64 65% 250 256 63169.07 138390.68 219% 2255.47 2098.13 93% - External Host...
2012 Jul 05
14
[net-next RFC V5 0/5] Multiqueue virtio-net
...1719.39 134% 2196.86 1551.05 70% 100 1 61886.19 81425.02 131% 2215.76 1517.52 68% 250 1 72058.41 162597.84 225% 2441.84 2278.14 93% 50 64 51646.93 74160.10 143% 1861.07 1322.22 71% 100 64 57574.86 83488.26 145% 2076.54 1479.79 71% 250 64 67583.35 138482.15 204% 2314.46 2022.83 87% 50 128 59931.51 71633.03 119% 2244.60 1309.18 58% 100 128 58329.80 73104.90 125% 2202.98 1329.52 60% 250 128 71021.55 161067.73 226% 2469.11 2205.28 89% 50 256 47509.24 64330.24 135% 1915.75 1269.90 66% 100 256 49293.03 68507.94 138% 1939.75 1263.64 65% 250 256 63169.07 138390.68 219% 2255.47 2098.13 93% - External Host...
2020 Jan 10
36
[PATCH 00/23] drm: Clean up VBLANK callbacks in struct drm_driver
VBLANK handlers in struct drm_driver are deprecated. Only legacy, non-KMS drivers are supposed to used them. DRM drivers with kernel modesetting are supposed to use VBLANK callbacks of the CRTC infrastructure. This patchset converts all DRM drivers to CRTC VBLANK callbacks and cleans up struct drm_driver. The remaining VBLANK callbacks in struct drm_driver are only used by legacy drivers.
2007 Oct 23
0
11 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h
...namic) = dynamic (string) +maxChars: (60) (StyleSheet) = (undefined) +maxChars: (61) -34000000 (number) = -34000000 (number) +maxChars: (62) input (dynamic) = dynamic (string) Testing: multiline (default: ) multiline: (0) (undefined) = (undefined) multiline: (1) null (null) = null (null) @@ -633,8 +638,9 @@ multiline: (56) 17000000 (number) = 17000000 (number) multiline: (57) -17000000 (number) = -17000000 (number) multiline: (58) input (string) = input (string) multiline: (59) 34000000 (number) = 34000000 (number) -multiline: (60) -34000000 (number) = -34000000 (number) -multiline: (61...