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

some gnu software wrongly uses "struct siginfo" instead of siginfo_t...

github.com/AssemblyScript/musl - 417dbe92cbecae31aa569cb4033560eb140bff56 authored almost 14 years ago by Rich Felker <[email protected]>
add to pthread.h: pthread_mutex_timedlock and sched.h, time.h

github.com/AssemblyScript/musl - 56b784d603827a564a40b19228078a361959cd14 authored almost 14 years ago by Rich Felker <[email protected]>
fix printf %n specifier - missing breaks had it clobbering memory

github.com/AssemblyScript/musl - 5cbd76c6b05b381f269e0e204e10690d69f1d6ea authored almost 14 years ago by Rich Felker <[email protected]>
patch by njk, simplifies thread register initialization for x86_64

It's not necessary to save any registers on the stack across syscall in
x86_64 __set_thread_area...

github.com/AssemblyScript/musl - e3657ba5992468f0340efdb741ec32ac0e0acb5c authored almost 14 years ago by Rich Felker <[email protected]>
patch from njk: make x86_64 __uniclone branchless.

github.com/AssemblyScript/musl - 22cd9cae819a0fd432da4b1d21502a242871e5d9 authored almost 14 years ago by Rich Felker <[email protected]>
fix compile failure: legacy cuserid needs to define feature test

github.com/AssemblyScript/musl - bad481266e8744f8c4241e577f06e8cabf6f7f89 authored almost 14 years ago by Rich Felker <[email protected]>
move stdio stuff that's not arch-specific out of bits

github.com/AssemblyScript/musl - 571312de5fe09764b2d469642636934f6d8cf608 authored almost 14 years ago by Rich Felker <[email protected]>
protect some limit constants with feature test macros on x86_64

github.com/AssemblyScript/musl - 8894947ba2b9f595d8aac1030b7c79f3c6a51f27 authored almost 14 years ago by Rich Felker <[email protected]>
fix the types of some integer constant limits in headers

github.com/AssemblyScript/musl - f451462098deada2fc30831a28719456e7d474a7 authored almost 14 years ago by Rich Felker <[email protected]>
fix missing EXIT_* in stdlib.h after header cleanup

github.com/AssemblyScript/musl - 6d36c2098be0b431cad5c8f8327f1beb943028b0 authored almost 14 years ago by Rich Felker <[email protected]>
feature test support in unistd.h

github.com/AssemblyScript/musl - 1d729537873f70da83f2608e7529aad887cf13c1 authored almost 14 years ago by Rich Felker <[email protected]>
fix directory reading on x86_64

github.com/AssemblyScript/musl - cda892ddbea3e669ad622ed4aaa766d066ff0d57 authored almost 14 years ago by Rich Felker <[email protected]>
prototype for gnu strcasestr (currently a stub)

github.com/AssemblyScript/musl - 26f3551419d853f463e1eec42d41812b4b67f667 authored almost 14 years ago by Rich Felker <[email protected]>
fix x86_64 wrongly reporting itself as ILP32 instead of LP64

github.com/AssemblyScript/musl - c0248191bd524938950a87392ee76cd499ac06d1 authored almost 14 years ago by Rich Felker <[email protected]>
news for upcoming release

github.com/AssemblyScript/musl - 62275f7876b602ccbc8f0712ba4cf75bb8597bbe authored almost 14 years ago by Rich Felker <[email protected]>
fix another error from header cleanup, missing size_t in time.h

github.com/AssemblyScript/musl - 4e30249643271212ba76bb62e3f7eacc99f62f8c authored almost 14 years ago by Rich Felker <[email protected]>
fix broken signal.h from header cleanup

github.com/AssemblyScript/musl - 3eb9feaa88b82845341ab1e34c4c8e1de04c1dcd authored almost 14 years ago by Rich Felker <[email protected]>
some docs fixes for x86_64

github.com/AssemblyScript/musl - 0b9a1ed00cc1c24f19cc0a069cfa94115b61d3d9 authored almost 14 years ago by Rich Felker <[email protected]>
remove standalone syscall cruft

this was originally written for an early draft of the library where
non-standard functions would...

github.com/AssemblyScript/musl - 9b235e8374bfe15f73d470b4ad7d1c579fd9a71e authored almost 14 years ago by Rich Felker <[email protected]>
fix some type leakage (timer_t) from x86_64 commit

github.com/AssemblyScript/musl - 44460c6d1eb1233f6598229d787d179c095b053f authored almost 14 years ago by Rich Felker <[email protected]>
Optimize x86_64 atomics to take advantage of 64-bitness.

github.com/AssemblyScript/musl - 062354f2e13148c6524f332f0a5aed877a3c9d61 authored almost 14 years ago by Nicholas J. Kain <[email protected]>
Remove __syscall_lseek from x86_64 syscall.h.

