Commit Graph

159 Commits (c5428e950ad42640f00092949fd17e356dfdeafa)

Author SHA1 Message Date
Andi Kleen 3d26dcf767 kernel/sys.c: clean up sys_shutdown exit path 16 years ago
Oleg Nesterov 1b0f7ffd0e pids: kill signal_struct-> __pgrp/__session and friends 16 years ago
Al Viro 5ad4e53bd5 Get rid of indirect include of fs_struct.h 16 years ago
Dhaval Giani 54e9912428 sched: don't allow setuid to succeed if the user does not have rt bandwidth 16 years ago
Andrew Morton 60fd760fb9 revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY" 16 years ago
Heiko Carstens 836f92adf1 [CVE-2009-0029] System call wrappers part 31 16 years ago
Heiko Carstens c4ea37c26a [CVE-2009-0029] System call wrappers part 26 16 years ago
Heiko Carstens e48fbb699f [CVE-2009-0029] System call wrappers part 24 16 years ago
Heiko Carstens 5a8a82b1d3 [CVE-2009-0029] System call wrappers part 23 16 years ago
Heiko Carstens 754fe8d297 [CVE-2009-0029] System call wrappers part 07 16 years ago
Heiko Carstens b290ebe2c4 [CVE-2009-0029] System call wrappers part 04 16 years ago
Heiko Carstens ae1251ab78 [CVE-2009-0029] System call wrappers part 03 16 years ago
Heiko Carstens dbf040d9d1 [CVE-2009-0029] System call wrappers part 02 16 years ago
Heiko Carstens 58fd3aa288 [CVE-2009-0029] System call wrappers part 01 16 years ago
Paul Mackerras e3d5a27d58 Allow times and time system calls to return small negative values 16 years ago
KOSAKI Motohiro 8916edef58 getrusage: RUSAGE_THREAD should return ru_utime and ru_stime 16 years ago
Serge Hallyn 18b6e0414e User namespaces: set of cleanups (v2) 16 years ago
Oleg Nesterov 2b5fe6de58 thread_group_cputime: move a couple of callsites outside of ->siglock 16 years ago
David Howells d84f4f992c CRED: Inaugurate COW credentials 16 years ago
David Howells c69e8d9c01 CRED: Use RCU to access another task's creds and to release a task's own creds 16 years ago
David Howells 86a264abe5 CRED: Wrap current->cred and a few other accessors 16 years ago
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago
David Howells 76aac0e9a1 CRED: Wrap task credential accesses in the core kernel 16 years ago
Andrew Morton 9679e4dd62 kernel/sys.c: improve code generation 17 years ago
Vegard Nossum 8798881507 utsname: completely overwrite prior information 17 years ago
Adam Tkac 0c2d64fb6c rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY 17 years ago
Alan Cox 9c9f4ded90 tty: Add a kref count 17 years ago
Frank Mayhar f06febc96b timers: fix itimer/many thread hang 17 years ago
Arjan van de Ven 6976675d94 hrtimer: create a "timer_slack" field in the task struct 17 years ago
Ken Chen 2d70b68d42 fix setpriority(PRIO_PGRP) thread iterator breakage 17 years ago
Huang Ying ca195b7f6d kexec jump: remove duplication of kexec_restart_prepare() 17 years ago
Huang Ying 3ab8352137 kexec jump 17 years ago
Adrian Bunk 7394f0f6c0 unexport uts_sem 17 years ago
KOSAKI Motohiro ac331d158e call_usermodehelper(): increase reliability 17 years ago
Shi Weihua 7b26655f62 sys_prctl(): fix return of uninitialized value 17 years ago
Oleg Nesterov 12a3de0a96 pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/ 17 years ago
Oleg Nesterov 1dd768c081 pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCH 17 years ago
Oleg Nesterov 83beaf3c6c pids: sys_setpgid: use change_pid() helper 17 years ago
Oleg Nesterov d6cf723a14 k_getrusage: don't take rcu_read_lock() 17 years ago
Sripathi Kodi 679c9cd4ac add RUSAGE_THREAD 17 years ago
Andrew G. Morgan 3898b1b4eb capabilities: implement per-process securebits 17 years ago
Erik Bosman 8fb402bccf generic, x86: add prctl commands PR_GET_TSC and PR_SET_TSC 17 years ago
Pavel Emelyanov 6c5f3e7b43 Pidns: make full use of xxx_vnr() calls 17 years ago
Oleg Nesterov ac9a8e3f0f sys_getsid: don't use ->nsproxy directly 17 years ago
Oleg Nesterov 6806aac6d2 sys_setsid: remove now unneeded session != 1 check 17 years ago
Oleg Nesterov 430c623121 start the global /sbin/init with 0,0 special pids 17 years ago
Oleg Nesterov 8520d7c7f8 teach set_special_pids() to use struct pid 17 years ago
Oleg Nesterov e4cc0a9c87 fix setsid() for sub-namespace /sbin/init 17 years ago
Oleg Nesterov 4e021306cf sys_setpgid(): simplify pid/ns interaction 17 years ago
Eric Dumazet 1bf47346d7 kernel/sys.c: get rid of expensive divides in groups_sort() 17 years ago