summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-01-16mach_debug_types: Add const_dev_name_tSamuel Thibault
2022-01-16device_types: Add const_dev_name_tSamuel Thibault
2021-11-07vm_region_get_proxy: rename to create_proxySergey Bugaev
2021-11-07vm: vm_region_get_proxyJoan Lledó
2021-11-07memory_object: Fix memory_object_t type in the kernelSamuel Thibault
2021-10-17memory_object_create_proxy: Make len parameter vm_size_array_tSamuel Thibault
2021-08-21device_read: Add dealloc for dataSamuel Thibault
2021-08-09memory_object_proxy: Explicit that creation wants a send rightSamuel Thibault
2020-12-20vm_map: Fix taking into account high bits in maskSamuel Thibault
2020-12-01gsync: Use vm_address_t instead of vm_offset_tSamuel Thibault
2020-07-10Add hardware interrupt notification mechanismSamuel Thibault
2020-07-09Add vm_allocate_contiguous RPCSamuel Thibault
2020-07-09Add experimental RPC infrastructureSamuel Thibault
2020-03-2964bit: Fix format warningsSamuel Thibault
2020-03-28include/mach/xen.h: Add 64bit variantSamuel Thibault
2020-01-28Set time_t type to 64bitSamuel Thibault
2019-10-27patch: add last_processor to thread info structuresAlmudena Garcia
2018-11-03Add vm_object_sync supportSamuel Thibault
2018-11-03Fix typoSamuel Thibault
2018-03-03Avoid old typeSamuel Thibault
2018-01-28Add const MIG typesSamuel Thibault
2016-12-24VM: add the vm_wire_all callRichard Braun
2016-11-01include: Fix new task notifications.Justus Winter
2016-10-13Make task notification ports mutable.Justus Winter
2016-10-03Remove deprecated external memory management interface.Justus Winter
2016-04-15Lightweight synchronization mechanismAgustina Arzille
2016-04-05Fix bootstraping issues with stdint.h.Flavio Cruz
2016-04-04Use uint32_t instead of unsigned32_t.Flavio Cruz
2016-02-26include: avoid generating unused client stubsJustus Winter
2016-02-22Remove kmem cache flags from the debugging interfaceRichard Braun
2015-09-19Add macros to convert between time_value_t and timespecFlávio Cruz
2015-09-07kern: use proper memory fences when handling the mapped timeJustus Winter
2015-07-25include: provide time-value substractionJustus Winter
2015-07-09Allow non-privileged tasks to wire 64KiB task memorySamuel Thibault
2015-05-20ipc: replace the IPC table with a radix treeJustus Winter
2015-01-02include: Fix typos in comments (found by codespell)Stefan Weil
2014-12-09include: add X_IMPORTS to ipc definitionsJustus Winter
2014-12-09kern: provide notifications about new tasksJustus Winter
2014-12-09Retire procedure `old_mach_port_get_receive_status'Justus Winter
2014-11-28include: make `mach_port_t' payload-awareJustus Winter
2014-11-03include: add a payload-aware intran mutator for device_tJustus Winter
2014-11-03include: add a payload-aware intran mutator for notify_port_tJustus Winter
2014-11-03include: add a payload-aware intran mutator for memory_object_tJustus Winter
2014-10-01include: define MACH_MSG_TYPE_PROTECTED_PAYLOADJustus Winter
2014-10-01include: add msgh_protected_payload to mach_msg_header_tJustus Winter
2014-10-01ipc: implement mach_port_{set,clear}_protected_payloadJustus Winter
2014-05-25Rewrite old-style #endif FOO directivesJustus Winter
2014-05-25include: fix the embedded type definitions in memory_object.defsJustus Winter
2014-04-30include: do not guard the host_slab_info RPC with MACH_VM_DEBUGJustus Winter
2014-04-10include: fix the definition of device_openJustus Winter