summaryrefslogtreecommitdiffstats
path: root/sys/sys/cdefs.h
Commit message (Expand)AuthorAgeFilesLines
* Add macros for generating symbol version assembler opcodes.deischen2006-03-131-0/+8
* Analogous to __printflike and __scanflike, add the macro __format_arg whichstefanf2006-01-261-0/+2
* Don't use the builtin vaalist for icc.netchild2005-10-051-6/+3
* Remove superfluous semicolon at the end of the __strong_reference() macrokbyanc2005-07-141-1/+1
* Use predefined __offsetof__ builtin function when compiling C++ sources.kan2005-06-031-0/+7
* The macros __GNUCLIKE_ATTRIBUTE_PRINTF andstefanf2005-03-071-3/+0
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-4/+74
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add a macro to define the size of a subsection of a structure.julian2004-08-131-0/+2
* Introduce __used attribute which serves as logical conuterpart ofkan2004-07-281-0/+2
* Add a macro, __pure, which expands to __attribute__((__pure__)) on gcctjr2004-07-221-0/+6
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-15/+25
* While not illegal, attempt to pacify gcc -Wundef. It just so happenspeter2003-10-311-3/+3
* Remove extra parentheses from the __GNUC_PREREQ__ macro.mux2003-10-011-1/+1
* Introduce new __predict_false(exp) and __predict_true(exp) keywords.mux2003-09-301-0/+36
* Define a new __GNUC_PREREQ__(maj, min) to test if we have a specificmux2003-09-301-6/+16
* Discussions on src-committers with alfred and bde pointed out thatgad2003-07-251-6/+8
* Attempt to preempt any new gcc-ism references topeter2003-07-221-0/+6
* There is strong reason to believe that gcc 4 will also supportimp2003-07-221-1/+1
* Add a new macro __nonnull(x) to use the new GCC33 attribute which checksphk2003-07-211-0/+6
* Remove the definition of alloca(), it does not belong here.des2003-06-151-5/+0
* Use GCC's internal built-in alloca implementation, when available.obrien2003-06-141-0/+5
* Backed out rev.1.57. This restores format checking functions likebde2003-04-181-1/+1
* Add the ability to specify a strict C99 environment with themike2002-10-211-1/+6
* Fix a spelling error in a comment.mike2002-10-071-1/+1
* Alfred got me thinking. Provide stubs for lint, and let the compilerspeter2002-09-231-5/+11
* I cannot win. I still managed to use #define<space> twice instead ofpeter2002-09-231-2/+2
* Add a __section(x) macro as well. Use this in linker_set.h. ie:peter2002-09-231-3/+6
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-231-0/+6
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-22/+0
* Reformat an overly-wide comment.wollman2002-09-161-3/+3
* Define __LONG_LONG_SUPPORTED if the compiler claims to support C99.bde2002-09-151-2/+1
* Identify the C Language Binding Option of IEEE Std. 1003.2-1992.wollman2002-07-151-1/+11
* Typo.mikeh2002-07-131-1/+1
* Disable format checking for NULL-passing prototypes (really only err*(),dillon2002-07-111-1/+1
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-0/+6
* Backout 1.54 (restore definition for printf0 to actually do something).alfred2002-05-241-1/+1
* As a temporary bandaid disable '__printf0like' unconditionally, italfred2002-05-111-1/+1
* Make the previous revision work a little bit better.obrien2002-04-061-7/+23
* Add __SCCSID. And add the NO__SCCSID, NO__RCSID, NO__RCSID_SOURCE, andobrien2002-04-061-6/+10
* Deal with "#define _XOPEN_SOURCE" in header files (eg: XFree86 4.2.0)peter2002-04-031-2/+2
* Implement a fine-grain control system which allows header developersmike2002-04-011-0/+90
* Back out rev 1.48. The problem is with a bogus __attribute__ in stdio.h.obrien2001-12-041-1/+0
* Reapply rev 1.37 (hide the __attribute__ gcc keyword) into RELENG_4 evenobrien2001-12-031-0/+1
* Add support for the `restrict' type qualifier, new in C99.mike2001-11-231-0/+14
* Add the ability to distinguish between compile environments thatmike2001-11-121-0/+5
* Use a more sophisticated check that works better with older versionsmike2001-10-291-5/+5
* Only provide function information in compile environments that supportmike2001-10-271-0/+5
* Solve our braindead sourcetree dependency on GCC in another way.asmodai2001-09-191-1/+0
OpenPOWER on IntegriCloud