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

16 Commits

Author SHA1 Message Date
Ralf S. Engelschall
d2cec85336 Upgrade to MM (Shared Memory Libray), version 1.0.11 1999-09-06 12:43:35 +00:00
Ralf S. Engelschall
4d721f430c Upgrade to MM Shared Memory Library, version 1.0.10 1999-08-27 09:57:30 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Ralf S. Engelschall
378cb79b32 Upgrade to MM Shared Memory Library, version 1.0.9. 1999-07-02 20:15:59 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
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
5cf02f5fd5 Add also FTP site to MASTER_SITES 1999-05-22 15:15:18 +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
ed73aa5bb0 Make portlint happy (COMMENT exceeded 70 chars per line) 1999-03-28 11:56:43 +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