Ecosyste.ms: OpenCollective

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

AssemblyScript

A TypeScript-like language for WebAssembly.
Collective - Host: opensource - https://opencollective.com/assemblyscript - Website: https://assemblyscript.org - Code: https://github.com/AssemblyScript

fix misleading comment in strstr

the intent here is just to scan at least l bytes forward for the end
of the haystack and at leas...

github.com/AssemblyScript/musl - c53e9b239418eb3e0e8be256abd0f6ad7608bbcf authored about 4 years ago
Nightly v98.0.0-nightly.20201209 [ci skip]

github.com/AssemblyScript/binaryen.js - 87fa8a7e3046abf7eaa2f95f4178a709dd3f33a6 authored about 4 years ago
drop use of pthread_once for aio thread stack size init

pthread_once is not compatible with MT-fork constraints (commit
167390f05564e0a4d3fcb4329377fd77...

github.com/AssemblyScript/musl - b67d56c7b3b0f84360db749aa6f431a07761d9c8 authored about 4 years ago
fix: Account for virtual stub finalization discovering more virtual calls (#1569)

github.com/AssemblyScript/assemblyscript - 1f611c65f846566a98b1d0856e81df356e9e37b7 authored about 4 years ago
Backport fixes made in #1559 (#1568)

github.com/AssemblyScript/assemblyscript - d568e82ff554144b713dd58174edd60ba58366f8 authored about 4 years ago
Nightly v98.0.0-nightly.20201208 [ci skip]

github.com/AssemblyScript/binaryen.js - 0240ee632cdc7fdec64e30da50bcb086d0b3fefc authored about 4 years ago
fix omission of non-stub pthread_mutexattr_getprotocol

this change should have been made when priority inheritance mutex
support was added. if priority...

github.com/AssemblyScript/musl - 90ff016996753d83263445940710c87d9afa71f3 authored about 4 years ago
fix: Fix parseExp reading oob during parseFloat (#1567)

github.com/AssemblyScript/assemblyscript - 38f770582ee718437403545bf08f494e4d02ccae authored about 4 years ago
Nightly v98.0.0-nightly.20201207 [ci skip]

github.com/AssemblyScript/binaryen.js - 70eca518d89b571d27de4874e0de189df7136301 authored about 4 years ago
riscv64: fix inconsistent ucontext_t struct tag

ucontext.h depends on the internal struct tag name for namespacing
reasons, and the intent was a...

github.com/AssemblyScript/musl - 56f0631d9553dc06530ff661527cf1fcd595a0d1 authored about 4 years ago
Nightly v98.0.0-nightly.20201206 [ci skip]

github.com/AssemblyScript/binaryen.js - cd3da65a867c6a23e6d92293ad4f606c6c1a9145 authored about 4 years ago
Nightly v98.0.0-nightly.20201205 [ci skip]

github.com/AssemblyScript/binaryen.js - 2e8cfbf0d194f16c09f38806461d4be7e215f06b authored about 4 years ago
fix failure to preserve r6 in s390x asm; per ABI it is call-saved

both __clone and __syscall_cp_asm failed to restore the original value
of r6 after using it as a...

github.com/AssemblyScript/musl - 50c7935cd21f33f42013447d57bc19d2e6318aae authored about 4 years ago
Nightly v98.0.0-nightly.20201204 [ci skip]

github.com/AssemblyScript/binaryen.js - 2fa79737a64c59fc414ebe3ecd1a5471ff22b0e0 authored about 4 years ago
s390x: derive float_t from compiler or default to float

float_t should represent the type that is used to evaluate float
expressions internally. On s390...

github.com/AssemblyScript/musl - 738c4e945c1218559d36b83cbaba11459fad89c9 authored about 4 years ago
fix: Fix wrong reallocations in String#replaceAll + refactoring (#1564)

github.com/AssemblyScript/assemblyscript - 1fcc374e985a1caca0736126a4e3ca6ca7776eac authored about 4 years ago
Nightly v98.0.0-nightly.20201203 [ci skip]

github.com/AssemblyScript/binaryen.js - 2b157d736f2eba63f9764e0bee80b19683245ae3 authored about 4 years ago
Nightly v98.0.0-nightly.20201202 [ci skip]

github.com/AssemblyScript/binaryen.js - 264750e69bef8910b6e14bbd1bcefdd756e863db authored about 4 years ago
Nightly v98.0.0-nightly.20201201 [ci skip]

github.com/AssemblyScript/binaryen.js - 8a79e04bc8c416e129b6b17483511ca6224553fb authored about 4 years ago
implement reallocarray

reallocarray is an extension introduced by OpenBSD, which introduces
calloc overflow checking to...

github.com/AssemblyScript/musl - 821083ac7b54eaa040d5a8ddc67c6206a175e0ca authored about 4 years ago
implement realpath directly instead of using procfs readlink

inability to use realpath in chroot/container without procfs access
and at early boot prior to m...

github.com/AssemblyScript/musl - 29ff7599a448232f2527841c2362643d246cee36 authored about 4 years ago
fix mallocng regression in malloc_usable_size with null argument

commit d1507646975cbf6c3e511ba07b193f27f032d108 added support for null
argument in oldmalloc and...

github.com/AssemblyScript/musl - 5d464f524ba5447e2a8fc77560b98c1ad9a83570 authored about 4 years ago
configure: do not use obsolescent form of test -a|o

The -a and -o operators are obsolescent and not in baseline POSIX.

github.com/AssemblyScript/musl - d046ec92c1e5a487a8f9d584ebb79c3bc97ea95f authored about 4 years ago
fix segfault in lutimes when tv argument is NULL

calling lutimes with tv=0 is valid if the application wants to set the
timestamps to the current...

github.com/AssemblyScript/musl - c5d118ebbcfe41d928d8ffc913bc532c59237189 authored about 4 years ago
netinet/in.h: add IP_RECVERR_4884 from linux v5.9

see

linux commit eba75c587e811d3249c8bd50d22bb2266ccd3c0f
icmp: support rfc 4884

github.com/AssemblyScript/musl - 67f774625e84ad941d722f745f085c0bd4ae7582 authored about 4 years ago
sys/fanotify.h: add new FAN_* macros from linux v5.9

Update fanotify.h, see

linux commit 929943b38daf817f2e6d303ea04401651fc3bc05
fanotify: add ...

github.com/AssemblyScript/musl - d078f836578986d97728b71ee2a7fd33233fbd5d authored about 4 years ago
bits/syscall.h: add __NR_close_range from linux v5.9

see

linux commit 9b4feb630e8e9801603f3cab3a36369e3c1cf88d
arch: wire-up close_range()

li...

github.com/AssemblyScript/musl - 3ba370fe8d9f450d351d710066fa20afad8ce3df authored about 4 years ago
add missing personality values

Adds two missing personality(2) personas: UNAME26 and FDPIC_FUNCPTRS.

FDPIC_FUNCPTRS was also m...

github.com/AssemblyScript/musl - badc5bb211ee5caa2cfaafb5fdb716cbb8d1f2e6 authored about 4 years ago
arm fabs and sqrt: support single-precision-only fpu variants

github.com/AssemblyScript/musl - 6e989248904bc6576ff13a998986153b97a58172 authored about 4 years ago
fix typo in INSTALL

"big-engian" should be "big-endian".

github.com/AssemblyScript/musl - c8c3e341fbcbac865d42aea6a711a0544792d655 authored about 4 years ago
Nightly v98.0.0-nightly.20201128 [ci skip]

github.com/AssemblyScript/binaryen.js - b8efbd06728effa375c7b3a85af5981937c181f0 authored about 4 years ago
Nightly v98.0.0-nightly.20201127 [ci skip]

github.com/AssemblyScript/binaryen.js - 98fe04fdb5c2ef76d12743cfe871eb97e5c01694 authored about 4 years ago
Update definitions (#40)

github.com/AssemblyScript/binaryen.js - 9cc682b7deea0f9c0ba4ae240a028c85a5a5c0e2 authored about 4 years ago
Switch to environment files in CI (#39)

github.com/AssemblyScript/binaryen.js - f4ee5699f5f61ed55facd9dd801ec297ea6778ea authored about 4 years ago
work around linux bug in readlink syscall with zero buffer size

linux fails with EINVAL when a zero buffer size is passed to the
syscall. this is non-conforming...

github.com/AssemblyScript/musl - e2fa720be7024cce4fc489f3877476d35da48ee2 authored about 4 years ago
Add more detailed release config for asconfig template (#1532)

github.com/AssemblyScript/assemblyscript - bdee86259c8552aa62b012f56259c9e6ab28ccbf authored about 4 years ago
feat: Support .wast extension in --textFile (#1545)

github.com/AssemblyScript/assemblyscript - 0544b8761213f157ad0c444bbc502e811e291c7d authored about 4 years ago
Add definitions for RTrace hooks (#1558)

github.com/AssemblyScript/assemblyscript - 34dd7a0d94dfd3d0c28fe355f6071c61775bd66c authored about 4 years ago
fix: Update Binaryen constants to reflect opcode renumbering (#1552)

github.com/AssemblyScript/assemblyscript - 00bc624a34b88debae4f059fde961500fac871ba authored about 4 years ago
parse v3 or future-unknown zoneinfo file versions as v2+

the v1 zoneinfo format with 32-bit time is deprecated. previously, the
v2 parsing code was only ...

github.com/AssemblyScript/musl - c17cda6d61bc24d5bb51b0837d951da063a1fba5 authored about 4 years ago
explicitly prefer 64-bit/v2 zoneinfo tables

since commit 38143339646a4ccce8afe298c34467767c899f51, the condition
sizeof(time_t) > 4 is alway...

github.com/AssemblyScript/musl - 585a0a78f96c6968a44b32d07d7bb5c4abf75655 authored about 4 years ago
fix regression in pthread_exit

commit d26e0774a59bb7245b205bc8e7d8b35cc2037095 moved the detach state
transition at exit before...

github.com/AssemblyScript/musl - debbddf7c86dfe7fb2f44f057123ccfd950ff555 authored about 4 years ago
rewrite wcsnrtombs to fix buffer overflow and other bugs

the original wcsnrtombs implementation, which has been largely
untouched since 0.5.0, attempted ...

github.com/AssemblyScript/musl - 3ab2a4e02682df1382955071919d8aa3c3ec40d4 authored about 4 years ago
protect destruction of process-shared mutexes against robust list races

after a non-normal-type process-shared mutex is unlocked, it's
immediately available to another ...

github.com/AssemblyScript/musl - 233bb6972d84e9cb908ff038f78d97e487082225 authored about 4 years ago
pthread_exit: don't __vm_wait under thread list lock

the __vm_wait operation can delay forward progress arbitrarily long if
a thread holding the lock...

github.com/AssemblyScript/musl - d26e0774a59bb7245b205bc8e7d8b35cc2037095 authored about 4 years ago
Update README.md

github.com/AssemblyScript/asbuild - cf1ac33c8d31b91815d63e98dd3fb000072ab6b5 authored about 4 years ago
Nightly v98.0.0-nightly.20201116 [ci skip]

github.com/AssemblyScript/binaryen.js - 1e55d041d7b06efe85f358e5d242b9a28189a358 authored about 4 years ago
Nightly v98.0.0-nightly.20201115 [ci skip]

github.com/AssemblyScript/binaryen.js - ebfb72a0e6476386d68033c9d1304d54be69ac40 authored about 4 years ago
Nightly v98.0.0-nightly.20201114 [ci skip]

github.com/AssemblyScript/binaryen.js - ddc07e43046a14ba6a08ecf605a9720ed608d708 authored about 4 years ago
Nightly v98.0.0-nightly.20201113 [ci skip]

github.com/AssemblyScript/binaryen.js - bb4439c22ad1489ba71c338d61a8017bf4b7be00 authored about 4 years ago
Nightly v98.0.0-nightly.20201112 [ci skip]

github.com/AssemblyScript/binaryen.js - 7a0cdf7a27dea490504909dd8eb1cb473c9c8d6f authored about 4 years ago
Nightly v1.0.20-nightly.20201112 [ci skip]

github.com/AssemblyScript/wabt.js - a33946eb7d7157025d781a628bd946d4a8054101 authored about 4 years ago
lift child restrictions after multi-threaded fork

as the outcome of Austin Group tracker issue #62, future editions of
POSIX have dropped the requ...

github.com/AssemblyScript/musl - 167390f05564e0a4d3fcb4329377fd7743267560 authored about 4 years ago
convert malloc use under libc-internal locks to use internal allocator

this change lifts undocumented restrictions on calls by replacement
mallocs to libc functions th...

github.com/AssemblyScript/musl - 34952fe5de44a833370cbe87b63fb8eec61466d7 authored about 4 years ago
give libc access to its own malloc even if public malloc is interposed

allowing the application to replace malloc (since commit
c9f415d7ea2dace5bf77f6518b6afc36bb7a573...

github.com/AssemblyScript/musl - 8d37958d58cf36f53d5fcc7a8aa6d633da6071b2 authored about 4 years ago
drop use of getdelim/stdio in dynamic linker

the only place stdio was used here was for reading the ldso path file,
taking advantage of getde...

github.com/AssemblyScript/musl - c1e5d243b7e39b2fbfb17144608ce045575d8e95 authored about 4 years ago
dlerror: don't gratuitously hold freebuf_queue lock while freeing

thread-local buffers allocated for dlerror need to be queued for free
at a later time when the o...

github.com/AssemblyScript/musl - cbecda0b506c7d49a2f7fe3dc44e0e3dcf663764 authored about 4 years ago
fix vector types in aarch64 register file structures

the ABI type for the vector registers in fpregset_t, struct
fpsimd_context, and struct user_fpsi...

github.com/AssemblyScript/musl - 4ffa7068993ab4a1e1cedfed8954db979d9b7fbd authored about 4 years ago
Nightly v98.0.0-nightly.20201111 [ci skip]

github.com/AssemblyScript/binaryen.js - 684da825461a2b1fe9dd55a42e1fb91f0eaa47e5 authored about 4 years ago
Nightly v98.0.0-nightly.20201110 [ci skip]

github.com/AssemblyScript/binaryen.js - e7172188cda4cec2a62bd980e1a9b9861d789b25 authored about 4 years ago
fix: Fix local confusion in builtin min/max/rotl/rotr (#1540)

github.com/AssemblyScript/assemblyscript - d0a2c9e8ed4093237457481324be9aa5711d2e3f authored about 4 years ago
Update Binaryen to 98.0.0-nightly.20201109 (#1531)

github.com/AssemblyScript/assemblyscript - 0204ff3576dc36b383bdf16989d92f97bfae843a authored about 4 years ago
Nightly v98.0.0-nightly.20201109 [ci skip]

github.com/AssemblyScript/binaryen.js - 904ad5059fb458af9437a5e3b170db68acd09df8 authored about 4 years ago
Nightly v98.0.0-nightly.20201108 [ci skip]

github.com/AssemblyScript/binaryen.js - 477276ceeb7d8afc95a4ef86d3db4a97e630e309 authored about 4 years ago
Nightly v98.0.0-nightly.20201107 [ci skip]

github.com/AssemblyScript/binaryen.js - c8b90aa264dfcdb3d5eca2a3f8c0520160ea4693 authored about 4 years ago
Nightly v98.0.0-nightly.20201106 [ci skip]

github.com/AssemblyScript/binaryen.js - 81839c998a02f5ba6de51f6804b76649ad57beab authored about 4 years ago
Nightly v98.0.0-nightly.20201105 [ci skip]

github.com/AssemblyScript/binaryen.js - bfdeb56d219beec1c8aa9a34bf2c78edbd160c7d authored about 4 years ago
Nightly v98.0.0-nightly.20201104 [ci skip]

github.com/AssemblyScript/binaryen.js - 57eb6f44c40a4777c5f062a1d03538a54f449878 authored about 4 years ago
Nightly v1.0.19-nightly.20201104 [ci skip]

github.com/AssemblyScript/wabt.js - 9c10b4c252f02383fc5f27c2294b93faa2c2d6e9 authored about 4 years ago
Nightly v98.0.0-nightly.20201103 [ci skip]

github.com/AssemblyScript/binaryen.js - 0cd8067479fed12f964e8fa69e352928eff0a24a authored about 4 years ago
Nightly v98.0.0-nightly.20201102 [ci skip]

github.com/AssemblyScript/binaryen.js - d4c49a7dc7daef9124d5242721649de93d2335b2 authored about 4 years ago
Nightly v98.0.0-nightly.20201101 [ci skip]

github.com/AssemblyScript/binaryen.js - 63b9e01bbeac3aeb166825d38ae2b56ad8e05aec authored about 4 years ago
Nightly v98.0.0-nightly.20201031 [ci skip]

github.com/AssemblyScript/binaryen.js - 0a03b28b21fce324ffe0306b1eb32c137c31b4b8 authored about 4 years ago
fix erroneous pthread_cond_wait mutex waiter count logic due to typo

introduced in commit 27b2fc9d6db956359727a66c262f1e69995660aa.

github.com/AssemblyScript/musl - d91a6cf6e369a79587c5665fce9635e5634ca201 authored about 4 years ago
Update Binaryen to 98.0.0-nightly.20201030 / update pass pipeline (#1526)

github.com/AssemblyScript/assemblyscript - 353807e835948d6a8e9045f691b404fded7630c8 authored about 4 years ago
fix missing-wake regression in pthread_cond_wait

the reasoning in commit 2d0bbe6c788938d1332609c014eeebc1dff966ac was
not entirely correct. while...

github.com/AssemblyScript/musl - 27b2fc9d6db956359727a66c262f1e69995660aa authored about 4 years ago
Nightly v98.0.0-nightly.20201030 [ci skip]

github.com/AssemblyScript/binaryen.js - 65645e274c92238a9e84d20d5d0ac91d96a64026 authored about 4 years ago
add support for SIGEV_THREAD_ID timers

This is like SIGEV_SIGNAL, but targeted to a particular thread's
tid, rather than the process.

github.com/AssemblyScript/musl - 7c71792e87691451f2a6b76348e83ad1889f1dcb authored about 4 years ago
Nightly v98.0.0-nightly.20201029 [ci skip]

github.com/AssemblyScript/binaryen.js - b794c3c808cca261e493af7ec96c99d6272aae02 authored about 4 years ago
Add link to examples (#1528)

github.com/AssemblyScript/assemblyscript - c7ba137c971908b051cc0ff59c6ae896195bf7db authored about 4 years ago
add sem_close regression test

github.com/AssemblyScript/libc-test - b589b3c1876c1ecc09a5f7f34b7bcde2e2540054 authored about 4 years ago
fix sem_close unmapping of still-referenced semaphore

sem_open is required to return the same sem_t pointer for all
references to the same named semap...

github.com/AssemblyScript/musl - f70375df85d26235a45e74559afd69be59e5ff99 authored about 4 years ago
fix: Add package exports fallback for the CLI, dist files, etc. (#1527)

github.com/AssemblyScript/assemblyscript - 019515eac75a5da344d9784d2ad9feeaec085292 authored about 4 years ago
Nightly v98.0.0-nightly.20201028 [ci skip]

github.com/AssemblyScript/binaryen.js - af2a98ba56f37db61bfbe0d5058c1cabf386c5cb authored about 4 years ago
Fix string casemapping test (#1525)

github.com/AssemblyScript/assemblyscript - e9982a9fc16d9e743f85ca5f7751719590cc3d21 authored about 4 years ago
Align comments of the new heap functions with docs (#1524)

github.com/AssemblyScript/assemblyscript - 35643031de3c4714836fe9f1a669ea8fd13dc0e2 authored about 4 years ago
Slightly optimize Math.mod (#1521)

github.com/AssemblyScript/assemblyscript - 0fa51ab72cffc85830ad456d426475841c9600d9 authored about 4 years ago
Update to v0.17.0 (#27)

github.com/AssemblyScript/website - 1a66ee4d2206b936bc43252abb823e35fc77dee9 authored about 4 years ago
Update Binaryen to 98.0.0-nightly.20201027 (#1523)

github.com/AssemblyScript/assemblyscript - 76dc85d6bf81dfaf5a94a52de112e5e003381584 authored about 4 years ago
refactor setxid return path to use __syscall_ret

this avoids some spurious negation and duplicated errno logic, and
brings the code in line with ...

github.com/AssemblyScript/musl - 613ccabeb0c10ac818e36ef53e09753d23785cbf authored about 4 years ago
ldso: notify the debugger when we're doing a dlopen

Otherwise lldb doesn't notice the new library and stack traces
containing it get cut off unhelpf...

github.com/AssemblyScript/musl - ccba23459ebacc8bc6e5eeef7454c91ceb61b5b0 authored about 4 years ago
fix setgroups behavior in multithreaded process

this function is outside the scope of the standards, but logically
should behave like the set*id...

github.com/AssemblyScript/musl - 4209a7b1048c2601be0dd91aeb9b9ed0a7447965 authored about 4 years ago
avoid __synccall for setrlimit on kernels with prlimit syscall

resource limits have been process-wide since linux 2.6.10, and the
prlimit syscall was added in ...

github.com/AssemblyScript/musl - 6ce91ef0e8eddd756def4e7e5c47c639f45fcf5f authored about 4 years ago
Nightly v98.0.0-nightly.20201027 [ci skip]

github.com/AssemblyScript/binaryen.js - 25f05f95ae37a1dff14806c313d7d081c37d2ce0 authored about 4 years ago
Nightly v1.0.19-nightly.20201027 [ci skip]

github.com/AssemblyScript/wabt.js - aeb17f153590e97bc2e999a2e0a5db5c36cb02f0 authored about 4 years ago
fix reintroduction of errno clobbering by atfork handlers

commit bd153422f28634bb6e53f13f80beb8289d405267 reintroduced the bug
fixed in c21051e90cd27a0b26...

github.com/AssemblyScript/musl - 3437e478ba932edbab18a90638c20be1f0141156 authored about 4 years ago
fix pthread_cond_wait paired with with priority-inheritance mutex

pthread_cond_wait arranged for requeued waiters to wake when the mutex
is unlocked by temporaril...

github.com/AssemblyScript/musl - 2d0bbe6c788938d1332609c014eeebc1dff966ac authored about 4 years ago
Switch release process to aspublish (#1519)

github.com/AssemblyScript/assemblyscript - cf20c6cf797fe4ea3797bd576923d9c70a55ed0c authored over 4 years ago