search for: sigset

Displaying 20 results from an estimated 38 matches for "sigset".

Did you mean: sigsev
2017 Jun 10
1
[PATCH] lib: direct, uml: Unblock SIGTERM in the hypervisor and recovery processes (RHBZ#1460338).
.../lib/launch-direct.c index 8558cde5e..168ee367b 100644 --- a/lib/launch-direct.c +++ b/lib/launch-direct.c @@ -361,6 +361,7 @@ launch_direct (guestfs_h *g, void *datav, const char *arg) const char *cpu_model; CLEANUP_FREE char *append = NULL; CLEANUP_FREE_STRING_LIST char **argv = NULL; + sigset_t sigset; /* At present you must add drives before starting the appliance. In * future when we enable hotplugging you won't need to do this. @@ -728,6 +729,13 @@ launch_direct (guestfs_h *g, void *datav, const char *arg) close_file_descriptors (fd > 2); } + /* Unbl...
2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 07/13] lguest64 loader
...Tell child to ignore it too... */ + write(childfd, &i->fd, sizeof(i->fd)); + } + } + } + } +} + +int main(int argc, char *argv[]) +{ + unsigned long mem, pgdir, entry, initrd_size, page_offset; + int arg, kern_fd, fd, child, pipefd[2]; + Elf32_Ehdr hdr; + struct sigaction act; + sigset_t sigset; + struct lguest_device_desc *devdescs; + struct devices devices; + struct lguest_boot_info *boot = (void *)0; + const char *initrd_name = NULL; + u32 (*load)(int, const Elf32_Ehdr *ehdr, unsigned long, + unsigned long *, const char *, unsigned long *, + unsigned long *); + + if...
2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 07/13] lguest64 loader
...Tell child to ignore it too... */ + write(childfd, &i->fd, sizeof(i->fd)); + } + } + } + } +} + +int main(int argc, char *argv[]) +{ + unsigned long mem, pgdir, entry, initrd_size, page_offset; + int arg, kern_fd, fd, child, pipefd[2]; + Elf32_Ehdr hdr; + struct sigaction act; + sigset_t sigset; + struct lguest_device_desc *devdescs; + struct devices devices; + struct lguest_boot_info *boot = (void *)0; + const char *initrd_name = NULL; + u32 (*load)(int, const Elf32_Ehdr *ehdr, unsigned long, + unsigned long *, const char *, unsigned long *, + unsigned long *); + + if...
2007 May 09
0
[patch 9/9] lguest: the documentation, example launcher
...>desc->type == LGUEST_DEVICE_T_BLOCK ? "block" + : "unknown"); + descs[num] = *i->desc; + free(i->desc); + i->desc = &descs[num]; + } +} + +static void __attribute__((noreturn)) +run_guest(int lguest_fd, int waker_fd, struct device_list *device_list) +{ + sigset_t sigset; + + sigemptyset(&sigset); + sigaddset(&sigset, SIGUSR1); + for (;;) { + unsigned long arr[2]; + int readval; + + sigprocmask(SIG_UNBLOCK, &sigset, NULL); + readval = read(lguest_fd, arr, sizeof(arr)); + sigprocmask(SIG_BLOCK, &sigset, NULL); + + if (readval == sizeof...
2007 May 09
0
[patch 9/9] lguest: the documentation, example launcher
...>desc->type == LGUEST_DEVICE_T_BLOCK ? "block" + : "unknown"); + descs[num] = *i->desc; + free(i->desc); + i->desc = &descs[num]; + } +} + +static void __attribute__((noreturn)) +run_guest(int lguest_fd, int waker_fd, struct device_list *device_list) +{ + sigset_t sigset; + + sigemptyset(&sigset); + sigaddset(&sigset, SIGUSR1); + for (;;) { + unsigned long arr[2]; + int readval; + + sigprocmask(SIG_UNBLOCK, &sigset, NULL); + readval = read(lguest_fd, arr, sizeof(arr)); + sigprocmask(SIG_BLOCK, &sigset, NULL); + + if (readval == sizeof...
2004 Nov 30
0
chan_capi compilation problems
...api.c:14: /usr/include/signal.h:31: error: syntax error before "__BEGIN_DECLS" In file included from /usr/include/signal.h:33, from /usr/include/pthread.h:24, from /usr/include/asterisk/lock.h:17, from chan_capi.c:14: /usr/include/bits/sigset.h:23: error: syntax error before "typedef" In file included from /usr/include/bits/pthreadtypes.h:23, from /usr/include/pthread.h:25, from /usr/include/asterisk/lock.h:17, from chan_capi.c:14: /usr/include/bits/sched.h:83: error: synta...
2003 Sep 14
6
chan_capi
Hi chan_capi users, this thing is awesome, no delays like in modem_i4l! Plus, it got those nice ISDN features. Here's my question: Does my service provider (Deutsche Telekom) have to provide me with these Services (CD, ECT)? (the Readme in 0.2.5 says "does not relay on service CD") I know, that I don't have CFU,CFNR,CFBS (which I would have to order seperately). How likely
2002 Dec 25
1
Trouble installing samba
...ng 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 getgrnam.....
2001 Nov 07
1
Configuring 2.2.2 (or 2.0.7) on Digital Unix 4.0f fails - "No locking"
...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 checking for getgrnam... yes checking for getgrent... yes ch...
2002 Oct 21
1
compilation probs...
...printf... 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 getgrnam... no checking for getgrent... no checking for...
2002 Oct 29
1
Problem running ./configure
...printf... 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 getgrnam... no checking for getgrent... no checking for...
2003 Jun 02
2
./configure --with-pam fails allways
...brk 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 for select configure:5589: checking for poll configure:5589: checking for...
2002 Nov 21
0
please can someone help me?
.... 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 checking for getgrnam... yes checking for getgrent... yes ch...
2007 Apr 18
1
[PATCH 0/2] Use a single loader for i386 and x86_64
...ult: + /* unrecognized class */ + errno = EINVAL; + return 0; + } + +} + int main(int argc, char *argv[]) { unsigned long mem, pgdir, entry, initrd_size, page_offset; int arg, kern_fd, fd, child, pipefd[2]; - Elf32_Ehdr hdr; + /* Worst case */ + Elf64_Ehdr hdr; struct sigaction act; sigset_t sigset; struct lguest_device_desc *devdescs; struct devices devices; struct lguest_boot_info *boot = (void *)0; const char *initrd_name = NULL; - u32 (*load)(int, const Elf32_Ehdr *ehdr, unsigned long, - unsigned long *, const char *, unsigned long *, - unsigned long *); + load_...
2007 Apr 18
1
[PATCH 0/2] Use a single loader for i386 and x86_64
...ult: + /* unrecognized class */ + errno = EINVAL; + return 0; + } + +} + int main(int argc, char *argv[]) { unsigned long mem, pgdir, entry, initrd_size, page_offset; int arg, kern_fd, fd, child, pipefd[2]; - Elf32_Ehdr hdr; + /* Worst case */ + Elf64_Ehdr hdr; struct sigaction act; sigset_t sigset; struct lguest_device_desc *devdescs; struct devices devices; struct lguest_boot_info *boot = (void *)0; const char *initrd_name = NULL; - u32 (*load)(int, const Elf32_Ehdr *ehdr, unsigned long, - unsigned long *, const char *, unsigned long *, - unsigned long *); + load_...
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
..... 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 checking for getgrent... yes checking for pathconf... ye...
2002 Oct 11
0
[Fwd: samba-2.2.5 in Tru64 unix v4.0e]
...pbrk... (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 for select... (cached) yes checking for poll... (cached) yes checking for...
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
2002 Jul 01
5
./configure --with-pam
...rpbrk... (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 for select... (cached) yes checking for poll... (cached) yes checking for...