1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Ralf S. Engelschall
eb10ee33c7 Upgrade to MM Shared Memory Library, version 1.0.7 1999-06-22 15:40:35 +00:00
Ralf S. Engelschall
d126996293 Upgrade to MM Shared Memory Library, Version 1.0.6 1999-06-06 11:17:25 +00:00
Ralf S. Engelschall
6a85f8088b Upgrade to MM (Shared Memory Library), Version 1.0.5 1999-06-02 12:32:57 +00:00
Ralf S. Engelschall
45380e9a54 Upgrade to MM Shared Memory Library, version 1.0.4 1999-05-21 21:34:05 +00:00
Ralf S. Engelschall
7413a0faf2 Upgrade to MM Shared Memory Library, Version 1.0.3 1999-05-17 06:22:08 +00:00
Ralf S. Engelschall
12c14eb1d3 Upgrade to MM Shared Memory Library, Version 1.0.2 1999-04-26 18:24:33 +00:00
Ralf S. Engelschall
4ab4aa6aa8 Upgrade to MM Shared Memory Libray, Version 1.0.1 1999-04-18 10:58:08 +00:00
Ralf S. Engelschall
ddacb1becb Upgrade to MM library, version 1.0.0 1999-03-28 11:55:26 +00:00
Ralf S. Engelschall
22e6d2bfa8 Import of MM, a portable shared memory library.
The MM library is a 2-layer abstraction library which simplifies the usage
of shared memory between forked (and this way strongly related) processes
under Unix platforms. On the first layer it hides all platform dependent
implementation details (allocation and locking) when dealing with shared
memory segments and on the second layer it provides a high-level
malloc(3)-style API for a convenient and well known way to work with
data-structures inside those shared memory segments.

This library is proposed to be used in future versions
of Apache 1.3 as the base library for shared memory pools.
1999-03-24 14:14:13 +00:00