David Carlier, David CARLIER, DC

Hash Date Message
2d189a6721c5e88973a53e385c0fb9eeb55fece9 2019-07-09 yaml few build warning fixes
28267cea083408185de3e0aaafd14ec76c9a3157 2019-08-17 NetBSD native support of explicit_bzero's like feature (#2145)
6dd9736c3a73ecd9b0dcf47348a81fb934eb88b3 2019-08-19 crash report on mac little update
e6b72e8cae786c9752cc34541b58b5635d5c76bb 2019-08-19 retrieve current path on macOS
19157a3c001d68acdc8e5190a806189840d23375 2020-12-16 vm debug: dump registers on ARM too. (#3900)
161a20df28dd09ff35a32a7e2b7ce6cab7079707 2021-01-09 gc fix typo for the timer instruction for ARM64.
54c91185c9273b9699693910fa95383c86f2af22 2021-01-16 random generator update for Mac proposal
3813bb41524a1e2f0b08b6e2f1213ba46477a5f7 2021-01-29 vm_dump: dump registers for Mac M1
739f9297c562a387aa012bad781ac2f07f434c1e 2021-02-02 NetBSD build update. (#4079)
dfd029c9627b96f5bfc7ece2b61d5019131d83b2 2021-02-14 supports for stack protection for haiku.
c230ccdba6cda107f3a5bcd540afa3e75677a676 2021-03-04 coroutine arm64 generating note.GNU-stack section for linux.
0ead818d81c975275238878c81f300dd404e0722 2021-03-04 Generating note.GNU-stack section for FreeBSD on x86. Not enabling for ELF in general as not all platform support it (e.g. NetBSD, implictly stack never executable).
5e16c3a12a7f7869109fd8b72d7f54db347e5fe5 2021-03-21 solaris/illumos build fix.
35d30c6ac5a882e2d3b34a9a838f39c2f58531df 2021-03-05 vm dump display return address in the abscence of X30 in Mac ARM64.
816a1d97fdcb46cec51f6fa25d191630698106d1 2021-03-05 coroutine mac m1 update. using proper link register and frame pointer which equal x30/x29.
875c85a8bdca6cc2c7d0a26291ec4a6b2647b195 2021-03-23 fiber context update for Mac OS.
68a8f611e01c1e43a7362f590316268ccf7865c5 2021-03-31 coroutine: Darwin on ARM64 needs alignment of 2^2
f8f6d9895d9593ed3d8f552da3ae2d261ff28135 2021-08-15 coroutine use asm version for handful of architectures for freebsd.
8d2af51a783fa3490c158b110629110ab3257f56 2021-08-23 netbsd coroutine uses assembly instead and little build fix.
3ffca65047d67cd958a424ba6dcc55112cc39e0a 2021-03-22 addr2line: DragonFlyBSD build update. same code path as FreeBSD's.
a8fe7c9e2a2fa1e3e8cd28e73093e26c9719a817 2021-09-12 coroutine enables assembly version for dragonflybsd.
6dcc74155f8b2951b7fed55cafae9cd27a73f090 2021-09-04 [ruby/openssl] ts: libressl build fix warning
1831693c1fe4d891112c877dd52d662de66965e7 2021-10-16 haiku build update stack overflow check in libroot (haiku's libc) now
dfe944bfbed3cae47e3874de4ed0d2a96c047738 2021-10-17 haiku configure fix (again).
670f3e6cd7b6ea03810af3606139021471019017 2022-01-15 [ruby/fcntl] adding few FreeBSD specific flags.
017573c3b373290e52f6e9a8fca217039980247d 2022-05-18 socket add FreeBSD's SO_SETFIB constant.
8a9dfb676b0df74644ddd1db6cfefdd2c9283e8a 2022-05-02 sockets add `TCP_CONNECTION_INFO` and `TCP_KEEPALIVE` constants.
ec2d13567e396e2e1537d05321785c3d772d1e5b 2021-02-21 Introduces FreeBSD's SO_USER_COOKIE among socketopt's options.
8cbbc061c40d0868491e0dc2c42f5cc5eb8d482d 2021-07-07 openbsd sockets add SO_RTABLE constant
d35bc88b37a9cfc491f3bc2aa35ec317febd8289 2021-12-12 sockopt adding Linux constants, SO_INCOMING_CPU/SO_INCOMING_NAPI_ID.
796069b2882d8a67ecc36bda7c72affcbad09dae 2021-04-10 getrlimit adding RLIMIT_NPTS constant.
8cd295ecf09e9419de0e3f3d4eecabfb430f9df1 2022-03-23 regparse possible memory leak fix proposal