summaryrefslogtreecommitdiff
path: root/vm/vm_map.c
AgeCommit message (Expand)Author
2015-07-09Allow non-privileged tasks to wire 64KiB task memorySamuel Thibault
2014-04-04Convert from K&R to ANSIMarin Ramesa
2013-12-17vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-09vm/vm_map.c: use boolean instead of an intMarin Ramesa
2013-12-05vm/vm_map.c: remove forward declarationsMarin Ramesa
2013-11-24vm: move forward declarations into a header fileMarin Ramesa
2013-11-15vm/vm_map.c: remove register qualifiersMarin Ramesa
2013-11-15vm/vm_map.c: trivial stylistic fix for consistencyMarin Ramesa
2013-07-18vm: organize vm print function prototypesMarin Ramesa
2013-01-04Fix compilation warning implicit function declaration kdbprintfDavid Höppner
2012-11-20Fix calls to vm_map when size is 0Richard Braun
2012-04-27Augment VM maps with a red-black treeRichard Braun
2012-03-09Use unsigned long for addresses and sizesSamuel Thibault
2012-03-08Move kentry_data_size initial value to headerSamuel Thibault
2011-12-17Fix kern/kalloc.h includesRichard Braun
2011-12-17Adjust VM initializationRichard Braun
2011-12-17Adjust the kernel to use the slab allocatorRichard Braun
2011-08-27Initialize the new map entry when it's a projected bufferGuillem Jover
2011-05-09Do not warn on vm_map_enter with fixed address failingSamuel Thibault
2011-04-22Warn once when part of the kernel is lacking spaceSamuel Thibault
2009-10-20Fix warningSamuel Thibault
2009-10-14Fix return with lock heldSamuel Thibault
2009-10-14Fix return with lock heldSamuel Thibault
2009-06-182008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2009-06-182008-07-15 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182007-05-05 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2009-06-182006-12-30 Richard Braun <syn@hurdfr.org>Samuel Thibault
2009-06-182006-11-11 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2009-06-182006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
2009-06-182006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault
2009-06-182006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2009-06-182006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2001-04-052001-04-04 Roland McGrath <roland@frob.com>Roland McGrath
1999-06-271999-06-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
1997-02-25Initial sourceThomas Bushnell