aboutsummaryrefslogtreecommitdiff
path: root/libfshelp
Commit message (Expand)AuthorAgeFilesLines
* Update hurd code to handle the new ABI for sending inlined port rights.Flavio Cruz2023-12-171-8/+8
* Revert "Update hurd code to handle the new ABI for sending inlined port rights."Samuel Thibault2023-12-031-8/+8
* Update hurd code to handle the new ABI for sending inlined port rights.Flavio Cruz2023-12-031-8/+8
* libfshelp: type check messages using the full mach_msg_type_t so that it work...Flavio Cruz2023-11-191-1/+1
* Homogeneize [gs]et_translator and get_dire[nc]ts into mach_msg_type_number_tSamuel Thibault2023-08-082-4/+4
* libfshelp: Port to x86_64Sergey Bugaev2023-05-104-19/+29
* Use designated initializers when building mach_msg_type_tFlavio Cruz2023-05-041-28/+28
* Further modernize Hurd code by enforcing strict prototypes and no implicit fu...Flavio Cruz2023-04-081-0/+1
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-1/+1
* Rename proc_complete_reauthentication to proc_reauthenticate_completeSamuel Thibault2022-08-101-1/+1
* Make proc_reauthenticate () recreate proc portSergey Bugaev2022-08-101-3/+13
* Remove the concept of process ownerSergey Bugaev2022-08-102-6/+15
* libshouldbeinlibc: Do not reauthenticate proc port when secureSergey Bugaev2022-08-101-6/+7
* libfshelp: Handle proc port in fshelp_start_translator_long ()Sergey Bugaev2022-08-101-7/+49
* libfshelp: Cosmetic cleanupsSergey Bugaev2022-08-101-14/+18
* libfshelp: Simplify fshelp_start_translator_long () a bitSergey Bugaev2022-08-101-39/+14
* libfshelp: Update some commentsSergey Bugaev2022-08-102-3/+5
* Fix leaking auth portsSamuel Thibault2022-01-041-0/+3
* Revert "fshelp: Fix fetching control ports."Samuel Thibault2021-05-081-1/+5
* libfshelp: Fix extern inline definitionsRomain Naour2020-11-213-3/+7
* libfshelp: Fix extern inline usageSamuel Thibault2020-08-013-2/+7
* libfshelp: Fix extern inline definitionsSamuel Thibault2020-08-011-3/+3
* libfshelp: destroy condition variable before freeing itSamuel Thibault2020-06-012-0/+2
* libdiskfs: Add missing node lock around fshelp_rlock_drop_peropen callSamuel Thibault2020-06-011-1/+3
* libfshelp: Fix errno value leakSamuel Thibault2019-12-281-1/+4
* libfshelp: Fix memleakSamuel Thibault2019-11-101-0/+15
* libfshelp: Add missing prototypesSamuel Thibault2019-11-101-0/+4
* libfshelp: do not define extern inlines when not requestedSamuel Thibault2019-11-011-0/+8
* libfshelp: Fix record lock when len=0Samuel Thibault2019-11-011-4/+2
* libfshelp: Support for file record lockingNeal H Walfield2019-10-297-14/+857
* Fix missing gnu_dev_* prototypesSamuel Thibault2019-07-271-0/+1
* Hurd patches (fix compilation)Luca Weiss2018-06-131-2/+2
* Fix warningsSamuel Thibault2018-03-052-0/+3
* Add a file_exec_file_name RPCEmilio Pozuelo Monfort2018-01-081-6/+17
* libfshelp/get-identity.c: Simplify checking weak referencesSamuel Thibault2018-01-061-5/+4
* libfshelp/get-identity.c: Avoid spurious ihash removalSamuel Thibault2018-01-061-2/+5
* libfshelp/get-identity: Use 64bit hashing for inodesSamuel Thibault2018-01-061-4/+32
* libfshelp/get-identity.c: add FIXMESamuel Thibault2018-01-051-0/+1
* libfshelp: Add weak reference for hash table referenceSamuel Thibault2017-12-191-2/+10
* fshelp: Fix fetching control ports.Justus Winter2017-09-251-5/+1
* Traverse translator hierarchies using the fsys protocol.Justus Winter2017-09-122-36/+17
* libfshelp: Use node instead of name as key.Justus Winter2017-09-122-29/+31
* libfshelp: Avoid some right diddling.Justus Winter2017-09-121-2/+2
* libfshelp: Improve error handling.Justus Winter2017-09-121-3/+16
* libfshelp: Add function to map over all active translators.Justus Winter2017-09-122-0/+36
* libfshelp: Always register dead-name notifications.Justus Winter2017-09-121-18/+15
* libfshelp: Avoid useless allocations.Justus Winter2017-09-121-0/+4
* libfshelp: improve translator listJustus Winter2017-09-121-24/+35
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-055-14/+14
* fshelp: Fix fetching the control port.Justus Winter2016-10-091-2/+13