Age | Commit message (Expand) | Author |
2015-01-15 | UVM_INH_* and UVM_ADV_* are gone; use MAP_INHERIT_* and MADV_* | Philip Guenther |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-07-03 | Move failure case text from uvm_pagerealloc() to uvm_pagealloc() | Matthew Dempsky |
2014-07-02 | Sync uvm_page_physload()'s parameter types with reality | Matthew Dempsky |
2014-07-02 | Use real parameter types for u{dv,vn}_attach() instead of void * | Matthew Dempsky |
2014-06-30 | Remove some dead functions from uvm.9: | Matthew Dempsky |
2014-06-30 | Update to reflect that UVM_INH_ZERO has replaced UVM_INH_DONATE. | Matthew Dempsky |
2014-05-29 | zap double word; | Jason McIntyre |
2014-05-29 | Update to match recent changes | Philip Guenther |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-07-20 | - remove redundant sentence about misc functions | Jason McIntyre |
2013-07-17 | use .Mt for AUTHORS email; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-06-04 | Replace old-fashioned .Fd by new-fangled .In for #include lines. | Ingo Schwarze |
2013-05-30 | correct some lies | Ted Unangst |
2013-05-22 | fix formatting here too; from ingo | Jason McIntyre |
2013-05-20 | Wrap list of prototypes in a .nr nS 1/0 pair just like all the others. No | Mark Kettenis |
2013-01-17 | various macro fixes; | Jason McIntyre |
2010-12-24 | Sync uvm_km_alloc1() prototype with reality. | Alexander Yurchenko |
2010-11-09 | update struct uvmexp, and fix some spacing issues while here; | Jason McIntyre |
2009-12-15 | spelling fixes, from Brad Tilley; | Jason McIntyre |
2009-04-20 | Man bits for UVM_PLA_ZERO. | Owain Ainsworth |
2009-04-14 | manpage bits for uvm_pglistalloc() changes. | Owain Ainsworth |
2009-03-19 | no .Pp before or after sections; | Jason McIntyre |
2008-11-04 | uvmspace_unshare() is never used; ok miod | Theo de Raadt |
2008-10-16 | sub-system -> subsystem, for consistency withour other pages; | Jason McIntyre |
2008-06-09 | Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of | Miod Vallat |
2008-05-06 | typo fix; from tanner | Jason McIntyre |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-26 | Change some return value descriptions from "standard UVM return value" | Artur Grabowski |
2007-03-26 | Rip out all the KERN_ return values, since they will go | Artur Grabowski |
2007-03-25 | Remove references to KERN_SUCCESS, okay miod@ | Pedro Martelletto |
2007-01-16 | Implement multiple segment allocation for uvm_pglistalloc, which fixes | Dimitry Andric |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich |
2005-09-22 | remove one `file-system' example, and make another at least consistent | Jason McIntyre |
2004-01-24 | typo from Jared Yanovich; | Jason McIntyre |
2003-08-30 | Remove uvm_useracc() description here as well. | Miod Vallat |
2003-06-06 | - section reorder | Jason McIntyre |
2003-05-10 | typo; | Jason McIntyre |
2003-05-03 | removed typo introduced by myself; | Jason McIntyre |
2003-05-01 | typos; | Jason McIntyre |
2003-03-28 | zero'd -> zeroed; | Jason McIntyre |
2003-03-10 | filesystem -> file system for section 9 | Ted Unangst |
2002-12-20 | fix two typos; Dave Steinberg | Todd C. Miller |
2002-12-19 | "papers by published" -> "papers published by"; Dave Steinberg | Todd C. Miller |
2002-11-08 | Time to cleanup: | Mike Pechkin |
2002-09-02 | xrefs to pmap(9); ok art@ | Wilbern Cobb |
2002-08-27 | no more .Pp before/after .Sh; from mpech@ | Wilbern Cobb |
2002-08-27 | - sync uvm_map(), uvm_map_pageable(), uvmspace_exec(), uvm_vnp_setsize(), | Wilbern Cobb |
2002-08-24 | - Mention that MD code must register some free RAM with uvm_page_physload() | Wilbern Cobb |