Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   thorpej
Date:           Sun Oct  8 04:21:55 UTC 2006

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/sys/conf: files
        src/sys/sys: Makefile
Added Files:
        src/sys/kern: subr_specificdata.c
        src/sys/sys: specificdata.h

Log Message:
Add subroutines for maintaining object-specific data for arbitrary
subsystems, based on work by YAMAMOTO Takashi.  This is intended to
be used by other subsystems (such as the proc_*() or lwp_*() routines)
rather than directly by consumers.


To generate a diff of this commit:
cvs rdiff -r1.938 -r1.939 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.813 -r1.814 src/sys/conf/files
cvs rdiff -r0 -r1.1 src/sys/kern/subr_specificdata.c
cvs rdiff -r1.86 -r1.87 src/sys/sys/Makefile
cvs rdiff -r0 -r1.1 src/sys/sys/specificdata.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index