summaryrefslogtreecommitdiff
path: root/mach-defpager/default_pager.c
AgeCommit message (Expand)Author
2023-05-10mach-defpager: Port to x86_64Sergey Bugaev
2023-05-04Use designated initializers when building mach_msg_type_tFlavio Cruz
2023-04-15Remove default_pager_paging_file RPC from default pagerFlavio Cruz
2023-04-08Use long_integer_t for exception_raise RPCsFlavio Cruz
2023-04-08Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz
2023-04-03Modernize code by removing use of old style definitions.Flavio Cruz
2023-02-16mach-defpager: Fix crash on pthread_cond_broadcastSamuel Thibault
2023-02-15Fix accessing bit 31Samuel Thibault
2023-01-01mach-defpager: Fix computing free spaceSamuel Thibault
2022-08-29Fix types of read write and readables methodsEtienne Brateau
2022-01-17Fix const warningsSamuel Thibault
2022-01-16Make RPC input array parameters constSamuel Thibault
2022-01-01Fix build warningsSamuel Thibault
2021-12-30wire_task_self: Use in various translatorsSamuel Thibault
2021-08-16mach-defpager: Drop kalloc/kfreeSamuel Thibault
2020-11-11Remove remnants of cthreadsSamuel Thibault
2020-03-31Fix build with -fno-commonSamuel Thibault
2017-08-05Use our own variant of 'assert' and 'assert_perror'.Justus Winter
2016-12-26mach-defpager: fix pager leakRichard Braun
2016-12-24mach-defpager: make the default pager use vm_wire_allRichard Braun
2016-12-10Remove support for the deprecated external memory interface.Justus Winter
2016-08-20mach-defpager: Add missing unlockBrent W. Baccala
2016-08-20mach-defpager: Fix debugging prints formatsBrent W. Baccala
2016-05-19mach-defpager: fix panic invocationJustus Winter
2016-04-19mach-defpager: fix error handlingJustus Winter
2016-03-16Add getting swap information from swapon and procfsSamuel Thibault
2014-12-10Replace `bcopy' with `memcpy' or `memmove' as appropriateJustus Winter
2014-12-10Replace `bzero' with `memset'Justus Winter
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: 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