Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (_diskfs_translator_callback2_fn): Use diskfs_create_protid instead of | Miles Bader | 1996-01-27 | 1 | -11/+13 |
| | | | | diskfs_make_protid, and deal with an error return. | ||||
* | (_diskfs_translator_callback2_fn): | Miles Bader | 1995-11-06 | 1 | -2/+2 |
| | | | | | UNDERLYING_TYPE should be a pointer. As should the UIDS & GIDS args to diskfs_make_protid. | ||||
* | (_diskfs_translator_callback1_fn, _diskfs_translator_callback2_fn): | Miles Bader | 1995-11-02 | 1 | -23/+28 |
| | | | | | | New functions, replacing the single original. (_diskfs_translator_callback1, _diskfs_translator_callback2): New variables, replacing the single original. | ||||
* | (_diskfs_translator_callback_fn): | Miles Bader | 1995-10-19 | 1 | -1/+6 |
| | | | | | | | Open the new translator's realnode read-only for now, since we know it doesn't matter and gratuitously writable nodes prevent us from starting up or going read-only. The fsys_startup interface should change very soon and make this irrelevant anyway. | ||||
* | (_diskfs_translator_callback_fn): Use correct sense of diskfs_readonly | Michael I. Bushnell | 1995-07-21 | 1 | -1/+1 |
| | | | | flag. | ||||
* | (_diskfs_translator_callback_fn): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -7/+10 |
| | | | | diskfs_make_protid. | ||||
* | (_diskfs_translator_callback_fn): Fix typos so it compiles. | Michael I. Bushnell | 1995-06-19 | 1 | -6/+7 |
| | |||||
* | foo | Michael I. Bushnell | 1995-06-14 | 1 | -3/+7 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1995-06-14 | 1 | -0/+54 |