aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/cdefs.h
Commit message (Expand)AuthorAgeFilesLines
* cdefs: Introduce __result_use_or_ignore_checkMark Johnston2024-02-031-0/+11
* sys/cdefs.h: add __noexcept and __noexcept_ifLexi Winter2024-02-021-0/+11
* cdefs: Remove __func__ stub.Warner Losh2023-11-271-5/+0
* Revert "cdefs: Remove __func__ define"Warner Losh2023-11-271-2/+38
* cdefs: Remove __func__ defineWarner Losh2023-11-271-38/+2
* cdefs: Move GNUC_PREREQ to top of fileWarner Losh2023-11-271-10/+10
* cdefs: Remove CC_SUPPORTS macros, they are unusedWarner Losh2023-11-271-10/+0
* cdefs: Remove some builtin defines, they are unusedWarner Losh2023-11-271-5/+0
* cdefs: Remove vararg related defines, they are unused.Warner Losh2023-11-271-8/+0
* cdefs: Remove __GNUCLIKE_BUILTIN_CONSTANT_P, it's unusedWarner Losh2023-11-271-2/+0
* cdefs: Remove __GNUCLIKE_CTOR_SECTION_HANDLING, it's unusedWarner Losh2023-11-271-2/+0
* cdefs: Remove __GNUCLIKE___SECTION, it's unused.Warner Losh2023-11-271-2/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* cdefs: remove __GNUCLIKE_MATH_BUILTIN_CONSTANTSWarner Losh2023-11-201-3/+0
* cdefs: Remove __GNUCLIKE_ASMWarner Losh2023-11-201-3/+0
* cdefs: Remove __GNUCLIKE___TYPEOF from cdefs.hWarner Losh2023-11-201-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys/cdefs.h: fix for use __restrict in C++Sebastian Huber2023-08-061-9/+7
* <sys/cdefs.h>: Decay expression passed to fallback version of __generic()John Baldwin2023-01-271-1/+4
* arm64: Disable per-thread stack-smashing protection in data_abort()Mark Johnston2022-11-071-0/+10
* cdefs: Add some notes about the different versions of POSIXWarner Losh2022-07-261-3/+11
* cdefs.h: Remove redundant #ifdefsWarner Losh2021-09-071-4/+0
* cdefs: Add a default definition for __nosanitizememoryMark Johnston2021-07-231-0/+1
* cdefs: Make __nosanitizeaddress work for KASAN as wellMark Johnston2021-05-071-1/+7
* cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unusedWarner Losh2021-05-061-1/+0
* headers: Implement _ISOC11_SOURCES macro when __POSIX_C_SOURCE definedWarner Losh2021-05-061-0/+11
* linker_set: fix globl/weak symbol redefinitions to work on clang 12Greg V2021-04-201-2/+2
* Remove __NO_TLS.Konstantin Belousov2021-02-231-4/+0
* mips: Don't set __NO_TLS to disable some uses of TLS.John Baldwin2021-02-181-2/+1
* riscv: Don't set __NO_TLS to disable some uses of TLS.John Baldwin2021-02-181-1/+1
* Expose clang's alignment builtins and use them for roundup2/rounddown2Alex Richardson2021-02-031-0/+19
* cdefs.h: remove intel_compiler supportWarner Losh2020-10-241-25/+15
* Dont let kernel and standalone both be defined at the same timeWarner Losh2020-09-251-0/+4
* amd64: prevent KCSan false positives on LAPIC mappingJason A. Harmening2020-09-121-0/+2
* gcc: quiet Wattribute for no_sanitize("address")Ryan Libby2019-12-211-2/+6
* Revert r355760, r355759Conrad Meyer2019-12-151-8/+0
* cdefs: use more accurate GCC version for the deprecated attribute.Pedro F. Giffuni2019-12-151-1/+1
* cdefs: Add __deprecated(message) function attribute macroConrad Meyer2019-12-141-0/+8
* [PowerPC] Enable TLS usage in system libraries on ELFv2.Brandon Bergren2019-12-131-1/+2
* Don't sanitize linker_setDavid Bright2019-11-191-0/+7
* Make the system C11 atomics headers fully compatible with external GCC.John Baldwin2018-08-061-1/+1
* Drop support for lint for cdefs.h.Warner Losh2018-03-201-1/+1
* Define a new __alloc_size2 attribute to complement the exiting support.Pedro F. Giffuni2018-01-211-0/+2
* use @@@ instead of @@ in __sym_defaultEd Maste2017-12-051-2/+2
* Remove lint support from system headers and MD x86 headers.Konstantin Belousov2017-11-231-15/+3
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Make _Static_assert() work with GCC in older C++ standards.Ed Schouten2017-08-281-1/+1
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-1/+1
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-301-0/+14