aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16move seccomp from /proc to a prctlAndrea Arcangeli1-72/+0
2007-07-16/proc/*/environ: wrong placing of ptrace_may_attach() checkAlexey Dobriyan1-3/+8
2007-07-09sched: scheduler debugging, coreIngo Molnar1-0/+69
2007-07-09sched: update delay-accounting to use CFS's precise statsBalbir Singh1-1/+1
2007-05-08smaps: only define clear_refs for CONFIG_MMUDavid Rientjes1-0/+2
2007-05-08procfs: use simple_read_from_buffer()Akinobu Mita1-28/+7
2007-05-08Remove redundant check from proc_setattr()John Johansen1-5/+2
2007-05-08Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan1-6/+5
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan1-3/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-08/proc/*/oom_score oops re badnessAlexey Dobriyan1-0/+2
2007-05-08add file position info to procMiklos Szeredi1-18/+114
2007-05-08procfs: reorder struct pid_dentry to save space on 64bit archs, and constify themEric Dumazet1-26/+27
2007-05-08proc: maps protectionKees Cook1-0/+4
2007-05-08Allow access to /proc/$PID/fd after setuid()Alexey Dobriyan1-0/+18
2007-05-07smaps: add clear_refs file to clear referenceDavid Rientjes1-0/+36
2007-03-14[PATCH] sanitize security_getprocattr() APIAl Viro1-15/+6
2007-02-20[PATCH] Missing __user in pointer referenced within copy_from_userGlauber de Oliveira Costa1-1/+1
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-10/+10
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-16/+16
2007-02-11[PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_structAlexey Dobriyan1-0/+4
2007-02-01[PATCH] procfs: Fix listing of /proc/NOT_A_TGID/taskGuillaume Chazarain1-1/+11
2007-01-26[PATCH] Fix NULL ->nsproxy dereference in /proc/*/mountsAlexey Dobriyan1-3/+5
2006-12-10[PATCH] io-accounting: report in procfsAndrew Morton1-0/+24
2006-12-08[PATCH] fault injection: process filtering for fault-injection capabilitiesAkinobu Mita1-0/+65
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev1-18/+18
2006-12-08[PATCH] proc: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-18/+18
2006-12-07[PATCH] make fs/proc/base.c:proc_pid_instantiate() staticAdrian Bunk1-2/+3
2006-12-07[PATCH] Allow user processes to raise their oom_adj valueGuillem Jover1-2/+4
2006-11-25[PATCH] mounstats NULL pointer dereferenceVasily Tarasov1-1/+2
2006-10-20[PATCH] OOM killer meets userspace headersAlexey Dobriyan1-1/+3
2006-10-17[PATCH] PROC_NUMBUF is wrongAndrew Morton1-1/+1
2006-10-02[PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov1-2/+2
2006-10-02[PATCH] proc: comment what proc_fill_cache doesEric W. Biederman1-0/+12
2006-10-02[PATCH] proc: remove the useless SMP-safe comments from /procEric W. Biederman1-4/+0
2006-10-02[PATCH] proc: remove trailing blank entry from pid_entry arraysEric W. Biederman1-18/+21
2006-10-02[PATCH] proc: properly compute TGID_OFFSETEric W. Biederman1-1/+1
2006-10-02[PATCH] proc: Use pid_task instead of open coding itEric W. Biederman1-1/+1
2006-10-02[PATCH] proc: Merge proc_tid_attr and proc_tgid_attrEric W. Biederman1-43/+11
2006-10-02[PATCH] proc: Remove the hard coded inode numbersEric W. Biederman1-210/+174
2006-10-02[PATCH] proc: Factor out an instantiate method from every lookup methodEric W. Biederman1-111/+158
2006-10-02[PATCH] proc: Make the generation of the self symlink table drivenEric W. Biederman1-22/+111
2006-10-02[PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn1-2/+3
2006-10-02[PATCH] proc: modify proc_pident_lookup to be completely table drivenEric W. Biederman1-241/+106
2006-10-02[PATCH] proc: reorder the functions in base.cEric W. Biederman1-497/+501
2006-10-02[PATCH] proc: readdir race fix (take 3)Eric W. Biederman1-69/+35
2006-09-29[PATCH] fix mem_write() return valueFrederik Deweerdt1-1/+2
2006-07-15Don't allow chmod() on the /proc/<pid>/ filesLinus Torvalds1-1/+30
2006-07-14Relax /proc fix a bitLinus Torvalds1-1/+2
2006-07-14Fix nasty /proc vulnerabilityLinus Torvalds1-0/+1