summaryrefslogtreecommitdiff
path: root/hurd/fsys_reply.defs
AgeCommit message (Collapse)Author
2013-09-19hurd: add _reply suffix to the routines in fsys_reply.defsJustus Winter
* hurd/fsys_reply.defs: Add _reply suffix.
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.
2007-03-242007-03-24 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge
* fsys_reply.defs (fsys_syncfs_reply): Fix typo. Reported by Austin Thompson.
2002-01-022002-01-01 Roland McGrath <roland@frob.com>Roland McGrath
* hurd_types.defs (RETURN_CODE_ARG): New macro, definition depends on [HAVE_MIG_RETCODE]. * auth_reply.defs: Replace return code args with that. * crash_reply.defs: Likewise. * fsys_reply.defs: Likewise. * io_reply.defs: Likewise. * msg_reply.defs: Likewise. * process_reply.defs: Likewise. * startup_reply.defs: Likewise.
2002-01-022002-01-01 Roland McGrath <roland@frob.com>Roland McGrath
* auth_reply.defs: RetCode -> RETCODE * crash_reply.defs: Likewise. * fsys_reply.defs: Likewise. * io_reply.defs: Likewise. * msg_reply.defs: Likewise. * process_reply.defs: Likewise. * startup_reply.defs: Likewise.
2002-01-022002-01-01 Roland McGrath <roland@frob.com>Roland McGrath
* fsys_reply.defs: retcode -> RetCode * process_reply.defs: Likewise. * startup_reply.defs: Likewise.
2001-12-312001-12-31 Roland McGrath <roland@frob.com>Roland McGrath
* auth_reply.defs: Change return code parameters to use `RetCode' keyword, for compatibility with OSF Mach mig. * crash_reply.defs: Likewise. * fsys_reply.defs: Likewise. * io_reply.defs: Likewise. * msg_reply.defs: Likewise. * process_reply.defs: Likewise. * startup_reply.defs: Likewise.
1995-11-06(fsys_startup_reply, fsys_get_options_reply): Tyop.Miles Bader
1995-10-27(fsys_get_options_reply): New stub.Michael I. Bushnell
1995-10-27(fsys_startup_reply, fsys_getfile_reply, fsys_syncfs_reply,Michael I. Bushnell
fsys_set_options_reply, fsys_getpriv_reply, fsys_forward_reply): New functions, completing interface.
1995-06-26(fsys_goaway_reply): New routine, in its proper place.Michael I. Bushnell
1994-10-07entered into RCSMichael I. Bushnell
1994-07-05Formerly fsys_reply.defs.~3~Michael I. Bushnell
1994-07-05Formerly fsys_reply.defs.~2~Michael I. Bushnell
1994-05-12Initial revisionRoland McGrath