Displaying 20 results from an estimated 32 matches for "sigblock".
Did you mean:
sig_block
2015 Aug 24
0
Problem with psignal.c for Windows builds
...s...
One also needs to change src/gnuwin32/fixed/h/psignal.h
At a minimum, one needs the following changes:
@@ -122,8 +129,8 @@ typedef struct
/* Prototype stuff ***********************************************************/
-int sigsetmask(int signal_Block_MaskNew);
-int sigblock(int signal_Block_MaskNew);
+sigset_t sigsetmask(sigset_t signal_Block_MaskNew);
+sigset_t sigblock(sigset_t signal_Block_MaskNew);
int sighold(int signal_Number);
int sigrelse(int signal_Number);
int sigaction(int signal_Number,struct sigaction* sigaction_...
2015 Aug 21
0
Problem with psignal.c for Windows builds
..._Mask;
+ sigset_t signal_MaskOld = downhill_Sigset_Mask;
if (sigprocmask(SIG_SETMASK, &signal_MaskNew, NULL) == -1)
return (int)-1;
@@ -391,7 +391,7 @@ int sigsetmask(int signal_MaskNew)
}
/* Add signals to mask ===================================================== */
-int sigblock(int signal_MaskNew)
+sigset_t sigblock(sigset_t signal_MaskNew)
{
/* Block a specific group of signals */
return sigsetmask(downhill_Sigset_Mask|signal_MaskNew);
Now, you may wonder how it's been working with these errors. The
file src/gnuwin32/fixed/h/psignal.h has the following...
2001 Oct 31
2
suggested fix for the sigchld race
comments?
alternatives: sigsetjmp(ugly) and pselect(not portable, available)
drawback: additional filedescriptors.
Index: serverloop.c
===================================================================
RCS file: /home/markus/cvs/ssh/serverloop.c,v
retrieving revision 1.82
diff -u -r1.82 serverloop.c
--- serverloop.c 10 Oct 2001 22:18:47 -0000 1.82
+++ serverloop.c 11 Oct 2001 18:06:33 -0000
@@
2002 Dec 25
1
Trouble installing samba
...king for vasprintf... no
> checking for setsid... no
> checking for glob... no
> checking for strpbrk... no
> checking for pipe... no
> checking for crypt16... no
> checking for getauthuid... no
> checking for strftime... no
> checking for sigprocmask... no
> checking for sigblock... no
> checking for sigaction... no
> checking for sigset... no
> checking for innetgr... no
> checking for setnetgrent... no
> checking for getnetgrent... no
> checking for endnetgrent... no
> checking for initgroups... no
> checking for select... no
> checking for poll...
1999 Oct 26
0
Solaris 7 not compiling HEAD code
...yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for setsid... yes
checking for glob... yes
checking for strpbrk... yes
checking for pipe... yes
checking for crypt16... no
checking for getauthuid... no
checking for strftime... yes
checking for sigprocmask... yes
checking for sigblock... no
checking for sigaction... yes
checking for innetgr... yes
checking for setnetgrent... yes
checking for getnetgrent... yes
checking for endnetgrent... yes
checking for initgroups... yes
checking for select... yes
checking for rdchk... no
checking for getgrnam... yes
checking for pathconf... ye...
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
..... no
checking for asprintf... no
checking for vasprintf... no
checking for setsid... yes
checking for glob... yes
checking for strpbrk... yes
checking for pipe... yes
checking for crypt16... yes
checking for getauthuid... no
checking for strftime... yes
checking for sigprocmask... yes
checking for sigblock... yes
checking for sigaction... yes
checking for sigset... yes
checking for innetgr... yes
checking for setnetgrent... yes
checking for getnetgrent... yes
checking for endnetgrent... yes
checking for initgroups... yes
checking for select... yes
checking for poll... yes
checking for rdchk... no
che...
2002 Oct 21
1
compilation probs...
...printf... no
checking for asprintf... no
checking for vasprintf... no
checking for setsid... no
checking for glob... no
checking for strpbrk... no
checking for pipe... no
checking for crypt16... no
checking for getauthuid... no
checking for strftime... no
checking for sigprocmask... no
checking for sigblock... no
checking for sigaction... no
checking for sigset... no
checking for innetgr... no
checking for setnetgrent... no
checking for getnetgrent... no
checking for endnetgrent... no
checking for initgroups... no
checking for select... no
checking for poll... no
checking for rdchk... no
checking for...
2002 Oct 29
1
Problem running ./configure
...printf... no
checking for asprintf... no checking for vasprintf... no checking for
setsid... no checking for glob... no checking for strpbrk... no checking
for pipe... no checking for crypt16... no checking for getauthuid... no
checking for strftime... no checking for sigprocmask... no checking for
sigblock... no checking for sigaction... no checking for sigset... no
checking for innetgr... no checking for setnetgrent... no checking for
getnetgrent... no checking for endnetgrent... no checking for
initgroups... no checking for select... no checking for poll... no
checking for rdchk... no checking for...
2003 Jun 02
2
./configure --with-pam fails allways
...or setsid
configure:5479: checking for glob
configure:5479: checking for strpbrk
configure:5479: checking for pipe
configure:5479: checking for crypt16
configure:5479: checking for getauthuid
configure:5534: checking for strftime
configure:5534: checking for sigprocmask
configure:5534: checking for sigblock
configure:5534: checking for sigaction
configure:5534: checking for sigset
configure:5534: checking for innetgr
configure:5534: checking for setnetgrent
configure:5534: checking for getnetgrent
configure:5534: checking for endnetgrent
configure:5589: checking for initgroups
configure:5589: checking...
2002 Nov 21
0
please can someone help me?
..... yes
checking for asprintf... no
checking for vasprintf... no
checking for setsid... yes
checking for glob... yes
checking for strpbrk... yes
checking for pipe... yes
checking for crypt16... no
checking for getauthuid... no
checking for strftime... yes
checking for sigprocmask... yes
checking for sigblock... yes
checking for sigaction... yes
checking for sigset... yes
checking for innetgr... yes
checking for setnetgrent... yes
checking for getnetgrent... yes
checking for endnetgrent... yes
checking for initgroups... yes
checking for select... yes
checking for poll... yes
checking for rdchk... no
che...
2002 Jul 26
1
creating unicode_map.437 and unicode_map.ISO8859-1?
Hello,
I am running HP-UX 11 with Samba 2.2.5 binaries for HPUX and I keep getting
the error that Samba can't
find the unicode_map.xxx file. Well, I notice that all I have in
/usr/local/samba/lib/codepages
is codepage type files, not unicode. Why do the binaries not include a
compiled make_unicodemap?
I did download the source and found the .c file for the command. When I try
to run
2004 Dec 13
0
samba4 configure error
..... yes
checking for asprintf... no
checking for vasprintf... no
checking for setsid... yes
checking for glob... yes
checking for strpbrk... yes
checking for pipe... yes
checking for crypt16... no
checking for getauthuid... no
checking for strftime... yes
checking for sigprocmask... yes
checking for sigblock... no
checking for sigaction... yes
checking for sigset... yes
checking for innetgr... yes
checking for setnetgrent... yes
checking for getnetgrent... yes
checking for endnetgrent... yes
checking for initgroups... yes
checking for select... yes
checking for rdchk... no
checking for getgrnam... yes...
2010 Nov 01
1
Samba 4 on osx
...__NR_inotify_init : not found
Checking for backtrace : ok
Checking for sigprocmask : ok
Checking for sigblock : ok
Checking for sigaction : ok
Checking for flistxattr : ok
Checking for...
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
...for setsid... (cached) yes
checking for glob... (cached) yes
checking for strpbrk... (cached) yes
checking for pipe... (cached) yes
checking for crypt16... (cached) yes
checking for getauthuid... (cached) no
checking for strftime... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigblock... (cached) yes
checking for sigaction... (cached) yes
checking for sigset... (cached) yes
checking for innetgr... (cached) yes
checking for setnetgrent... (cached) yes
checking for getnetgrent... (cached) yes
checking for endnetgrent... (cached) yes
checking for initgroups... (cached) yes
checking...
2001 Jan 26
10
Please Help
I've downloaded the binary Samba 2.0.7 for AIX. I have no idea how to install this critter. Can anyone walk me thru this step by step? I think once i have
it running, I'll be able to configure it based on the info at samba.org. It's just getting it running that troubles me. I have some experience with *nix, but
not with compliling (sorry, no C compliler on system) and installing
2010 Oct 07
1
OSX and samba4 git
...__NR_inotify_init : not found
Checking for backtrace : ok
Checking for sigprocmask : ok
Checking for sigblock : ok
Checking for sigaction : ok
Checking for flistxattr : ok
Checking for...
2002 Jul 01
5
./configure --with-pam
...for setsid... (cached) yes
checking for glob... (cached) yes
checking for strpbrk... (cached) yes
checking for pipe... (cached) yes
checking for crypt16... (cached) no
checking for getauthuid... (cached) no
checking for strftime... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigblock... (cached) yes
checking for sigaction... (cached) yes
checking for sigset... (cached) yes
checking for innetgr... (cached) yes
checking for setnetgrent... (cached) yes
checking for getnetgrent... (cached) yes
checking for endnetgrent... (cached) yes
checking for initgroups... (cached) yes
checking...
2004 Jan 15
2
Installation Problem !!!
...yes
checking for asprintf... yes
checking for vasprintf... yes
checking for setsid... yes
checking for glob... yes
checking for strpbrk... yes
checking for pipe... yes
checking for crypt16... no
checking for getauthuid... no
checking for strftime... yes
checking for sigprocmask... yes
checking for sigblock... yes
checking for sigaction... yes
checking for sigset... yes
checking for innetgr... yes
checking for setnetgrent... yes
checking for getnetgrent... yes
checking for endnetgrent... yes
checking for initgroups... yes
checking for select... yes
checking for poll... yes
checking for rdchk... no
che...
2002 May 06
1
A make problem with Samba 2.2.4
.... yes
checking for asprintf... no
checking for vasprintf... no
checking for setsid... yes
checking for glob... yes
checking for strpbrk... yes
checking for pipe... yes
checking for crypt16... yes
checking for getauthuid... no
checking for strftime... yes
checking for sigprocmask... yes
checking for sigblock... yes
checking for sigaction... yes
checking for sigset... yes
checking for innetgr... yes
checking for setnetgrent... yes
checking for getnetgrent... yes
checking for endnetgrent... yes
checking for initgroups... yes
checking for select... yes
checking for poll... yes
checking for rdchk... no
che...
2005 Aug 10
2
Compiling smbtorture
...yes
checking for asprintf... yes
checking for vasprintf... yes
checking for setsid... yes
checking for glob... yes
checking for strpbrk... yes
checking for pipe... yes
checking for crypt16... no
checking for getauthuid... no
checking for strftime... yes
checking for sigprocmask... yes
checking for sigblock... yes
checking for sigaction... yes
checking for sigset... yes
checking for innetgr... yes
checking for setnetgrent... yes
checking for getnetgrent... yes
checking for endnetgrent... yes
checking for initgroups... yes
checking for select... yes
checking for poll... yes
checking for rdchk... no
che...