github.com/AssemblyScript/musl - ebc4a17957d81803ca649a81083aabbd58260460 authored almost 14 years ago by Nicholas J. Kain <[email protected]>
Update x86_64 bits to mirror (modulo platform differences) the latest changes

to i386.

github.com/AssemblyScript/musl - bb89bdd00e494baa11ceb67bf40cc28b0104b642 authored almost 14 years ago by Nicholas J. Kain <[email protected]>
Port musl to x86-64. One giant commit!

github.com/AssemblyScript/musl - 1e12632591ab98a6ea3af8680716c28282552981 authored almost 14 years ago by Nicholas J. Kain <[email protected]>
yet another ugly legacy syscall rename...

github.com/AssemblyScript/musl - c2afb747b0296f23cd1903e82ccbdee3fc2978fd authored almost 14 years ago by Rich Felker <[email protected]>
fix getrlimit handling on 32-bit systems, and ease porting to 64-bit

github.com/AssemblyScript/musl - f7eb91e7952553dc24a734030a6c78f8dc6ed455 authored almost 14 years ago by Rich Felker <[email protected]>
split off arch-specific stdarg.h stuff

github.com/AssemblyScript/musl - 13a026bd79f0024d57b7edf8305d625599d10810 authored almost 14 years ago by Rich Felker <[email protected]>
cleanup socketcall syscall interface to ease porting to sane(r) archs

github.com/AssemblyScript/musl - 03a2f3e48caec15b1a9cebccc85328e9b8169df0 authored almost 14 years ago by Rich Felker <[email protected]>
finish moving 32-bit-specific junk out of source files.

github.com/AssemblyScript/musl - cfe373146d232d7c89a60920f77b9451bcfee96b authored almost 14 years ago by Rich Felker <[email protected]>
move arch-specific internal headers into place

github.com/AssemblyScript/musl - a5bf06c035168122725ec32537f99ab1e6c8432c authored almost 14 years ago by Rich Felker <[email protected]>
finish unifying thread register handling in preparation for porting

github.com/AssemblyScript/musl - 7b2dd2235dd0db3a2f71e25d1c0925e0348e1996 authored almost 14 years ago by Rich Felker <[email protected]>
begin unifying clone/thread management interface in preparation for porting

github.com/AssemblyScript/musl - 0b2006c8fea021b7fa1fd267bf270cb8c279f230 authored almost 14 years ago by Rich Felker <[email protected]>
make pthread_create return EAGAIN on resource failure, as required by POSIX

github.com/AssemblyScript/musl - 59666802fba592a59f2f4ea4dcb053287fd55826 authored almost 14 years ago by Rich Felker <[email protected]>
preparing build system to handle ports - step 1

github.com/AssemblyScript/musl - 1355fdca7cb923c93f9011d8e9dcf49e1a67e537 authored almost 14 years ago by Rich Felker <[email protected]>
add previously-missing ios646.h

github.com/AssemblyScript/musl - 8f4865c8d25e508154a1cb89291f79489a4b3b4c authored almost 14 years ago by Rich Felker <[email protected]>
add WHATSNEW file for 0.5.9 release

github.com/AssemblyScript/musl - df6e3ec74a4801a067c269c108909fb41843be1e authored almost 14 years ago by Rich Felker <[email protected]>
guard against hard links to non-ordinary-files when reading tcb shadow

github.com/AssemblyScript/musl - 976f42d1f15c135e4e0dd79eb6168b67c2ec6492 authored almost 14 years ago by Rich Felker <[email protected]>
more header cleanup and conformance fixes - string.h

github.com/AssemblyScript/musl - ca1aa5bae951dfd8ea85341609266688ec776482 authored almost 14 years ago by Rich Felker <[email protected]>
more header cleanup and conformance fixes - locale.h, time.h

github.com/AssemblyScript/musl - 131b5be2f44012ae952f5883e13c1ae72ce3b033 authored almost 14 years ago by Rich Felker <[email protected]>
header cleanup, conformance fixes - signals

github.com/AssemblyScript/musl - 1322cb82a33a2a59e75937911d910dabc48e9af9 authored almost 14 years ago by Rich Felker <[email protected]>
update various bits headers for new linux additions

based on patch by nik

github.com/AssemblyScript/musl - c316b284456e8b8d5f6e2ff18ece9c15b60033c7 authored almost 14 years ago by Rich Felker <[email protected]>
another pointer signedness fix

github.com/AssemblyScript/musl - 6fbf8bfd750a5c982b716bea0802692847918951 authored almost 14 years ago by Rich Felker <[email protected]>
fix some pointer signedness issues (this was invalid C)

github.com/AssemblyScript/musl - a8c17e6587e68c4330999dd408d4add1d81296bf authored almost 14 years ago by Rich Felker <[email protected]>
more header fixes, minor warning fix

