| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* configure.ac (AC_INIT): Set version to 1.8.
* NEWS: Finalize for 1.8.
|
|
|
|
|
|
| |
... to match the GNU Mach and Hurd NEWS files.
* NEWS: Remove bullet points.
|
| |
|
|
|
|
|
| |
* configure.ac (AC_INIT): Set version to 1.7.
* NEWS: Finalize for 1.7.
|
| |
|
| |
|
|
|
|
|
| |
* configure.ac (AC_INIT): Set version to 1.6.
* NEWS: Finalize for 1.6.
|
| |
|
|
|
|
|
| |
* configure.ac (AC_INIT): Set version to 1.5.
* NEWS: Finalize for 1.5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add support for protected payloads. The new `intranpayload' option can
be used to specify a translation function translating payloads to
values of the translated type. This function will be used instead of
the `intran' function to to look up the receiving object of a message
in a server.
This makes it easy to use the protected payloads introduced in GNU
Mach 1.5.
An inTransPayload function translates payloads to objects, like an
inTrans function translates from port names to objects. Generate code
in the server routine to optimize lookups to the receiver of the
message.
Additionally, if no intran function is provided, but an intranpayload
function is, it is expected to translate from payloads to port names.
This is used to preserve the semantics in case the server routine
expects a port name.
* NEWS: Add item.
* lexxer.l: Emit syInTranPayload.
* parser.h: Define syInTranPayload.
* parser.y (TransTypeSpec): Handle syInTranPayload.
* type.h (struct ipc_type): Add itInTransPayload.
* server.c (WriteExtractArgValue): If a payload-aware intrans function
has been specified, use it to get a reference to the receiving object.
* routine.c (rtAugmentArgKind): Force the use of a local variable if a
payload-aware translate-in function is defined.
|
| |
|
|
|
|
|
|
| |
* configure.ac (AC_INIT): Set version to 1.4.
* NEWS: Finalize changes for 1.4.
* README: Update.
|
|
|
|
| |
* mig.in: Compute a relative path from the mig to migcom.
|
|
|
|
|
|
|
|
|
| |
* Makefile.am (AUTOMAKE_OPTIONS): Remove variable after having moved
the `gnu' option to...
* configure.ac (AM_INIT_AUTOMAKE): ... here.
Bump version to 1.3.1.99.
* NEWS: Update.
* README: Likewise.
|
|
|
|
|
|
|
| |
* configure.in: Bump version to 1.3.1
* configure: Regenerated.
* NEWS: Updated for 1.3.1 release.
|
| |
|
| |
|
|
|
|
|
|
| |
* configure.in: Bump version to 1.2.
* configure, Makefile.in: Regenerated.
* NEWS: Updated for changes since 1.1 release.
|
|
|
|
|
|
| |
1999-06-22 Thomas Bushnell, BSG <tb@mit.edu>
* configure.in: Bump version to 1.1. First official net release.
|
| |
|
|
|