summaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)Author
2003-12-29[PATCH] Fix memleak on execve failureAndrew Morton
2003-12-29[PATCH] use new steal_locks helperAndrew Morton
2003-12-29[PATCH] use new unshare_files helperAndrew Morton
2003-10-09Revert the process group accessor functions. They are buggy, andLinus Torvalds
2003-10-04[PATCH] move job control fields from task_struct toAndrew Morton
2003-10-01o kernel/ksyms.c: move relevant EXPORT_SYMBOLs to fs/exec.cArnaldo Carvalho de Melo
2003-09-09[PATCH] fs/exec.c whitespace cleanupsMatthew Wilcox
2003-09-09[PATCH] 1GB stack size limit on PA-RISCMatthew Wilcox
2003-08-14[PATCH] Better argument size tracking in fs/exec.cAndrew Morton
2003-07-31[PATCH] binfmt_script argv[0] fixAndrew Morton
2003-07-10[PATCH] kmap() -> kmap_atomic() in fs/exec.cAndrew Morton
2003-07-07Avoid deadlocking on thread shutdown after a vfork. Linus Torvalds
2003-07-04[PATCH] after exec_mmap(), exec cannot failAndrew Morton
2003-07-03[PATCH] Pass 'nameidata' to ->permission()Trond Myklebust
2003-07-03[PATCH] Add open intent information to the 'struct nameidata'Trond Myklebust
2003-07-02[PATCH] fix double mmdrop() on exec pathAndrew Morton
2003-07-02[PATCH] Security hook for vm_enough_memoryAndrew Morton
2003-06-05[PATCH] remove triggerable BUG() from de_threadAndrew Morton
2003-05-25[PATCH] add notify_count for de_threadAndrew Morton
2003-05-25[PATCH] Fix dcache_lock/tasklist_lock ranking bugAndrew Morton
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds
2003-05-14[PATCH] pass the stack protection flags into put_dirty_page()Andrew Morton
2003-04-16Add more user pointer annotations.Linus Torvalds
2003-04-12[PATCH] convert file_lock to a spinlockAndrew Morton
2003-04-12[PATCH] correct vm_page_prot on stack pagesAndrew Morton
2003-04-12[PATCH] Remove flush_page_to_ram()Andrew Morton
2003-04-11Annotate sys_uselib() with user pointer annotationLinus Torvalds
2003-04-08Annotate fs/exec.c with user pointer annotations.Linus Torvalds
2003-03-26[PATCH] fs/exec.c does not need __NO_VERSION__Alan Cox
2003-03-17[PATCH] use set_current_state in fsAndrew Morton
2003-02-23Add support for forcing default signal handlers to flush_signal_handlers().Linus Torvalds
2003-02-17[PATCH] POSIX clocks & timersGeorge Anzinger
2003-02-12Missed initialization of "curr_target" in execve() dethreading case.Linus Torvalds
2003-02-09[PATCH] zap_other_threads() needs tasklist_lock heldRoland McGrath
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds
2003-02-05[PATCH] signal-fixes-2.5.59-A4Ingo Molnar
2003-02-05[PATCH] pte_chain_alloc fixesAndrew Morton
2003-02-02MergeLinus Torvalds
2003-02-02[PATCH] remove lock_kernel() from exec of setuid appsAndrew Morton
2003-02-01Make threaded core-dump names use the tgid instead of the pid. MakesLinus Torvalds
2003-01-15[PATCH] (2/3) Initial load balancingMartin J. Bligh
2003-01-09Fix exec_mmap() to release the MM while we still have it active,Linus Torvalds
2003-01-05[PATCH] handle pte_chain_alloc() failuresAndrew Morton
2002-12-29[PATCH] more obsolete module API fixesChristoph Hellwig
2002-12-29[PATCH] avoid deprecated module functions in core codeChristoph Hellwig
2002-12-14[PATCH] threaded coredumps, tcore-fixes-2.5.51-A0Ingo Molnar
2002-12-05[PATCH] setup_arg_pages. ARCH_STACK_GROWSUPRusty Russell
2002-12-01[PATCH] tcore-fixes-2.5.50-E6Ingo Molnar
2002-11-26LSM: change if statements into something more readable for the fs/* files.Greg Kroah-Hartman
2002-11-23MergeGreg Kroah-Hartman