aboutsummaryrefslogtreecommitdiff
path: root/libtrivfs
Commit message (Collapse)AuthorAgeFilesLines
...
* 1999-02-05 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-02-072-3/+6
| | | | * open.c (trivfs_open): Correctly initialize NEW->isroot.
* Sun Jan 31 18:29:22 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-01-312-3/+8
| | | | | * times.c (trivfs_set_atime, trivefs_set_mtime): Take advantage of new semantics for file_utimes.
* .Roland McGrath1998-08-201-0/+6
|
* 1998-08-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-202-6/+6
| | | | | | * file-get-fs-options.c (trivfs_S_file_get_fs_options): fshelp_return_malloced_buffer renamed to iohelp_*. * fsys-get-options.c (trivfs_S_fsys_get_options): Likewise.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-5/+6
| | | | * dir-lookup.c (trivfs_S_dir_lookup): Fix brainos in last change.
* .Roland McGrath1998-07-201-7/+8
|
* Tue Jul 14 16:47:28 1998 Thomas Bushnell, n/BSG <tb@mit.edu>Thomas Bushnell1998-07-142-2/+41
| | | | | | * dir-lookup.c (trivfs_S_dir_lookup): In null-pathname case, this should work even for non-directories, so actually do it, making this a simpler case of trivfs_S_fsys_getroot.
* .Miles Bader1997-02-211-0/+7
|
* (trivfs_protid_portclasses, trivfs_protid_nportclasses):Miles Bader1997-02-211-2/+2
| | | | Make common.
* (trivfs_cntl_portclasses, trivfs_cntl_nportclasses):Miles Bader1997-02-211-2/+2
| | | | Make common.
* Initial checkin.Miles Bader1997-02-203-0/+313
|
* .Miles Bader1997-02-201-0/+29
|
* (OTHERSRCS):Miles Bader1997-02-201-1/+2
| | | | Add dyn-classes.c, protid-classes.c, & cntl-classes.c.
* (trivfs_begin_using_protid):Miles Bader1997-02-201-5/+15
| | | | | | Support dynamic protid port classes. (trivfs_begin_using_control): Support dynamic control port classes.
* (trivfs_dynamic_protid_port_classes, trivfs_num_dynamic_protid_port_classes,Miles Bader1997-02-201-2/+15
| | | | | | | trivfs_dynamic_control_port_classes, trivfs_num_dynamic_control_port_classes, trivfs_dynamic_port_buckets, trivfs_num_dynamic_port_buckets): New declarations.
* (trivfs_create_control):Miles Bader1997-02-201-6/+40
| | | | | Possibly allocate and add the port classes/buckets to the list of ones recognized by trivfs.
* (trivfs_clean_cntl):Miles Bader1997-02-201-1/+6
| | | | Clean up dynamic port classes/buckets.
* (trivfs_add_control_port_class, trivfs_add_protid_port_class,Miles Bader1997-02-201-5/+39
| | | | | | trivfs_add_port_bucket, trivfs_remove_control_port_class, trivfs_remove_protid_port_class, trivfs_remove_port_bucket): New declarations.
* .Miles Bader1997-02-141-0/+6
|
* (FSSRCS):Miles Bader1997-02-141-2/+2
| | | | Replace dir-reparent.c by file-reparent.c.
* (trivfs_S_fsys_getroot):Miles Bader1997-02-141-1/+10
| | | | Use trivfs_getroot_hook.
* (trivfs_getroot_hook):Miles Bader1997-02-141-1/+14
| | | | New declaration.
* Whoops, implement correctly.Miles Bader1997-02-141-8/+5
|
* Initial checkinMiles Bader1997-02-141-0/+34
|
* Supplanted by file-reparent.cMiles Bader1997-02-141-34/+0
|
* .Miles Bader1997-02-051-0/+5
|
* (FSSRCS):Miles Bader1997-02-051-2/+2
| | | | Add dir-reparent.c.
* Initial checkin.Miles Bader1997-02-051-0/+34
|
* .Miles Bader1996-11-201-0/+5
|
* (trivfs_S_io_stat):Miles Bader1996-11-201-2/+2
| | | | | Clear S_ITRANS and set S_IROOT in ST->st_mode (before calling trivfs_modify_stat).
* Mon Nov 18 18:13:42 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-189-22/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | * io-stat.c (trivfs_S_io_stat): Make the mode specify IFCHR by default. Sat Nov 16 17:20:15 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * Makefile (HURDLIBS): Add `iohelp'. Thu Nov 14 13:13:10 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * io-restrict-auth.c (trivfs_S_io_restrict_auth): idvec_set -> idvec_set_ids. Fix unrelated typos. * protid-dup.c (trivfs_protid_dup): Use iouser_dup_iouser instead of copying old arrays by hand. * protid-clean.c (trivfs_clean_protid): Free CRED->user instead of CRED->uids and CRED->gids. * io-reauthenticate.c (trivfs_S_io_reauthenticate): Args for io_restrict_auth now come from the new structure definitions. * open.c (trivfs_open): Pass correct first arg to idvec_contains. * open.c (trivfs_open): Delete variable I. * trivfs.h: Include <hurd/iohelp.h>
* Thu Nov 7 01:01:05 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-136-114/+73
| | | | | | | | | | | | | | | | | | * io-restrict-auth.c (trivfs_S_io_restrict_auth): Rewrite to use idvecs. Wed Nov 6 23:40:50 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * trivfs.h (struct trivfs_protid): Delete members `uids', `gids', `nuids', and `ngids'. Replace with `user'. (trivfs_check_open_hook): Delete args `uids', `nuids', `gids', `ngids'. Replace with new arg `user'. All callers changed. (trivfs_open): Likewise. * open.c (trivfs_open): Change to match new declaration. * trivfs.h (struct trivfs_protid): Delete members `uids', `gids', * io-reauthenticate.c (trivfs_S_io_reauthenticate): Use new iohelp_reauth call.
* .Miles Bader1996-11-111-0/+5
|
* (trivfs_S_io_restrict_auth):Miles Bader1996-11-111-9/+21
| | | | If CRED has root, use the requested id sets verbatim.
* (trivfs_S_file_check_access):Miles Bader1996-09-261-4/+5
| | | | Return CRED->realnode's access bits rather than always 0.
* .Miles Bader1996-09-261-0/+5
|
* .Miles Bader1996-09-231-0/+2
|
* <argz.h>:Miles Bader1996-09-231-0/+1
| | | | New include.
* .Miles Bader1996-09-231-0/+1
|
* (trivfs_append_args): Make ARGZ_LEN `size_t *'.Miles Bader1996-09-232-2/+2
|
* .Miles Bader1996-09-231-0/+4
|
* .Miles Bader1996-09-231-0/+15
|
* (trivfs_get_options):Miles Bader1996-09-231-5/+5
| | | | | | Declaration removed. (trivfs_append_args): New declaration.
* get-options.c: File removed.Miles Bader1996-09-231-29/+0
|
* (trivfs_S_fsys_get_options):Miles Bader1996-09-231-3/+10
| | | | | Initialize ARGZ with the program name, and call trivfs_append_args instead of trivfs_get_options.
* (trivfs_S_file_get_fs_options):Miles Bader1996-09-231-3/+9
| | | | | Initialize ARGZ with the program name, and call trivfs_append_args instead of trivfs_get_options.
* append-args.c: New file.Miles Bader1996-09-231-0/+30
|
* (OTHERSRCS):Miles Bader1996-09-231-4/+3
| | | | | | Replace get-options.c with apend-args.c. (HURDLIBS): Add shouldbeinlibc.
* *** empty log message ***Thomas Bushnell1996-09-172-1/+6
|
* *** empty log message ***Thomas Bushnell1996-08-162-3/+11
|