Home
last modified time | relevance | path

Searched hist:"79065 dba2a88baf780767cbb1bb31d4525a08528" (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_signal.cdiff 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 Dsignalvar.hdiff 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 Dproc.hdiff 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 Dlinux_sysvec.cdiff 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 Dsubr_trap.cdiff 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 Dkern_sig.cdiff 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 Dmachdep.cdiff 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 Dmachdep.cdiff 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