aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-08uglify while_each_pid_task() to make sure we don't count the execing pricess twiceOleg Nesterov1-0/+6
2008-02-08uglify kill_pid_info() to fix kill() vs exec() raceOleg Nesterov1-3/+12
2008-02-08pid: fix solaris_procidsEric W. Biederman1-2/+2
2008-02-08pid: fix mips irix emulation pid usageEric W. Biederman3-19/+23
2008-02-08sys_getsid: don't use ->nsproxy directlyOleg Nesterov1-7/+4
2008-02-08pid: Extend/Fix pid_vnrEric W. Biederman3-14/+11
2008-02-08pid: sys_wait... fixesEric W. Biederman1-24/+56
2008-02-08move the related code from exit_notify() to exit_signals()Oleg Nesterov2-23/+22
2008-02-08sys_setsid: remove now unneeded session != 1 checkOleg Nesterov1-4/+1
2008-02-08fix group stop with exit raceOleg Nesterov3-2/+28
2008-02-08start the global /sbin/init with 0,0 special pidsOleg Nesterov2-6/+4
2008-02-08move daemonized kernel threads into the swapper's sessionOleg Nesterov1-1/+1
2008-02-08teach set_special_pids() to use struct pidOleg Nesterov4-18/+18
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-08wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITOleg Nesterov1-4/+0
2008-02-08wait_task_continued/zombie: don't use task_pid_nr_ns() locklessOleg Nesterov1-10/+5
2008-02-08do_wait: fix security checksOleg Nesterov1-21/+18
2008-02-08do_wait: cleanup delay_group_leader() usageOleg Nesterov1-13/+4
2008-02-08wait_task_stopped(): remove unneeded delay_group_leader checkOleg Nesterov1-4/+3
2008-02-08ptrace_stop: fix racy nonstop_code settingOleg Nesterov1-6/+7
2008-02-08do_wait: factor out "retval != 0" checksOleg Nesterov1-8/+4
2008-02-08wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untraceOleg Nesterov1-62/+26
2008-02-08ptrace_stop: fix the race with ptrace detach+attachOleg Nesterov1-3/+3
2008-02-08ptrace_check_attach: remove unneeded ->signal != NULL checkOleg Nesterov1-2/+5
2008-02-08kill my_ptrace_child()Oleg Nesterov1-20/+3
2008-02-08kill PT_ATTACHEDOleg Nesterov4-22/+3
2008-02-08IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer5-67/+50
2008-02-08IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer7-104/+34
2008-02-08IPC/semaphores: consolidate SEM_STAT and IPC_STAT commandsPierre Peiffer1-22/+16
2008-02-08ipc: uninline some code from util.hPavel Emelyanov2-58/+57
2008-02-08serial_core: bring mostly into line with coding styleAlan Cox1-27/+28
2008-02-088250: enable rate reporting via termiosAlan Cox1-0/+1
2008-02-08serial8250: coding styleAlan Cox1-9/+10
2008-02-088250_pci: coding styleAlan Cox1-55/+54
2008-02-088250_hub6: codding styleAlan Cox1-12/+12
2008-02-088250_hp300: coding styleAlan Cox1-20/+15
2008-02-088250_gsc: coding styleAlan Cox1-9/+8
2008-02-088250_early: coding styleAlan Cox1-8/+15
2008-02-08tty_ioctl: drag screaming into compliance with the coding styleAlan Cox1-182/+180
2008-02-08tty_io: drag screaming into coding style complianceAlan Cox1-278/+283
2008-02-08tty_audit: fix checkpatch complaintAlan Cox1-1/+1
2008-02-08rocket: don't let random users reset the controllerAlan Cox1-0/+3
2008-02-08rocket: first pass at termios reportingAlan Cox1-10/+8
2008-02-08n_tty: clean up old code to follow coding style and (mostly) checkpatchAlan Cox1-75/+73
2008-02-08moxa: first pass at termios reportingAlan Cox1-8/+15
2008-02-08fix "modules: make module_address_lookup() safe"Andrew Morton2-4/+4
2008-02-08modules: include sections.h to avoid defining linker variables explicitlyChristoph Lameter1-3/+1
2008-02-08Modules: handle symbols that have a zero valueChristoph Lameter1-9/+14
2008-02-08tty: s390 support for termios2.Heiko Carstens3-1/+11