cvs commit: src/sys/sys sched.h src/sys/kern kern_clock.c kern_proc.c kern_switch.c sched_4bsd.c sched_ule.c

Jeff Roberson jroberson at chesapeake.net
Thu Oct 16 01:47:52 PDT 2003


On Thu, 16 Oct 2003, Jeff Roberson wrote:

> jeff        2003/10/16 01:39:15 PDT
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/sys              sched.h
>     sys/kern             kern_clock.c kern_proc.c kern_switch.c
>                          sched_4bsd.c sched_ule.c
>   Log:
>    - Update the sched api.  sched_{add,rem,clock,pctcpu} now all accept a td
>      argument rather than a kse.

Forgot to mention; re approved changes to the sched api.  I have a few
things that I have long planed to tidy up that I'm going to try to get out
of the way over the next week.  No functionality changes really, just
shuffling things around so that we can clean them up.

>
>   Revision  Changes    Path
>   1.163     +2 -4      src/sys/kern/kern_clock.c
>   1.197     +3 -6      src/sys/kern/kern_proc.c
>   1.61      +9 -9      src/sys/kern/kern_switch.c
>   1.23      +14 -8     src/sys/kern/sched_4bsd.c
>   1.61      +14 -7     src/sys/kern/sched_ule.c
>   1.5       +4 -4      src/sys/sys/sched.h
>



More information about the cvs-src mailing list