summaryrefslogtreecommitdiff
path: root/devel/mm
AgeCommit message (Collapse)Author
2000-07-01Upgrade to MM Shared Memory Library, version 1.1.3Ralf S. Engelschall
2000-06-16Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
2000-06-16Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev
2000-05-21Upgrade to MM (Shared Memory Library), version 1.1.2Ralf S. Engelschall
2000-04-30Upgrade to MM Shared Memory Library, version 1.1.1Ralf S. Engelschall
2000-04-30Upgrade MM Shared Memory Library from version 1.0.12 to 1.1.0Ralf S. Engelschall
2000-04-28Prefix URL in pkg/DESCR with "WWW:".Ralf S. Engelschall
2000-04-11PORTNAME/PORTVERSION updateMichael Haro
1999-12-24remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsMichael Haro
PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-09-28Upgrade to MM (Shared Memory Library), version 1.0.12Ralf S. Engelschall
1999-09-06Upgrade to MM (Shared Memory Libray), version 1.0.11Ralf S. Engelschall
1999-08-27Upgrade to MM Shared Memory Library, version 1.0.10Ralf S. Engelschall
1999-08-25Change Id->FreeBSD.David E. O'Brien
1999-07-02Upgrade to MM Shared Memory Library, version 1.0.9.Ralf S. Engelschall
1999-06-26As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek
permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
1999-06-22Upgrade to MM Shared Memory Library, version 1.0.7Ralf S. Engelschall
1999-06-06Upgrade to MM Shared Memory Library, Version 1.0.6Ralf S. Engelschall
1999-06-02Upgrade to MM (Shared Memory Library), Version 1.0.5Ralf S. Engelschall
1999-05-22Add also FTP site to MASTER_SITESRalf S. Engelschall
1999-05-21Upgrade to MM Shared Memory Library, version 1.0.4Ralf S. Engelschall
1999-05-17Upgrade to MM Shared Memory Library, Version 1.0.3Ralf S. Engelschall
1999-04-26Upgrade to MM Shared Memory Library, Version 1.0.2Ralf S. Engelschall
1999-04-18Upgrade to MM Shared Memory Libray, Version 1.0.1Ralf S. Engelschall
1999-03-28Make portlint happy (COMMENT exceeded 70 chars per line)Ralf S. Engelschall
1999-03-28Upgrade to MM library, version 1.0.0Ralf S. Engelschall
1999-03-24Import of MM, a portable shared memory library.Ralf S. Engelschall
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.