similar to: Samba XP 2005 is next week (May 2 - 4)

Displaying 20 results from an estimated 2000 matches similar to: "Samba XP 2005 is next week (May 2 - 4)"

2003 Jan 10
0
SambaXP 2003
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, all! we would like to invite you to the 2nd samba eXPerience! Again one and a half day of talks, breaks and party will tell you almost everything about SAMBA in development and usage. We would appreciate to see you again in Gvttingen! samba eXPerience 2003 ********************* At April 14th and 15th 2003 developers and users will meet again in
2010 Feb 25
1
SambaXP conference in Göttingen, Germany (May 3rd - 7th, 2010)
Hi all, SambaXP is coming up in G?ttingen, Germany (May 3rd - 7th, 2010). http://sambaxp.org/ I know the economy sucks, and travel budgets are really hard to find, but if you're a Samba OEM, vendor or serious user you really should be there :-). Hack with the developers ! The SambaXP hack room is full of people solving problems with the same code you ship to customers. Benefit from intense
2010 Feb 25
1
SambaXP conference in Göttingen, Germany (May 3rd - 7th, 2010)
Hi all, SambaXP is coming up in G?ttingen, Germany (May 3rd - 7th, 2010). http://sambaxp.org/ I know the economy sucks, and travel budgets are really hard to find, but if you're a Samba OEM, vendor or serious user you really should be there :-). Hack with the developers ! The SambaXP hack room is full of people solving problems with the same code you ship to customers. Benefit from intense
2017 Feb 16
0
SambaXP Conference in Goettingen, Germany from May 2nd to 4th 2017
This years SambaXP Conference is taking place in Göttingen, Germany from May 2nd to May 4th. Sponsored by: Google, Microsoft, Red Hat, SerNet. See here: https://www.sambaxp.org for details. Call for papers is open until end of February: (http://www.sambaxp.org/#papers.html) Who should go ? If you use Samba or are involved in the development of products that use Samba this is the conference
2020 Jan 10
0
[PATCH 08/23] drm/stm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
The callback struct drm_driver.get_scanout_position() is deprecated in favor of struct drm_crtc_helper_funcs.get_scanout_position(). Convert stm over. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> --- drivers/gpu/drm/stm/drv.c | 1 - drivers/gpu/drm/stm/ltdc.c | 65 ++++++++++++++++++++------------------ drivers/gpu/drm/stm/ltdc.h | 5 --- 3 files changed, 34 insertions(+),
2020 Jan 23
0
[PATCH v4 14/22] drm/stm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
The callback struct drm_driver.get_scanout_position() is deprecated in favor of struct drm_crtc_helper_funcs.get_scanout_position(). Convert stm over. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> Tested-by: Yannick Fertr? <yannick.fertre at st.com> --- drivers/gpu/drm/stm/drv.c | 1 - drivers/gpu/drm/stm/ltdc.c | 65 ++++++++++++++++++++------------------
2009 May 07
6
[PATCH 1/3] virtio: find_vqs/del_vqs virtio operations
This replaces find_vq/del_vq with find_vqs/del_vqs virtio operations, and updates all drivers. This is needed for MSI support, because MSI needs to know the total number of vectors upfront. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/block/virtio_blk.c | 11 +++--- drivers/char/hw_random/virtio-rng.c | 11 +++--- drivers/char/virtio_console.c | 27
2009 May 07
6
[PATCH 1/3] virtio: find_vqs/del_vqs virtio operations
This replaces find_vq/del_vq with find_vqs/del_vqs virtio operations, and updates all drivers. This is needed for MSI support, because MSI needs to know the total number of vectors upfront. Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- drivers/block/virtio_blk.c | 11 +++--- drivers/char/hw_random/virtio-rng.c | 11 +++--- drivers/char/virtio_console.c | 27
2017 Jun 22
0
[PATCH v2 13/14] drm: stm: remove dead code and pointless local lut storage
The redundant fb helper .load_lut is no longer used, and can not work right without also providing the fb helpers .gamma_set and .gamma_get thus rendering the code in this driver suspect. Just remove the dead code. Signed-off-by: Peter Rosin <peda at axentia.se> --- drivers/gpu/drm/stm/ltdc.c | 12 ------------ drivers/gpu/drm/stm/ltdc.h | 1 - 2 files changed, 13 deletions(-) diff
2017 Jun 23
0
[Intel-gfx] [PATCH v2 13/14] drm: stm: remove dead code and pointless local lut storage
On Thu, Jun 22, 2017 at 11:49:34AM +0000, Philippe CORNU wrote: > > > On 06/22/2017 08:06 AM, Peter Rosin wrote: > > The redundant fb helper .load_lut is no longer used, and can not > > work right without also providing the fb helpers .gamma_set and > > .gamma_get thus rendering the code in this driver suspect. > > > > Hi Peter, > STM32 chipsets
2017 Jun 22
2
[PATCH v2 13/14] drm: stm: remove dead code and pointless local lut storage
On 06/22/2017 08:06 AM, Peter Rosin wrote: > The redundant fb helper .load_lut is no longer used, and can not > work right without also providing the fb helpers .gamma_set and > .gamma_get thus rendering the code in this driver suspect. > Hi Peter, STM32 chipsets supports 8-bit CLUT mode but this driver version does not support it "yet" (final patch has not been upstreamed
2006 Mar 13
2
dotchart: Gap between text and chart
I have some data which I would like to display with dotchart. The labels are very long, so the chart becomes too small. Setting cex=0.7 seems to be a good compromise, but the gap between the text and the chart still is too large. I did not find a "gap" parameter in the description of dotchart... Thanks for any help. D. Trenkler "a" <- structure(c(103.35, 36.73, 55.09,
2025 Jan 09
1
[PATCH v2 11/25] drm/loongson: Compute dumb-buffer sizes with drm_mode_size_dumb()
Call drm_mode_size_dumb() to compute dumb-buffer scanline pitch and buffer size. Align the pitch according to hardware requirements. Signed-off-by: Thomas Zimmermann <tzimmermann at suse.de> Cc: Sui Jingfeng <suijingfeng at loongson.cn> Cc: Sui Jingfeng <sui.jingfeng at linux.dev> --- drivers/gpu/drm/loongson/lsdc_gem.c | 29 ++++++++--------------------- 1 file changed, 8
2023 Apr 11
0
[PATCH] virtio_pci: Wait for legacy device to be reset
On Tue, Apr 11, 2023 at 06:36:39AM +0000, Angus Chen wrote: > Hi. > > > -----Original Message----- > > From: Jason Wang <jasowang at redhat.com> > > Sent: Tuesday, April 11, 2023 1:24 PM > > To: Angus Chen <angus.chen at jaguarmicro.com> > > Cc: mst at redhat.com; virtualization at lists.linux-foundation.org; > > linux-kernel at
2005 Jun 23
0
Documents and pictures SambaXP 2005
English version below. Auf http://www.sambaxp.org/index.php?id=74 sind ab sofort alle Vortr?ge der SambaXP 2005 im PDF- und OGG-Format, sowie zahlreiche Fotos der Konferenz verf?gbar. Viel Spa? damit! :-) SerNet Samba Team ----------------------------------------------------------------- -- www.sambaxp.org -- www.enterprisesamba.com -- www.sernet.de --
2020 May 11
0
sambaXP 2020 - Online Edition - FOR FREE!
SambaXP 2020 - Online Edition The 19th International Conference for the open source software Samba will take place from 26th - 28th May 2020 as an *free* online event. The planned IO-Lab is cancelled. SambaXP is the annual meeting of the international Samba team with developers, users, manufacturers and system integrators within the Samba ecosystem, which has been held since 2002. Due to the
2025 Feb 03
0
SambaXP 2025 and CfP final call
Dear Samba users and hackers, I'd like to remind everyone that SambaXP 2025 is getting closer. SambaXP will take place on April 7th and 8th on-site in G?ttingen, Germany once again. This annual event promises to bring together Samba enthusiasts and experts for an interesting and enjoyable two-day conference. https://sambaxp.org/ The call for papers is still open. If you wanted to submit
2020 Feb 11
1
sambaXP 2020
Hi, The 19th International User and Developer Conference sambaXP (https://sambaxp.org/) will take place from 26th - 28th of May 2020 in G?ttingen, Germany. If you would like to give a presentation, you can submit your paper here: https://sambaxp.org/#c11 Call for paper ends on February 29th. New for this year's event: the Microsoft SMB3 Interoperability Lab (IO Lab) from May 24th-29th,
2006 Mar 13
1
[R] dotchart: Gap between text and chart (PR#8681)
(Moved from r-help) On 3/13/2006 9:33 AM, Dietrich Trenkler wrote: > I have some data which I would like to display with dotchart. The > labels are very long, so the chart becomes too small. Setting cex=0.7 > seems to be a good compromise, but the gap between the text and the > chart still is too large. I did not find a "gap" parameter in the > description of dotchart...
2009 Mar 25
0
Conference: SambaXP 2009 - April 20-24
This is a reminder that every year a large contingent of Samba developers meet at the SambaXP Conference in Goettingen, Germany. Over the past 8 years this conference has been attended by Samba users, Network Managers, IT Executives, appliance and operating system integrators, and so on. The conference aims to provide specific general, as well as detailed technical training, education and