aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mm
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4.2Marcus Alves Grando2006-08-272-4/+4
|
* - Update to 1.4.1Marcus Alves Grando2006-08-112-5/+6
| | | | | PR: 101780 Submitted by: Gea-Suan Lin <gslin___gslin.org>
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
|
* Update my emailMarcus Alves Grando2005-09-171-1/+1
| | | | Approved by: pav (mentor)
* - Pass maintainership to submitterRenato Botelho2005-09-131-1/+1
| | | | | PR: ports/86041 Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br>
* upgrade to my latest OSSP mm 1.4.0Ralf S. Engelschall2005-09-074-6/+6
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Upgrade to version 1.3.1.Dmitry Sivachenko2004-11-102-3/+4
|
* - Introduce MASTER_SITE_OSSPPav Lucistnik2004-08-211-1/+2
| | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Add size data.Trevor Johnson2004-03-191-0/+1
|
* Resign maintainership of the ports corresponding to software I developedRalf S. Engelschall2004-03-141-1/+1
| | | | | myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports.
* Update to version 1.3.0.Dmitry Sivachenko2003-07-243-4/+3
| | | | Approved by: maintainer
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* make portlint-clean by reducing size of pkg-comment and adding USE_LIBTOOLRalf S. Engelschall2003-02-052-1/+2
|
* upgrade to OSSP mm 1.2.1Ralf S. Engelschall2002-07-312-2/+2
|
* Upgrade to OSSP mm 1.2.0 (fixes especially a security bug)Ralf S. Engelschall2002-07-265-10/+10
|
* Upgrade to MM Shared Memory Library, version 1.1.3Ralf S. Engelschall2000-07-012-2/+2
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-171-1/+1
| | | | | | | | | 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
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-5/+1
|
* Upgrade to MM (Shared Memory Library), version 1.1.2Ralf S. Engelschall2000-05-212-2/+2
|
* Upgrade to MM Shared Memory Library, version 1.1.1Ralf S. Engelschall2000-05-012-2/+2
|
* Upgrade MM Shared Memory Library from version 1.0.12 to 1.1.0Ralf S. Engelschall2000-04-304-4/+4
|
* Prefix URL in pkg/DESCR with "WWW:".Ralf S. Engelschall2000-04-291-3/+1
|
* PORTNAME/PORTVERSION updateMichael Haro2000-04-121-2/+2
|
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsMichael Haro1999-12-251-1/+0
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to MM (Shared Memory Library), version 1.0.12Ralf S. Engelschall1999-09-282-3/+3
|
* Upgrade to MM (Shared Memory Libray), version 1.0.11Ralf S. Engelschall1999-09-062-3/+3
|
* Upgrade to MM Shared Memory Library, version 1.0.10Ralf S. Engelschall1999-08-272-3/+3
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* Upgrade to MM Shared Memory Library, version 1.0.9.Ralf S. Engelschall1999-07-032-4/+4
|
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Upgrade to MM Shared Memory Library, version 1.0.7Ralf S. Engelschall1999-06-222-4/+4
|
* Upgrade to MM Shared Memory Library, Version 1.0.6Ralf S. Engelschall1999-06-062-4/+4
|
* Upgrade to MM (Shared Memory Library), Version 1.0.5Ralf S. Engelschall1999-06-023-4/+5
|
* Add also FTP site to MASTER_SITESRalf S. Engelschall1999-05-221-2/+3
|
* Upgrade to MM Shared Memory Library, version 1.0.4Ralf S. Engelschall1999-05-222-4/+4
|
* Upgrade to MM Shared Memory Library, Version 1.0.3Ralf S. Engelschall1999-05-172-4/+4
|
* Upgrade to MM Shared Memory Library, Version 1.0.2Ralf S. Engelschall1999-04-272-4/+4
|
* Upgrade to MM Shared Memory Libray, Version 1.0.1Ralf S. Engelschall1999-04-182-6/+9
|
* Make portlint happy (COMMENT exceeded 70 chars per line)Ralf S. Engelschall1999-03-281-1/+1
|
* Upgrade to MM library, version 1.0.0Ralf S. Engelschall1999-03-282-4/+4
|
* Import of MM, a portable shared memory library.Ralf S. Engelschall1999-03-245-0/+51
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.