| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a description comment for the MIG type translation files | Zhaoming Luo | 2024-12-14 | 1 | -1/+2 |
* | Replace deprecated sigmask with sigset_t calls | Flavio Cruz | 2023-12-29 | 1 | -3/+8 |
* | Style tweaks | Sergey Bugaev | 2023-05-10 | 1 | -4/+4 |
* | Use designated initializers when building mach_msg_type_t | Flavio Cruz | 2023-05-04 | 1 | -8/+8 |
* | Use uintptr_t for message payloads. | Flavio Cruz | 2023-05-02 | 1 | -1/+1 |
* | Modernize code by removing use of old style definitions. | Flavio Cruz | 2023-04-03 | 1 | -1/+1 |
* | Avoid undefined-behavior | Samuel Thibault | 2023-02-02 | 1 | -5/+5 |
* | Fix some compiler warnings | Svante Signell | 2023-01-19 | 3 | -3/+3 |
* | libpager: Fix memleak on error | Samuel Thibault | 2023-01-01 | 1 | -1/+4 |
* | Fix *printf specifier for user space mach ports. | Flavio Cruz | 2022-12-06 | 3 | -3/+3 |
* | Fix types of read write and readables methods | Etienne Brateau | 2022-08-29 | 1 | -1/+1 |
* | Update to the improved memory_object_create proxy RPC | Samuel Thibault | 2022-08-10 | 1 | -4/+2 |
* | Do not cache the R/O proxy | Samuel Thibault | 2022-08-10 | 5 | -32/+14 |
* | libpager: Add pager_get_ro_port () | Sergey Bugaev | 2022-08-10 | 6 | -1/+73 |
* | libpager: Make it a bit parallel | Samuel Thibault | 2022-03-01 | 1 | -1/+1 |
* | libpager: fix assertion unsigned against 0 | Etienne Brateau | 2022-01-20 | 1 | -3/+3 |
* | libpager: fix a comparison between signed and unsigned | Samuel Thibault | 2022-01-20 | 1 | -2/+2 |
* | libpager: pager_write_page () should not unmap page | Sergey Bugaev | 2021-05-08 | 1 | -3/+3 |
* | libpager: Properly zero-initialize pagemap | Sergey Bugaev | 2021-05-07 | 1 | -0/+2 |
* | libpager: Use libc heap for pagemap | Sergey Bugaev | 2021-05-07 | 2 | -19/+12 |
* | libpager: Fix overallocating pagemap | Sergey Bugaev | 2021-05-07 | 1 | -4/+5 |
* | libpager: Store pagemapsize as vm_size_t | Sergey Bugaev | 2021-05-06 | 2 | -2/+2 |
* | libpager: Do not flush in-core pages on offer | Sergey Bugaev | 2021-05-06 | 1 | -7/+0 |
* | libpager: Fix mixing up success and error | Sergey Bugaev | 2021-05-06 | 1 | -13/+14 |
* | Fix build with -fno-common | Samuel Thibault | 2020-03-31 | 2 | -1/+3 |
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 4 | -23/+23 |
* | Remove support for the deprecated external memory interface. | Justus Winter | 2016-12-10 | 1 | -11/+0 |
* | Fix build | Samuel Thibault | 2016-11-20 | 1 | -1/+1 |
* | libpager, libstore: Fix crash on ENOSPC while writing data | Samuel Thibault | 2016-11-20 | 1 | -2/+3 |
* | libpager: fix returning error on data_unlock | Brent W. Baccala | 2016-11-14 | 1 | -1/+1 |
* | Mark library stubs as weak | Samuel Thibault | 2016-10-30 | 1 | -3/+3 |
* | libpager: provide 'pager_create_alloc' | Justus Winter | 2016-08-07 | 2 | -9/+49 |
* | libpager: add missing include | Justus Winter | 2016-04-27 | 1 | -0/+1 |
* | Fix race condition in ext2fs when remounting | James Clarke | 2015-09-06 | 3 | -18/+137 |
* | lib*: Fix typos in comments (found by codespell) | Stefan Weil | 2015-01-03 | 2 | -2/+2 |
* | Replace `bcopy' with `memcpy' or `memmove' as appropriate | Justus Winter | 2014-12-10 | 1 | -1/+1 |
* | libpager: use libports notification functions | Justus Winter | 2014-12-10 | 5 | -109/+5 |
* | libpager: remove the `seqno' parameters | Justus Winter | 2014-12-10 | 14 | -45/+24 |
* | libpager: add a payload-aware intrans function | Justus Winter | 2014-12-07 | 2 | -0/+9 |
* | libpager: make the request queue more memory-efficient | Justus Winter | 2014-11-23 | 1 | -17/+49 |
* | Avoid hitting VM_MAX_ADDRESS | Samuel Thibault | 2014-11-10 | 1 | -1/+3 |
* | Deal with odd kernel behavior | Samuel Thibault | 2014-11-09 | 1 | -1/+1 |
* | libpager: use a fixed number of threads | Justus Winter | 2014-11-03 | 16 | -142/+342 |
* | Add missing linefeed | Samuel Thibault | 2014-08-23 | 1 | -2/+2 |
* | libpager: drop unused fields from struct pager | Justus Winter | 2014-05-26 | 1 | -2/+0 |
* | libpager: fix notify_port_t receiver lookups | Justus Winter | 2014-04-15 | 1 | -13/+8 |
* | libpager: fix notify_port_t receiver lookups | Justus Winter | 2014-04-14 | 2 | -10/+17 |
* | libpager: fix receiver lookups | Justus Winter | 2014-04-02 | 13 | -52/+108 |
* | libpager: fix potential deadlock | Justus Winter | 2014-03-21 | 1 | -2/+5 |
* | libpager: fix comment of pager_change_attributes | Justus Winter | 2014-03-21 | 2 | -6/+6 |