summaryrefslogtreecommitdiff
path: root/devel/mm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to MM Shared Memory Library, version 1.0.9.Ralf S. Engelschall1999-07-022-4/+4
| | | | Notes: svn path=/head/; revision=19959
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Upgrade to MM Shared Memory Library, version 1.0.7Ralf S. Engelschall1999-06-222-4/+4
| | | | Notes: svn path=/head/; revision=19640
* Upgrade to MM Shared Memory Library, Version 1.0.6Ralf S. Engelschall1999-06-062-4/+4
| | | | Notes: svn path=/head/; revision=19225
* Upgrade to MM (Shared Memory Library), Version 1.0.5Ralf S. Engelschall1999-06-023-4/+5
| | | | Notes: svn path=/head/; revision=19187
* Add also FTP site to MASTER_SITESRalf S. Engelschall1999-05-221-2/+3
| | | | Notes: svn path=/head/; revision=18938
* Upgrade to MM Shared Memory Library, version 1.0.4Ralf S. Engelschall1999-05-212-4/+4
| | | | Notes: svn path=/head/; revision=18932
* Upgrade to MM Shared Memory Library, Version 1.0.3Ralf S. Engelschall1999-05-172-4/+4
| | | | Notes: svn path=/head/; revision=18855
* Upgrade to MM Shared Memory Library, Version 1.0.2Ralf S. Engelschall1999-04-262-4/+4
| | | | Notes: svn path=/head/; revision=18138
* Upgrade to MM Shared Memory Libray, Version 1.0.1Ralf S. Engelschall1999-04-182-6/+9
| | | | Notes: svn path=/head/; revision=17968
* Make portlint happy (COMMENT exceeded 70 chars per line)Ralf S. Engelschall1999-03-281-1/+1
| | | | Notes: svn path=/head/; revision=17412
* Upgrade to MM library, version 1.0.0Ralf S. Engelschall1999-03-282-4/+4
| | | | Notes: svn path=/head/; revision=17411
* 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. Notes: svn path=/head/; revision=17371