search for: 109,10

Displaying 20 results from an estimated 40 matches for "109,10".

Did you mean: 109,14
2003 Sep 29
1
Handling of X-Status flags
...--- diff -ruN dovecot-0.99.10/src/lib-index/maildir/maildir-index.c dovecot-0.99.10.brb/src/lib-index/maildir/maildir-index.c --- dovecot-0.99.10/src/lib-index/maildir/maildir-index.c Fri Jun 27 00:11:06 2003 +++ dovecot-0.99.10.brb/src/lib-index/maildir/maildir-index.c Sat Sep 27 13:17:04 2003 @@ -109,10 +109,10 @@ case 'S': /* seen */ flags |= MAIL_SEEN; break; - case 'T': /* trashed */ + case 'D': /* trashed */ flags |= MAIL_DELETED; break; - case 'D': /* draft */ + case 'T': /* draft */ flags |= MAIL_DRAFT; break; case...
2016 Dec 06
0
[PATCH 03/10] drm/virtio: fix lock context imbalance
...drivers/gpu/drm/virtio/virtgpu_vq.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_vq.c b/drivers/gpu/drm/virtio/virtgpu_vq.c index 5a0f8a7..2f0c2f9 100644 --- a/drivers/gpu/drm/virtio/virtgpu_vq.c +++ b/drivers/gpu/drm/virtio/virtgpu_vq.c @@ -109,8 +109,10 @@ void virtio_gpu_free_vbufs(struct virtio_gpu_device *vgdev) spin_lock(&vgdev->free_vbufs_lock); for (i = 0; i < count; i++) { - if (WARN_ON(list_empty(&vgdev->free_vbufs))) + if (WARN_ON(list_empty(&vgdev->free_vbufs))) { + spin_unlock(&vgdev->f...
2014 Oct 07
0
[PATCH RFC 10/11] KVM: s390: virtio-ccw revision 1 SET_VQ
...struct vq_info_block_legacy { __u64 queue; __u32 align; __u16 index; __u16 num; } __packed; +struct vq_info_block { + __u64 desc; + __u32 res0; + __u16 index; + __u16 num; + __u64 avail; + __u64 used; +} __packed; + struct virtio_feature_desc { __u32 features; __u8 index; @@ -100,7 +109,10 @@ struct virtio_ccw_vq_info { struct virtqueue *vq; int num; void *queue; - struct vq_info_block *info_block; + union { + struct vq_info_block s; + struct vq_info_block_legacy l; + } *info_block; int bit_nr; struct list_head node; long cookie; @@ -411,13 +423,22 @@ static void vir...
2000 Aug 12
1
libao patch: Minor clean up / Byte-order proposal
...============================================================== RCS file: /usr/local/cvsroot/vorbis/vorbis-tools/libao/audio_out.c,v retrieving revision 1.1 diff -u -r1.1 audio_out.c --- vorbis-tools/libao/audio_out.c 2000/07/22 01:57:05 1.1 +++ vorbis-tools/libao/audio_out.c 2000/08/13 00:30:01 @@ -109,10 +109,6 @@ -/* --- Device Table --- */ - - - /* --- Driver Functions --- */ /* This should have been set by the Makefile */ @@ -169,7 +165,6 @@ ao_functions_t *funcs; ao_internal_t *state; ao_device_t *device; - int dev_id; if (ao_check_driver_id(driver_id)) { @@ -209,37 +20...
2006 May 23
1
Configure Voipjet.com content in Asterisk
...one. Now, I wish to make calls to US using VoIP Asterisk. I dont think I need any external hardware to implement pure VoIP solution. Here I am sending my configuration file values: Contents of IAX.CONF: [102] type=friend username=102 secret=chandra host=dynamic context=tutorial [109] type=friend username=109 secret=ravi host=dynamic context=tutorial Contents of SIP.CONF: [102] type=friend username=102 secret=chandra host=dynamic context=tutorial [109] type=friend username=109 secret=ravi host=dynamic context=tutorial Contents of EXTENSIONS.CONF:...
2011 Jan 24
1
Announce: OpenSSH 5.7 released
OpenSSH 5.7 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or patches,
2007 Jun 27
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie_as.c
...ovie->n_frames) { - swfdec_movie_goto (movie, movie->frame + 1); + if (movie->frame < movie->n_frames) { + swfdec_sprite_movie_goto (movie, movie->frame + 1); } else { SWFDEC_INFO ("can't execute nextFrame, already at last frame"); } @@ -109,10 +109,10 @@ swfdec_action_next_frame (SwfdecAsContex static void swfdec_action_previous_frame (SwfdecAsContext *cx, guint action, const guint8 *data, guint len) { - SwfdecMovie *movie = swfdec_action_get_target (cx); + SwfdecSpriteMovie *movie = swfdec_action_get_target (cx); if (movie) {...
2007 Apr 02
0
4 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...WFDEC_GTK_LIBS="\$(top_builddir)/libswfdec-gtk/libswfdec-gtk-$SWFDEC_MAJORMINOR.la $SWFDEC_LIBS $GTK_LIBS" AC_SUBST(SWFDEC_GTK_LIBS) AC_SUBST(SWFDEC_GTK_CFLAGS) diff --git a/doc/Makefile.am b/doc/Makefile.am index 0b037de..4855ce8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -109,6 +109,7 @@ IGNORE_HFILES= \ swfdec_xml.h EXTRA_HFILES = \ + ../libswfdec-gtk/swfdec_gtk_loader.h \ ../libswfdec-gtk/swfdec_gtk_player.h \ ../libswfdec-gtk/swfdec_gtk_widget.h @@ -131,7 +132,7 @@ expand_content_files= # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)...
2014 Jun 28
2
[RFC PATCH v2] Implement Batched (group) ticket lock
...nning(lock, inc.tail); } -out: barrier(); /* make sure nothing creeps before the lock is taken */ +spin: + __ticket_lock_batch_spin(lock, inc.tail); + + barrier(); /* make sure nothing creeps before the lock is taken */ } static __always_inline int arch_spin_trylock(arch_spinlock_t *lock) @@ -109,10 +153,12 @@ static __always_inline int arch_spin_trylock(arch_spinlock_t *lock) if (old.tickets.head != (old.tickets.tail & ~TICKET_SLOWPATH_FLAG)) return 0; - new.head_tail = old.head_tail + (TICKET_LOCK_INC << TICKET_SHIFT); + new.head_tail = old.head_tail + (TICKET_LOCK_TAIL_I...
2014 Jun 28
2
[RFC PATCH v2] Implement Batched (group) ticket lock
...nning(lock, inc.tail); } -out: barrier(); /* make sure nothing creeps before the lock is taken */ +spin: + __ticket_lock_batch_spin(lock, inc.tail); + + barrier(); /* make sure nothing creeps before the lock is taken */ } static __always_inline int arch_spin_trylock(arch_spinlock_t *lock) @@ -109,10 +153,12 @@ static __always_inline int arch_spin_trylock(arch_spinlock_t *lock) if (old.tickets.head != (old.tickets.tail & ~TICKET_SLOWPATH_FLAG)) return 0; - new.head_tail = old.head_tail + (TICKET_LOCK_INC << TICKET_SHIFT); + new.head_tail = old.head_tail + (TICKET_LOCK_TAIL_I...
2009 Jul 27
1
[PATCH] mboot using module path
...modules(struct module_data *modules, int nmodules) ?{ ?? struct mod_list *mod_list; @@ -96,6 +102,7 @@ ?? int module_count = 1; ?? int arglen; ?? const char module_separator[] = "---"; +? char cwd[1024]; ?? for (argp = argv; *argp; argp++) { ???? if (!strcmp(*argp, module_separator)) @@ -109,10 +116,13 @@ ?? } ?? argp = argv; + +? getcwd(cwd, sizeof(cwd)); + ?? while (*argp) { ???? /* Note: it seems Grub transparently decompresses all compressed files, ??????? not just the primary kernel. */ -??? printf("Loading %s... ", *argp); +??? printf("Loading (cwd=%s) %s... &quot...
2016 Dec 06
26
[PATCH 00/10] virtio: sparse fixes
I run latest sparse from git on virtio drivers (turns out the version I had was rather outdated). This patchset fixes a couple of bugs this uncovered, and adds some annotations to make it sparse-clean. In particular, endian-ness is often tricky, so this patchset enabled endian-ness checks for sparse builds. Michael S. Tsirkin (10): virtio_console: drop unused config fields drm/virtio: fix
2016 Dec 06
26
[PATCH 00/10] virtio: sparse fixes
I run latest sparse from git on virtio drivers (turns out the version I had was rather outdated). This patchset fixes a couple of bugs this uncovered, and adds some annotations to make it sparse-clean. In particular, endian-ness is often tricky, so this patchset enabled endian-ness checks for sparse builds. Michael S. Tsirkin (10): virtio_console: drop unused config fields drm/virtio: fix
2007 Apr 18
1
[RFC, PATCH 24/24] i386 Vmi no idle hz
...000 -0800 +++ linux-2.6.16-rc6/arch/i386/kernel/process.c 2006-03-12 19:57:53.000000000 -0800 @@ -57,6 +57,8 @@ #include <asm/tlbflush.h> #include <asm/cpu.h> +#include <mach_idletimer.h> + asmlinkage void ret_from_fork(void) __asm__("ret_from_fork"); @@ -107,9 +109,10 @@ void default_idle(void) smp_mb__after_clear_bit(); while (!need_resched()) { local_irq_disable(); - if (!need_resched()) + if (!need_resched()) { + stop_hz_timer(); safe_halt(); - else + } else local_irq_enable(); } set_thread_flag(TIF_POLLING_NRFLAG); Ind...
2007 Apr 18
1
[RFC, PATCH 24/24] i386 Vmi no idle hz
...000 -0800 +++ linux-2.6.16-rc6/arch/i386/kernel/process.c 2006-03-12 19:57:53.000000000 -0800 @@ -57,6 +57,8 @@ #include <asm/tlbflush.h> #include <asm/cpu.h> +#include <mach_idletimer.h> + asmlinkage void ret_from_fork(void) __asm__("ret_from_fork"); @@ -107,9 +109,10 @@ void default_idle(void) smp_mb__after_clear_bit(); while (!need_resched()) { local_irq_disable(); - if (!need_resched()) + if (!need_resched()) { + stop_hz_timer(); safe_halt(); - else + } else local_irq_enable(); } set_thread_flag(TIF_POLLING_NRFLAG); Ind...
2005 Mar 23
3
[PATCH] promised MMX patches rc1
Hello, Here is my first speedup patch. Like 10-11%. No IDCT yet. Please feel free to comment my code or even better think about improvements. :) I belive my routines are not so bad, maybe one day they will be even more faster. What needs to be optimized is the loop filter fuction. I have no ideas now how to do it. It does not leave much space for parallel stuff, copying memory from lot of
2011 Apr 26
7
[PATCH 1/7] Push $desc creation into Sys::VirtConvert::Converter->convert
This change is part of an ongoing effort to remove use of $desc and inspect the OS directly as required during conversion. --- lib/Sys/VirtConvert/Connection/LibVirtTarget.pm | 4 +- lib/Sys/VirtConvert/Connection/RHEVTarget.pm | 41 +++++++++--------- lib/Sys/VirtConvert/Converter.pm | 35 ++++++++++++---- lib/Sys/VirtConvert/Converter/RedHat.pm | 45
2017 Apr 15
11
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
Curreclty virtion net header is fixed size and adding things to it is rather difficult to do. This series attempt to add the infrastructure as well as some extensions that try to resolve some deficiencies we currently have. First, vnet header only has space for 16 flags. This may not be enough in the future. The extensions will provide space for 32 possbile extension flags and 32 possible
2017 Apr 15
11
[PATCH RFC (resend) net-next 0/6] virtio-net: Add support for virtio-net header extensions
Curreclty virtion net header is fixed size and adding things to it is rather difficult to do. This series attempt to add the infrastructure as well as some extensions that try to resolve some deficiencies we currently have. First, vnet header only has space for 16 flags. This may not be enough in the future. The extensions will provide space for 32 possbile extension flags and 32 possible
2007 Jun 27
0
Branch 'as' - 16 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_script_function.c
...eMovie *movie = SWFDEC_SPRITE_MOVIE (cx->frame->target); + if (movie->frame < movie->n_frames) { + swfdec_sprite_movie_goto (movie, movie->frame + 1); } else { SWFDEC_INFO ("can't execute nextFrame, already at last frame"); } @@@ -88,10 -109,10 +88,10 @@@ static void swfdec_action_previous_frame (SwfdecAsContext *cx, guint action, const guint8 *data, guint len) { - if (SWFDEC_IS_MOVIE (cx->frame->target)) { - SwfdecMovie *movie = SWFDEC_MOVIE (cx->frame->target); - if (movie->frame > 0) { - swfde...