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:   mrg
Date:           Sat Jun 20 19:24:27 UTC 2009

Modified Files:
        src/sys/sys: conf.h
        src/sys/uvm: uvm_device.c

Log Message:
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.134 -r1.135 src/sys/sys/conf.h
cvs rdiff -u -r1.55 -r1.56 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