Displaying 20 results from an estimated 26860 matches for "sig".
Did you mean:
seg
2001 Oct 29
0
signal messages
...======================================
RCS file: /cvs/src/usr.bin/ssh/clientloop.c,v
retrieving revision 1.86
diff -u -r1.86 clientloop.c
--- clientloop.c 24 Oct 2001 19:57:40 -0000 1.86
+++ clientloop.c 29 Oct 2001 19:08:37 -0000
@@ -103,6 +103,8 @@
*/
static volatile int received_window_change_signal = 0;
static volatile int received_signal = 0;
+/* send signal to remote program: 0 disabled, 1 enabled, 2 pending */
+static volatile int send_signal = 0;
/* Flag indicating whether the user\'s terminal is in non-blocking mode. */
static int in_non_blocking_mode = 0;
@@ -173,7 +175,10 @...
2020 Apr 21
1
[PATCH -next] drm/nouveau/acr: Use kmemdup instead of kmalloc and memcpy
...sfw.c:103:23-30: WARNING opportunity for kmemdup
drivers/gpu/drm/nouveau/nvkm/subdev/acr/hsfw.c:113:22-29: WARNING opportunity for kmemdup
Fixes: 22dcda45a3d1 ("drm/nouveau/acr: implement new subdev to replace "secure boot"")
Reported-by: Hulk Robot <hulkci at huawei.com>
Signed-off-by: Zou Wei <zou_wei at huawei.com>
---
drivers/gpu/drm/nouveau/nvkm/subdev/acr/hsfw.c | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/acr/hsfw.c b/drivers/gpu/drm/nouveau/nvkm/subdev/acr/hsfw.c
index aecce2d..667fa0...
2007 Aug 16
0
[PATCH/RFC 2/4]Introduce a new field "guest" in task_struct
PATCH 2/4] like for cpustat, introduce the "guest" and "cguest" fields for =
the
tasks. Modify
signal_struct and task_struct. Modify /proc/<pid>/stat to display these new=
field
Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
-- =
------------- Laurent.Vivier@bull.net --------------
"Software is hard" - Donald Knuth
-------------- next part -----------...
2007 Aug 16
0
[PATCH/RFC 2/4]Introduce a new field "guest" in task_struct
PATCH 2/4] like for cpustat, introduce the "guest" and "cguest" fields for =
the
tasks. Modify
signal_struct and task_struct. Modify /proc/<pid>/stat to display these new=
field
Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
-- =
------------- Laurent.Vivier@bull.net --------------
"Software is hard" - Donald Knuth
-------------- next part -----------...
2015 Nov 03
4
Resigning as lead of the Virt SIG
Hi all,
I wanted to let you know that I feel I need to step down as leader of the Virtualisation SIG. When I originally was approached by KB to do this, it was always clear that this would be a temporary thing until the SIG got going. At the time, only Xen and CentOS folks were involved with the SIG. Since then, we added oVirt and Docker maintainers, have a total of 5 maintainers and built good mo...
2002 Jan 31
4
signal transmission in ssh2
...=================================================================
RCS file: /cvs/src/usr.bin/ssh/clientloop.c,v
retrieving revision 1.95
diff -u -r1.95 clientloop.c
--- clientloop.c 10 Jan 2002 11:24:04 -0000 1.95
+++ clientloop.c 31 Jan 2002 17:17:19 -0000
@@ -103,6 +103,8 @@
*/
static volatile sig_atomic_t received_window_change_signal = 0;
static volatile sig_atomic_t received_signal = 0;
+/* send signal to remote program: 0 disabled, 1 enabled, 2 pending */
+static volatile sig_atomic_t send_signal = 0;
/* Flag indicating whether the user\'s terminal is in non-blocking mode. */
st...
2009 Jul 15
2
searching for elements
Hello!
For the past three years, I have been using R extensively in my PhD
program in Finance for statistical work. Normally, I can figure this
kind of thing out on my own, but I am completely stumped as to why the
following code does not work.
I have two variables: sigs and p0_recent.
dim(sigs) = 296 3
dim(p0_recent) = 504 7
I want to compare each element in the first column of sigs with the
elements in the first column of p0_recent.
In other words, does sigs[i,1] == p0_recent[j,1], where i = 1:dim(sigs)
[1] and j = 1:dim(p0_recent)[1].
I've been tryin...
2004 Sep 24
3
bug in power.t.test( ) (PR#7245)
Full_Name: Mai Zhou
Version: 1.9.1
OS: Win XP Professional
Submission from: (NULL) (12.222.227.93)
> power.t.test(n=25, delta=0.1, sig.level=1.1, strict=TRUE, type="one.sample")
One-sample t test power calculation
n = 25
delta = 0.1
sd = 1
sig.level = 1.1
power = 1.088311
alternative = two.sided
### power can never be over one! Of course, sig.level should...
2010 Jun 07
0
R-SIG-Fedora Digest, Vol 21, Issue 3
...ennis Burian, Ph.D.
Functional Genomics Group
Civil Aerospace Medical Institute, AAM-610
6500 S. MacArthur Blvd.
Oklahoma City OK 73169
405-954-6087
dennis.burian at faa.gov
From: r-sig-fedora-request at r-project.org...
2015 Jun 22
12
[RFC PATCH 0/8] nv50: expose global performance counters
Hello there,
This series exposes NVIDIA's global performance counters for Tesla through the
Gallium's HUD and the GL_AMD_performance_monitor extension.
This adds support for 24 hardware events which have been reverse engineered
with PerfKit (Windows) and CUPTI (Linux). These hardware events will allow
developers to profile OpenGL applications.
To reduce latency and to improve accuracy,
2015 Jan 19
2
SIG repo layout and conflicts between projects within a SIG
At the moment, we're essentially using yum repos as the "patch"
mechanism to CentOS Base: SIGs populate a repo with packages they want
to add / override, and all other packages default to Base.
The current setup is that every sig has exactly one production repo
per CentOS version.
Also, we seem to be wanting to see SIGs not as individual projects,
but to make the 'G' an actual &qu...
2007 Aug 20
3
[PATCH 2/4] Introduce a new fields "gtime" and "cgtime" in task_struct and signal_struct
[PATCH 2/4] like for cpustat, introduce the "gtime" (guest time of the task=
) and
"cgtime" (guest time of the task children) fields for the
tasks. Modify signal_struct and task_struct. Modify /proc/<pid>/stat to dis=
play
these new fields.
Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
-- =
------------- Laurent.Vivier@bull.net --------------
"Software is hard" - Donald Knuth
-------------- next part ---------...
2007 Aug 20
3
[PATCH 2/4] Introduce a new fields "gtime" and "cgtime" in task_struct and signal_struct
[PATCH 2/4] like for cpustat, introduce the "gtime" (guest time of the task=
) and
"cgtime" (guest time of the task children) fields for the
tasks. Modify signal_struct and task_struct. Modify /proc/<pid>/stat to dis=
play
these new fields.
Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
-- =
------------- Laurent.Vivier@bull.net --------------
"Software is hard" - Donald Knuth
-------------- next part ---------...
2022 Sep 21
2
Kmods SIG in RHEL
On 21/09/2022 08:32, Thomas Stephen Lee wrote:
> Hi,
>
> Is
> https://sigs.centos.org/kmods/
> a part of RHEL 9?
> If yes, what is the repository name?
> If not, when can we expect it to be included?
>
> Thanks
>
> ---
> Lee
No, it's not part of RHEL9 , and it's built and maintained by the Kmods
SIG (see https://sigs.centos.org/kmods/)...
2008 Jul 06
1
R-SIG-Debian Digest, Vol 35, Issue 1
...Corey S. Sparks, Ph.D.
Assistant Professor
Department of Demography and Organization Studies
University of Texas San Antonio
One UTSA Circle
San Antonio, TX 78249
email:corey.sparks at utsa.edu
web: https://rowdyspace.utsa.edu/users/ozd504/www/index.htm
-----Original Message-----
From: r-sig-debian-bounces at r-project.org on behalf of r-sig-debian-request at r-project.org
Sent: Sun 7/6/2008 5:00 AM
To: r-sig-debian at r-project.org
Subject: R-SIG-Debian Digest, Vol 35, Issue 1
Send R-SIG-Debian mailing list submissions to
r-sig-debian at r-project.org
To subscribe or unsubscribe v...
2020 Oct 31
3
R 4.0 for CentOS 7
...er CentOS 7 but would like to upgrade. Just found that 4.0 is available for CentOS 8 but could it be released for CentOS 7 as well?
> >>>
> >>> If so, that would be great!
> >>>
> >>> _______________________________________________
> >>> R-SIG-Fedora mailing list
> >>> R-SIG-Fedora at r-project.org
> >>> https://stat.ethz.ch/mailman/listinfo/r-sig-fedora
> >>
> > I see. Is anyone running R 4.0 on CentOS 7? If so, how do you do it?
> >
> > _______________________________________________
&...
2014 Apr 11
1
VIRT SIG Meeting Minutes [11/04]
Will copy these to
http://wiki.centos.org/SpecialInterestGroup/Virtualization, after intial
discussion or just point to the e-mail/email thread from the wiki. Feel
free to correct as needed.
Lars
== Attendees ==
SIG Members:
* LarsKurth (LK)
* GeorgeDunlap (GD)
* KaranbirSingh (KB)
Travelling:
* JohnnyHughes (JH)
Guest
* EuanHarris
=== Meeting time and cadence ===
Meetings will be held every other Tuesday from 14:00-15:00 London time
starting on April 22nd
We will use Bluejeans conferencing as voi...
2019 Feb 17
2
Cross compile R for ARM target
...Thanks again for your support
Best Regards,
Samir MOUHOUNE
Senior Principal Embedded Linux Engineer
Technical R&D product manager
OSMOS Group
37, rue la perouse
75116 PARIS
T?l: +331 70 23 97 45 - Fax: +331 71 39 85 14
www.osmos-group.com
________________________________________
De : R-SIG-Debian [r-sig-debian-bounces at r-project.org] de la part de Johannes Ranke [jranke at uni-bremen.de]
Envoy? : dimanche 17 f?vrier 2019 12:01
? : r-sig-debian at r-project.org
Objet : Re: [R-sig-Debian] Cross compile R for ARM target
Hi Sami
I do publish ports of the latest R releases for arm64 on...
2004 Jul 23
3
Status of Q.SIG on Asterisk?
The last post I saw regarding this was June 2003 (before my time with *, I
started in September):
http://lists.digium.com/pipermail/asterisk-users/2003-June/013324.html
Is there any support for Q.SIG in * at all? The Norstar MICS uses a MCDN
(Meridian Customer Defined Network) key to enable the "SL1" protocol which
from everything I've been reading is just Q.SIG. This protocol should enable
* to turn on/off the MWI for Norstar's phones and combined with some OLI
magic be...
2007 Sep 02
1
Virtualization SIG created
The CentOS team is pleased to announce the creation of its first Special
Interest Group (SIG): the Virtualization SIG. A SIG is a smaller group
within the CentOS project that focuses on a small set of issues, in
order to either create awareness or to focus development along a
specific topic.
The Virtualization SIG has the following goals:
- Discussing, documenting and implementing method...