Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2008 05:51:16 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200803200551.m2K5pGVJ036157@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803200551.m2K5pGVJ036157>