aboutsummaryrefslogtreecommitdiff
path: root/devel/mm/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Update to 1.4.2Marcus Alves Grando2006-08-261-3/+3
| | | | Notes: svn path=/head/; revision=171442
* - Update to 1.4.1Marcus Alves Grando2006-08-111-3/+3
| | | | | | | | PR: 101780 Submitted by: Gea-Suan Lin <gslin___gslin.org> Notes: svn path=/head/; revision=170352
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* upgrade to my latest OSSP mm 1.4.0Ralf S. Engelschall2005-09-071-2/+2
| | | | Notes: svn path=/head/; revision=142143
* Upgrade to version 1.3.1.Dmitry Sivachenko2004-11-101-2/+2
| | | | Notes: svn path=/head/; revision=121288
* Add size data.Trevor Johnson2004-03-191-0/+1
| | | | Notes: svn path=/head/; revision=104582
* Update to version 1.3.0.Dmitry Sivachenko2003-07-241-1/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=85523
* upgrade to OSSP mm 1.2.1Ralf S. Engelschall2002-07-311-1/+1
| | | | Notes: svn path=/head/; revision=63775
* Upgrade to OSSP mm 1.2.0 (fixes especially a security bug)Ralf S. Engelschall2002-07-261-1/+1
| | | | Notes: svn path=/head/; revision=63605
* Upgrade to MM Shared Memory Library, version 1.1.3Ralf S. Engelschall2000-07-011-1/+1
| | | | Notes: svn path=/head/; revision=30044
* Upgrade to MM (Shared Memory Library), version 1.1.2Ralf S. Engelschall2000-05-211-1/+1
| | | | Notes: svn path=/head/; revision=28645
* Upgrade to MM Shared Memory Library, version 1.1.1Ralf S. Engelschall2000-04-301-1/+1
| | | | Notes: svn path=/head/; revision=28155
* Upgrade MM Shared Memory Library from version 1.0.12 to 1.1.0Ralf S. Engelschall2000-04-301-1/+1
| | | | Notes: svn path=/head/; revision=28151
* Upgrade to MM (Shared Memory Library), version 1.0.12Ralf S. Engelschall1999-09-281-1/+1
| | | | Notes: svn path=/head/; revision=22044
* Upgrade to MM (Shared Memory Libray), version 1.0.11Ralf S. Engelschall1999-09-061-1/+1
| | | | Notes: svn path=/head/; revision=21301
* Upgrade to MM Shared Memory Library, version 1.0.10Ralf S. Engelschall1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=21023
* Upgrade to MM Shared Memory Library, version 1.0.9.Ralf S. Engelschall1999-07-021-1/+1
| | | | Notes: svn path=/head/; revision=19959
* Upgrade to MM Shared Memory Library, version 1.0.7Ralf S. Engelschall1999-06-221-1/+1
| | | | Notes: svn path=/head/; revision=19640
* Upgrade to MM Shared Memory Library, Version 1.0.6Ralf S. Engelschall1999-06-061-1/+1
| | | | Notes: svn path=/head/; revision=19225
* Upgrade to MM (Shared Memory Library), Version 1.0.5Ralf S. Engelschall1999-06-021-1/+1
| | | | Notes: svn path=/head/; revision=19187
* Upgrade to MM Shared Memory Library, version 1.0.4Ralf S. Engelschall1999-05-211-1/+1
| | | | Notes: svn path=/head/; revision=18932
* Upgrade to MM Shared Memory Library, Version 1.0.3Ralf S. Engelschall1999-05-171-1/+1
| | | | Notes: svn path=/head/; revision=18855
* Upgrade to MM Shared Memory Library, Version 1.0.2Ralf S. Engelschall1999-04-261-1/+1
| | | | Notes: svn path=/head/; revision=18138
* Upgrade to MM Shared Memory Libray, Version 1.0.1Ralf S. Engelschall1999-04-181-1/+1
| | | | Notes: svn path=/head/; revision=17968
* Upgrade to MM library, version 1.0.0Ralf S. Engelschall1999-03-281-1/+1
| | | | Notes: svn path=/head/; revision=17411
* Import of MM, a portable shared memory library.Ralf S. Engelschall1999-03-241-0/+1
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. Notes: svn path=/head/; revision=17371