Annotation of OSKit-Mach/kern/mach4.srv, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Copyright (c) 1994 The University of Utah and
                      3:  * the Computer Systems Laboratory (CSL).  All rights reserved.
                      4:  *
                      5:  * Permission to use, copy, modify and distribute this software is hereby
                      6:  * granted provided that (1) source code retains these copyright, permission,
                      7:  * and disclaimer notices, and (2) redistributions including binaries
                      8:  * reproduce the notices in supporting documentation, and (3) all advertising
                      9:  * materials mentioning features or use of this software display the following
                     10:  * acknowledgement: ``This product includes software developed by the
                     11:  * Computer Systems Laboratory at the University of Utah.''
                     12:  *
                     13:  * THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS
                     14:  * IS" CONDITION.  THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF
                     15:  * ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
                     16:  *
                     17:  * CSL requests users of this software to return to [email protected] any
                     18:  * improvements that they make and grant CSL redistribution rights.
                     19:  *
                     20:  *      Author: Bryan Ford, University of Utah CSL
                     21:  */
                     22: /* This is a server presentation file.  */
                     23: 
                     24: #include <mach_pcsample.h>
                     25: 
                     26: #define KERNEL_SERVER 1
                     27: 
                     28: #ifdef MIGRATING_THREADS
                     29: #define thread_enable_pc_sampling      act_enable_pc_sampling
                     30: #define thread_disable_pc_sampling     act_disable_pc_sampling
                     31: #define thread_get_sampled_pcs         act_get_sampled_pcs
                     32: #endif /* MIGRATING_THREADS */
                     33: 
                     34: #include <mach/mach4.defs>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.