Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (96) Emulation (146) Game (992) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4326
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Sysvipc | Description: | SystemV IPC implemementation for AmigaOS 4 | Download: | sysvipc.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 2Mb | Version: | RC1 | Date: | 05 Feb 2021 | Author: | Peter Bengtsson | Submitter: | Andrea Palmatè | Requirements: | AmigaOS 4 | Category: | development/library/misc | Replaces: | development/library/misc/sysvipc.lha | License: | BSD | Distribute: | yes | Min OS Version: | 4.0 | FileID: | 11579 | | | Comments: | 2 | Snapshots: | 0 | Videos: | 0 | Downloads: | 95 (Current version) | | 996 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
A beta version of my SystemV IPC (inter process communication) implementation
for AmigaOS 4.
As a beta version it is mostly complete, but some smaller things
are unfinished or need more polish. Testing is also somewhat limited
as of yet.
In the tradition of open source, however, I decided to try and release
early so anyone who finds this useful can try it. Since this has now
reached beta stage, any comments, bug-reports or suggestions are welcome.
New in beta 1:
- Documentation! An autodoc for sysvipc.library is supplied.
- Installer script.
- ipcrm
- SHM_LOCK and SHM_UNLOCK extensions.
- A few minor errors fixed.
New in alpha 3:
- Semaphores support the SEM_UNDO flag.
- ftok() works instead of crashing horribly.
- Opening the library does not cause memory corruption. (Hey, it's alpha
software! :-)
New in alpha 2:
- Semaphores (except semtimedop())
- ftok()
- Reworked error reporting
- ipcs is (somewhat) more X/Open compliant
- Avoid conflicts with key_t and struct timespec for newlib.
-Peter
|