Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libdiskfs: include the mig-generated server headers in demuxer.c | Justus Winter | 2014-01-20 | 1 | -9/+9 |
| | | | | | | | | | 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. * libdiskfs/demuxer.c: Include the mig-generated server headers. | ||||
* | libdiskfs: improve the diskfs_demuxer function | Justus Winter | 2013-12-02 | 1 | -17/+26 |
| | | | | | | | | | | | | | | 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. Furthermore, move diskfs_exec_startup_server_routine to the end of the chain, as the startup related functions are only needed at system bootstrap time in the root filesystem. * libdiskfs/demuxer.c (diskfs_demuxer): Improve the demuxer function. | ||||
* | Normalize whitespace at the end of each file to '\n' | Justus Winter | 2013-11-09 | 1 | -2/+0 |
| | | | | | Some files were not normalized. In console/motd.UTF8 the additional newline is intentional. Empty files were excluded as well. | ||||
* | (diskfs_demuxer): Call diskfs_startup_notify_server. | Michael I. Bushnell | 1996-06-13 | 1 | -2/+5 |
| | |||||
* | (diskfs_demuxer): diskfs_exec_server --> diskfs_exec_startup_server. | Miles Bader | 1995-11-13 | 1 | -2/+2 |
| | |||||
* | (diskfs_demuxer): Use ports_notify_server and ports_interrupt_server instead | Miles Bader | 1995-09-06 | 1 | -5/+3 |
| | | | | of our own versions. | ||||
* | (diskfs_demuxer): Renamed from ports_demuxer. Don't call | Michael I. Bushnell | 1995-06-09 | 1 | -6/+4 |
| | | | | pager_demuxer. | ||||
* | (ports_demuxer): Call diskfs_seqnos_notify_server, not | Roland McGrath | 1994-11-23 | 1 | -2/+2 |
| | | | | seqnos_notify_server. | ||||
* | entered into RCS | Roland McGrath | 1994-07-23 | 1 | -12/+12 |
| | |||||
* | Formerly ports-demuxer.c.~5~ | Michael I. Bushnell | 1994-07-06 | 1 | -1/+1 |
| | |||||
* | Formerly ports-demuxer.c.~4~ | Michael I. Bushnell | 1994-06-30 | 1 | -1/+3 |
| | |||||
* | Formerly ports-demuxer.c.~3~ | Michael I. Bushnell | 1994-02-18 | 1 | -1/+3 |
| | |||||
* | Formerly ports-demuxer.c.~2~ | Michael I. Bushnell | 1994-02-14 | 1 | -5/+6 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-02-10 | 1 | -0/+38 |