Searched hist:171488 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Dmutex.hdiff 171488 Wed Jul 18 18:46:06 MDT 2007 jeff - Remove the global definition of sched_lock in mutex.h to break
new code and third party modules which try to depend on it.
- Initialize sched_lock in sched_4bsd.c.
- Declare sched_lock in sparc64 pmap.c and assert that we're compiling
with SCHED_4BSD to prevent accidental crashes from running ULE. This
is the sole remaining file outside of the scheduler that uses the
global sched_lock.

Approved by: re
/freebsd-9.3-release/sys/kern/
H A Dsched_4bsd.cdiff 171488 Wed Jul 18 18:46:06 MDT 2007 jeff - Remove the global definition of sched_lock in mutex.h to break
new code and third party modules which try to depend on it.
- Initialize sched_lock in sched_4bsd.c.
- Declare sched_lock in sparc64 pmap.c and assert that we're compiling
with SCHED_4BSD to prevent accidental crashes from running ULE. This
is the sole remaining file outside of the scheduler that uses the
global sched_lock.

Approved by: re
H A Dkern_mutex.cdiff 171488 Wed Jul 18 18:46:06 MDT 2007 jeff - Remove the global definition of sched_lock in mutex.h to break
new code and third party modules which try to depend on it.
- Initialize sched_lock in sched_4bsd.c.
- Declare sched_lock in sparc64 pmap.c and assert that we're compiling
with SCHED_4BSD to prevent accidental crashes from running ULE. This
is the sole remaining file outside of the scheduler that uses the
global sched_lock.

Approved by: re
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dpmap.cdiff 171488 Wed Jul 18 18:46:06 MDT 2007 jeff - Remove the global definition of sched_lock in mutex.h to break
new code and third party modules which try to depend on it.
- Initialize sched_lock in sched_4bsd.c.
- Declare sched_lock in sparc64 pmap.c and assert that we're compiling
with SCHED_4BSD to prevent accidental crashes from running ULE. This
is the sole remaining file outside of the scheduler that uses the
global sched_lock.

Approved by: re

Completed in 423 milliseconds