Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libtrivfs: improve the trivfs_demuxer function | Justus Winter | 2013-12-02 | 1 | -10/+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. * libtriv/demuxer.c (trivfs_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. | ||||
* | (trivfs_demuxer): Use ports_notify_server and ports_interrupt_server instead | Miles Bader | 1995-09-06 | 1 | -4/+2 |
| | | | | of our own versions. | ||||
* | entered into RCS | Michael I. Bushnell | 1994-05-10 | 1 | -12/+12 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-02-18 | 1 | -0/+41 |