aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-24sys_prctl(): fix return of uninitialized valueShi Weihua1-4/+2
2008-04-30pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/Oleg Nesterov1-15/+21
2008-04-30pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCHOleg Nesterov1-13/+20
2008-04-30pids: sys_setpgid: use change_pid() helperOleg Nesterov1-2/+1
2008-04-30k_getrusage: don't take rcu_read_lock()Oleg Nesterov1-6/+1
2008-04-29add RUSAGE_THREADSripathi Kodi1-9/+22
2008-04-28capabilities: implement per-process securebitsAndrew G. Morgan1-25/+2
2008-04-19generic, x86: add prctl commands PR_GET_TSC and PR_SET_TSCErik Bosman1-1/+12
2008-02-08Pidns: make full use of xxx_vnr() callsPavel Emelyanov1-5/+2
2008-02-08sys_getsid: don't use ->nsproxy directlyOleg Nesterov1-7/+4
2008-02-08sys_setsid: remove now unneeded session != 1 checkOleg Nesterov1-4/+1
2008-02-08start the global /sbin/init with 0,0 special pidsOleg Nesterov1-5/+4
2008-02-08teach set_special_pids() to use struct pidOleg Nesterov1-1/+1
2008-02-08fix setsid() for sub-namespace /sbin/initOleg Nesterov1-12/+10
2008-02-08sys_setpgid(): simplify pid/ns interactionOleg Nesterov1-13/+10
2008-02-06kernel/sys.c: get rid of expensive divides in groups_sort()Eric Dumazet1-10/+10
2008-02-06get rid of NR_OPEN and introduce a sysctl_nr_openEric Dumazet1-1/+1
2008-02-05make kernel_shutdown_prepare() staticAdrian Bunk1-1/+1
2008-02-05capabilities: introduce per-process capability bounding setSerge E. Hallyn1-1/+12
2007-11-17x86: ignore the sys_getcpu() tcache parameterIngo Molnar1-19/+1
2007-10-19Isolate the explicit usage of signal->pgrpPavel Emelyanov1-1/+1
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov1-5/+4
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-21/+33
2007-10-19pid namespaces: round up the APIPavel Emelianov1-7/+7
2007-10-19Add kernel/notifier.cAlexey Dobriyan1-531/+0
2007-10-18unexport pm_power_off_prepareAdrian Bunk1-1/+0
2007-10-01Fix SMP poweroff hangsMark Lord1-0/+2
2007-08-31setpgid(child) fails if the child was forked by sub-threadOleg Nesterov1-2/+1
2007-07-29Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATIONRafael J. Wysocki1-1/+1
2007-07-26Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_off_prepare"Rafael J. Wysocki1-0/+3
2007-07-19coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro1-12/+12
2007-07-19PM: Introduce pm_power_off_prepareRafael J. Wysocki1-0/+9
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-07-18Add common orderly_poweroff()Jeremy Fitzhardinge1-0/+58
2007-07-16move seccomp from /proc to a prctlAndrea Arcangeli1-0/+8
2007-07-16user namespace: add the frameworkCedric Le Goater1-2/+3
2007-05-11attach_pid() with struct pid parameterSukadev Bhattiprolu1-1/+1
2007-05-11use defines in sys_getpriority/sys_setpriorityDaniel Walker1-2/+3
2007-05-11getrusage(): fill ru_inblock and ru_oublock fields if possibleEric Dumazet1-0/+7
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09Extend notifier_call_chain to count nr_calls madeGautham R Shenoy1-17/+77
2007-05-09PM: Separate hibernation code from suspend codeRafael J. Wysocki1-1/+1
2007-05-09general: convert "kernel" subdirectory to UTF-8John Anthony Kazos Jr1-1/+1
2007-05-08CPU time limit patch / setrlimit(RLIMIT_CPU, 0) cheat fixTom Alsberg1-9/+10
2007-05-07remove software_suspend()Johannes Berg1-1/+1
2007-02-12[PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_taskEric W. Biederman1-16/+24
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman1-1/+0
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-5/+5
2007-01-23[PATCH] notifiers: fix blocking_notifier_call_chain() scalabilityIngo Molnar1-4/+11
2006-12-08[PATCH] sys_setpgid: eliminate unnecessary do_each_task_pid(PIDTYPE_PGID)Oleg Nesterov1-7/+4