| Commit message (Expand) | Author | Age | Files | Lines |
* | libports: Add missing ports_interrupt_server declaration | Samuel Thibault | 2024-09-01 | 1 | -0/+2 |
* | Update server handlers to return kern_return_error to fix -Werror=enum-int-mi... | Flavio Cruz | 2023-12-17 | 6 | -6/+6 |
* | libports: Make sure we don't leak current RPCs lists | Samuel Thibault | 2023-11-26 | 1 | -0/+2 |
* | libports: Force threads to wake up periodically | Samuel Thibault | 2023-11-26 | 1 | -5/+8 |
* | libports: Add more assertion | Samuel Thibault | 2023-11-26 | 1 | -0/+2 |
* | Style tweaks | Sergey Bugaev | 2023-05-10 | 1 | -3/+3 |
* | libports: Port to x86_64 | Sergey Bugaev | 2023-05-10 | 1 | -1/+1 |
* | Use designated initializers when building mach_msg_type_t | Flavio Cruz | 2023-05-04 | 2 | -16/+16 |
* | Use uintptr_t for message payloads. | Flavio Cruz | 2023-05-02 | 2 | -5/+5 |
* | Further modernize Hurd code by enforcing strict prototypes and no implicit fu... | Flavio Cruz | 2023-04-08 | 2 | -2/+2 |
* | Modernize code by removing use of old style definitions. | Flavio Cruz | 2023-04-03 | 4 | -5/+5 |
* | libports: Only accept dead-name notifications on notify_port | Sergey Bugaev | 2022-08-10 | 1 | -2/+2 |
* | libports: Return EOPNOTSUPP when appropriate | Sergey Bugaev | 2022-08-10 | 4 | -4/+4 |
* | libports: Add ports_request_dead_name_notification () | Sergey Bugaev | 2022-08-10 | 3 | -1/+63 |
* | libports: Request notifications to the notify_port | Sergey Bugaev | 2022-08-10 | 1 | -4/+4 |
* | libports: Create a notify_port in each bucket | Sergey Bugaev | 2022-08-10 | 4 | -7/+45 |
* | libports: Treat no-senders notifications as a hint | Sergey Bugaev | 2022-08-10 | 1 | -4/+19 |
* | Drop spurious change | Samuel Thibault | 2020-12-01 | 1 | -1/+0 |
* | hurd_types: Add const_string_t type | Samuel Thibault | 2020-11-30 | 1 | -0/+1 |
* | Remove remnants of cthreads | Samuel Thibault | 2020-11-11 | 2 | -41/+1 |
* | libports: Fix typo | Samuel Thibault | 2018-10-08 | 1 | -1/+1 |
* | Drop the register qualifier. | Justus Winter | 2017-08-23 | 2 | -2/+2 |
* | Use our own variant of 'assert' and 'assert_perror'. | Justus Winter | 2017-08-05 | 21 | -56/+56 |
* | Avoid ports_interrupt_rpcs cancel itself | Samuel Thibault | 2017-03-04 | 1 | -2/+6 |
* | Fix libports dependencies | Samuel Thibault | 2017-01-02 | 1 | -1/+1 |
* | libports: fix using ports.h in C++ | Samuel Thibault | 2016-11-27 | 1 | -12/+16 |
* | Avoid warnings if increasing a threads priority fails. | Justus Winter | 2016-10-15 | 1 | -0/+5 |
* | libports: preserve the complex message flag | Justus Winter | 2016-02-23 | 2 | -6/+8 |
* | libports: remove unused variables | Justus Winter | 2015-09-22 | 2 | -3/+0 |
* | Install port-deref-deferred.h header for ports.h | James Clarke | 2015-09-10 | 1 | -1/+1 |
* | libports: clarify why we emulate protected payloads | Justus Winter | 2015-08-14 | 2 | -0/+10 |
* | libports: use protected payloads to optimize the object lookup | Justus Winter | 2015-04-07 | 14 | -20/+375 |
* | libports: avoid acquiring global lock in message dispatch | Justus Winter | 2015-02-17 | 3 | -8/+16 |
* | libports: silence pointless error message | Justus Winter | 2015-01-17 | 1 | -0/+5 |
* | libports: add a payload-aware intrans function | Justus Winter | 2014-12-07 | 2 | -0/+10 |
* | libports: add `ports_lookup_payload' and `ports_payload_get_name' | Justus Winter | 2014-12-07 | 3 | -1/+76 |
* | Use a mere weak attribute instead of a weak alias | Samuel Thibault | 2014-11-03 | 1 | -3/+2 |
* | Fix dead name notification in static binaries | Samuel Thibault | 2014-11-02 | 1 | -1/+2 |
* | libports: lock-less reference counting for port_info objects | Justus Winter | 2014-10-05 | 13 | -52/+44 |
* | libports: use a global hash table for the lookups | Justus Winter | 2014-09-29 | 18 | -93/+144 |
* | libports: avoid realloc(3) corner case | Justus Winter | 2014-06-18 | 1 | -1/+1 |
* | libports: unlock _ports_lock on malloc failure | Justus Winter | 2014-05-05 | 1 | -1/+4 |
* | libports: reduce malloc overhead in _ports_bucket_class_iterate | Justus Winter | 2014-04-29 | 1 | -16/+30 |
* | libports: work around bugs in server termination | Justus Winter | 2014-04-29 | 1 | -1/+8 |
* | libports: fix receiver lookup | Justus Winter | 2014-04-09 | 3 | -8/+8 |
* | libports: fix notify_port_t receiver lookups | Justus Winter | 2014-04-06 | 10 | -16/+91 |
* | libports: work around bugs in server termination | Richard Braun | 2014-02-22 | 1 | -0/+6 |
* | libports: remove the threadvars stack size hack | Richard Braun | 2013-12-28 | 1 | -5/+0 |
* | libports: another right leak fix | Richard Braun | 2013-11-30 | 1 | -16/+23 |
* | libports: improve error reporting in adjust_priority | Justus Winter | 2013-11-28 | 1 | -4/+2 |