Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (diskfs_S_dir_unlink): Don't do massively complicated fsys_goaway. | Michael I. Bushnell | 1995-06-20 | 1 | -34/+17 |
| | | | | | Instead, call it at the end (but only if this was the last link) and ignore errors. | ||||
* | (fshelp_fetch_control): Only frob refs if control is non-null. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+2 |
| | |||||
* | (diskfs_drop_node): Fix typo. | Michael I. Bushnell | 1995-06-20 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_fsys_startup): Strip out support for translators; fshelp now | Michael I. Bushnell | 1995-06-20 | 1 | -12/+1 |
| | | | | does that itself. | ||||
* | (_diskfs_translator_callback_fn): Fix typos so it compiles. | Michael I. Bushnell | 1995-06-19 | 1 | -6/+7 |
| | |||||
* | (fshelp_set_active): Don't do GOAWAY parm. | Michael I. Bushnell | 1995-06-19 | 1 | -30/+1 |
| | |||||
* | (fshelp_set_active): On second thought, don't do GOAWAY or FLAGS. | Michael I. Bushnell | 1995-06-19 | 1 | -4/+2 |
| | |||||
* | (fshelp_set_active): Implement new interface. | Michael I. Bushnell | 1995-06-19 | 1 | -1/+36 |
| | |||||
* | (fshelp_set_active): New parms EXCL, GOAWAY, and FLAGS. | Michael I. Bushnell | 1995-06-19 | 1 | -3/+6 |
| | |||||
* | Include <hurd/fsys.h> | Michael I. Bushnell | 1995-06-19 | 1 | -2/+4 |
| | | | | (diskfs_S_file_set_translator): Fix typo. | ||||
* | (diskfs_S_file_set_translator): Use new translator interface | Michael I. Bushnell | 1995-06-19 | 1 | -18/+14 |
| | | | | throughout. | ||||
* | (fshelp_fetch_control): Don't frob obsolete innerlock. | Michael I. Bushnell | 1995-06-19 | 1 | -2/+0 |
| | |||||
* | (fshelp_transbox_init): Don't init obsolete innerlock. Do init | Michael I. Bushnell | 1995-06-19 | 1 | -1/+1 |
| | | | | TRANSBOX->wakeup. | ||||
* | (fshelp_set_active): Don't frob obsolete innerlock. | Michael I. Bushnell | 1995-06-19 | 1 | -2/+0 |
| | |||||
* | (fshelp_fetch_root): Reduce levels of loops. Only change ACTIVE when | Michael I. Bushnell | 1995-06-19 | 1 | -95/+106 |
| | | | | | we are holding the lock. Use condition mechanism to serialize attempts to start the passive translator. | ||||
* | (struct transbox): Delete member `innerlock'. Add members `flags' and | Michael I. Bushnell | 1995-06-19 | 1 | -1/+4 |
| | | | | `wakeup'; and define values for flags. | ||||
* | (diskfs_S_fsys_getroot): Fix typo. | Michael I. Bushnell | 1995-06-19 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_dir_lookup): Fix typos. | Michael I. Bushnell | 1995-06-19 | 1 | -1/+2 |
| | |||||
* | (diskfs_S_dir_lookup): Use new translator startup interface. | Michael I. Bushnell | 1995-06-19 | 1 | -129/+38 |
| | |||||
* | (diskfs_S_file_get_translator_cntl): Use fshelp_fetch_control instead | Michael I. Bushnell | 1995-06-16 | 1 | -10/+6 |
| | | | | of old interface. | ||||
* | (diskfs_drop_node): Call fshelp_drop_transbox instead of | Michael I. Bushnell | 1995-06-14 | 1 | -1/+2 |
| | | | | fshelp_kill_translator; do it *after* the truncate. | ||||
* | (diskfs_make_node): Initialize TRANSBOX member using new | Michael I. Bushnell | 1995-06-14 | 1 | -2/+2 |
| | | | | function. Drop initialization of TRANSLATOR member. | ||||
* | (diskfs_S_fsys_getroot): Use new translator startup interface. | Michael I. Bushnell | 1995-06-14 | 1 | -42/+14 |
| | |||||
* | foo | Michael I. Bushnell | 1995-06-14 | 1 | -3/+7 |
| | |||||
* | (fshelp_fetch_root): Never consume the right on DOTDOT. | Michael I. Bushnell | 1995-06-14 | 1 | -2/+1 |
| | |||||
* | (fshelp_fetch_root): Free ARGZ after we're done with them. | Michael I. Bushnell | 1995-06-14 | 1 | -0/+2 |
| | |||||
* | (diskfs_get_translator): Conform to new memory usage semantic. | Michael I. Bushnell | 1995-06-14 | 2 | -4/+2 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1995-06-14 | 1 | -0/+54 |
| | |||||
* | (diskfs_get_translator): Specify new calling interface. | Michael I. Bushnell | 1995-06-14 | 1 | -3/+2 |
| | |||||
* | Really do last change. | Michael I. Bushnell | 1995-06-14 | 1 | -2/+1 |
| | |||||
* | (_diskfs_translator_callback): Declare with typedef. | Michael I. Bushnell | 1995-06-14 | 1 | -1/+1 |
| | |||||
* | (fshelp_fetch_root): Take new arg COOKIE and pass it to CALLBACK. | Michael I. Bushnell | 1995-06-14 | 1 | -2/+3 |
| | |||||
* | (fshelp_fetch_root): New arg COOKIE. | Michael I. Bushnell | 1995-06-14 | 1 | -3/+6 |
| | | | | (fshelp_callback_t): COOKIE->COOKIE1. New arg COOKIE2. | ||||
* | (_diskfs_translator_callback): New function. | Michael I. Bushnell | 1995-06-14 | 1 | -0/+4 |
| | |||||
* | (OTHERSRCS): Added trans-callback.c. | Michael I. Bushnell | 1995-06-14 | 1 | -10/+7 |
| | |||||
* | (OTHERSRCS): Removed trans-start.c, trans-destroy.c, and trans-sync.c. | Michael I. Bushnell | 1995-06-14 | 1 | -2/+2 |
| | |||||
* | (diskfs_start_translator, diskfs_destroy_translator, | Michael I. Bushnell | 1995-06-14 | 1 | -18/+1 |
| | | | | | diskfs_sync_translators): Delete functions. (struct node): Replace TRANSLATOR member with new TRANSBOX member. | ||||
* | (SRCS): Remove translated.c | Michael I. Bushnell | 1995-06-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1995-06-14 | 6 | -0/+448 |
| | |||||
* | *** empty log message *** | Michael I. Bushnell | 1995-06-14 | 1 | -40/+118 |
| | |||||
* | (LCLHDRS): Removed trans.h. | Michael I. Bushnell | 1995-06-14 | 1 | -3/+1 |
| | |||||
* | (fshelp_fetch_root): Don't actually need ROOT_TYPE. | Michael I. Bushnell | 1995-06-14 | 1 | -2/+1 |
| | |||||
* | (fshelp_fetch_root): UIDS and GIDS should be arrays. | Michael I. Bushnell | 1995-06-14 | 1 | -2/+2 |
| | |||||
* | (fshelp_callback_t): Should be error_t. | Michael I. Bushnell | 1995-06-14 | 1 | -4/+4 |
| | |||||
* | (fshelp_fetch_root): More args. | Michael I. Bushnell | 1995-06-13 | 1 | -1/+7 |
| | |||||
* | Reorder decls a bit. | Michael I. Bushnell | 1995-06-13 | 1 | -12/+13 |
| | |||||
* | (fshelp_start_translator): New parm. | Michael I. Bushnell | 1995-06-13 | 1 | -1/+2 |
| | |||||
* | Fix arg order to fshelp_start_translator_long. | Michael I. Bushnell | 1995-06-13 | 1 | -4/+4 |
| | |||||
* | (SRCS): Removed handle-startup.c, init-trans.c, start-trans.c, | Michael I. Bushnell | 1995-06-13 | 1 | -7/+5 |
| | | | | | | | | | transboot-clean.c, kill-trans.c, trans-iter.c, trans-cntl.c, trans-drop.c. Added start-translator-long.c, start-translator.c, fetch-root.c, transbox-init.c, translated.c, set-active.c, fetch-control.c, and drop-transbox.c. (OBJS): Replaced with computation from $(SRCS). | ||||
* | Dropped old translator routines and added new ones. | Michael I. Bushnell | 1995-06-13 | 1 | -81/+99 |
| | | | | | | | | | | | | Deleted `struct translink', fshelp_transboot_port_type, fshelp_init_trans_link, fshelp_set_control, fshelp_start_translator, fshelp_handle_fsys_startup, fshelp_transboot_clean, fshelp_translator_iterate, fshelp_translator_drop, fshelp_kill_translator. Added fshelp_start_translator_long, fshelp_start_translator, `struct transbox', fshelp_fetch_root, fshelp_transbox_init, fshelp_callback_t, fshelp_translated, fshelp_set_active, fshelp_fetch_control, fshelp_drop_transbox. |