aboutsummaryrefslogtreecommitdiff
path: root/libtrivfs/startup.c
Commit message (Collapse)AuthorAgeFilesLines
* 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