aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-08aout: mark arches that support A.OUT formatGravatar David Howells 14-2/+42
2008-02-08aout: move STACK_TOP[_MAX] to asm/processor.hGravatar David Howells 39-160/+121
2008-02-08time: fix typo in commentsGravatar Li Zefan 7-16/+16
2008-02-08timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresGravatar Li Zefan 3-4/+4
2008-02-08clockevent: simplify list operationsGravatar Li Zefan 1-7/+4
2008-02-08clocksource: remove redundant codeGravatar Li Zefan 1-1/+0
2008-02-08Get rid of the kill_pgrp_info() functionGravatar Pavel Emelyanov 2-14/+8
2008-02-08Clean up the kill_something_infoGravatar Pavel Emelyanov 1-11/+15
2008-02-08Pidns: fix badly converted mqueues pid handlingGravatar Pavel Emelyanov 1-1/+1
2008-02-08Pidns: make full use of xxx_vnr() callsGravatar Pavel Emelyanov 8-23/+12
2008-02-08ITIMER_REAL: convert to use struct pidGravatar Oleg Nesterov 5-38/+5
2008-02-08uglify while_each_pid_task() to make sure we don't count the execing pricess ...Gravatar Oleg Nesterov 1-0/+6
2008-02-08uglify kill_pid_info() to fix kill() vs exec() raceGravatar Oleg Nesterov 1-3/+12
2008-02-08pid: fix solaris_procidsGravatar Eric W. Biederman 1-2/+2
2008-02-08pid: fix mips irix emulation pid usageGravatar Eric W. Biederman 3-19/+23
2008-02-08sys_getsid: don't use ->nsproxy directlyGravatar Oleg Nesterov 1-7/+4
2008-02-08pid: Extend/Fix pid_vnrGravatar Eric W. Biederman 3-14/+11
2008-02-08pid: sys_wait... fixesGravatar Eric W. Biederman 1-24/+56
2008-02-08move the related code from exit_notify() to exit_signals()Gravatar Oleg Nesterov 2-23/+22
2008-02-08sys_setsid: remove now unneeded session != 1 checkGravatar Oleg Nesterov 1-4/+1
2008-02-08fix group stop with exit raceGravatar Oleg Nesterov 3-2/+28
2008-02-08start the global /sbin/init with 0,0 special pidsGravatar Oleg Nesterov 2-6/+4
2008-02-08move daemonized kernel threads into the swapper's sessionGravatar Oleg Nesterov 1-1/+1
2008-02-08teach set_special_pids() to use struct pidGravatar Oleg Nesterov 4-18/+18
2008-02-08fix setsid() for sub-namespace /sbin/initGravatar Oleg Nesterov 1-12/+10
2008-02-08sys_setpgid(): simplify pid/ns interactionGravatar Oleg Nesterov 1-13/+10
2008-02-08wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITGravatar Oleg Nesterov 1-4/+0
2008-02-08wait_task_continued/zombie: don't use task_pid_nr_ns() locklessGravatar Oleg Nesterov 1-10/+5
2008-02-08do_wait: fix security checksGravatar Oleg Nesterov 1-21/+18
2008-02-08do_wait: cleanup delay_group_leader() usageGravatar Oleg Nesterov 1-13/+4
2008-02-08wait_task_stopped(): remove unneeded delay_group_leader checkGravatar Oleg Nesterov 1-4/+3
2008-02-08ptrace_stop: fix racy nonstop_code settingGravatar Oleg Nesterov 1-6/+7
2008-02-08do_wait: factor out "retval != 0" checksGravatar Oleg Nesterov 1-8/+4
2008-02-08wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untraceGravatar Oleg Nesterov 1-62/+26
2008-02-08ptrace_stop: fix the race with ptrace detach+attachGravatar Oleg Nesterov 1-3/+3
2008-02-08ptrace_check_attach: remove unneeded ->signal != NULL checkGravatar Oleg Nesterov 1-2/+5
2008-02-08kill my_ptrace_child()Gravatar Oleg Nesterov 1-20/+3
2008-02-08kill PT_ATTACHEDGravatar Oleg Nesterov 4-22/+3
2008-02-08IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Gravatar Pierre Peiffer 5-67/+50
2008-02-08IPC: make struct ipc_ids static in ipc_namespaceGravatar Pierre Peiffer 7-104/+34
2008-02-08IPC/semaphores: consolidate SEM_STAT and IPC_STAT commandsGravatar Pierre Peiffer 1-22/+16
2008-02-08ipc: uninline some code from util.hGravatar Pavel Emelyanov 2-58/+57
2008-02-08serial_core: bring mostly into line with coding styleGravatar Alan Cox 1-27/+28
2008-02-088250: enable rate reporting via termiosGravatar Alan Cox 1-0/+1
2008-02-08serial8250: coding styleGravatar Alan Cox 1-9/+10
2008-02-088250_pci: coding styleGravatar Alan Cox 1-55/+54
2008-02-088250_hub6: codding styleGravatar Alan Cox 1-12/+12
2008-02-088250_hp300: coding styleGravatar Alan Cox 1-20/+15
2008-02-088250_gsc: coding styleGravatar Alan Cox 1-9/+8
2008-02-088250_early: coding styleGravatar Alan Cox 1-8/+15