/freebsd/sys/compat/linux/ |
H A D | linux_signal.c | diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon
|
/freebsd/sys/sys/ |
H A D | signalvar.h | diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon
|
H A D | proc.h | diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon
|
/freebsd/sys/kern/ |
H A D | subr_trap.c | diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon
|
H A D | kern_sig.c | diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon
|
/freebsd/sys/i386/i386/ |
H A D | machdep.c | diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon
|
/freebsd/sys/amd64/amd64/ |
H A D | machdep.c | diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon diff 79065dba2a88baf780767cbb1bb31d4525a08528 Thu Apr 04 19:49:48 CEST 2002 Bruce Evans <bde@FreeBSD.org> Moved signal handling and rescheduling from userret() to ast() so that they aren't in the usual path of execution for syscalls and traps. The main complication for this is that we have to set flags to control ast() everywhere that changes the signal mask.
Avoid locking in userret() in most of the remaining cases.
Submitted by: luoqi (first part only, long ago, reorganized by me) Reminded by: dillon
|