aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/cdefs.h
Commit message (Expand)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-15/+25
* While not illegal, attempt to pacify gcc -Wundef. It just so happensPeter Wemm2003-10-311-3/+3
* Remove extra parentheses from the __GNUC_PREREQ__ macro.Maxime Henrion2003-10-011-1/+1
* Introduce new __predict_false(exp) and __predict_true(exp) keywords.Maxime Henrion2003-09-301-0/+36
* Define a new __GNUC_PREREQ__(maj, min) to test if we have a specificMaxime Henrion2003-09-301-6/+16
* Discussions on src-committers with alfred and bde pointed out thatGarance A Drosehn2003-07-251-6/+8
* Attempt to preempt any new gcc-ism references toPeter Wemm2003-07-221-0/+6
* There is strong reason to believe that gcc 4 will also supportWarner Losh2003-07-221-1/+1
* Add a new macro __nonnull(x) to use the new GCC33 attribute which checksPoul-Henning Kamp2003-07-211-0/+6
* Remove the definition of alloca(), it does not belong here.Dag-Erling Smørgrav2003-06-151-5/+0
* Use GCC's internal built-in alloca implementation, when available.David E. O'Brien2003-06-141-0/+5
* Backed out rev.1.57. This restores format checking functions likeBruce Evans2003-04-181-1/+1
* Add the ability to specify a strict C99 environment with theMike Barcroft2002-10-211-1/+6
* Fix a spelling error in a comment.Mike Barcroft2002-10-071-1/+1
* Alfred got me thinking. Provide stubs for lint, and let the compilersPeter Wemm2002-09-231-5/+11
* I cannot win. I still managed to use #define<space> twice instead ofPeter Wemm2002-09-231-2/+2
* Add a __section(x) macro as well. Use this in linker_set.h. ie:Peter Wemm2002-09-231-3/+6
* At great personal risk, add a __packed and __aligned(x) define thatPeter Wemm2002-09-231-0/+6
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-22/+0
* Reformat an overly-wide comment.Garrett Wollman2002-09-161-3/+3
* Define __LONG_LONG_SUPPORTED if the compiler claims to support C99.Bruce Evans2002-09-151-2/+1
* Identify the C Language Binding Option of IEEE Std. 1003.2-1992.Garrett Wollman2002-07-151-1/+11
* Typo.Mike Heffner2002-07-131-1/+1
* Disable format checking for NULL-passing prototypes (really only err*(),Matthew Dillon2002-07-111-1/+1
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'sMike Barcroft2002-07-081-0/+6
* Backout 1.54 (restore definition for printf0 to actually do something).Alfred Perlstein2002-05-241-1/+1
* As a temporary bandaid disable '__printf0like' unconditionally, itAlfred Perlstein2002-05-111-1/+1
* Make the previous revision work a little bit better.David E. O'Brien2002-04-061-7/+23
* Add __SCCSID. And add the NO__SCCSID, NO__RCSID, NO__RCSID_SOURCE, andDavid E. O'Brien2002-04-061-6/+10
* Deal with "#define _XOPEN_SOURCE" in header files (eg: XFree86 4.2.0)Peter Wemm2002-04-031-2/+2
* Implement a fine-grain control system which allows header developersMike Barcroft2002-04-011-0/+90
* Back out rev 1.48. The problem is with a bogus __attribute__ in stdio.h.David E. O'Brien2001-12-041-1/+0
* Reapply rev 1.37 (hide the __attribute__ gcc keyword) into RELENG_4 evenDavid E. O'Brien2001-12-031-0/+1
* Add support for the `restrict' type qualifier, new in C99.Mike Barcroft2001-11-231-0/+14
* Add the ability to distinguish between compile environments thatMike Barcroft2001-11-121-0/+5
* Use a more sophisticated check that works better with older versionsMike Barcroft2001-10-291-5/+5
* Only provide function information in compile environments that supportMike Barcroft2001-10-271-0/+5
* Solve our braindead sourcetree dependency on GCC in another way.Jeroen Ruigrok van der Werven2001-09-191-1/+0
* Avoid empty decls when __FBSDIDs are turned off.Matthew Dillon2001-09-161-1/+7
* Fix the improper backout.David E. O'Brien2001-09-161-1/+1
* Back out rev 1.38. Even though it saves a little space on the line,David E. O'Brien2001-09-151-2/+2
* Allow __FBSDID() to be used without ;David E. O'Brien2001-09-151-3/+3
* Add __FBSDID() macro to support rcs identifiers in source files.Matthew Dillon2001-09-151-0/+8
* For old gcc/gcc-based compilers and non gcc compilers make sure toJeroen Ruigrok van der Werven2001-09-141-0/+1
* style(9) correct #define's followed by a space to be followed by a tabJeroen Ruigrok van der Werven2001-09-141-14/+14
* It is the last-second trivial changes that kill me every time.Peter Wemm2001-09-051-1/+1
* Attempt to refine the __IDSTRING() macros so that they dont collide withPeter Wemm2001-09-051-4/+12
* Support GCC 3.0David E. O'Brien2001-06-021-1/+1
* after discovering that the Santa Clara Valley Medical Center actuallyBill Fumerola2001-03-101-1/+13