Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/termux/libandroid-shmem

System V shared memory emulation on Android using ashmem.
https://github.com/termux/libandroid-shmem

Do not declare symbols defined in `libc.so`

On Android API 26 or later, `shmctl`, `shmdt` and `shmget` are defined
in `libc.so` but are disa...

447caef31c2d02a711770944d16f0fe8981e4600 authored over 2 years ago by Tee KOBAYASHI <[email protected]>
Makefile: respect $(DESTDIR)

7f2448e175075e2ab62b69bd8bb672a67123bb7f authored over 3 years ago by Henrik Grimler <[email protected]>
Merge pull request #9 from dead10ck/fix-deadlock

fix deadlock in shmget

729bb8cd280df8458c3f48017d47d5c8e78a9a74 authored over 3 years ago by Henrik Grimler <[email protected]>
fix deadlock in shmget

`shmget` deadlocks when called more than once in the same process. It
locks the mutex, then call...

12f9edfc7e9299e3b19099058d25291a1de34479 authored over 3 years ago by Skyler Hawthorne <[email protected]>
add support for building static library

76da96358213eae725c6df66cc6d1cd08f193327 authored over 5 years ago by Leonid Plyushch <[email protected]>
Fix building with unified headers

af4778c9e927c2d36c46ebb6ec690d31710b2326 authored over 7 years ago by Fredrik Fornwall <[email protected]>
Include <stdlib.h> in shmem.c for realloc()

52b129808965d67fc16e3a3368492116e7a93c15 authored over 7 years ago by Fredrik Fornwall <[email protected]>
Merge pull request #1 from termux/removal

Do not report error for non-local removals

eab1b5b7c682462e95b359247c84de0650887d78 authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Do not report error for non-local removals

9b9f03ae9210346d5cb3a8ca8f605891289a9cea authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Remove build.sh leftover

b109aef57da66d238faa2af5b36bc5b07afc90da authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Update README.md

8689232df4e9cf441057b317ebe096394f8dee84 authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Use install command

d043400c5d262fb6db4abfa7c2318f9af8944007 authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Initial commit

b1749b654a34e071c7be316db2db4d2eebad31ed authored almost 8 years ago by Fredrik Fornwall <[email protected]>