Searched hist:9727 (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/sys/
H A Drunq.hdiff 9727e637 Wed Mar 19 23:51:16 MDT 2008 Jeff Roberson <jeff@FreeBSD.org> - Restore runq to manipulating threads directly by putting runq links and
rqindex back in struct thread.
- Compile kern_switch.c independently again and stop #include'ing it from
schedulers.
- Remove the ts_thread backpointers and convert most code to go from
struct thread to struct td_sched.
- Cleanup the ts_flags #define garbage that was causing us to sometimes
do things that expanded to td->td_sched->ts_thread->td_flags in 4BSD.
- Export the kern.sched sysctl node in sysctl.h
H A Dsysctl.hdiff 9727e637 Wed Mar 19 23:51:16 MDT 2008 Jeff Roberson <jeff@FreeBSD.org> - Restore runq to manipulating threads directly by putting runq links and
rqindex back in struct thread.
- Compile kern_switch.c independently again and stop #include'ing it from
schedulers.
- Remove the ts_thread backpointers and convert most code to go from
struct thread to struct td_sched.
- Cleanup the ts_flags #define garbage that was causing us to sometimes
do things that expanded to td->td_sched->ts_thread->td_flags in 4BSD.
- Export the kern.sched sysctl node in sysctl.h
H A Dproc.hdiff 9727e637 Wed Mar 19 23:51:16 MDT 2008 Jeff Roberson <jeff@FreeBSD.org> - Restore runq to manipulating threads directly by putting runq links and
rqindex back in struct thread.
- Compile kern_switch.c independently again and stop #include'ing it from
schedulers.
- Remove the ts_thread backpointers and convert most code to go from
struct thread to struct td_sched.
- Cleanup the ts_flags #define garbage that was causing us to sometimes
do things that expanded to td->td_sched->ts_thread->td_flags in 4BSD.
- Export the kern.sched sysctl node in sysctl.h
/freebsd-current/sys/kern/
H A Dkern_switch.cdiff 9727e637 Wed Mar 19 23:51:16 MDT 2008 Jeff Roberson <jeff@FreeBSD.org> - Restore runq to manipulating threads directly by putting runq links and
rqindex back in struct thread.
- Compile kern_switch.c independently again and stop #include'ing it from
schedulers.
- Remove the ts_thread backpointers and convert most code to go from
struct thread to struct td_sched.
- Cleanup the ts_flags #define garbage that was causing us to sometimes
do things that expanded to td->td_sched->ts_thread->td_flags in 4BSD.
- Export the kern.sched sysctl node in sysctl.h
H A Dsched_4bsd.cdiff 9727e637 Wed Mar 19 23:51:16 MDT 2008 Jeff Roberson <jeff@FreeBSD.org> - Restore runq to manipulating threads directly by putting runq links and
rqindex back in struct thread.
- Compile kern_switch.c independently again and stop #include'ing it from
schedulers.
- Remove the ts_thread backpointers and convert most code to go from
struct thread to struct td_sched.
- Cleanup the ts_flags #define garbage that was causing us to sometimes
do things that expanded to td->td_sched->ts_thread->td_flags in 4BSD.
- Export the kern.sched sysctl node in sysctl.h
H A Dsched_ule.cdiff 9727e637 Wed Mar 19 23:51:16 MDT 2008 Jeff Roberson <jeff@FreeBSD.org> - Restore runq to manipulating threads directly by putting runq links and
rqindex back in struct thread.
- Compile kern_switch.c independently again and stop #include'ing it from
schedulers.
- Remove the ts_thread backpointers and convert most code to go from
struct thread to struct td_sched.
- Cleanup the ts_flags #define garbage that was causing us to sometimes
do things that expanded to td->td_sched->ts_thread->td_flags in 4BSD.
- Export the kern.sched sysctl node in sysctl.h
/freebsd-current/sys/amd64/amd64/
H A Dcpu_switch.Sdiff 9727ca6a Thu Jul 29 10:49:20 MDT 2010 Jung-uk Kim <jkim@FreeBSD.org> Fix another fallout from r208833. savectx() is used to save CPU context
for crash dump (dumppcb) and kdb (stoppcbs). For both cases, there cannot
have a valid pointer in pcb_save. This should restore the previous
behaviour.
/freebsd-current/sys/netinet6/
H A Dnd6.cdiff 9727df0c Wed Jul 20 14:02:28 MDT 2005 Hajimu UMEMOTO <ume@FreeBSD.org> do not hardcode if_mtu values in here, except for IFT_{ARC,FDDI} -
they need special handling. makes it possible to take advantage of 9k ether
frames.

Obtained from: NetBSD
/freebsd-current/sys/conf/
H A Dfilesdiff 9727e637 Wed Mar 19 23:51:16 MDT 2008 Jeff Roberson <jeff@FreeBSD.org> - Restore runq to manipulating threads directly by putting runq links and
rqindex back in struct thread.
- Compile kern_switch.c independently again and stop #include'ing it from
schedulers.
- Remove the ts_thread backpointers and convert most code to go from
struct thread to struct td_sched.
- Cleanup the ts_flags #define garbage that was causing us to sometimes
do things that expanded to td->td_sched->ts_thread->td_flags in 4BSD.
- Export the kern.sched sysctl node in sysctl.h
diff 9727e637 Wed Mar 19 23:51:16 MDT 2008 Jeff Roberson <jeff@FreeBSD.org> - Restore runq to manipulating threads directly by putting runq links and
rqindex back in struct thread.
- Compile kern_switch.c independently again and stop #include'ing it from
schedulers.
- Remove the ts_thread backpointers and convert most code to go from
struct thread to struct td_sched.
- Cleanup the ts_flags #define garbage that was causing us to sometimes
do things that expanded to td->td_sched->ts_thread->td_flags in 4BSD.
- Export the kern.sched sysctl node in sysctl.h

Completed in 2366 milliseconds