search for: nodef

Displaying 10 results from an estimated 10 matches for "nodef".

Did you mean: node
2011 Aug 16
2
[PATCH] test: Add signal nodefer
...maximilian attems <max at stro.at> --- Seen on lmkl, any objections to add your test to klibc: http://git.kernel.org/?p=libs/klibc/klibc.git;a=summary We know archs were signal stuff is trouble some: x86_32, m68k, .. Thank you. usr/klibc/tests/Kbuild | 1 + usr/klibc/tests/sig-nodefer.c | 55 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 0 deletions(-) create mode 100644 usr/klibc/tests/sig-nodefer.c diff --git a/usr/klibc/tests/Kbuild b/usr/klibc/tests/Kbuild index a3e0254..b7978d4 100644 --- a/usr/klibc/tests/Kbuild +++ b/usr/klibc/tests/Kb...
2007 Jun 20
1
Help With Sweave:
...noweb/lib@" shell/noweave > / usr/local/noweb/noweave chmod +x /usr/local/noweb/noweave sed "s@|LIBDIR|@/usr/local/noweb/lib@" shell/nountangle > /usr/local/ noweb/nountangle chmod +x /usr/local/noweb/nountangle sed "s@|LIBDIR|@/usr/local/noweb/lib@" shell/nodefs > /usr/local/noweb/ nodefs chmod +x /usr/local/noweb/nodefs sed "s@|LIBDIR|@/usr/local/noweb/lib@" shell/noroots > /usr/local/ noweb/noroots chmod +x /usr/local/noweb/noroots sed "s@|LIBDIR|@/usr/local/noweb/lib@" shell/nuweb2noweb > /usr/local/ noweb/nuweb2noweb chmod...
2006 Dec 21
0
Rsync wont synchronize some directories
...ERR#1 'Operation not permitted' rsync: writefd_unbuffered failed to write 4092 bytes [generator]: Operation not permitted (1)write(2,0x7fffffffa4f0,93) = 93 (0x5d) write(2,0x80083ce67,1) = 1 (0x1) sigaction(SIGUSR1,{ SIG_IGN 0x0|ONSTACK|RESTART|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t },0x0) = 0 (0x0) sigaction(SIGUSR2,{ SIG_IGN 0x0|ONSTACK|RESTART|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t },0x0) = 0 (0x0) getpid() = 42660 (0xa6a4) kill(0xa6a5,0x1e) = 0 (0x0) rsync error: received SIGUSR1 (c...
2011 Nov 21
1
Problem Compiling Samba 3.5.12
Hi all, I am running slackware 8.0, 2.4.20 with GCC 2.95.3. I know it?s ancient J I have previously successfully compiled 3.5.8 using the attached Makefile. I had to add ?nodefs? to several lines in order to allow 3.5.8 to compile previously. However, when I use the same Makefile with 3.5.12, I end up with the following: Linking bin/smbd lib/util.o: In function `str_checksum': lib/util.o(.text+0x2da3): undefined reference to `jenkins_hash' collect2: ld...
2006 Jan 26
0
smbclient failure
...|PROT_WRITE,(0x1000)MAP_ANON,-1,0x0) = 677171200 (0x285cd000) munmap(0x285cd000,0x6978) = 0 (0x0) mmap(0x0,5552,(0x3)PROT_READ|PROT_WRITE,(0x1000)MAP_ANON,-1,0x0) = 677171200 (0x285cd000) munmap(0x285cd000,0x15b0) = 0 (0x0) sigaction(SIGILL,{ 0x2812f460 0x0|ONSTACK|RESTART|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t },{ SIG_DFL 0x0|ONSTACK|RESTART|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t }) = 0 (0x0) sigprocmask(0x1,0x0,0x281488fc) = 0 (0x0) sigaction(SIGILL,{ SIG_DFL 0x0|ONSTACK|RESTART|RESETHAND|NOCLDSTOP|NODEFER|NOCLDWAIT|SIGINFO ss_t },0x0) = 0 (0x0) sysarch(0x1,0xbfbf...
2010 Jan 11
0
[PATCH] Fix arm signals
...O deliver the signal with SIGINFO structs + * SA_THIRTYTWO delivers the signal in 32-bit mode, even if the task + * is running in 26-bit. + * SA_ONSTACK allows alternate signal stacks (see sigaltstack(2)). + * SA_RESTART flag to get restarting signals (which were the default long ago) + * SA_NODEFER prevents the current signal from being masked in the handler. + * SA_RESETHAND clears the handler when the signal is delivered. + * + * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single + * Unix names RESETHAND and NODEFER respectively. + */ +#define SA_NOCLDSTOP 0x00000001...
2001 Nov 01
1
Sol 2.8 - Samba 222- --with-pam compile errors
...create an undefined symbol `sym' [-z absexec] when building an executable absolute symbols referenced in dynamic objects are promoted to the executable. [-z now] mark object as requiring non-lazy binding [-z defs|nodefs] disallow|allow undefined symbols [-z endfiltee] marks a filtee such that it will terminate a filters search [-z groupperm|nogroupperm] enable|disable setting of GROUP permissions on dy...
2011 Aug 08
0
[PATCH/RFC] Add initial avr32 port
...en children stop. + * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies. + * SA_SIGINFO deliver the signal with SIGINFO structs + * SA_ONSTACK indicates that a registered stack_t will be used. + * SA_RESTART flag to get restarting signals (which were the default long ago) + * SA_NODEFER prevents the current signal from being masked in the handler. + * SA_RESETHAND clears the handler when the signal is delivered. + * + * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single + * Unix names RESETHAND and NODEFER respectively. + */ +#define SA_NOCLDSTOP...
2006 Jun 26
0
[klibc 24/43] i386 support for klibc
...to historical reasons. Use the + * SA_RESTART flag to get restarting signals (which were the default long ago) + * SA_NOCLDSTOP flag to turn off SIGCHLD when children stop. + * SA_RESETHAND clears the handler when the signal is delivered. + * SA_NOCLDWAIT flag on SIGCHLD to inhibit zombies. + * SA_NODEFER prevents the current signal from being masked in the handler. + * + * SA_ONESHOT and SA_NOMASK are the historical Linux names for the Single + * Unix names RESETHAND and NODEFER respectively. + */ +#define SA_NOCLDSTOP 0x00000001u +#define SA_NOCLDWAIT 0x00000002u +#define SA_SIGINFO 0x00000004u...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In particular, the patchset has been reorganized so as not to break git-bisect. Additionally, this updates the patch base to 2.6.17-git12 (d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main difference on the klibc side is removal of obsolete code. This is also available as a git tree at: