summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_device.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Chuck Cranor rescinded clauses in his licensejsg2014-07-111-8/+1
| | | | | | | | | | | | | on the 2nd of February 2011 in NetBSD. http://marc.info/?l=netbsd-source-changes&m=129658899212732&w=2 http://marc.info/?l=netbsd-source-changes&m=129659095515558&w=2 http://marc.info/?l=netbsd-source-changes&m=129659157916514&w=2 http://marc.info/?l=netbsd-source-changes&m=129665962324372&w=2 http://marc.info/?l=netbsd-source-changes&m=129666033625342&w=2 http://marc.info/?l=netbsd-source-changes&m=129666052825545&w=2 http://marc.info/?l=netbsd-source-changes&m=129666922906480&w=2 http://marc.info/?l=netbsd-source-changes&m=129667725518082&w=2
* Use real parameter types for u{dv,vn}_attach() instead of void *matthew2014-07-021-3/+3
| | | | ok guenther
* Add proper mmap(2) support for drm(4)/inteldrm(4). This changes thekettenis2013-06-071-1/+2
| | | | | | | | DRM_I915_GEM_MMAP and DRM_I915_GEM_MMAP_GTT ioctls to be compatible with Linux. This also is the first step that moves us away from accessing all graphics memory through the GTT, which should make things faster. ok tedu@ (for the uvm bits)
* First round of __P removal in sysmillert2002-03-141-2/+2
|
* Various random fixes from NetBSD.art2001-08-111-3/+3
| | | | Including support for zeroing pages in the idle loop (not enabled yet).
* Protect protypes, certain macros, and inlines from userland. Checked userlandsmart2001-03-091-2/+6
| | | | with a 'make build'. From NetBSD. art@ ok
* $OpenBSD$niklas2001-01-291-0/+1
|
* Fix the NetBSD id strings.art2000-03-151-1/+1
|
* sync with NetBSD from 1999.05.24 (there is a reason for this date)art1999-08-231-7/+2
| | | | | Mostly cleanups, but also a few improvements to pagedaemon for better handling of low memory and/or low swap conditions.
* add OpenBSD tagsart1999-02-261-0/+1
|
* Import of uvm from NetBSD. Some local changes, some code disabledart1999-02-261-0/+76