Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1998-09-04 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-09-04 | 1 | -1/+1 |
| | | | | | * fshelp.h (fshelp_set_options): Use `const' for `char *' parameter. * set-options.c (fshelp_set_options): Fix defn. | ||||
* | 1998-08-20 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-08-20 | 1 | -20/+12 |
| | | | | | | * fshelp.h: Moved fshelp_return_malloced_buffer to libiohelp. * return-buffer.c: Moved to ../libiohelp/return-buffer.c. (fshelp_return_malloced_buffer): Renamed to iohelp_*. | ||||
* | (fshelp_touch): | Miles Bader | 1997-06-20 | 1 | -2/+35 |
| | | | | | | | | | New function. (TOUCH_ATIME, TOUCH_MTIME, TOUCH_CTIME): New macros. (fshelp_fetch_root_callback1_t): Chage ARGZ_LEN to type size_t. Include <maptime.h>. | ||||
* | Fri Nov 15 14:43:44 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-11-18 | 1 | -2/+4 |
| | | | | | | | | | | | | * fshelp.h (fshelp_access): Uh, shift bits the right direction. Tue Nov 12 22:07:41 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * fetch-root.c (fshelp_fetch_root): Name idvec members correctly. * fshelp.h: <iohelp.h> -> <hurd/iohelp.h>. Include <sys/stat.h>. (fshelp_access): Declare `gotit'. | ||||
* | Wed Nov 6 17:49:33 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-11-13 | 1 | -9/+73 |
| | | | | | | | | | | * fshelp.h (fshelp_fetch_root): Delete args `uids', `gids', `uids_len', and `gids_len'. New arg `user'. * fetch-root.c (fshelp_fetch_root): Ditto. * fshelp.h: Include <iohelp.h>. (fshelp_access, fshelp_isowner, fshelp_checkdirmod): New functions. | ||||
* | Mon Oct 21 21:55:21 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> | Thomas Bushnell | 1996-10-24 | 1 | -1/+5 |
| | | | | | | * fshelp.h: Add extern inline protection. * fshelp.c: New file. * Makefile (SRCS): Add fshelp.c. | ||||
* | (struct port_bucket): Mention name in global scope. | Michael I. Bushnell | 1996-07-03 | 1 | -0/+1 |
| | |||||
* | (fshelp_get_identity): Enable error returns. | Michael I. Bushnell | 1996-07-03 | 1 | -9/+10 |
| | |||||
* | (fshelp_get_identity): New declaration. | Michael I. Bushnell | 1996-07-03 | 1 | -0/+15 |
| | |||||
* | (fshelp_set_options): Add INPUT argument. | Miles Bader | 1996-06-21 | 1 | -1/+8 |
| | | | | (fshelp_return_malloced_buffer): New declaration. | ||||
* | Add a fwd declaration of struct argp to satisfy compiler. | Miles Bader | 1996-06-19 | 1 | -0/+2 |
| | |||||
* | Add fshelp_set_options. | Miles Bader | 1996-06-19 | 1 | -1/+5 |
| | |||||
* | (fshelp_exec_reauth): New declaration. | Miles Bader | 1996-01-19 | 1 | -0/+19 |
| | |||||
* | (fshelp_open_fn_t): New type. | Miles Bader | 1995-11-02 | 1 | -19/+32 |
| | | | | | | | | | (fshelp_start_translator, fshelp_start_translator_long): Now take a function that opens the underlying node instead of the node itself. (fshelp_fetch_root_callback1_t, fshelp_fetch_root_callback2_t): New types replacing fshelp_callback_t. (fshelp_fetch_root): Takes two callback args now. | ||||
* | (fshelp_delegate_translation): New declaration. | Miles Bader | 1995-09-05 | 1 | -1/+7 |
| | |||||
* | (fshelp_set_active): On second thought, don't do GOAWAY or FLAGS. | Michael I. Bushnell | 1995-06-19 | 1 | -4/+2 |
| | |||||
* | (fshelp_set_active): New parms EXCL, GOAWAY, and FLAGS. | Michael I. Bushnell | 1995-06-19 | 1 | -3/+6 |
| | |||||
* | (struct transbox): Delete member `innerlock'. Add members `flags' and | Michael I. Bushnell | 1995-06-19 | 1 | -1/+4 |
| | | | | `wakeup'; and define values for flags. | ||||
* | (fshelp_fetch_root): New arg COOKIE. | Michael I. Bushnell | 1995-06-14 | 1 | -3/+6 |
| | | | | (fshelp_callback_t): COOKIE->COOKIE1. New arg COOKIE2. | ||||
* | (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 |
| | |||||
* | 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. | ||||
* | entered into RCS | Michael I. Bushnell | 1994-10-07 | 1 | -4/+5 |
| | |||||
* | Formerly fshelp.h.~14~ | Michael I. Bushnell | 1994-09-01 | 1 | -8/+10 |
| | |||||
* | Formerly fshelp.h.~13~ | Michael I. Bushnell | 1994-08-15 | 1 | -0/+3 |
| | |||||
* | Formerly fshelp.h.~12~ | Michael I. Bushnell | 1994-07-19 | 1 | -22/+17 |
| | |||||
* | Formerly fshelp.h.~11~ | Michael I. Bushnell | 1994-07-07 | 1 | -0/+4 |
| | |||||
* | Formerly fshelp.h.~10~ | Michael I. Bushnell | 1994-06-16 | 1 | -26/+10 |
| | |||||
* | Formerly fshelp.h.~9~ | Michael I. Bushnell | 1994-06-03 | 1 | -0/+4 |
| | |||||
* | Formerly fshelp.h.~8~ | Michael I. Bushnell | 1994-02-17 | 1 | -1/+1 |
| | |||||
* | Formerly fshelp.h.~7~ | Michael I. Bushnell | 1994-02-08 | 1 | -1/+3 |
| | |||||
* | Formerly fshelp.h.~6~ | Michael I. Bushnell | 1994-02-07 | 1 | -0/+22 |
| | |||||
* | Formerly fshelp.h.~5~ | Michael I. Bushnell | 1994-02-03 | 1 | -0/+4 |
| | |||||
* | Formerly fshelp.h.~4~ | Michael I. Bushnell | 1994-02-02 | 1 | -1/+3 |
| | |||||
* | Formerly fshelp.h.~3~ | Michael I. Bushnell | 1994-02-02 | 1 | -3/+16 |
| | |||||
* | Formerly fshelp.h.~2~ | Michael I. Bushnell | 1994-02-01 | 1 | -6/+55 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-02-01 | 1 | -0/+54 |