summaryrefslogtreecommitdiff
path: root/ext/sysvmsg
Commit message (Collapse)AuthorAgeFilesLines
* MFH: string format stuff.Ilia Alshanetsky2003-09-221-1/+1
|
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* MFH (zts compile warning).Ilia Alshanetsky2002-11-141-1/+1
|
* Avoid possible clash with mysql, but still make it work for BSD's.Melvyn Sopacua2002-10-273-32/+11
| | | | | | Struct verified to be compatible with Linux, FreeBSD, BSDi, AIX 4.3.3 and Solaris 5.7.
* Fix config bug reported by Jan Lehnart.Melvyn Sopacua2002-10-081-4/+4
| | | | | Keep it simple, and the size of a pointer is always known, duh.
* Fixed bug #19504Ilia Alshanetsky2002-09-191-3/+3
| | | | | Alligned 'Enable sysvmsg support' message.
* Patch for BSD-ish systems from Melvyn Sopacua <msopacua@idg.nl>,Wez Furlong2002-09-102-4/+53
| | | | | slightly modified.
* Use ftok for message queue key.Wez Furlong2002-04-301-2/+3
|
* Slightly alter the signature of msg_send and msg_receive so that errorWez Furlong2002-04-292-25/+49
| | | | | codes and serialized "false" messages can be distinguished.
* Add sysv IPC support (wrappers for msgsnd and friends).Wez Furlong2002-04-256-0/+458