summaryrefslogtreecommitdiff
path: root/mach-defpager
AgeCommit message (Expand)Author
2015-01-03misc: Fix typos in comments (found by codespell)Stefan Weil
2014-12-11Fix inclusion loop between hurd_types.defs and hurd/signal.h>Samuel Thibault
2014-12-10Replace `bcopy' with `memcpy' or `memmove' as appropriateJustus Winter
2014-12-10Replace `bzero' with `memset'Justus Winter
2014-11-10Fix mach-defpager's kalloc valuesSamuel Thibault
2014-11-03mach-defpager: use protected payloads for object lookupsJustus Winter
2014-09-04hurd: make memory_object parameter polymorphicJustus Winter
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