aboutsummaryrefslogtreecommitdiff
path: root/libtrivfs/fsys-getroot.c
Commit message (Collapse)AuthorAgeFilesLines
* 2002-06-13 Roland McGrath <roland@frob.com>Roland McGrath2002-06-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dir-chg.c: Don't include stub header, trivfs.h now gets those decls. * dir-link.c: Likewise. * dir-lookup.c: Likewise. * dir-mkdir.c: Likewise. * dir-mkfile.c: Likewise. * dir-readdir.c: Likewise. * dir-rename.c: Likewise. * dir-rmdir.c: Likewise. * dir-unlink.c: Likewise. * file-access.c: Likewise. * file-chauthor.c: Likewise. * file-chflags.c: Likewise. * file-chg.c: Likewise. * file-chmod.c: Likewise. * file-chown.c: Likewise. * file-get-fs-options.c: Likewise. * file-get-storage-info.c: Likewise. * file-get-trans.c: Likewise. * file-get-transcntl.c: Likewise. * file-getcontrol.c: Likewise. * file-getfh.c: Likewise. * file-getlinknode.c: Likewise. * file-lock.c: Likewise. * file-reparent.c: Likewise. * file-set-size.c: Likewise. * file-set-trans.c: Likewise. * file-statfs.c: Likewise. * file-sync.c: Likewise. * file-syncfs.c: Likewise. * file-utimes.c: Likewise. * fsys-forward.c: Likewise. * fsys-get-options.c: Likewise. * fsys-getroot.c: Likewise. * fsys-goaway.c: Likewise. * fsys-set-options.c: Likewise. * fsys-stubs.c: Likewise. * fsys-syncfs.c: Likewise. * io-async-icky.c: Likewise. * io-async.c: Likewise. * io-duplicate.c: Likewise. * io-identity.c: Likewise. * io-map.c: Likewise. * io-modes-get.c: Likewise. * io-modes-off.c: Likewise. * io-modes-on.c: Likewise. * io-owner-get.c: Likewise. * io-owner-mod.c: Likewise. * io-pathconf.c: Likewise. * io-read.c: Likewise. * io-readable.c: Likewise. * io-reauthenticate.c: Likewise. * io-restrict-auth.c: Likewise. * io-revoke.c: Likewise. * io-seek.c: Likewise. * io-select.c: Likewise. * io-stat.c: Likewise. * io-stubs.c: Likewise. * io-write.c: Likewise.
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-281-3/+3
| | | | | | | | | | | * dir-readdir.c (trivfs_S_dir_readdir): u_int -> size_t * file-get-trans.c (trivfs_S_file_get_translator): Likewise. * file-set-trans.c (trivfs_S_file_set_translator): Likewise. * file-getfh.c (trivfs_S_file_getfh): Likewise. * fsys-getroot.c (trivfs_S_fsys_getroot): Likewise. * io-restrict-auth.c (trivfs_S_io_restrict_auth): Likewise * fsys-stubs.c (trivfs_S_fsys_getfile): Likewise. (trivfs_S_fsys_startup): Fix argument type.
* 2001-04-01 Neal H Walfield <neal@cs.uml.edu>Roland McGrath2001-06-161-6/+3
| | | | | | | | | | | | | * dir-lookup.c (trivfs_S_dir_lookup): Use iohelp_dup_iouser as per the new semantics. * fsys-getroot.c (trivfs_S_fsys_getroot): Use iohelp_create_complex_iouser. * io-reauthenticate.c (trivfs_S_io_reauthenticate): Use iohelp_reauth as per the new semantics. * io-restrict-auth.c (trivfs_S_io_restrict_auth): Use iohelp_create_complex_iouser. Check return values. * trivfs_protid_dup (trivfs_protid_dup): Use iohelp_dup_iouser as per the new semantics.
* 1999-11-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-081-1/+1
| | | | * fsys-getroot.c (trivfs_S_fsys_getroot): Fix typo.
* 1999-11-08 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-081-2/+4
| | | | | | * fsys-getroot.c (trivfs_S_fsys_getroot): Return EROFS or EACCES for a disallowed open attempt, instead of EOPNOTSUPP. EOPNOTSUPP results in the confusing result of ENOTDIR being delivered to the user.
* 1999-10-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-10-111-5/+14
| | | | | * trivfs.h (trivfs_open_hook): New variable. * fsys-getroot.c (trivfs_S_fsys_getroot): Use it.
* 1999-02-06 Mark Kettenis <kettenis@gnu.org>Thomas Bushnell1999-02-191-7/+11
| | | | | | | | * trivfs.h (trivfs_check_access_hook): New variable. * fsys-getroot.c (trivfs_S_fsys_getroot): Use trivfs_check_acces_hook. * dir-lookup.c (trivfs_S_dir_lookup): Likewise. * file-access.c (trivfs_S_file_check_access): Likewise.
* (trivfs_S_fsys_getroot):Miles Bader1997-02-141-1/+10
| | | | Use trivfs_getroot_hook.
* Thu Nov 7 01:01:05 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-131-6/+16
| | | | | | | | | | | | | | | | | | * 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.
* (trivfs_S_fsys_getroot): Allow trivfs_protid_create_hook andMiles Bader1995-08-121-53/+25
| | | | | | trivfs_peropen_create_hook to return an error code, and abort if either does. (trivfs_S_fsys_getroot): Guts (except for protection check) moved into trivfs_open.
* (trivfs_S_fsys_getroot): Free initial reference created byMichael I. Bushnell1995-07-211-0/+1
| | | | ports_allocate_port.
* (trivfs_S_fsys_getroot): Use new form of ports_allocate_port call.Michael I. Bushnell1995-06-271-2/+3
|
* (trivfs_S_fsys_getroot): Strip out old hack for blocking.Michael I. Bushnell1995-03-301-86/+8
| | | | | (struct pending_open): Delete type. (trivfs_complete_open): Delete function.
* entered into RCSMichael I. Bushnell1994-10-251-1/+1
|
* Formerly fsys-getroot.c.~16~Michael I. Bushnell1994-08-301-5/+5
|
* Formerly fsys-getroot.c.~15~Michael I. Bushnell1994-07-221-1/+1
|
* Formerly fsys-getroot.c.~14~Michael I. Bushnell1994-07-191-0/+3
|
* Formerly fsys-getroot.c.~13~Michael I. Bushnell1994-07-051-14/+25
|
* Formerly fsys-getroot.c.~12~Michael I. Bushnell1994-06-301-7/+7
|
* Formerly fsys-getroot.c.~11~Michael I. Bushnell1994-06-271-4/+7
|
* Formerly fsys-getroot.c.~10~Michael I. Bushnell1994-06-231-10/+80
|
* Formerly fsys-getroot.c.~9~Michael I. Bushnell1994-06-221-7/+28
|
* Formerly fsys-getroot.c.~8~Michael I. Bushnell1994-06-201-1/+5
|
* Formerly fsys-getroot.c.~7~Michael I. Bushnell1994-06-161-1/+2
|
* Formerly fsys-getroot.c.~6~Michael I. Bushnell1994-06-151-7/+19
|
* Formerly fsys-getroot.c.~5~Michael I. Bushnell1994-05-251-1/+1
|
* Formerly fsys-getroot.c.~4~Michael I. Bushnell1994-05-241-3/+7
|
* Formerly fsys-getroot.c.~3~Michael I. Bushnell1994-05-101-7/+9
|
* Formerly fsys-getroot.c.~2~Michael I. Bushnell1994-02-181-1/+10
|
* Initial revisionMichael I. Bushnell1994-02-181-0/+53