NetBSD/sys/dev/hpc
chs e07f0b9362 eliminate uvm_useracc() in favor of checking the return value of
copyin() or copyout().

uvm_useracc() tells us whether the mapping permissions allow access to
the desired part of an address space, and many callers assume that
this is the same as knowing whether an attempt to access that part of
the address space will succeed.  however, access to user space can
fail for reasons other than insufficient permission, most notably that
paging in any non-resident data can fail due to i/o errors.  most of
the callers of uvm_useracc() make the above incorrect assumption.  the
rest are all misguided optimizations, which optimize for the case
where an operation will fail.  we'd rather optimize for operations
succeeding, in which case we should just attempt the access and handle
failures due to insufficient permissions the same way we handle i/o
errors.  since there appear to be no good uses of uvm_useracc(), we'll
just remove it.
2003-11-13 03:09:28 +00:00
..
Makefile
bicons.c Don't use NULL when an integer is needed. 2003-10-22 08:58:38 +00:00
bicons.h
biconsdev.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
biconsvar.h
bifont.c
bivideo.c eliminate uvm_useracc() in favor of checking the return value of 2003-11-13 03:09:28 +00:00
bivideovar.h
btnmgr.c
button.c
files.bicons
files.hpcfb
files.hpcio
files.hpckbd
files.hpctp
fontconv.c
hpcbatterytable.h
hpcbatteryvar.h
hpccmap.c
hpccmap_gen.c add missing __RCSID() 2003-07-14 15:40:37 +00:00
hpccmapvar.h
hpcfb.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
hpcfbio.h
hpcfbvar.h
hpcin.c
hpcioman.c Use aprint_normal() in cfprint routines. 2003-01-01 00:16:46 +00:00
hpciomanvar.h
hpciovar.h
hpckbd.c
hpckbdkeymap.h French keydesc for Jornada 680/690. Written based on photos and 2003-08-23 02:48:47 +00:00
hpckbdvar.h
hpcout.c
mra.c
pckbd_encode.c
pckbd_encode.h
pwctl.c
tpcalib.c Added new ioctl command, WSMOUSEIO_GETID to tell touch panel identifier 2003-01-03 04:36:26 +00:00
tpcalibvar.h
video_subr.c eliminate uvm_useracc() in favor of checking the return value of 2003-11-13 03:09:28 +00:00
video_subr.h
vt220l8x10.h