summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2022-05-17Pull up following revision(s) (requested by skrll in ticket #1453):martin
2022-05-15Pull up following revision(s) (requested by skrll in ticket #1451):martin
2021-08-11Pull up following revision(s) (requested by skrll in ticket #1331):martin
2021-08-11Pull up following revision(s) (requested by skrll in ticket #1330):martin
2021-07-08Pull up following revision(s) (requested by skrll in ticket #1319):martin
2021-07-06Pull up following revision(s) (requested by skrll in ticket #1314):martin
2021-07-06Pull up following revision(s) (requested by skrll in ticket #1313):martin
2021-04-30Pull up following revision(s) (requested by skrll in ticket #1261):martin
2021-04-26Pull up following revision(s) (requested by skrll in ticket #1254):martin
2020-03-03Pull up following revision(s) (requested by rin in ticket #755):martin
2019-12-08Pull up following revision(s) (requested by riastradh in ticket #505):martin
2019-10-12Pull up following revision(s) (requested by maya in ticket #304):martin
2019-09-17Pull up following revision(s) (requested by skrll in ticket #202):martin
2019-09-17Pull up following revision(s) (requested by skrll in ticket #201):martin
2019-09-01Pull up following revision(s) (requested by kamil in ticket #126):martin
2019-06-17Introduce UBSAN_ALWAYS_FATAL in micro-UBSankamil
2019-06-17PR/54300: Andreas Gustafsson: Remove useless case. should fixchristos
2019-06-16get rid of caddr_tchristos
2019-06-05Make XDR usable from kernel or module.hannken
2019-06-04Move the basic part of XDR to common/include/rpc and common/lib/libc/rpc.hannken
2019-06-01Misc changes in RISC-V. Start changing the memory layout, too.maxv
2019-05-11Fix bug, the computation of cpuset_nentries was incorrect, we must do +1maxv
2019-05-09toolifyskrll
2019-05-08Use posix_madvise() rather than the legacy madvise() call, andthorpej
2019-05-08Fix building libprop as a host tool library on platforms that don't havethorpej
2019-04-29snprintb(3) says that, in the new(?) Torek format, all fields specs end with \0kre
2019-04-27Fix an off-by-one in the F modifier that ended up skipping the first : or =christos
2019-04-17add missing atomic_and_16_nv_cas.c atomic_and_8_nv_cas.c.mrg
2019-04-17add missing aliases for _atomic_cas_32_ni and atomic_cas_uint_ni.mrg
2019-03-30Fix typo: __aebi_memset -> __aeabi_memsetjmcneill
2019-03-08rbtree: Add a define to mark function arguments as unused for non debugroy
2019-03-01Fix return value. or_and_fetch should return new value.isaki
2019-03-01Add missing alias for __atomic_fetch_nand_N.isaki
2019-02-28Add missing atomic_and_{8,16}_nv_cas.c for __sync_and_and_fetch_{1,2}.isaki
2019-02-20Export atomic_cas_32_ni in a similar manner to its 64-bit counterpart.rin
2019-02-19Add atomic_cas_64_ni aliasmartin
2019-02-19Sort STRONG_ALIAS's in the same manner as ATOMIC_OP_ALIAS's.rin
2019-02-19Export _atomic_cas_64 as atomic_cas_64_ni.rin
2019-02-18Add some atomic_cas_64_ni aliasesmartin
2019-02-17Add missing export of atomic_or_64 (since rev1.1).isaki
2019-02-13Fix kUBSan build with GCC7kamil
2019-02-08- atomic_*_{8,16}_nv() must return a new value, not an old value.ryo
2019-02-06fix atomic_sub_*(). it was (delta - *ptr), should be (*ptr - delta).ryo
2019-02-04- use __unreachable() and move 'break's around to increase consistencymrg
2018-11-06add support to detect the 3 vmware GPT partition types:mrg
2018-10-15use postincrement, like the patchchristos
2018-10-15Avoid out-of-bounds readschristos
2018-10-14remove M_CANFAIL flag for malloc(9) - it was completely ignored, so hadjdolecek
2018-08-16toolify.christos
2018-08-11Add nbotool stuff.christos