Searched hist:104964 (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.3-release/sys/kern/
H A Dksched.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dkern_idle.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dsubr_hash.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dkern_switch.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dsched_4bsd.c104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dsubr_turnstile.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dsubr_uio.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dkern_clock.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dkern_mutex.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dkern_resource.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dkern_synch.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dsubr_syscall.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dsubr_trap.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dkern_exit.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dkern_fork.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
/freebsd-10.3-release/sys/vm/
H A Dvm_zeroidle.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dvm_pageout.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
/freebsd-10.3-release/sys/sys/
H A Dsched.h104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
H A Dproc.hdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
/freebsd-10.3-release/sys/i386/i386/
H A Dmachdep.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
/freebsd-10.3-release/sys/amd64/amd64/
H A Dmachdep.cdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch
/freebsd-10.3-release/sys/conf/
H A Dfilesdiff 104964 Sat Oct 12 05:32:24 MDT 2002 jeff - Create a new scheduler api that is defined in sys/sched.h
- Begin moving scheduler specific functionality into sched_4bsd.c
- Replace direct manipulation of scheduler data with hooks provided by the
new api.
- Remove KSE specific state modifications and single runq assumptions from
kern_switch.c

Reviewed by: -arch

Completed in 1616 milliseconds