summaryrefslogtreecommitdiff
path: root/mach-defpager
AgeCommit message (Expand)Author
2014-05-26Avoid compiler warning about empty bodiesJustus Winter
2014-03-25mach-defpager: replace the magic typecast with a hash tableJustus Winter
2014-03-25mach-defpager: fix local includesJustus Winter
2014-03-25mach-defpager: fix receiver lookupsJustus Winter
2014-03-12mach-defpager: silently ignore requests to page to active partitionJustus Winter
2014-03-12mach-defpager: fix type of size argumentsJustus Winter
2014-03-12mach-defpager: fix warnings about uninitialized variablesJustus Winter
2014-03-12mach-defpager: fix warning about uninitialized variableJustus Winter
2014-03-12mach-defpager: fix error handling in S_default_pager_object_set_sizeJustus Winter
2014-03-12mach-defpager: add and use synchronized_printf for dprintfJustus Winter
2014-03-12mach-defpager: fix warnings about unused variablesJustus Winter
2014-03-12mach-defpager: remove comments around form feedsJustus Winter
2014-02-25mach-defpager: improve the default_pager_demux_object functionJustus Winter
2014-02-25mach-defpager: add function mig_reply_setupJustus Winter
2014-02-25mach-defpager: fix definition of seqnos_memory_object_data_unlockJustus Winter
2013-11-21mach-defpager: drop all register qualifiersJustus Winter
2013-11-15mach-defpager: do not remove -Wall from CFLAGSJustus Winter
2013-11-15mach-defpager: fix the page offsets returned by pager_pagesJustus Winter
2013-11-10mach-defpager: include errno.hJustus Winter
2013-11-09mach-defpager: remove unused variablesJustus Winter
2013-11-09mach-defpager: turn dealloc_direct into a normal functionJustus Winter
2013-08-29mach-defpager: register mach-defpager translators as importantJustus Winter
2013-06-02Remove unused variableMiguel Figueiredo
2013-05-30Remove unused variablesMiguel Figueiredo
2013-05-27Do not compute debugging information by defaultSamuel Thibault
2012-11-27Switch from cthreads to pthreadsRichard Braun
2012-04-08Replace fragile manual »make dist« system with one based on »git archive«.Thomas Schwinge
2012-04-08Allocate pager's map on demand.Maksym Planeta
2012-04-08Delete fragile hack.Maksym Planeta
2012-04-08Fix bugs in truncation of memory map.Maksym Planeta
2012-04-08Prevent repeated freeing of pager's mapMaksym Planeta
2012-04-08Add appropriate checks to take into account that pager's memory map could be ...Maksym Planeta
2012-04-08Set size of object, when it is created.Maksym Planeta
2012-04-08Add support for objects that are not bounded to page size.Maksym Planeta
2012-04-08Add support for empty memory objects.Maksym Planeta
2012-04-08Add support for new pageout interface for defpager.Maksym Planeta
2012-04-08Update debugging macros definitions and remove debugging macros when it becomesMaksym Planeta
2012-04-02Update comments.Maksym Planeta
2012-03-26Correct function calling.Maksym Planeta
2012-03-26Add lock in pager_truncate.Maksym Planeta
2012-03-26Remove warnings during compilation.Maksym Planeta
2011-11-20Just destroy port rights in default_pagerSergio Lopez
2011-11-20Fix defpager into using the correct control portMaksym Planeta
2011-11-05mach-defpager: Declare `__malloc_initialize_hook' as volatile.Ludovic Courtès
2011-08-20fix common misspellingsJonathan Neuschäfer
2011-04-03Remove `serverboot'; fix "make dist" in `mach-defpager'.Ludovic Courtès
2010-08-01Fix swap on large devicesJeremie Koenig
2009-07-11Switch to the new ChangeLog style.Thomas Schwinge
2007-06-062007-06-06 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
2002-06-16.Roland McGrath