about summary refs log tree commit diff
path: root/library/std/src/sys/unix/weak.rs
AgeCommit message (Expand)AuthorLines
2022-04-17Replace sys/unix/weak AtomicUsize with AtomicPtrCAD97-17/+15
2022-01-19Fix CVE-2022-21658 for UNIX-likeHans Kratz-2/+4
2021-12-14Fix a bunch of typosFrank Steffahn-1/+1
2021-11-12Refactor weak symbols in std::sys::unixJosh Stone-21/+81
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-5/+0
2021-07-10Change `weak!` and `linkat!` to macros 2.0Aris Merchant-3/+10
2021-01-13Update code to account for extern ABI requirementMark Rousskov-1/+1
2020-11-20unix/weak: pass arguments to syscall at the given typeRalf Jung-1/+1
2020-11-18Rollup merge of #79039 - thomcc:weakly-relaxing, r=AmanieuMara Bos-6/+40
2020-11-16Try weak symbols for all linux syscall! wrappersJosh Stone-16/+7
2020-11-16linux: try to use libc getrandom to allow interpositionJosh Stone-2/+19
2020-11-13Tighten the bounds on atomic Ordering in std::sys::unix::weakThom Chiovoloni-6/+40
2020-07-27mv std libs to library/mark-0/+101