Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/mach Added vm_region_64 and thread_info



details:   https://anonhg.NetBSD.org/src/rev/6ff7f64d3815
branches:  trunk
changeset: 551465:6ff7f64d3815
user:      manu <manu%NetBSD.org@localhost>
date:      Sat Sep 06 23:52:24 2003 +0000

description:
Added vm_region_64 and thread_info

diffstat:

 sys/compat/mach/mach_namemap.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r d045085f046f -r 6ff7f64d3815 sys/compat/mach/mach_namemap.c
--- a/sys/compat/mach/mach_namemap.c    Sat Sep 06 23:47:47 2003 +0000
+++ b/sys/compat/mach/mach_namemap.c    Sat Sep 06 23:52:24 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mach_namemap.c,v 1.31 2003/06/03 20:09:37 manu Exp $ */
+/*     $NetBSD: mach_namemap.c,v 1.32 2003/09/06 23:52:24 manu Exp $ */
 
 /*-
  * Copyright (c) 2002-2003 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mach_namemap.c,v 1.31 2003/06/03 20:09:37 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mach_namemap.c,v 1.32 2003/09/06 23:52:24 manu Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -132,6 +132,7 @@
        { 3414, mach_task_get_exception_ports, "task_get_exception_ports" },
        { 3418, mach_semaphore_create, "semaphore_create" },
        { 3419, mach_semaphore_destroy, "semaphore_destroy" },
+       { 3612, mach_thread_info, "thread_info" },
        { 3616, mach_thread_policy, "thread_policy" },
        { 3800, mach_vm_region, "vm_region" },
        { 3801, mach_vm_allocate, "vm_allocate" },
@@ -141,6 +142,7 @@
        { 3808, mach_vm_copy, "vm_copy" },
        { 3810, mach_vm_msync, "vm_msync" },
        { 3812, mach_vm_map, "vm_map" },
+       { 3824, mach_vm_region_64, "vm_region_64" }, /* XXX */
        { 3825, mach_vm_make_memory_entry, "vm_make_memory_entry" },
        { 0, NULL, NULL },
 };



Home | Main Index | Thread Index | Old Index