similar to: The OpenSSH project turns five years old

Displaying 20 results from an estimated 100 matches similar to: "The OpenSSH project turns five years old"

2007 Mar 17
0
Although the base calculator may have only four or five fundamental operations, you can provide programmable function keys that the user can customize.
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 17480 bytes Desc: not available Url : http://lists.freedesktop.org/archives/xorg-announce/attachments/20070315/a628d788/attachment-0001.gif
2007 Sep 07
0
[LLVMdev] Five Minutes: LLVM Server Downtime
Dear All, I will be taking the LLVM web/SVN server down in 5 minutes. -- John T.
2004 Sep 28
1
binding to two IPs among five
Hi, I'm going to setup Asterisk on my server which have 5 IPs (3 global and 2 local). Now I want to bind Asterisk to 2 IPs (1 blobal and 1 local) Is this possible on config? -- Kuniyoshi Murata.........................iChat/AIM:macwebcaster English-Japanese Interpreter mailto:kuni@ej-interpreter.net Macintosh Webcast Specialist http://www.macwebcaster.com
2017 May 20
0
[PATCH 2/2] vhost/scsi: Delete error messages for failed memory allocations in five functions
From: Markus Elfring <elfring at users.sourceforge.net> Date: Sat, 20 May 2017 15:50:30 +0200 Omit seven extra messages for memory allocation failures in these functions. This issue was detected by using the Coccinelle software. Link: http://events.linuxfoundation.org/sites/events/files/slides/LCJ16-Refactor_Strings-WSang_0.pdf Signed-off-by: Markus Elfring <elfring at
2017 May 22
0
[PATCH 2/2] vhost/scsi: Delete error messages for failed memory allocations in five functions
>> Link: http://events.linuxfoundation.org/sites/events/files/slides/LCJ16-Refactor_Strings-WSang_0.pdf > > Please include an actual explanation for this change instead of linking > to slides. Do you care for a bit of code size reduction by removal of questionable error messages? > Why are you trying to get rid of memory allocation failure messages? Do you find information
2017 May 22
0
[PATCH 2/2] vhost/scsi: Delete error messages for failed memory allocations in five functions
On Mon, May 22, 2017 at 12:23:20PM +0100, Stefan Hajnoczi wrote: > I'm not sure if kmalloc() and friends guarantee to show > a message (not just the first time, but for every failed allocation)? > It prints multiple times, but it's ratelimited. It can also be disabled using a config option. See slab_out_of_memory(). regards, dan carpenter
2017 May 22
0
vhost/scsi: Delete error messages for failed memory allocations in five functions
>> Do you find information from a Linux allocation failure report sufficient >> for any function implementations here? > > If kmalloc() and friends guarantee to print a warning and backtrace on > every allocation failure, then there's no need for error messages in > callers. > > That seems like good justification that can go in the commit > description, but
2017 May 22
1
vhost/scsi: Delete error messages for failed memory allocations in five functions
On Mon, May 22, 2017 at 01:34:34PM +0200, SF Markus Elfring wrote: > >> Do you find information from a Linux allocation failure report sufficient > >> for any function implementations here? > > > > If kmalloc() and friends guarantee to print a warning and backtrace on > > every allocation failure, then there's no need for error messages in > >
2017 May 22
1
vhost/scsi: Delete error messages for failed memory allocations in five functions
On Mon, May 22, 2017 at 01:34:34PM +0200, SF Markus Elfring wrote: > >> Do you find information from a Linux allocation failure report sufficient > >> for any function implementations here? > > > > If kmalloc() and friends guarantee to print a warning and backtrace on > > every allocation failure, then there's no need for error messages in > >
2012 Jan 03
0
iscsi target rescan means connections hang for five seconds
Hi, I'm starting to experiment with iscsi based volumes and while this works fine so far I ran into a problem. When I add a LUN to a target and refresh tgtd all i/o to that target seems to hang for five seconds. This is obviously less than ideal if the plan is to use the target for lots of guests. There is also the possibility to create one target with one LUN for each guest disk but that
2012 Oct 24
0
Five cases of the Multivariate VECM
Hello, I was studying several packages related to time series analysis (urca, vars, tseries). I understand that we can estimate a VECM and also test restrictions on alphas and betas. However, I couldn't find a function that allows me to specify the five cases of VECM (restricted constant, unrestricted constant, restricted and unrestricted trend and no constant). Is there any function that
2016 Nov 03
0
Five new ordinary members of the R Foundation
The R Foundation has elected five new ordinary members in recognition of their contributions to the R project: * Jennifer Bryan? ??https://www.stat.ubc.ca/~jenny/ * Diane Cook? ??http://dicook.github.io/ * Julie Josse? ??http://juliejosse.com/ * Tomas Kalibera ??https://github.com/kalibera? * Balasubramanian Narasimhan ??https://statistics.stanford.edu/people/balasubramanian-narasimhan On behalf
2016 Nov 03
0
Five new ordinary members of the R Foundation
The R Foundation has elected five new ordinary members in recognition of their contributions to the R project: * Jennifer Bryan? ??https://www.stat.ubc.ca/~jenny/ * Diane Cook? ??http://dicook.github.io/ * Julie Josse? ??http://juliejosse.com/ * Tomas Kalibera ??https://github.com/kalibera? * Balasubramanian Narasimhan ??https://statistics.stanford.edu/people/balasubramanian-narasimhan On behalf
2023 Apr 16
0
[PATCH 4/9] drm/nouveau/debugfs: Replace five seq_printf() calls by seq_puts() in nouveau_debugfs_pstate_get()
Date: Sat, 15 Apr 2023 22:02:31 +0200 Five strings which did not contain a data format specification should be put into a sequence. Thus use the corresponding function ?seq_puts?. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring at users.sourceforge.net> --- drivers/gpu/drm/nouveau/nouveau_debugfs.c | 10 +++++----- 1 file changed, 5
2009 Aug 11
1
Awkward escaping with five backslashes within \code{ } in new parse_Rd
Hi R-devels, I noticed that you are working quite actively on the new Rd-parser and have made it the default renderer in R-2.10.0dev. So I would like to come back on an issue I have already raised on this list last November ("Two minor escaping issues using \preformatted{....} in Rd format") My setting has slightly changed as \preformatted, AFAICS is not supported within \describe
2009 Dec 07
2
How to apply five lines of code to ten dataframes?
Hello R-helpers, I have 10 dataframes (named data1, data2, ... data10) and I would like to add 5 new columns to each dataframe using the following code: data1$LogDepth<-log10(data1[,2]/data1[,4]) data1$LogArea<-log10(data1[,3]/data1[,5]) data1$p<-2*data1[,6]/data1[,7] data1$Exp<-data1[,2]^(2/data1[,8]) data1$s<-data1[,3]/data1[,9] ...but I would prefer not to repeat this chunk of
2017 May 22
2
[PATCH 2/2] vhost/scsi: Delete error messages for failed memory allocations in five functions
On Sat, May 20, 2017 at 04:32:17PM +0200, SF Markus Elfring wrote: > From: Markus Elfring <elfring at users.sourceforge.net> > Date: Sat, 20 May 2017 15:50:30 +0200 > > Omit seven extra messages for memory allocation failures in these functions. > > This issue was detected by using the Coccinelle software. > > Link:
2017 May 22
2
[PATCH 2/2] vhost/scsi: Delete error messages for failed memory allocations in five functions
On Sat, May 20, 2017 at 04:32:17PM +0200, SF Markus Elfring wrote: > From: Markus Elfring <elfring at users.sourceforge.net> > Date: Sat, 20 May 2017 15:50:30 +0200 > > Omit seven extra messages for memory allocation failures in these functions. > > This issue was detected by using the Coccinelle software. > > Link:
2006 Mar 10
1
Winbind for five minutes?
Okay, I'm having some weird Windbind issues. Here's my plea below: Okay, here's my setup: SLES9 | Samba Version 3.0.4 | Winbind | W2K3-SP1 Active Directory Domain I have kerberos configured properly, I can successfully run this command: # knit domainuser domainuser@TESTDOMAIN.ORG's Password: kinit: NOTICE: ticket renewable lifetime is 1 week and succesfully joined the
2017 May 22
4
[PATCH 2/2] vhost/scsi: Delete error messages for failed memory allocations in five functions
On Mon, May 22, 2017 at 12:50:39PM +0200, SF Markus Elfring wrote: > > Why are you trying to get rid of memory allocation failure messages? > > Do you find information from a Linux allocation failure report sufficient > for any function implementations here? If kmalloc() and friends guarantee to print a warning and backtrace on every allocation failure, then there's no need