summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c
AgeCommit message (Expand)AuthorLines
2009-02-27sched: don't allow setuid to succeed if the user does not have rt bandwidthDhaval Giani-11/+20
2009-02-05revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Andrew Morton-12/+4
2009-01-14[CVE-2009-0029] System call wrappers part 31Heiko Carstens-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens-2/+2
2009-01-14[CVE-2009-0029] System call wrappers part 24Heiko Carstens-6/+7
2009-01-14[CVE-2009-0029] System call wrappers part 23Heiko Carstens-3/+3
2009-01-14[CVE-2009-0029] System call wrappers part 07Heiko Carstens-3/+4
2009-01-14[CVE-2009-0029] System call wrappers part 04Heiko Carstens-3/+3
2009-01-14[CVE-2009-0029] System call wrappers part 03Heiko Carstens-9/+9
2009-01-14[CVE-2009-0029] System call wrappers part 02Heiko Carstens-5/+5
2009-01-14[CVE-2009-0029] System call wrappers part 01Heiko Carstens-1/+1
2009-01-06Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+2
2009-01-06Allow times and time system calls to return small negative valuesPaul Mackerras-0/+2
2009-01-04getrusage: RUSAGE_THREAD should return ru_utime and ru_stimeKOSAKI Motohiro-0/+2
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2008-11-24User namespaces: set of cleanups (v2)Serge Hallyn-2/+2
2008-11-17thread_group_cputime: move a couple of callsites outside of ->siglockOleg Nesterov-1/+1
2008-11-14CRED: Inaugurate COW credentialsDavid Howells-205/+245
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells-4/+7
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells-30/+29
2008-11-14CRED: Separate task security context from task_structDavid Howells-115/+151
2008-11-14CRED: Wrap task credential accesses in the core kernelDavid Howells-8/+8
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner-0/+10
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner-62/+51
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven-13/+25
2008-10-16kernel/sys.c: improve code generationAndrew Morton-8/+12
2008-10-16utsname: completely overwrite prior informationVegard Nossum-2/+4
2008-10-16rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITYAdam Tkac-4/+12
2008-10-13tty: Add a kref countAlan Cox-3/+1
2008-09-14timers: fix itimer/many thread hangFrank Mayhar-49/+26
2008-09-05hrtimer: create a "timer_slack" field in the task structArjan van de Ven-0/+10
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen-4/+4
2008-08-15kexec jump: remove duplication of kexec_restart_prepare()Huang Ying-1/+1
2008-07-26kexec jumpHuang Ying-23/+8
2008-07-25unexport uts_semAdrian Bunk-2/+0
2008-07-25call_usermodehelper(): increase reliabilityKOSAKI Motohiro-1/+1
2008-05-24sys_prctl(): fix return of uninitialized valueShi Weihua-4/+2
2008-04-30pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Oleg Nesterov-15/+21
2008-04-30pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCHOleg Nesterov-13/+20
2008-04-30pids: sys_setpgid: use change_pid() helperOleg Nesterov-2/+1
2008-04-30k_getrusage: don't take rcu_read_lock()Oleg Nesterov-6/+1
2008-04-29add RUSAGE_THREADSripathi Kodi-9/+22
2008-04-28capabilities: implement per-process securebitsAndrew G. Morgan-25/+2
2008-04-19generic, x86: add prctl commands PR_GET_TSC and PR_SET_TSCErik Bosman-1/+12
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov-5/+2
2008-02-08sys_getsid: don't use ->nsproxy directlyOleg Nesterov-7/+4
2008-02-08sys_setsid: remove now unneeded session != 1 checkOleg Nesterov-4/+1
2008-02-08start the global /sbin/init with 0,0 special pidsOleg Nesterov-5/+4
2008-02-08teach set_special_pids() to use struct pidOleg Nesterov-1/+1
2008-02-08fix setsid() for sub-namespace /sbin/initOleg Nesterov-12/+10