Michel Lespinasse
|
98d1e64f95
mm: remove free_area_cache
|
12 years ago |
Linus Torvalds
|
20b4fb4852
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Oleg Nesterov
|
079148b919
coredump: factor out the setting of PF_DUMPCORE
|
12 years ago |
Al Viro
|
3dc20cb282
new helper: read_code()
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Al Viro
|
71613c3b87
get rid of pt_regs argument of ->load_binary()
|
12 years ago |
Denys Vlasenko
|
5ab1c309b3
coredump: pass siginfo_t* to do_coredump() and below, not merely signr
|
12 years ago |
Alex Kelly
|
046d662f48
coredump: make core dump functionality optional
|
12 years ago |
Linus Torvalds
|
6be5ceb02e
VM: add "vm_mmap()" helper function
|
13 years ago |
Linus Torvalds
|
e4eb1ff61b
VM: add "vm_brk()" helper function
|
13 years ago |
David Howells
|
9ffc93f203
Remove all #inclusions of asm/system.h
|
13 years ago |
Al Viro
|
19e5109fef
take removal of PF_FORKNOEXEC to flush_old_exec()
|
13 years ago |
Al Viro
|
8fc3dc5a3a
__register_binfmt() made void
|
13 years ago |
Al Viro
|
6414fa6a15
aout: move setup_arg_pages() prior to reading/mapping the binary
|
13 years ago |
Linus Torvalds
|
0eead9ab41
Don't dump task struct in a.out core-dumps
|
14 years ago |
Tejun Heo
|
5a0e3ad6af
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
|
15 years ago |
Borislav Petkov
|
7731d9a5d4
fs/binfmt_aout.c: fix pointer warnings
|
15 years ago |
Daisuke HATAYAMA
|
088e7af73a
coredump: move dump_write() and dump_seek() into a header file
|
15 years ago |
Daisuke HATAYAMA
|
05f47fda9f
coredump: unify dump_seek() implementations for each binfmt_*.c
|
15 years ago |
Jiri Slaby
|
d554ed895d
fs: use rlimit helpers
|
15 years ago |
Linus Torvalds
|
221af7f87b
Split 'flush_old_exec' into two functions
|
15 years ago |
Masami Hiramatsu
|
f6151dfea2
mm: introduce coredump parameter structure
|
15 years ago |
Al Viro
|
17580d7f2f
sanitize ifdefs in binfmt_aout
|
16 years ago |
Al Viro
|
fe30af971d
remove the rudiment of a.out for sparc
|
16 years ago |
David Howells
|
a6f76f23d2
CRED: Make execve() take advantage of copy-on-write credentials
|
16 years ago |
Roland McGrath
|
6341c393fc
tracehook: exec
|
17 years ago |
S.Caglar Onur
|
2e50b6ccda
fs/binfmt_aout.c: use printk_ratelimit()
|
17 years ago |
David Howells
|
7fa3031500
aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT
|
17 years ago |
H. Peter Anvin
|
6e16d89bcd
Sanitize the type of struct user.u_ar0
|
17 years ago |
Ivan Kokshaysky
|
3c378158d4
mm: fix exit_mmap BUG() on a.out binary exit
|
17 years ago |