summaryrefslogtreecommitdiff
path: root/hurd/fsys.defs
AgeCommit message (Collapse)Author
2014-02-25hurd: fix the get-children and get-source proceduresJustus Winter
* hurd/fs.defs: Add file_get_children and file_get_source. * hurd/fsys.defs: Remove fsys_get_children and fsys_get_source. * libdiskfs/fsys-get-children.c: Rename and adapt accordingly. * libdiskfs/fsys-get-source.c: Likewise. * libnetfs/fsys-get-children.c: Likewise. * libnetfs/fsys-get-source.c: Likewise. * libtrivfs/fsys-get-children.c: Likewise. * libtrivfs/fsys-get-source.c: Likewise. * libdiskfs/diskfs.h: Adapt prototype and comment. * libnetfs/netfs.h: Likewise. * libtrivfs/trivfs.h: Likewise. * libdiskfs/get-source.c: Adapt default implementation, provide diskfs_disk_name by default. * libnetfs/netfs.h: Adapt default implementation. * libtrivfs/get-source.c: Likewise. * libdiskfs/Makefile: Adapt accordingly. * libnetfs/Makefile: Likewise. * libtrivfs/Makefile: Likewise. * trans/symlink.c: Likewise. * trans/mtab.c: Likewise.
2013-11-09Normalize whitespace at the end of each file to '\n'Justus Winter
Some files were not normalized. In console/motd.UTF8 the additional newline is intentional. Empty files were excluded as well.
2013-09-15hurd: add fsys_get_sourceJustus Winter
Return information about the source of the receiving filesystem. If the concept of a source is applicable, SOURCE should refer to the source of the receiving translator and should be a description considered appropriate in the context of the translator. For example for the case of block device based filesystems, SOURCE should be the file name of the underlying block device. * hurd/fsys.defs: Add fsys_get_source. * hurd/fsys_reply.defs: Add fsys_get_source.
2013-09-15hurd: add fsys_get_childrenJustus Winter
fsys_get_children returns any active translators bound to nodes of the receiving filesystem as an argz vector containing file names relative to the root of the receiving translator. * hurd/fsys.defs: Add fsys_get_children. * hurd/fsys_reply.defs: Add fsys_get_children.
2002-03-05doc/Marcus Brinkmann
2002-03-05 Marcus Brinkmann <marcus@gnu.org> * hurd.texi (Diskfs Callbacks): Refer to dir_lookup, not dir_pathtrans. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. fstests/ 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * fstests.c (main): Call dir_lookup, not dir_pathtrans. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. hurd/ 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * fs.defs: Refer to dir_lookup, not dir_pathtrans, in comments. * fsys.defs: Likewise. * hurd_types.h (enum retry_type): Likewise. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. libdiskfs/ 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * diskfs.h: Refer to dir_lookup, not dir_pathtrans, in comment. * fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>. libfshelp/ 2002-03-05 Marcus Brinkmann <marcus@gnu.org> * fshelp.h: Refer to dir_lookup, not dir_pathtrans, in comment. Reported by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
2001-07-102001-07-11 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann
* fs.defs (routine file_get_storage_info): Add dealloc to all out parameters (PORTS, INTS, OFFSETS, DATA). (routine file_get_fs_options): Add dealloc to out parameter OPTIONS. * fsys.defs (routine fsys_get_options): Add dealloc to out parameter OPTIONS. * process.defs (routine proc_getprocinfo): Add dealloc to out paramter PROCINFO.
1997-09-05Add INTR_INTERFACE.Miles Bader
1996-05-06(fsys_get_options): Add RPT.Michael I. Bushnell
1995-10-27(fsys_startup): New parm OPENFLAGS.Michael I. Bushnell
1995-10-27More doc fix.Michael I. Bushnell
1995-10-27Typo.Michael I. Bushnell
1995-10-27(fsys_get_options): New RPC.Michael I. Bushnell
1995-10-27Dot fix.Michael I. Bushnell
1995-10-07(fsys_getpriv): Change types of returned ports to mach_port_send_t.Miles Bader
1995-08-24(fsys_forward): New rpc.Miles Bader
1995-05-12(fsys_set_options, fsys_mod_readonly): Replace mod_readonly with the moreMiles Bader
general set_options interface.
1994-10-07entered into RCSMichael I. Bushnell
1994-07-15Formerly fsys.defs.~38~Michael I. Bushnell
1994-06-28Formerly fsys.defs.~37~Roland McGrath
1994-06-16Formerly fsys.defs.~36~Roland McGrath
1994-05-12Formerly fsys.defs.~35~Roland McGrath
1994-03-22Formerly fsys.defs.~34~Michael I. Bushnell
1994-01-06Formerly fsys.defs.~33~Michael I. Bushnell
1993-11-23Formerly fsys.defs.~32~Michael I. Bushnell
1993-10-28Formerly fsys.defs.~31~Michael I. Bushnell
1993-10-28Formerly fsys.defs.~30~Michael I. Bushnell
1993-10-26Formerly fsys.defs.~29~Michael I. Bushnell
1993-10-22Formerly fsys.defs.~28~Michael I. Bushnell
1993-09-27Formerly fsys.defs.~27~Michael I. Bushnell
1993-09-23Formerly fsys.defs.~26~Michael I. Bushnell
1993-04-30Formerly fsys.defs.~25~Michael I. Bushnell
1993-03-17Initial revisionMichael I. Bushnell