Source-Changes archive

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

CVS commit: [netbsd-5] src/sys



Module Name:    src
Committed By:   snj
Date:           Tue Jun 23 06:56:52 UTC 2009

Modified Files:
        src/sys/sys [netbsd-5]: conf.h
        src/sys/uvm [netbsd-5]: uvm_device.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #826):
        sys/sys/conf.h: revision 1.135
        sys/uvm/uvm_device.c: revision 1.56
add a workaround for drm:
for device mmap()'s, if the D_NEGOFFSAFE flag is set, do not check
if the offset is negative.
this should go away with the test itself when all drivers are audited
and checked to not fail with negative offsets.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.131.8.1 src/sys/sys/conf.h
cvs rdiff -u -r1.54 -r1.54.8.1 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