Searched hist:93793 (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_signal.cdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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-9.3-release/sys/compat/svr4/
H A Dsvr4_signal.cdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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-9.3-release/sys/fs/coda/
H A Dcoda_psdev.cdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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-9.3-release/sys/i386/svr4/
H A Dsvr4_machdep.cdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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-9.3-release/sys/compat/linux/
H A Dlinux_signal.cdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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-9.3-release/sys/sys/
H A Dsignalvar.hdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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 93793 Thu Apr 04 15:49:48 MST 2002 bde 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-9.3-release/sys/sparc64/sparc64/
H A Dmachdep.cdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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-9.3-release/sys/i386/linux/
H A Dlinux_sysvec.cdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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-9.3-release/sys/ia64/ia64/
H A Dmachdep.cdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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-9.3-release/sys/kern/
H A Dsubr_syscall.cdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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 Dsubr_trap.cdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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 93793 Thu Apr 04 15:49:48 MST 2002 bde 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-9.3-release/sys/pc98/pc98/
H A Dmachdep.cdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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-9.3-release/sys/i386/i386/
H A Dmachdep.cdiff 93793 Thu Apr 04 15:49:48 MST 2002 bde 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-9.3-release/sys/amd64/amd64/
H A Dmachdep.c

Completed in 823 milliseconds