Source-Changes archive

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

CVS commit: src/sys/uvm



Module Name:    src
Committed By:   chuck
Date:           Wed Feb  2 15:13:34 UTC 2011

Modified Files:
        src/sys/uvm: uvm.h uvm_amap.c uvm_amap.h uvm_anon.c uvm_anon.h
            uvm_ddb.h uvm_device.c uvm_device.h uvm_extern.h uvm_fault.c
            uvm_fault.h uvm_fault_i.h uvm_glue.h uvm_init.c uvm_io.c uvm_km.h
            uvm_loan.c uvm_loan.h uvm_object.h uvm_pager.c uvm_pager.h
            uvm_stat.c uvm_stat.h uvm_user.c

Log Message:
udpate license clauses on my code to match the new-style BSD licenses.
based on diff that rmind@ sent me.

no functional change with this commit.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/uvm/uvm.h
cvs rdiff -u -r1.88 -r1.89 src/sys/uvm/uvm_amap.c
cvs rdiff -u -r1.34 -r1.35 src/sys/uvm/uvm_amap.h
cvs rdiff -u -r1.51 -r1.52 src/sys/uvm/uvm_anon.c
cvs rdiff -u -r1.26 -r1.27 src/sys/uvm/uvm_anon.h
cvs rdiff -u -r1.13 -r1.14 src/sys/uvm/uvm_ddb.h src/sys/uvm/uvm_user.c
cvs rdiff -u -r1.57 -r1.58 src/sys/uvm/uvm_device.c
cvs rdiff -u -r1.11 -r1.12 src/sys/uvm/uvm_device.h
cvs rdiff -u -r1.168 -r1.169 src/sys/uvm/uvm_extern.h
cvs rdiff -u -r1.180 -r1.181 src/sys/uvm/uvm_fault.c
cvs rdiff -u -r1.19 -r1.20 src/sys/uvm/uvm_fault.h
cvs rdiff -u -r1.25 -r1.26 src/sys/uvm/uvm_fault_i.h
cvs rdiff -u -r1.9 -r1.10 src/sys/uvm/uvm_glue.h
cvs rdiff -u -r1.38 -r1.39 src/sys/uvm/uvm_init.c
cvs rdiff -u -r1.24 -r1.25 src/sys/uvm/uvm_io.c
cvs rdiff -u -r1.18 -r1.19 src/sys/uvm/uvm_km.h
cvs rdiff -u -r1.77 -r1.78 src/sys/uvm/uvm_loan.c
cvs rdiff -u -r1.16 -r1.17 src/sys/uvm/uvm_loan.h
cvs rdiff -u -r1.29 -r1.30 src/sys/uvm/uvm_object.h
cvs rdiff -u -r1.98 -r1.99 src/sys/uvm/uvm_pager.c
cvs rdiff -u -r1.39 -r1.40 src/sys/uvm/uvm_pager.h
cvs rdiff -u -r1.35 -r1.36 src/sys/uvm/uvm_stat.c
cvs rdiff -u -r1.47 -r1.48 src/sys/uvm/uvm_stat.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