summaryrefslogtreecommitdiff
path: root/libviengoos
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2008-12-17 22:24:56 +0100
committerNeal H. Walfield <neal@gnu.org>2008-12-17 22:24:56 +0100
commit6d78a8b7e141b65c283cda0379e96f7c88f78f78 (patch)
treee9612e44658d08279cefe2c7d67f55d8605bb35b /libviengoos
parentff6e2854d787288233cef4b756103d064906e8cf (diff)
Rename vg_cap_copy to vg_cap_copy_simple.
libviengoos/ 2008-12-17 Neal H. Walfield <neal@gnu.org> * viengoos/cap.h (vg_cap_copy): Rename from this... (vg_cap_copy_simple): ... to this. Update users. libc-parts/ 2008-12-17 Neal H. Walfield <neal@gnu.org> * process-spawn.c (process_spawn): Don't use vg_cap_copy but vg_cap_copy_simple. libhurd-mm/ 2008-12-17 Neal H. Walfield <neal@gnu.org> * as-build-custom.c (as_insert_custom): Don't use vg_cap_copy but vg_cap_copy_simple. * as.h (as_insert_full): Likewise.
Diffstat (limited to 'libviengoos')
-rw-r--r--libviengoos/ChangeLog65
-rw-r--r--libviengoos/viengoos/cap.h20
2 files changed, 76 insertions, 9 deletions
diff --git a/libviengoos/ChangeLog b/libviengoos/ChangeLog
index 70cb6ed..716b7d4 100644
--- a/libviengoos/ChangeLog
+++ b/libviengoos/ChangeLog
@@ -1,5 +1,70 @@
2008-12-17 Neal H. Walfield <neal@gnu.org>
+ * viengoos/cap.h (vg_cap_copy): Rename from this...
+ (vg_cap_copy_simple): ... to this. Update users.
+
+2008-12-17 Neal H. Walfield <neal@gnu.org>
+
+ * viengoos/activity.h (RM_activity_policy): Rename from this...
+ (VG_activity_policy): ... to this. Update users.
+ (RM_activity_info): Rename from this...
+ (VG_activity_info): ... to this. Update users.
+ (RPC_STUB_PREFIX): Define to vg.
+ (RPC_ID_PREFIX): Define to VG.
+ * viengoos/cap.h
+ (RM_cap_copy): Rename from this...
+ (VG_cap_copy): ... to this. Update users.
+ (RM_cap_rubout): Rename from this...
+ (VG_cap_rubout): ... to this. Update users.
+ (RM_cap_read): Rename from this...
+ (VG_cap_read): ... to this. Update users.
+ (RM_object_discarded_clear): Rename from this...
+ (VG_object_discarded_clear): ... to this. Update users.
+ (RM_object_discard): Rename from this...
+ (VG_object_discard): ... to this. Update users.
+ (RM_object_status): Rename from this...
+ (VG_object_status): ... to this. Update users.
+ (RM_object_reply_on_destruction): Rename from this...
+ (VG_object_reply_on_destruction): ... to this. Update users.
+ (RM_object_name): Rename from this...
+ (VG_object_name): ... to this. Update users.
+ (RPC_STUB_PREFIX): Define to vg.
+ (RPC_ID_PREFIX): Define to VG.
+ * viengoos/folio.h (RM_folio_alloc): Rename from this...
+ (VG_folio_alloc): ... to this. Update users.
+ (RM_folio_free): Rename from this...
+ (Vg_folio_free): ... to this. Update users.
+ (RM_folio_object_alloc): Rename from this...
+ (VG_folio_object_alloc): ... to this. Update users.
+ (RM_folio_policy): Rename from this...
+ (VG_folio_policy): ... to this. Update users.
+ (RPC_STUB_PREFIX): Define to vg.
+ (RPC_ID_PREFIX): Define to VG.
+ * viengoos/futex.h (RM_futex): Rename from this...
+ (VG_futex): ... to this. Update users.
+ (RPC_STUB_PREFIX): Define to vg.
+ (RPC_ID_PREFIX): Define to VG.
+ * viengoos/misc.h (RM_write): Rename from this...
+ (VG_write): ... to this. Update users.
+ (RM_read): Rename from this...
+ (VG_read): ... to this. Update users.
+ (RM_as_dump): Rename from this...
+ (VG_as_dump): ... to this. Update users.
+ (RM_fault): Rename from this...
+ (VG_fault): ... to this. Update users.
+ (RPC_STUB_PREFIX): Define to vg.
+ (RPC_ID_PREFIX): Define to VG.
+ * viengoos/thread.h (RM_thread_exregs): Rename from this...
+ (RM_thread_exregs): ... to this. Update users.
+ (RM_thread_id): Rename from this...
+ (RM_thread_id): ... to this. Update users.
+ (RM_thread_activation_collect): Rename from this...
+ (RM_thread_activation_collect): ... to this. Update users.
+ (RPC_STUB_PREFIX): Define to vg.
+ (RPC_ID_PREFIX): Define to VG.
+
+2008-12-17 Neal H. Walfield <neal@gnu.org>
+
* viengoos/misc.h: Don't include <hurd/exceptions.h>.
2008-12-17 Neal H. Walfield <neal@gnu.org>
diff --git a/libviengoos/viengoos/cap.h b/libviengoos/viengoos/cap.h
index e6cb1e4..551a054 100644
--- a/libviengoos/viengoos/cap.h
+++ b/libviengoos/viengoos/cap.h
@@ -565,9 +565,9 @@ vg_cap_to_object (activity_t activity, struct vg_cap *vg_cap)
capabilities. */
static inline bool
vg_cap_copy_x (activity_t activity,
- vg_addr_t target_address_space, struct vg_cap *target, vg_addr_t target_addr,
- vg_addr_t source_address_space, struct vg_cap source, vg_addr_t source_addr,
- int flags, struct vg_cap_properties properties)
+ vg_addr_t target_address_space, struct vg_cap *target, vg_addr_t target_addr,
+ vg_addr_t source_address_space, struct vg_cap source, vg_addr_t source_addr,
+ int flags, struct vg_cap_properties properties)
{
/* By default, we preserve SOURCE's subpage specification. */
int subpage = VG_CAP_SUBPAGE (&source);
@@ -717,14 +717,16 @@ vg_cap_copy_x (activity_t activity,
SOURCE's subpage specification and TARGET's guard. Copies SOURCE's
policy. */
static inline bool
-vg_cap_copy (activity_t activity,
- vg_addr_t target_as, struct vg_cap *target, vg_addr_t target_addr,
- vg_addr_t source_as, struct vg_cap source, vg_addr_t source_addr)
+vg_cap_copy_simple (activity_t activity,
+ vg_addr_t target_as,
+ struct vg_cap *target, vg_addr_t target_addr,
+ vg_addr_t source_as,
+ struct vg_cap source, vg_addr_t source_addr)
{
return vg_cap_copy_x (activity, target_as, target, target_addr,
- source_as, source, source_addr,
- VG_CAP_COPY_DISCARDABLE_SET | VG_CAP_COPY_PRIORITY_SET,
- VG_CAP_PROPERTIES_GET (source));
+ source_as, source, source_addr,
+ VG_CAP_COPY_DISCARDABLE_SET | VG_CAP_COPY_PRIORITY_SET,
+ VG_CAP_PROPERTIES_GET (source));
}
#endif