| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-11 | musl: Add unwinding protection in clone() implementations. | Alex Rønne Petersen | |
| Whatever was in the frame pointer register prior to clone() will no longer be valid in the child process, so zero it to protect FP-based unwinders. This is just an extension of what was already done for i386 and x86_64. Only applied to architectures where the _start() code also zeroes the frame pointer. | |||
| 2019-07-15 | move lib dirs to lib subdir | Andrew Kelley | |
| also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging | |||
