1.SH "DEC OSF/1 NOTES"
2Original author was Anthony Baxter, <anthony@aaii.oz.au>.
3Derived originally from m_ultrix, by David S. Comay <dsc@seismo.css.gov>,
4although by now there is hardly any of the code from m_ultrix left.
5Helped a lot by having the source for syd(1), by Claus Kalle, and
6from several people at DEC who helped with providing information on
7some of the less-documented bits of the kernel interface.
8Patches from Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9
10Theory of operation:
11Use Mach calls to build up a structure that contains all the sorts
12of stuff normally found in a struct proc in a BSD system. Then
13everything else uses this structure. This has major performance wins,
14and also should work for future versions of the O/S.
15