An error occurred fetching the project authors.
- 19 Aug, 2003 1 commit
-
-
Andrew Morton authored
From: Andi Kleen <ak@suse.de> POSIX says si_band in siginfo_t must be long. glibc uses this, except for Alpha. This type must be correct on little endian machines, otherwise Konqueror does not get any events from dnotity for created/deleted files. Currenly asm-generic/siginfo.h uses int, which is wrong. This patch adds a new macro __ARCH_SI_BAND_T which is int for alpha and long for everybody else. This makes the type on x86-64 come out correctly
-
- 30 Oct, 2002 1 commit
-
-
Richard Henderson authored
-
- 15 Jul, 2002 1 commit
-
-
Stephen Rothwell authored
Having looked closer than before, it seems that Alpha can use the generic copy_siginfo_to_user function.
-
- 31 May, 2002 1 commit
-
-
Stephen Rothwell authored
The following should allow the affected architectures to build in 2.5.19 as currently there will be two definitions of copy_siginfo_to_user and if an architecture defines its own siginfo_t it MUST define copy_siginfo().
-
- 28 May, 2002 2 commits
-
-
Stephen Rothwell authored
This patch creates asm-generic/siginfo.h and uses it to remove a lot of duplicate code in the various asm-*/siginfo.h files. Some if it is a little ugly, but I think it will be worth it just to help us eliminate some of the bugs that have come from code copying.
-
Stephen Rothwell authored
This patch moves a version of copy_siginfo_to_user that is common to ten of our architectures into the gerneic code and allows the other architectures to override it. I suspect more of the remaining architectures will be able to use it as well once it is fixed (patch to follow).
-
- 22 Apr, 2002 1 commit
-
-
Alexander Viro authored
- missing defines/fields/includes for alpha (accumulated since 2.5.0)
-
- 06 Feb, 2002 1 commit
-
-
Dave McCracken authored
During the course of developing our pthread library (the NGPT pthread library) it became clear we needed some kernel support for handling signals. This patch helps the library by redirecting all signals sent to tasks in a thread group to the thread group leader. It also defines the tkill() system call so the library can signal a specific task if necessary. Given that as far as I know NGPT is the only user of thread groups, and that this change would benefit any other user of thread groups, I'm submitting this for inclusion in the 2.5 kernel. Note that this patch also adds support for sys_gettid() for the architectures that don't have it. While this could have been split into a spearate patch, it would create conflicts since this patch also adds sys_tkill(), so I felt it was cleaner to leave them together. Dave McCracken ====================================================================== Dave McCracken IBM Linux Base Kernel Team 1-512-838-3059 dmccr@us.ibm.com T/L 678-3059
-
- 05 Feb, 2002 1 commit
-
-
Linus Torvalds authored
-