github.com/AssemblyScript/musl - c247ebdd989365d20da3ce41fdeb2002e0a1ba13 authored almost 14 years ago by Rich Felker <[email protected]>
ensure standard functions mk[sd]temp don't depend on removed function mktemp

github.com/AssemblyScript/musl - 5377715ce07269131f011e6f4e978fb5dbf0b294 authored almost 14 years ago by Rich Felker <[email protected]>
put confstr.c with the other conf functions

github.com/AssemblyScript/musl - c255e5542df8733d6a7227730120bb0c281019b0 authored almost 14 years ago by Rich Felker <[email protected]>
major bugfix for sigset_t (it was mistakenly 1024 bytes instead of bits)

note that object files using sigset_t (or struct sigaction) need to be
recompiled to work correc...

github.com/AssemblyScript/musl - e8362c8b51ffa205cf0ada159445c482e85e1a81 authored almost 14 years ago by Rich Felker <[email protected]>
extensive header cleanup for standards conformance & correctness

thanks to Peter Mazinger (psm) for pointing many of these issues out
and submitting a patch on w...

github.com/AssemblyScript/musl - 74eea628cf43355ba2b227f0bb3c31697d637761 authored almost 14 years ago by Rich Felker <[email protected]>
begin namespace-cleanup of standard C headers

github.com/AssemblyScript/musl - 80695b1d1e64a026c473a33965e680444e863e34 authored almost 14 years ago by Rich Felker <[email protected]>
use a more-correct integer type, and silence 64-bit warnings as a bonus

github.com/AssemblyScript/musl - 7fe308eb9fbebdd39a2e17352b172aa00b381dba authored almost 14 years ago by Rich Felker <[email protected]>
explicitly release crt/* to the public domain

github.com/AssemblyScript/musl - 05ea04558f4e20056ab4f198dc483a5700432dee authored almost 14 years ago by Rich Felker <[email protected]>
fixed missing cast in the non-i386 version of shmat (preparation for ports)

github.com/AssemblyScript/musl - a130d33cad10546dd6b9bc2be71b0e3f5b0cf06b authored almost 14 years ago by Rich Felker <[email protected]>
cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts

github.com/AssemblyScript/musl - f9d880d25893dbf4caaa2f4e0c4d9bc8c1aea22a authored almost 14 years ago by Rich Felker <[email protected]>
cleaning up syscalls in preparation for x86_64 port

- hide all the legacy xxxxxx32 name cruft in syscall.h so the actual
source files can be clean a...

github.com/AssemblyScript/musl - 2cdfb7ca26f46f151afbc23d5d94fc68597137f5 authored almost 14 years ago by Rich Felker <[email protected]>
syscall cleanup for umount2

github.com/AssemblyScript/musl - 978ca016593077d27cc2a828f21c5e45e57074aa authored almost 14 years ago by Rich Felker <[email protected]>
use umount2 syscall for umount (new targets lack old 1-arg umount)

github.com/AssemblyScript/musl - a5dec11306d7988ec136bd86143591257dd3c56f authored almost 14 years ago by Rich Felker <[email protected]>
reorganize thread exit code, make pthread_exit call cancellation handlers (pt2)

github.com/AssemblyScript/musl - 1a9a2ff7b0daf99100db53440a0b18b2801566ca authored almost 14 years ago by Rich Felker <[email protected]>
reorganize thread exit code, make pthread_exit call cancellation handlers

github.com/AssemblyScript/musl - 50e26f09eb13f6568113a05dbcfe94a6b1010da0 authored almost 14 years ago by Rich Felker <[email protected]>
added missing O_NDELAY

github.com/AssemblyScript/musl - f38c154be257835d6d5112c2f92c4a4c8bed91cc authored almost 14 years ago by Rich Felker <[email protected]>
fix previous commit that broke sigreturn. looks like the asm is needed.

github.com/AssemblyScript/musl - dc3776d445957cd3ea4a682db518701b93d34292 authored almost 14 years ago by Rich Felker <[email protected]>
ensure that musl is compiled as C99 code & XSI option is available in headers

github.com/AssemblyScript/musl - 6027201e5a7c810b3073c85f7373aae84b303ba3 authored almost 14 years ago by Rich Felker <[email protected]>
fix omission that kept sa_restorer from being used

github.com/AssemblyScript/musl - e1d8d25a5024ec7832250e62825aab71ed8a253d authored almost 14 years ago by Rich Felker <[email protected]>
ensure that the compiler doesn't try to reorder around atomic ops

github.com/AssemblyScript/musl - 0bcbb53dc492aae22039445bfdb609bd8d615992 authored almost 14 years ago by Rich Felker <[email protected]>
initial check-in, version 0.5.0

github.com/AssemblyScript/musl - 0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 authored almost 14 years ago by Rich Felker <[email protected]>