aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_resident.c
Commit message (Expand)AuthorAgeFilesLines
* vm: fix typoJustus Winter2015-02-181-1/+1
* Declare void argument lists (part 2)Marin Ramesa2013-12-201-1/+1
* vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-1/+1
* vm/vm_resident.c (vm_page_print): remove unnecessary castsMarin Ramesa2013-12-151-2/+2
* vm/vm_resident.c: correct commentMarin Ramesa2013-12-051-1/+1
* vm/vm_resident.c: remove register qualifiersMarin Ramesa2013-11-151-43/+43
* vm: organize vm print function prototypesMarin Ramesa2013-07-181-0/+1
* Fix format warningsMiguel Figueiredo2013-06-041-1/+1
* Fix compilation warning implicit function declaration kdbprintfDavid Höppner2013-01-041-0/+5
* Provide basic page cache statisticsRichard Braun2012-09-231-0/+15
* Adjust VM initializationRichard Braun2011-12-171-1/+0
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-15/+7
* Free memory used by boot modulesSamuel Thibault2011-09-051-0/+5
* Warn once when part of the kernel is lacking memorySamuel Thibault2011-04-201-0/+2
* Add missing castsGuillem Jover2009-12-181-2/+2
* Fix a bug in vm_page_grab_contiguous_pages.Zheng Da2009-11-111-5/+4
* Fix warningsSamuel Thibault2009-10-201-2/+0
* 2006-12-30 Richard Braun <syn@hurdfr.org>Samuel Thibault2009-06-181-1/+1
* 2006-12-03 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-4/+0
* 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-0/+1
* 2006-11-05 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+3
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-3/+1
* 2006-01-31 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* 1999-09-04 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-041-3/+4
* 1999-06-29 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-291-1/+2
* 1999-06-29 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-291-1/+1
* 1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-281-0/+2
* 1999-06-27 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-06-271-15/+32
* prerelease workThomas Bushnell1997-03-241-1/+1
* Initial sourceThomas Bushnell1997-02-251-0/+1505