aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_map.c
Commit message (Expand)AuthorAgeFilesLines
...
* Augment VM maps with a red-black treeRichard Braun2012-04-271-49/+68
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-1/+1
* Move kentry_data_size initial value to headerSamuel Thibault2012-03-081-1/+1
* Fix kern/kalloc.h includesRichard Braun2011-12-171-0/+1
* Adjust VM initializationRichard Braun2011-12-171-25/+47
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-56/+49
* Initialize the new map entry when it's a projected bufferGuillem Jover2011-08-271-1/+2
* Do not warn on vm_map_enter with fixed address failingSamuel Thibault2011-05-091-12/+4
* Warn once when part of the kernel is lacking spaceSamuel Thibault2011-04-221-7/+24
* Fix warningSamuel Thibault2009-10-201-1/+2
* Fix return with lock heldSamuel Thibault2009-10-141-1/+3
* Fix return with lock heldSamuel Thibault2009-10-141-1/+1
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+15
* 2008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2007-05-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* 2006-12-30 Richard Braun <syn@hurdfr.org>Samuel Thibault2009-06-181-4/+4
* 2006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+2
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-2/+1
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-2/+0
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-422/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-60/+60
* 1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-271-1/+1
* Initial sourceThomas Bushnell1997-02-251-0/+5244