summaryrefslogtreecommitdiff
path: root/libdiskfs/fsys-goaway.c
AgeCommit message (Collapse)Author
2015-03-05Fix space styleSamuel Thibault
2014-02-25libdiskfs: fix receiver lookups in fsys server functionsJustus Winter
* libdiskfs/diskfs.h (struct diskfs_control): New declaration. (diskfs_begin_using_control_port): New declaration and function. (diskfs_end_using_control_port): Likewise. * libdiskfs/fsmutations.h: Add translation functions. * libdiskfs/priv.h (control_t): New type declaration for mig. * libdiskfs/boot-start.c: Fix receiver lookups. * libdiskfs/fsys-getfile.c: Likewise. * libdiskfs/fsys-getroot.c: Likewise. * libdiskfs/fsys-goaway.c: Likewise. * libdiskfs/fsys-options.c: Likewise. * libdiskfs/fsys-syncfs.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.
1995-06-26(diskfs_S_fsys_goaway): Include "fsys_S.h" and "fsys_reply_U.h". NewMichael I. Bushnell
parms REPLY and REPLY_TYPE. Send fsys_goaway reply message before exit.
1995-06-26(diskfs_S_fsys_goaway): If diskfs_shutdown returns zero, then exitMichael I. Bushnell
here.
1995-06-09(diskfs_S_fsys_goaway): Use ports_lookup_port and ports_port_derefMichael I. Bushnell
instead of ports_check_port_type and ports_done_with_port.
1994-02-08Formerly fsys-goaway.c.~2~Michael I. Bushnell
1994-02-08Initial revisionMichael I. Bushnell