Oleg Nesterov
|
b4e74264eb
signals: introduce kernel_sigaction()
|
11 年之前 |
Oleg Nesterov
|
580d34e42a
signals: disallow_signal() should flush the potentially pending signal
|
11 年之前 |
Oleg Nesterov
|
ec5955b8fd
signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()
|
11 年之前 |
Oleg Nesterov
|
0341729b4b
signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]
|
11 年之前 |
Oleg Nesterov
|
afe2b0386a
signals: cleanup the usage of t/current in do_sigaction()
|
11 年之前 |
Oleg Nesterov
|
c09c144139
signals: rename rm_from_queue_full() to flush_sigqueue_mask()
|
11 年之前 |
Oleg Nesterov
|
9490592f27
signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()
|
11 年之前 |
Oleg Nesterov
|
6114041aa7
signals: s/siginitset/sigemptyset/ in do_sigtimedwait()
|
11 年之前 |
Oleg Nesterov
|
650226bd95
ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()
|
11 年之前 |
Fabian Frederick
|
f6187769da
sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL
|
11 年之前 |
Gideon Israel Dsouza
|
52f5684c8e
kernel: use macros from compiler.h instead of __attribute__((...))
|
11 年之前 |
Jiri Kosina
|
d4263348f7
Merge branch 'master' into for-next
|
11 年之前 |
Masanari Iida
|
e227867f12
treewide: Fix typo in Documentation/DocBook
|
11 年之前 |
Oleg Nesterov
|
8d38f203b4
kernel/signal.c: change do_signal_stop/do_sigaction to use while_each_thread()
|
11 年之前 |
Al Viro
|
ce39596048
constify copy_siginfo_to_user{,32}()
|
11 年之前 |
Mathieu Desnoyers
|
3ddc5b46a8
kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()
|
12 年之前 |
Colin Cross
|
a2d5f1f5d9
sigtimedwait: use freezable blocking call
|
12 年之前 |
Linus Torvalds
|
73287a43cc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
12 年之前 |
Oleg Nesterov
|
403bad72b6
coredump: only SIGKILL should interrupt the coredumping task
|
12 年之前 |
Vineet Gupta
|
681a90ffe8
arc, print-fatal-signals: reduce duplicated information
|
12 年之前 |
David S. Miller
|
6e0895c2ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 年之前 |
Emese Revfy
|
b9e146d8eb
kernel/signal.c: stop info leak via the tkill and the tgkill syscalls
|
12 年之前 |
Jesper Derehag
|
2b5faa4c55
connector: Added coredumping event to the process connector
|
12 年之前 |
Andrew Morton
|
522cff142d
kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER
|
12 年之前 |
Kees Cook
|
2ca39528c0
signal: always clear sa_restorer on execve
|
12 年之前 |
Randy Dunlap
|
20f22ab42e
signals: fix new kernel-doc warnings
|
12 年之前 |
Linus Torvalds
|
6ec40b4230
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 年之前 |
Al Viro
|
db61ec29fd
fix compat_sys_rt_sigprocmask()
|
12 年之前 |
Valdis Kletnieks
|
5d1fadc147
kernel/signal.c: fix suboptimal printk usage
|
12 年之前 |
Andrey Vagin
|
66dd34ad31
signal: allow to send any siginfo to itself
|
12 年之前 |