Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   ad
Date:           Sat Mar 22 18:04:42 UTC 2008

Modified Files:
        src/sys/kern: init_main.c kern_cpu.c sys_generic.c
        src/sys/netsmb: smb_trantcp.c
        src/sys/sys: cpu_data.h lwp.h select.h selinfo.h

Log Message:
Commit the "per-CPU" select patch. This is the result of much work and
testing by rmind@ and myself.

Which approach to use is still being discussed, but I would like to get
this out of my working tree. If we decide to use a different approach
there is no problem with revisiting this.


To generate a diff of this commit:
cvs rdiff -r1.343 -r1.344 src/sys/kern/init_main.c
cvs rdiff -r1.21 -r1.22 src/sys/kern/kern_cpu.c
cvs rdiff -r1.115 -r1.116 src/sys/kern/sys_generic.c
cvs rdiff -r1.32 -r1.33 src/sys/netsmb/smb_trantcp.c
cvs rdiff -r1.18 -r1.19 src/sys/sys/cpu_data.h
cvs rdiff -r1.82 -r1.83 src/sys/sys/lwp.h
cvs rdiff -r1.32 -r1.33 src/sys/sys/select.h
cvs rdiff -r1.4 -r1.5 src/sys/sys/selinfo.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