linux/arch/m68k/kernel
David Howells c788732523 Mark arguments to certain syscalls as being const
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: David Howells <dhowells@redhat.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-08-13 16:53:13 -07:00
..
.gitignore m68k: Add vmlinux.lds to .gitignore 2009-01-12 20:56:32 +01:00
Makefile m68k: remove the dead PCI code 2008-10-14 10:23:27 -07:00
asm-offsets.c locking, m68k/asm-offsets: Rename signal defines 2009-09-01 09:38:03 +02:00
dma.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
entry.S Add generic sys_old_mmap() 2010-03-12 15:52:32 -08:00
head.S kbuild: move autoconf.h to include/generated 2009-12-12 13:08:15 +01:00
ints.c m68k: Fix off-by-one in m68k_setup_user_interrupt() 2008-11-15 11:36:06 -08:00
m68k_ksyms.c
module.c module: cleanup FIXME comments about trimming exception table entries. 2009-06-12 21:47:05 +09:30
module.lds
process.c Mark arguments to certain syscalls as being const 2010-08-13 16:53:13 -07:00
ptrace.c m68k: Add NPTL support 2010-02-27 18:31:19 +01:00
setup.c m68k: Kill several external declarations in source files 2009-01-12 20:56:34 +01:00
signal.c m68k: Define sigcontext ABI of ColdFire 2010-02-27 18:44:10 +01:00
sun3-head.S m68k: arch/m68k/kernel/sun3-head.S needs <linux/init.h> 2009-04-28 16:07:18 -07:00
sys_m68k.c Add generic sys_ipc wrapper 2010-03-12 15:52:32 -08:00
time.c m68k: Convert m68k to use read/update_persistent_clock 2010-03-13 01:14:13 +01:00
traps.c m68k: Remove trailing spaces in messages 2010-05-17 21:15:40 +02:00
vmlinux-std.lds m68k: Cleanup linker scripts using new linker script macros. 2009-12-06 11:18:25 +01:00
vmlinux-sun3.lds m68k: Cleanup linker scripts using new linker script macros. 2009-12-06 11:18:25 +01:00
vmlinux.lds.S