aboutsummaryrefslogtreecommitdiff
path: root/libtrivfs/io-stat.c
Commit message (Collapse)AuthorAgeFilesLines
* (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-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* (trivfs_S_io_stat): Pass CRED to trivfs_modify_stat.Miles Bader1995-08-241-1/+1
|
* Before calling trivfs_modify_stat, set the st_fstype & st_fsid fields toMiles Bader1995-04-091-1/+12
| | | | | trivfs_fstype & trivfs_fsid. But first, if trivfs_fsid is zero, set it to our process id, which should be a nice unique value.
* entered into RCSMichael I. Bushnell1994-07-051-0/+2
|
* Formerly io-stat.c.~3~Michael I. Bushnell1994-05-241-2/+3
|
* Formerly io-stat.c.~2~Michael I. Bushnell1994-02-181-1/+12
|
* Initial revisionMichael I. Bushnell1994-02-181-0/+26