aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get rid of pt_regs argument of ->load_binary()Al Viro2012-11-281-2/+3
* coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko2012-10-051-1/+1
* coredump: make core dump functionality optionalAlex Kelly2012-10-051-25/+27
* VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-201-9/+3
* VM: add "vm_brk()" helper functionLinus Torvalds2012-04-201-15/+5
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro2012-03-201-1/+0
* __register_binfmt() made voidAl Viro2012-03-201-1/+2
* aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro2012-03-051-7/+7
* Don't dump task struct in a.out core-dumpsLinus Torvalds2010-10-141-4/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* fs/binfmt_aout.c: fix pointer warningsBorislav Petkov2010-03-241-6/+8
* coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA2010-03-061-40/+9
* coredump: unify dump_seek() implementations for each binfmt_*.cDaisuke HATAYAMA2010-03-061-7/+24
* fs: use rlimit helpersJiri Slaby2010-03-061-1/+1
* Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-291-0/+1
* mm: introduce coredump parameter structureMasami Hiramatsu2009-12-171-6/+7
* sanitize ifdefs in binfmt_aoutAl Viro2009-01-031-9/+7
* remove the rudiment of a.out for sparcAl Viro2009-01-031-64/+1
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-131-1/+1
* tracehook: execRoland McGrath2008-07-261-6/+0
* fs/binfmt_aout.c: use printk_ratelimit()S.Caglar Onur2008-04-291-9/+3
* aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells2008-02-081-1/+2
* Sanitize the type of struct user.u_ar0H. Peter Anvin2008-02-071-1/+1
* mm: fix exit_mmap BUG() on a.out binary exitIvan Kokshaysky2007-12-201-1/+0
* core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman2007-10-171-10/+6
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-4/+4
* [PATCH] Require mmap handler for a.out executablesEugene Teo2006-09-291-0/+14
* [PATCH] dump_thread() cleanupakpm@osdl.org2006-01-101-2/+0
* [PATCH] mm: mm_init set_mm_countersHugh Dickins2005-10-291-1/+0
* [PATCH] Avoiding mmap fragmentationWolfgang Wander2005-06-211-0/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+550