summaryrefslogtreecommitdiff
path: root/libfshelp
AgeCommit message (Expand)Author
2023-12-17Update hurd code to handle the new ABI for sending inlined port rights.Flavio Cruz
2023-12-03Revert "Update hurd code to handle the new ABI for sending inlined port rights."Samuel Thibault
2023-12-03Update hurd code to handle the new ABI for sending inlined port rights.Flavio Cruz
2023-11-19libfshelp: type check messages using the full mach_msg_type_t so that it work...Flavio Cruz
2023-08-08Homogeneize [gs]et_translator and get_dire[nc]ts into mach_msg_type_number_tSamuel Thibault
2023-05-10libfshelp: Port to x86_64Sergey Bugaev
2023-05-04Use designated initializers when building mach_msg_type_tFlavio 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
2022-08-10Rename proc_complete_reauthentication to proc_reauthenticate_completeSamuel Thibault
2022-08-10Make proc_reauthenticate () recreate proc portSergey Bugaev
2022-08-10Remove the concept of process ownerSergey Bugaev
2022-08-10libshouldbeinlibc: Do not reauthenticate proc port when secureSergey Bugaev
2022-08-10libfshelp: Handle proc port in fshelp_start_translator_long ()Sergey Bugaev
2022-08-10libfshelp: Cosmetic cleanupsSergey Bugaev
2022-08-10libfshelp: Simplify fshelp_start_translator_long () a bitSergey Bugaev
2022-08-10libfshelp: Update some commentsSergey Bugaev
2022-01-04Fix leaking auth portsSamuel Thibault
2021-05-08Revert "fshelp: Fix fetching control ports."Samuel Thibault
2020-11-21libfshelp: Fix extern inline definitionsRomain Naour
2020-08-01libfshelp: Fix extern inline usageSamuel Thibault
2020-08-01libfshelp: Fix extern inline definitionsSamuel Thibault
2020-06-01libfshelp: destroy condition variable before freeing itSamuel Thibault
2020-06-01libdiskfs: Add missing node lock around fshelp_rlock_drop_peropen callSamuel Thibault
2019-12-28libfshelp: Fix errno value leakv0.9.git20191228Samuel Thibault
2019-11-10libfshelp: Fix memleakSamuel Thibault
2019-11-10libfshelp: Add missing prototypesSamuel Thibault
2019-11-01libfshelp: do not define extern inlines when not requestedSamuel Thibault
2019-11-01libfshelp: Fix record lock when len=0Samuel Thibault
2019-10-29libfshelp: Support for file record lockingNeal H Walfield
2019-07-27Fix missing gnu_dev_* prototypesSamuel Thibault
2018-06-13Hurd patches (fix compilation)Luca Weiss
2018-03-05Fix warningsSamuel Thibault
2018-01-08Add a file_exec_file_name RPCEmilio Pozuelo Monfort
2018-01-06libfshelp/get-identity.c: Simplify checking weak referencesSamuel Thibault
2018-01-06libfshelp/get-identity.c: Avoid spurious ihash removalSamuel Thibault
2018-01-06libfshelp/get-identity: Use 64bit hashing for inodesSamuel Thibault
2018-01-05libfshelp/get-identity.c: add FIXMESamuel Thibault
2017-12-19libfshelp: Add weak reference for hash table referenceSamuel Thibault
2017-09-25fshelp: Fix fetching control ports.Justus Winter
2017-09-12Traverse translator hierarchies using the fsys protocol.Justus Winter
2017-09-12libfshelp: Use node instead of name as key.Justus Winter
2017-09-12libfshelp: Avoid some right diddling.Justus Winter
2017-09-12libfshelp: Improve error handling.Justus Winter
2017-09-12libfshelp: Add function to map over all active translators.Justus Winter
2017-09-12libfshelp: Always register dead-name notifications.Justus Winter
2017-09-12libfshelp: Avoid useless allocations.Justus Winter
2017-09-12libfshelp: improve translator listJustus Winter
2017-08-05Use our own variant of 'assert' and 'assert_perror'.Justus Winter
2016-10-09fshelp: Fix fetching the control port.Justus Winter