aboutsummaryrefslogtreecommitdiff
path: root/trans
Commit message (Expand)AuthorAgeFilesLines
* Modernize code by removing use of old style definitions.Flavio Cruz2023-04-031-1/+1
* trans: Drop spurious derefSamuel Thibault2023-01-011-4/+1
* Fix types of read write and readables methodsEtienne Brateau2022-08-2910-29/+29
* file_exec: Homogeneize adding the gratuitous send rightSamuel Thibault2022-08-231-7/+6
* Fix spurious EINTR while exec() within fakerootSamuel Thibault2022-08-231-0/+8
* mtab: turn part:x:device:y into /dev/ysxSamuel Thibault2022-02-251-1/+17
* Fix const warningsSamuel Thibault2022-01-174-17/+17
* Make RPC input array parameters constSamuel Thibault2022-01-1613-50/+50
* Fix build warningsSamuel Thibault2022-01-015-9/+9
* random: export __trivfs_server_nameSamuel Thibault2022-01-012-0/+4
* random: try opening time from gnumach before from /dev/timeSamuel Thibault2021-12-311-2/+2
* random: Add a trivfs_server_nameSamuel Thibault2021-12-301-0/+2
* crash: Fix warningSamuel Thibault2020-11-221-1/+1
* password: Drop unused -lcryptSamuel Thibault2020-01-011-1/+0
* remap translator: remap prefixes instead of complete file namesJoan Lledó2019-12-221-8/+17
* Use the data_t type defined in hurd_types.h.Flavio Cruz2019-09-0111-18/+18
* Fix missing gnu_dev_* prototypesSamuel Thibault2019-07-271-0/+1
* random: Do not require the latest gcrypt version, just use a version known to...Samuel Thibault2018-11-181-1/+1
* Hurd patches (fix compilation)Luca Weiss2018-06-131-1/+1
* Add file_utimens RPC to use a struct timespecFlávio Cruz2018-03-051-13/+34
* Fix warningsSamuel Thibault2018-03-052-0/+2
* Fix warningSamuel Thibault2018-01-281-1/+1
* Fix firmlinks showing up in /proc/mountsSamuel Thibault2018-01-161-0/+8
* Add a file_exec_file_name RPCEmilio Pozuelo Monfort2018-01-081-23/+74
* Traverse translator hierarchies using the fsys protocol.Justus Winter2017-09-122-139/+88
* Remove unused parameter from the 'get_source' machinery.Justus Winter2017-09-011-2/+1
* trans/mtab: Fix warnings.Justus Winter2017-09-011-16/+20
* trans/symlink: Use default server stubs.Justus Winter2017-08-252-59/+1
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-057-31/+31
* Fix harmless indentation errors tripping [-Wmisleading-indentation].Justus Winter2017-08-051-1/+1
* trans/fakeroot: Obey O_NOFOLLOW.Justus Winter2017-06-201-1/+59
* trans: Fix parallel build race around MIG-generated headersDavid Michael2017-06-101-0/+1
* trans: Conditionally build the random translator.Justus Winter2017-06-041-4/+13
* trans: New random translator.Justus Winter2017-06-032-3/+730
* trans/crash: Fix setting core file template at runtime.Justus Winter2016-10-051-1/+21
* trans/crash: Use empty core file templates to disable the feature.Justus Winter2016-10-051-1/+4
* Avoid fatal error handling in option parsers.Justus Winter2016-10-052-2/+9
* typoSamuel Thibault2016-08-281-1/+1
* remap: Refuse non-absolute pathsSamuel Thibault2016-08-281-0/+3
* trans/crash: core file name templatesJustus Winter2016-08-091-2/+164
* trans/crash: fix blunderJustus Winter2016-06-071-1/+1
* Do not make io_select return errors on unsupported READ/WRITE modeSamuel Thibault2016-06-045-21/+5
* trans/crash: fix resource leaksJustus Winter2016-06-041-6/+11
* Fix buildSamuel Thibault2016-05-031-0/+1
* Unify and document the way fsids are handled in trivfs translatorsJustus Winter2016-04-282-3/+1
* netfs: Remove global reference count lock.Flavio Cruz2016-03-211-18/+27
* Add getting swap information from swapon and procfsSamuel Thibault2016-03-161-0/+13
* Show firmlink mounts to mount pointsSamuel Thibault2016-03-151-13/+13
* Add get_source support to firmlinkSamuel Thibault2016-03-151-0/+8
* trans/crash: fix suspending taskJustus Winter2016-02-211-1/+1