aboutsummaryrefslogtreecommitdiff
path: root/libnetfs/demuxer.c
Commit message (Collapse)AuthorAgeFilesLines
* libnetfs: include the mig-generated server headers in demuxer.cJustus Winter2014-01-201-7/+7
| | | | | | | | | GNU MIG recently gained support for emitting x_server_routine declarations in the generated server header file. Using this declaration, the x_server_routine functions can be inlined into the demuxer function. * libnetfs/demuxer.c: Include the mig-generated server headers.
* libnetfs: improve the netfs_demuxer functionJustus Winter2013-12-021-11/+20
| | | | | | | | | | Handle multiple request types as recommended by the Mach Server Writer's Guide section 4, subsection "Handling Multiple Request Types". This avoids initializing the reply message in every X_server function. The reply message has already been properly initialized in libports, so there is no need to call mig_reply_setup. * libnetfs/demuxer.c (netfs_demuxer): Improve the demuxer function.
* 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.
* entered into RCSMichael I. Bushnell1996-01-301-11/+9
|
* Initial revisionMichael I. Bushnell1996-01-301-0/+41