cvs commit: src/sys/sys proc.h src/sys/kern kern_switch.c kern_thread.c sched_4bsd.c sched_ule.c

Julian Elischer julian at elischer.org
Tue Dec 14 13:24:23 PST 2004


Some of these fields were used heavily in debugging during the 5.3 
release runnup
and I didn't want to remove them until after the release.
Others were as I mentionned to you before, now certainly ripe for removal.


Jeff Roberson wrote:

>jeff        2004-12-14 10:53:55 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/sys              proc.h 
>    sys/kern             kern_switch.c kern_thread.c sched_4bsd.c 
>                         sched_ule.c 
>  Log:
>   - Garbage collect several unused members of struct kse and struce ksegrp.
>     As best as I can tell, some of these were never used.
>  
>  Revision  Changes    Path
>  1.105     +0 -6      src/sys/kern/kern_switch.c
>  1.209     +0 -2      src/sys/kern/kern_thread.c
>  1.69      +0 -9      src/sys/kern/sched_4bsd.c
>  1.140     +0 -9      src/sys/kern/sched_ule.c
>  1.413     +0 -2      src/sys/sys/proc.h
>  
>



More information about the cvs-src mailing list