cvs commit: src/sys/conf files src/sys/sys proc.h runq.h sysctl.h src/sys/kern kern_switch.c sched_4bsd.c sched_ule.c

Jeff Roberson jeff at FreeBSD.org
Wed Mar 19 22:51:17 PDT 2008


jeff        2008-03-20 05:51:16 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files 
    sys/sys              proc.h runq.h sysctl.h 
    sys/kern             kern_switch.c sched_4bsd.c sched_ule.c 
  Log:
   - 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
  
  Revision  Changes    Path
  1.1282    +1 -0      src/sys/conf/files
  1.143     +49 -64    src/sys/kern/kern_switch.c
  1.123     +30 -47    src/sys/kern/sched_4bsd.c
  1.238     +117 -130  src/sys/kern/sched_ule.c
  1.508     +2 -2      src/sys/sys/proc.h
  1.12      +9 -9      src/sys/sys/runq.h
  1.156     +1 -0      src/sys/sys/sysctl.h


More information about the cvs-all mailing list