<feed xmlns='http://www.w3.org/2005/Atom'>
<title>teythoon/gnumach.git/include/mach, branch master</title>
<subtitle>Personal GNU Mach development repository</subtitle>
<id>https://darnassus.sceen.net/cgit/teythoon/gnumach.git/atom?h=master</id>
<link rel='self' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/'/>
<updated>2015-07-25T18:12:14Z</updated>
<entry>
<title>include: provide time-value substraction</title>
<updated>2015-07-25T18:12:14Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2015-07-25T18:04:27Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=bb23879791cf015f17cb50b6443bac44b1cfbc72'/>
<id>urn:sha1:bb23879791cf015f17cb50b6443bac44b1cfbc72</id>
<content type='text'>
* include/mach/time_value.h (time_value_assert): New macro to assert
that the given value is well-formed.
(time_value_add_usec): Use the new macro.
(time_value_sub_usec): New macro.
(time_value_add): Use `time_value_add_usec'.
(time_value_sub_usec): New macro.
</content>
</entry>
<entry>
<title>Allow non-privileged tasks to wire 64KiB task memory</title>
<updated>2015-07-09T12:13:25Z</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2015-07-09T12:13:25Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=eaee9424a120c289abc3eeeff331cb0d45efe971'/>
<id>urn:sha1:eaee9424a120c289abc3eeeff331cb0d45efe971</id>
<content type='text'>
* doc/mach.texi (vm_wire): Document that the host port does not have to be
privileged.
* include/mach/mach_hosts.defs (vm_wire): Use mach_port_t instead of
host_priv_t.
* vm/vm_map.h (vm_map): Add user_wired field.
* vm/vm_map.c (vm_map_setup): Initialize user_wired field to 0.
(vm_map_pageable_common, vm_map_entry_delete, vm_map_copy_overwrite,
vm_map_copyout_page_list, vm_map_copyin_page_list): When switching
user_wired_count field of entry between 0 and non-0, accumulate the
corresponding size into the user_wired field of map.
* vm/vm_user.c (vm_wire): Turn host parameter into port parameter, and
inline a version of convert_port_to_host_priv which records whether the host
port is privileged or not.  When it is not privileged, check whether
the additional amount to user_wired will overcome 64KiB.
</content>
</entry>
<entry>
<title>include: Fix typos in comments (found by codespell)</title>
<updated>2015-01-02T19:09:26Z</updated>
<author>
<name>Stefan Weil</name>
<email>sw@weilnetz.de</email>
</author>
<published>2015-01-02T15:02:50Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=01273099a4b7afb3b1c6eac7b31d73f599ef0beb'/>
<id>urn:sha1:01273099a4b7afb3b1c6eac7b31d73f599ef0beb</id>
<content type='text'>
Signed-off-by: Stefan Weil &lt;sw@weilnetz.de&gt;
</content>
</entry>
<entry>
<title>include: add X_IMPORTS to ipc definitions</title>
<updated>2014-12-09T08:34:51Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2014-11-06T15:57:35Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=c3473992f56e39acd11c6c4e64d6cd1c7d67d37a'/>
<id>urn:sha1:c3473992f56e39acd11c6c4e64d6cd1c7d67d37a</id>
<content type='text'>
This makes it possible to inject imports.

* include/mach/gnumach.defs: Make it possible to inject imports.
* include/mach/mach.defs: Likewise.
* include/mach/mach_host.defs: Likewise.
</content>
</entry>
<entry>
<title>kern: provide notifications about new tasks</title>
<updated>2014-12-09T08:34:51Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2014-11-04T17:46:42Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=8c4d15d5b824fd02bd6909f6d254828732f3bb7b'/>
<id>urn:sha1:8c4d15d5b824fd02bd6909f6d254828732f3bb7b</id>
<content type='text'>
These notifications are sent to the port registered via
`register_new_task_notification' and provide a robust parental
relation between tasks to a userspace server.

