summaryrefslogtreecommitdiffstats
path: root/sys/sys/cdefs.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r316213:kib2017-04-231-0/+14
* Temporarily revert r315602.pfg2017-04-131-0/+8
* MFC r312942:pfg2017-03-201-8/+0
* MFC r314101: don't use C99 static array indices with older GCC versionsavg2017-03-011-0/+1
* MFC r314100: fix a typo in __STDC_VERSION__ in __min_size requirementsavg2017-03-011-1/+1
* MFC r312538:pfg2017-01-271-0/+7
* MFC r311896pfg2017-01-151-16/+0
* MFC r310977:pfg2017-01-061-0/+8
* MFC r307584asomers2016-11-221-0/+14
* Stop exposing the C11 _Atomic() macro in <sys/cdefs.h>, when compilingdim2016-05-291-1/+2
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tian2016-05-251-0/+8
* Welcome the RISC-V 64-bit kernel.br2016-01-291-1/+1
* Rename __sentinel to __null_sentinelpfg2015-11-051-2/+2
* Add underscores to attributes when checking for __has_attribute.pfg2015-08-281-5/+5
* trailing spacepfg2015-08-281-1/+1
* Be more GCC-friendly with attributespfg2015-08-281-4/+4
* Repair sys/cdefs.h enough to be usable with GCC 5.xkan2015-08-271-13/+12
* cdefs: reduce code duplicationpfg2015-08-091-10/+1
* Add a new __sentinel attribute.pfg2015-06-291-2/+4
* Change detection for the gnu_inline attribute.pfg2015-06-271-1/+1
* Enable the use of __builtin_va_* for ICC.tijl2015-06-251-1/+1
* Rename __weak to __weak_symbol to avoid language conflict with objective-C.hselasky2015-06-231-2/+2
* Break apart the gnu_inline attribute and use "artificial" if available.pfg2015-05-151-1/+1
* Break apart the gnu_inline attribute and use "artificial" if available.pfg2015-05-151-0/+1
* Break apart the gnu_inline attribute and use "artificial" if available.pfg2015-05-151-2/+15
* Replace a CONSTCOND for a void value as a replacement for __unreachable builtinpfg2015-05-151-1/+1
* Add new __unreachable() builtinpfg2015-05-141-0/+6
* Adjust visibility macros.pfg2015-05-131-1/+1
* Cleanup a bit the clang attributes for type safety checking.pfg2015-04-251-7/+18
* Add definition to support alloc_align attribute.pfg2015-04-241-0/+6
* Add definition for the argument_with_type_tag attribute.pfg2015-04-221-0/+7
* Add definition for the gcc gnu_inline attribute.pfg2015-04-121-0/+2
* cdefs.h: Fix macros for pre-C99 compilers.pfg2015-03-291-4/+6
* Fix __size_alloc()pfg2015-03-271-6/+6
* Introduce some allocation function attributes.pfg2015-03-261-1/+12
* Small style(9) cleanup.pfg2015-03-221-12/+12
* Small style(9) cleanup.pfg2015-03-221-33/+33
* Permit multiple arguments for the nonnull attribute.pfg2015-03-201-2/+2
* Mark typedefs for manually implementing _Static_assert() as unused, sodim2015-02-041-1/+2
* Ensure that lint does not pick up C11 keywords (e.g. _Noreturn), evendim2015-01-291-1/+1
* For gcc 4.6 and newer, _Static_assert is a keyword, so don't try toimp2014-10-101-0/+2
* Roll back r271012 even more aggressively.ed2014-09-051-5/+3
* Partially revert r271012.ed2014-09-051-3/+1
* Leave the C11 keywords alone when we have a recent version of GCC.ed2014-09-031-4/+9
* Partially revert r270964. Don't test for C++11 to define _Thread_local.ed2014-09-031-1/+6
* Clean up <sys/cdefs.h> slightly.ed2014-09-021-3/+2
* Enable lock annotations on HEAD when using Clang.ed2014-09-011-3/+4
* Add lock annotations to <sys/cdefs.h>.ed2014-09-011-0/+56
* Define a "__weak" macro for declaring symbols "weak".hselasky2014-07-021-0/+2
* Move _Atomic() into <sys/cdefs.h>.ed2013-06-161-0/+8
OpenPOWER on IntegriCloud