aboutsummaryrefslogtreecommitdiff
path: root/libtrivfs/startup.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing includeEtienne Brateau2022-08-291-0/+1
|
* Add missing included headerEtienne Brateau2022-08-281-0/+1
| | | | | Build was broken since 6d3b4cea78b22a6562eef4256cfcc40a8d372194 Message-Id: <20220827224239.54097-1-etienne.brateau@gmail.com>
* Add trivfs_startup_debug() for easier translator developmentLuca Dariz2022-08-221-0/+69
| | | | | | | | | | Basically it is an automation of this: http://walfield.org/pub/people/neal/papers/hurd-misc/manual-bootstrap.txt To launch a storeio translator on FILE: $ storeio -d FILE -T TYPE ARG Message-Id: <20170126213616.26846-1-luca.dariz@gmail.com>
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-1/+1
| | | | | Our variants print stack traces on failures. This will make locating errors much easier.
* libtrivfs: register libtrivfs-based translators as importantJustus Winter2013-08-291-0/+19
| | | | | | | Register libtrivfs-based translators running as root as important processes at the proc server. * libtrivfs/startup.c (trivfs_startup): Mark us as important.
* 2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-03-171-3/+4
| | | | * startup.c (trivfs_startup): Don't use MAKE_SEND in Hurd RPC.
* (trivfs_startup): Use trivfs_create_control.Miles Bader1996-01-271-18/+19
|
* (trivfs_startup): Add FLAGS arg, passed to fsys_startup.Miles Bader1995-11-131-3/+5
|
* (trivfs_startup): New parms CONTROL_BUCKET and PROTID_BUCKET; passMichael I. Bushnell1995-06-271-5/+8
| | | | them to trivfs_handle_port. Use new ports interface.
* Initial revisionMiles Bader1995-04-091-0/+62