- 14 1月, 2011 2 次提交
-
-
由 Hans-Christian Egtvedt 提交于
This patch will fix the arguments to the architecture sys_clone() function to match the asm-generic/syscalls.h prototype. In the same go remove the architecture specific prototype for the same function. The sys_clone() function is only called from assembly, hence the argument types were not having any affect. Signed-off-by: NHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
-
由 Hans-Christian Egtvedt 提交于
This patch removes the redundant syscalls prototypes in the architecture specific syscalls.h header file. These were identical with the ones in asm-generic/syscalls.h. Signed-off-by: NHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> Reported-by: NPeter Huewe <PeterHuewe@gmx.de> Reported-by: NSven Schnelle <svens@stackframe.org> Cc: stable <stable@kernel.org>
-
- 14 8月, 2010 1 次提交
-
-
由 David Howells 提交于
Mark arguments to certain system calls as being const where they should be but aren't. The list includes: (*) The filename arguments of various stat syscalls, execve(), various utimes syscalls and some mount syscalls. (*) The filename arguments of some syscall helpers relating to the above. (*) The buffer argument of various write syscalls. Signed-off-by: NDavid Howells <dhowells@redhat.com> Acked-by: NDavid S. Miller <davem@davemloft.net> Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
-
- 11 12月, 2009 1 次提交
-
-
由 Al Viro 提交于
New helper - sys_mmap_pgoff(); switch syscalls to using it. Acked-by: NDavid S. Miller <davem@davemloft.net> Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
-
- 07 1月, 2009 1 次提交
-
-
由 Haavard Skinnemoen 提交于
This file was added to the old include/asm-avr32/ directory by mistake. Signed-off-by: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
-
- 17 12月, 2008 1 次提交
-
-
由 Jaswinder Singh 提交于
Declaring arch-dependent syscalls for avr32 architecture Signed-off-by: NJaswinder Singh <jaswinder@infradead.org> Signed-off-by: NHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
-