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:   riastradh
Date:           Sat Dec 17 03:46:52 UTC 2016

Modified Files:
        src/sys/arch/hpcmips/dev: ucbsnd.c
        src/sys/sys: conf.h
        src/sys/uvm: uvm_device.c

Log Message:
Omit needless nullmmap.

Convert the one user of it to nommap.  No functional change to the
device driver, since uvm interpreted nullmmap just like nommap.

This slightly changes the uvm ABI so that the function pointer nullop
is no longer interpreted as non-mmappable.  I do hereby declare that
I am surfing the kernel version bump from a few hours ago.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hpcmips/dev/ucbsnd.c
cvs rdiff -u -r1.150 -r1.151 src/sys/sys/conf.h
cvs rdiff -u -r1.64 -r1.65 src/sys/uvm/uvm_device.c

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