* Makefrag.am: Add task_notify.defs.
* include/mach/gnumach.defs: Add register_new_task_notification.
* include/mach/task_notify.defs: New file.
* kern/task.c (new_task_notification): New variable.
(task_create): Send new task notifications.
(register_new_task_notification): Add server function.
* kern/task_notify.cli: New file.
</content>
</entry>
<entry>
<title>Retire procedure `old_mach_port_get_receive_status'</title>
<updated>2014-12-09T08:32:01Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2014-12-06T10:59:32Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=8214da0d2e0e6f01b17c9d1dc1608f0ec3cf3be4'/>
<id>urn:sha1:8214da0d2e0e6f01b17c9d1dc1608f0ec3cf3be4</id>
<content type='text'>
Retire the compatibility RPC `old_mach_port_get_receive_status' that
works like `mach_port_get_receive_status' but returns an
`old_mach_port_status' object that lacks the `mps_seqno' field.

Do not remove the type yet, so we do not break anyones build.  The RPC
stubs currently distributed with the glibc require it.

* include/mach/mach_port.defs (old_mach_port_get_receive_status): Drop RPC.
* include/mach/mach_types.defs (old_mach_port_status_t): Drop type.
* include/mach/port.h (old_mach_port_status_t): Add note to remove
this for the 1.6 release.
* ipc/mach_port.c (old_mach_port_get_receive_status): Drop function.
</content>
</entry>
<entry>
<title>include: make `mach_port_t' payload-aware</title>
<updated>2014-11-28T11:43:36Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2014-11-21T00:05:49Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=51ebaeb376521c0dbd0020d3515a4b5dfe01a12d'/>
<id>urn:sha1:51ebaeb376521c0dbd0020d3515a4b5dfe01a12d</id>
<content type='text'>
Honor a new macro `MACH_PAYLOAD_TO_PORT' to inject a translation
function mapping payloads to port names in the definition of
`mach_port_t'.

* include/mach/std_types.defs (mach_port_t): Honor
`MACH_PAYLOAD_TO_PORT'.
* include/device/device.defs (reply_port_t): Likewise.
* include/device/device_reply.defs (reply_port_t): Likewise.
* include/device/device_request.defs (reply_port_t): Likewise.
</content>
</entry>
<entry>
<title>include: add a payload-aware intran mutator for notify_port_t</title>
<updated>2014-11-03T10:11:43Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2014-04-05T13:12:18Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=f5fc494d1171e5ddda82bdd6c9793b1c5a55ec99'/>
<id>urn:sha1:f5fc494d1171e5ddda82bdd6c9793b1c5a55ec99</id>
<content type='text'>
* include/mach/notify.defs (notify_port_t): Add a payload-aware intran
mutator.
</content>
</entry>
<entry>
<title>include: add a payload-aware intran mutator for memory_object_t</title>
<updated>2014-11-03T10:11:43Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2014-03-17T09:17:02Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=81d37c131bcc83bc58dcabef2ef1513c1e208ed6'/>
<id>urn:sha1:81d37c131bcc83bc58dcabef2ef1513c1e208ed6</id>
<content type='text'>
* include/mach/mach_types.defs (memory_object_t): Add a payload-aware
intran mutator.
* include/mach/memory_object.defs: Likewise in the inlined type
declarations.
</content>
</entry>
<entry>
<title>include: define MACH_MSG_TYPE_PROTECTED_PAYLOAD</title>
<updated>2014-10-01T07:03:52Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2013-11-25T00:27:14Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=a8d611bdbf48906010c6cde67eb6ff720e715cf0'/>
<id>urn:sha1:a8d611bdbf48906010c6cde67eb6ff720e715cf0</id>
<content type='text'>
* include/mach/message.h: Define MACH_MSG_TYPE_PROTECTED_PAYLOAD.
(MACH_MSG_TYPE_LAST): Adjust accordingly.
* doc/mach.texi (Message Format): Document
MACH_MSG_TYPE_PROTECTED_PAYLOAD.
</content>
</entry>
</feed>
