Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/AssemblyScript/musl
Mirror of git://git.musl-libc.org/musl
https://github.com/AssemblyScript/musl
protect some limit constants with feature test macros on x86_64
8894947ba2b9f595d8aac1030b7c79f3c6a51f27 authored almost 14 years ago by Rich Felker <[email protected]>
8894947ba2b9f595d8aac1030b7c79f3c6a51f27 authored almost 14 years ago by Rich Felker <[email protected]>
fix the types of some integer constant limits in headers
f451462098deada2fc30831a28719456e7d474a7 authored almost 14 years ago by Rich Felker <[email protected]>
f451462098deada2fc30831a28719456e7d474a7 authored almost 14 years ago by Rich Felker <[email protected]>
fix missing EXIT_* in stdlib.h after header cleanup
6d36c2098be0b431cad5c8f8327f1beb943028b0 authored almost 14 years ago by Rich Felker <[email protected]>
6d36c2098be0b431cad5c8f8327f1beb943028b0 authored almost 14 years ago by Rich Felker <[email protected]>
feature test support in unistd.h
1d729537873f70da83f2608e7529aad887cf13c1 authored almost 14 years ago by Rich Felker <[email protected]>
1d729537873f70da83f2608e7529aad887cf13c1 authored almost 14 years ago by Rich Felker <[email protected]>
fix directory reading on x86_64
cda892ddbea3e669ad622ed4aaa766d066ff0d57 authored almost 14 years ago by Rich Felker <[email protected]>
cda892ddbea3e669ad622ed4aaa766d066ff0d57 authored almost 14 years ago by Rich Felker <[email protected]>
prototype for gnu strcasestr (currently a stub)
26f3551419d853f463e1eec42d41812b4b67f667 authored almost 14 years ago by Rich Felker <[email protected]>
26f3551419d853f463e1eec42d41812b4b67f667 authored almost 14 years ago by Rich Felker <[email protected]>
fix x86_64 wrongly reporting itself as ILP32 instead of LP64
c0248191bd524938950a87392ee76cd499ac06d1 authored almost 14 years ago by Rich Felker <[email protected]>
c0248191bd524938950a87392ee76cd499ac06d1 authored almost 14 years ago by Rich Felker <[email protected]>
news for upcoming release
62275f7876b602ccbc8f0712ba4cf75bb8597bbe authored almost 14 years ago by Rich Felker <[email protected]>
62275f7876b602ccbc8f0712ba4cf75bb8597bbe authored almost 14 years ago by Rich Felker <[email protected]>
fix another error from header cleanup, missing size_t in time.h
4e30249643271212ba76bb62e3f7eacc99f62f8c authored almost 14 years ago by Rich Felker <[email protected]>
4e30249643271212ba76bb62e3f7eacc99f62f8c authored almost 14 years ago by Rich Felker <[email protected]>
fix broken signal.h from header cleanup
3eb9feaa88b82845341ab1e34c4c8e1de04c1dcd authored almost 14 years ago by Rich Felker <[email protected]>
3eb9feaa88b82845341ab1e34c4c8e1de04c1dcd authored almost 14 years ago by Rich Felker <[email protected]>
some docs fixes for x86_64
0b9a1ed00cc1c24f19cc0a069cfa94115b61d3d9 authored almost 14 years ago by Rich Felker <[email protected]>
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...
fix some type leakage (timer_t) from x86_64 commit
44460c6d1eb1233f6598229d787d179c095b053f authored almost 14 years ago by Rich Felker <[email protected]>
44460c6d1eb1233f6598229d787d179c095b053f authored almost 14 years ago by Rich Felker <[email protected]>
Optimize x86_64 atomics to take advantage of 64-bitness.
062354f2e13148c6524f332f0a5aed877a3c9d61 authored almost 14 years ago by Nicholas J. Kain <[email protected]>
062354f2e13148c6524f332f0a5aed877a3c9d61 authored almost 14 years ago by Nicholas J. Kain <[email protected]>
Remove __syscall_lseek from x86_64 syscall.h.
ebc4a17957d81803ca649a81083aabbd58260460 authored almost 14 years ago by Nicholas J. Kain <[email protected]>
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.
bb89bdd00e494baa11ceb67bf40cc28b0104b642 authored almost 14 years ago by Nicholas J. Kain <[email protected]>
Port musl to x86-64. One giant commit!
1e12632591ab98a6ea3af8680716c28282552981 authored almost 14 years ago by Nicholas J. Kain <[email protected]>
1e12632591ab98a6ea3af8680716c28282552981 authored almost 14 years ago by Nicholas J. Kain <[email protected]>
yet another ugly legacy syscall rename...
c2afb747b0296f23cd1903e82ccbdee3fc2978fd authored almost 14 years ago by Rich Felker <[email protected]>
c2afb747b0296f23cd1903e82ccbdee3fc2978fd authored almost 14 years ago by Rich Felker <[email protected]>
fix getrlimit handling on 32-bit systems, and ease porting to 64-bit
f7eb91e7952553dc24a734030a6c78f8dc6ed455 authored almost 14 years ago by Rich Felker <[email protected]>
f7eb91e7952553dc24a734030a6c78f8dc6ed455 authored almost 14 years ago by Rich Felker <[email protected]>
split off arch-specific stdarg.h stuff
13a026bd79f0024d57b7edf8305d625599d10810 authored almost 14 years ago by Rich Felker <[email protected]>
13a026bd79f0024d57b7edf8305d625599d10810 authored almost 14 years ago by Rich Felker <[email protected]>
cleanup socketcall syscall interface to ease porting to sane(r) archs
03a2f3e48caec15b1a9cebccc85328e9b8169df0 authored almost 14 years ago by Rich Felker <[email protected]>
03a2f3e48caec15b1a9cebccc85328e9b8169df0 authored almost 14 years ago by Rich Felker <[email protected]>
finish moving 32-bit-specific junk out of source files.
cfe373146d232d7c89a60920f77b9451bcfee96b authored almost 14 years ago by Rich Felker <[email protected]>
cfe373146d232d7c89a60920f77b9451bcfee96b authored almost 14 years ago by Rich Felker <[email protected]>
move arch-specific internal headers into place
a5bf06c035168122725ec32537f99ab1e6c8432c authored almost 14 years ago by Rich Felker <[email protected]>
a5bf06c035168122725ec32537f99ab1e6c8432c authored almost 14 years ago by Rich Felker <[email protected]>
finish unifying thread register handling in preparation for porting
7b2dd2235dd0db3a2f71e25d1c0925e0348e1996 authored almost 14 years ago by Rich Felker <[email protected]>
7b2dd2235dd0db3a2f71e25d1c0925e0348e1996 authored almost 14 years ago by Rich Felker <[email protected]>
begin unifying clone/thread management interface in preparation for porting
0b2006c8fea021b7fa1fd267bf270cb8c279f230 authored almost 14 years ago by Rich Felker <[email protected]>
0b2006c8fea021b7fa1fd267bf270cb8c279f230 authored almost 14 years ago by Rich Felker <[email protected]>
make pthread_create return EAGAIN on resource failure, as required by POSIX
59666802fba592a59f2f4ea4dcb053287fd55826 authored almost 14 years ago by Rich Felker <[email protected]>
59666802fba592a59f2f4ea4dcb053287fd55826 authored almost 14 years ago by Rich Felker <[email protected]>
preparing build system to handle ports - step 1
1355fdca7cb923c93f9011d8e9dcf49e1a67e537 authored almost 14 years ago by Rich Felker <[email protected]>
1355fdca7cb923c93f9011d8e9dcf49e1a67e537 authored almost 14 years ago by Rich Felker <[email protected]>
add previously-missing ios646.h
8f4865c8d25e508154a1cb89291f79489a4b3b4c authored almost 14 years ago by Rich Felker <[email protected]>
8f4865c8d25e508154a1cb89291f79489a4b3b4c authored almost 14 years ago by Rich Felker <[email protected]>
add WHATSNEW file for 0.5.9 release
df6e3ec74a4801a067c269c108909fb41843be1e authored almost 14 years ago by Rich Felker <[email protected]>
df6e3ec74a4801a067c269c108909fb41843be1e authored almost 14 years ago by Rich Felker <[email protected]>
guard against hard links to non-ordinary-files when reading tcb shadow
976f42d1f15c135e4e0dd79eb6168b67c2ec6492 authored almost 14 years ago by Rich Felker <[email protected]>
976f42d1f15c135e4e0dd79eb6168b67c2ec6492 authored almost 14 years ago by Rich Felker <[email protected]>
more header cleanup and conformance fixes - string.h
ca1aa5bae951dfd8ea85341609266688ec776482 authored almost 14 years ago by Rich Felker <[email protected]>
ca1aa5bae951dfd8ea85341609266688ec776482 authored almost 14 years ago by Rich Felker <[email protected]>
more header cleanup and conformance fixes - locale.h, time.h
131b5be2f44012ae952f5883e13c1ae72ce3b033 authored almost 14 years ago by Rich Felker <[email protected]>
131b5be2f44012ae952f5883e13c1ae72ce3b033 authored almost 14 years ago by Rich Felker <[email protected]>
header cleanup, conformance fixes - signals
1322cb82a33a2a59e75937911d910dabc48e9af9 authored almost 14 years ago by Rich Felker <[email protected]>
1322cb82a33a2a59e75937911d910dabc48e9af9 authored almost 14 years ago by Rich Felker <[email protected]>
update various bits headers for new linux additions
based on patch by nik
c316b284456e8b8d5f6e2ff18ece9c15b60033c7 authored almost 14 years ago by Rich Felker <[email protected]>
another pointer signedness fix
6fbf8bfd750a5c982b716bea0802692847918951 authored almost 14 years ago by Rich Felker <[email protected]>
6fbf8bfd750a5c982b716bea0802692847918951 authored almost 14 years ago by Rich Felker <[email protected]>
fix some pointer signedness issues (this was invalid C)
a8c17e6587e68c4330999dd408d4add1d81296bf authored almost 14 years ago by Rich Felker <[email protected]>
a8c17e6587e68c4330999dd408d4add1d81296bf authored almost 14 years ago by Rich Felker <[email protected]>
more header fixes, minor warning fix
c247ebdd989365d20da3ce41fdeb2002e0a1ba13 authored almost 14 years ago by Rich Felker <[email protected]>
c247ebdd989365d20da3ce41fdeb2002e0a1ba13 authored almost 14 years ago by Rich Felker <[email protected]>
ensure standard functions mk[sd]temp don't depend on removed function mktemp
5377715ce07269131f011e6f4e978fb5dbf0b294 authored almost 14 years ago by Rich Felker <[email protected]>
5377715ce07269131f011e6f4e978fb5dbf0b294 authored almost 14 years ago by Rich Felker <[email protected]>
put confstr.c with the other conf functions
c255e5542df8733d6a7227730120bb0c281019b0 authored almost 14 years ago by Rich Felker <[email protected]>
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...
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...
begin namespace-cleanup of standard C headers
80695b1d1e64a026c473a33965e680444e863e34 authored almost 14 years ago by Rich Felker <[email protected]>
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
7fe308eb9fbebdd39a2e17352b172aa00b381dba authored almost 14 years ago by Rich Felker <[email protected]>
7fe308eb9fbebdd39a2e17352b172aa00b381dba authored almost 14 years ago by Rich Felker <[email protected]>
explicitly release crt/* to the public domain
05ea04558f4e20056ab4f198dc483a5700432dee authored almost 14 years ago by Rich Felker <[email protected]>
05ea04558f4e20056ab4f198dc483a5700432dee authored almost 14 years ago by Rich Felker <[email protected]>
fixed missing cast in the non-i386 version of shmat (preparation for ports)
a130d33cad10546dd6b9bc2be71b0e3f5b0cf06b authored almost 14 years ago by Rich Felker <[email protected]>
a130d33cad10546dd6b9bc2be71b0e3f5b0cf06b authored almost 14 years ago by Rich Felker <[email protected]>
cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts
f9d880d25893dbf4caaa2f4e0c4d9bc8c1aea22a authored almost 14 years ago by Rich Felker <[email protected]>
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...
syscall cleanup for umount2
978ca016593077d27cc2a828f21c5e45e57074aa authored almost 14 years ago by Rich Felker <[email protected]>
978ca016593077d27cc2a828f21c5e45e57074aa authored almost 14 years ago by Rich Felker <[email protected]>
use umount2 syscall for umount (new targets lack old 1-arg umount)
a5dec11306d7988ec136bd86143591257dd3c56f authored almost 14 years ago by Rich Felker <[email protected]>
a5dec11306d7988ec136bd86143591257dd3c56f authored almost 14 years ago by Rich Felker <[email protected]>
reorganize thread exit code, make pthread_exit call cancellation handlers (pt2)
1a9a2ff7b0daf99100db53440a0b18b2801566ca authored almost 14 years ago by Rich Felker <[email protected]>
1a9a2ff7b0daf99100db53440a0b18b2801566ca authored almost 14 years ago by Rich Felker <[email protected]>
reorganize thread exit code, make pthread_exit call cancellation handlers
50e26f09eb13f6568113a05dbcfe94a6b1010da0 authored almost 14 years ago by Rich Felker <[email protected]>
50e26f09eb13f6568113a05dbcfe94a6b1010da0 authored almost 14 years ago by Rich Felker <[email protected]>
added missing O_NDELAY
f38c154be257835d6d5112c2f92c4a4c8bed91cc authored almost 14 years ago by Rich Felker <[email protected]>
f38c154be257835d6d5112c2f92c4a4c8bed91cc authored almost 14 years ago by Rich Felker <[email protected]>
fix previous commit that broke sigreturn. looks like the asm is needed.
dc3776d445957cd3ea4a682db518701b93d34292 authored almost 14 years ago by Rich Felker <[email protected]>
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
6027201e5a7c810b3073c85f7373aae84b303ba3 authored almost 14 years ago by Rich Felker <[email protected]>
6027201e5a7c810b3073c85f7373aae84b303ba3 authored almost 14 years ago by Rich Felker <[email protected]>
fix omission that kept sa_restorer from being used
e1d8d25a5024ec7832250e62825aab71ed8a253d authored almost 14 years ago by Rich Felker <[email protected]>
e1d8d25a5024ec7832250e62825aab71ed8a253d authored almost 14 years ago by Rich Felker <[email protected]>
ensure that the compiler doesn't try to reorder around atomic ops
0bcbb53dc492aae22039445bfdb609bd8d615992 authored almost 14 years ago by Rich Felker <[email protected]>
0bcbb53dc492aae22039445bfdb609bd8d615992 authored almost 14 years ago by Rich Felker <[email protected]>
initial check-in, version 0.5.0
0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 authored almost 14 years ago by Rich Felker <[email protected]>
0b44a0315b47dd8eced9f3b7f31580cf14bbfc01 authored almost 14 years ago by Rich Felker <[email protected]>