aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mm
Commit message (Collapse)AuthorAgeFilesLines
* make portlint-clean by reducing size of pkg-comment and adding USE_LIBTOOLrse2003-02-052-1/+2
|
* upgrade to OSSP mm 1.2.1rse2002-07-312-2/+2
|
* Upgrade to OSSP mm 1.2.0 (fixes especially a security bug)rse2002-07-265-10/+10
|
* Upgrade to MM Shared Memory Library, version 1.1.3rse2000-07-012-2/+2
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-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.sobomax2000-06-162-5/+1
|
* Upgrade to MM (Shared Memory Library), version 1.1.2rse2000-05-212-2/+2
|
* Upgrade to MM Shared Memory Library, version 1.1.1rse2000-05-012-2/+2
|
* Upgrade MM Shared Memory Library from version 1.0.12 to 1.1.0rse2000-04-304-4/+4
|
* Prefix URL in pkg/DESCR with "WWW:".rse2000-04-291-3/+1
|
* PORTNAME/PORTVERSION updatemharo2000-04-121-2/+2
|
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsmharo1999-12-251-1/+0
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgrade to MM (Shared Memory Library), version 1.0.12rse1999-09-282-3/+3
|
* Upgrade to MM (Shared Memory Libray), version 1.0.11rse1999-09-062-3/+3
|
* Upgrade to MM Shared Memory Library, version 1.0.10rse1999-08-272-3/+3
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Upgrade to MM Shared Memory Library, version 1.0.9.rse1999-07-032-4/+4
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-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.7rse1999-06-222-4/+4
|
* Upgrade to MM Shared Memory Library, Version 1.0.6rse1999-06-062-4/+4
|
* Upgrade to MM (Shared Memory Library), Version 1.0.5rse1999-06-023-4/+5
|
* Add also FTP site to MASTER_SITESrse1999-05-221-2/+3
|
* Upgrade to MM Shared Memory Library, version 1.0.4rse1999-05-222-4/+4
|
* Upgrade to MM Shared Memory Library, Version 1.0.3rse1999-05-172-4/+4
|
* Upgrade to MM Shared Memory Library, Version 1.0.2rse1999-04-272-4/+4
|
* Upgrade to MM Shared Memory Libray, Version 1.0.1rse1999-04-182-6/+9
|
* Make portlint happy (COMMENT exceeded 70 chars per line)rse1999-03-281-1/+1
|
* Upgrade to MM library, version 1.0.0rse1999-03-282-4/+4
|
* Import of MM, a portable shared memory library.rse1999-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.