aboutsummaryrefslogtreecommitdiff
path: root/trans
Commit message (Expand)AuthorAgeFilesLines
...
* trans/ifsock: convert to trivfs dynamic classes and bucketsJustus Winter2015-09-271-7/+0
* trans/crash: convert to trivfs dynamic classes and bucketsJustus Winter2015-09-271-22/+28
* Fix opening a fifo with O_RDWRSamuel Thibault2015-09-081-1/+1
* Fake full file access only for faked nodesSamuel Thibault2015-08-141-1/+5
* Make fakeroot return file types from underly fsSamuel Thibault2015-08-141-1/+1
* Cope with scripts which chmod -x directoriesSvante Signell2015-06-171-6/+4
* fakeroot: Fix reopening files after a chmodSamuel Thibault2015-05-231-1/+15
* Make comment clearerSamuel Thibault2015-05-231-2/+2
* Make sure to record only RWX open modesSamuel Thibault2015-05-231-1/+6
* Fix creating named sockets inside fakeroot-hurdSvante Signell2015-05-141-0/+14
* Fix space styleSamuel Thibault2015-03-051-12/+12
* fakeroot: Fix initializing default faked field of nodesSamuel Thibault2014-12-101-1/+1
* Fix mode of nodes created with mkfileSamuel Thibault2014-12-091-2/+12
* trans/symlink: disable default payload to port mappingJustus Winter2014-12-071-0/+4
* trans/streamio: make the translator payload-awareJustus Winter2014-12-071-0/+3
* trans/password: add a payload-aware intrans functionJustus Winter2014-12-071-0/+1
* trans/ifsock: add a payload-aware intrans functionJustus Winter2014-12-071-0/+1
* trans/fakeroot: make the demuxer payload-awareJustus Winter2014-12-071-4/+13
* trans/mtab: avoid firmlink loopsJustus Winter2014-11-211-1/+45
* trans/hello{,-mt}: properly escape contents in trivfs_append_argsJustus Winter2014-09-052-8/+41
* hurd: make memory_object parameter polymorphicJustus Winter2014-09-041-0/+2
* trans/mtab: use setnullauth to drop privilegesJustus Winter2014-08-311-13/+2
* Fix ifsock permission checkSamuel Thibault2014-08-261-1/+1
* trans/fakeroot: fix error handlingJustus Winter2014-06-181-0/+1
* trans/fakeroot: use netfs_node_netnode instead of np->nnJustus Winter2014-05-281-46/+53
* trans/fakeroot: use fat nodes to simplify the node cacheJustus Winter2014-05-281-24/+12
* trans/mtab: fix initializationJustus Winter2014-05-261-1/+1
* trans/fakeroot: override fshelp_isownerJustus Winter2014-05-221-0/+10
* trans/fakeroot: use C99-style struct initializationJustus Winter2014-05-161-1/+1
* trans/fakeroot: fix comparison between signed and unsignedJustus Winter2014-05-161-2/+2
* trans/fakeroot: remove spurious semicolonJustus Winter2014-05-161-1/+1
* build: Remove configure check for libcrypt.Ludovic Courtès2014-04-221-2/+2
* Include the MIG-generated server header filesJustus Winter2014-04-1511-6/+29
* trans/ifsock: fix receiver lookupJustus Winter2014-03-012-5/+9
* libtrivfs: improve the mig mutator functionsJustus Winter2014-02-251-1/+1
* New RPCs, fix buildJustus Winter2014-02-251-1/+1
* trans/mtab: do not map unknown source strings to "none"Justus Winter2014-02-251-1/+1
* trans/mtab: ignore translators that do not implement file_get_sourceJustus Winter2014-02-251-13/+6
* hurd: fix the get-children and get-source proceduresJustus Winter2014-02-252-18/+3
* trans/fakeroot: fix cached node retrieval on lookupRichard Braun2014-02-071-1/+10
* trans/fakeroot: fix netfs_S_dir_lookupRichard Braun2014-02-061-1/+1
* trans/fakeroot: rework node cachingRichard Braun2014-02-051-62/+63
* trans/fakeroot: fix chmodRichard Braun2014-02-051-10/+4
* Revert "trans: fix locking issue in fakeroot"Richard Braun2014-02-051-1/+1
* trans/fakeroot: fix right leakRichard Braun2014-02-051-0/+2
* trans: fix the receiver lookup in passwordJustus Winter2014-01-202-13/+23
* trans/mtab: do not include non-filesystem translators by defaultJustus Winter2014-01-121-0/+40
* trans/mtab: make the translator multithreadedJustus Winter2014-01-121-3/+7
* trans/mtab: properly lock mtab objectsJustus Winter2014-01-121-12/+32
* trans/mtab: remove the loop detection logicJustus Winter2014-01-121-32/+11