aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/fsys-goaway.c
Commit message (Collapse)AuthorAgeFilesLines
* libdiskfs: Simplify type checks.Justus Winter2017-08-241-5/+4
| | | | | | | | | * libdiskfs/diskfs.h (diskfs_begin_using_control_port): Check port class. * libdiskfs/fsys-getfile.c (diskfs_S_fsys_getfile): Drop check. * libdiskfs/fsys-getroot.c (diskfs_S_fsys_getroot): Likewise. * libdiskfs/fsys-goaway.c (diskfs_S_fsys_goaway): Likewise. * libdiskfs/fsys-options.c (diskfs_S_fsys_{s,g}et_options): Likewise. * libdiskfs/fsys-syncfs.c (diskfs_S_fsys_syncfs): Likewise.
* Fix space styleSamuel Thibault2015-03-051-12/+12
|
* libdiskfs: fix receiver lookups in fsys server functionsJustus Winter2014-02-251-5/+3
| | | | | | | | | | | | | | * 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.
* Normalize whitespace at the end of each file to '\n'Justus Winter2013-11-091-1/+0
| | | | | Some files were not normalized. In console/motd.UTF8 the additional newline is intentional. Empty files were excluded as well.
* (diskfs_S_fsys_goaway): Include "fsys_S.h" and "fsys_reply_U.h". NewMichael I. Bushnell1995-06-261-2/+5
| | | | | parms REPLY and REPLY_TYPE. Send fsys_goaway reply message before exit.
* (diskfs_S_fsys_goaway): If diskfs_shutdown returns zero, then exitMichael I. Bushnell1995-06-261-0/+9
| | | | here.
* (diskfs_S_fsys_goaway): Use ports_lookup_port and ports_port_derefMichael I. Bushnell1995-06-091-3/+4
| | | | instead of ports_check_port_type and ports_done_with_port.
* Formerly fsys-goaway.c.~2~Michael I. Bushnell1994-02-081-1/+1
|
* Initial revisionMichael I. Bushnell1994-02-081-0/+41