cachealign: Fix __VM_CACHELINE_ALIGN
[dragonfly.git] / sys / sys / cdefs.h
2012-10-11 Sepherosa Ziehaucachealign: Fix __VM_CACHELINE_ALIGN
2012-03-11 Sascha Wildner<sys/cdefs.h>: For C++, unhide our interfaces via __...
2012-02-05 John Marinocdefs: Rework and augment visibility attributes
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-07-31 Alex Hornungpthread - adjust visibility to 'default'
2011-04-07 John Marinobinutils221: final solution to start/stop label generation
2010-11-28 Samuel J. Greearcdefs - Use proper GCC version
2010-11-27 Samuel J. Greearnmalloc - Optimize initialization function out of hot...
2010-11-06 Sascha Wildner<sys/cdefs.h>: Add some definitions for IEEE 1003.1...
2009-04-21 Peter AvalosSync libc/stdio with FreeBSD:
2009-03-27 Matthew DillonAdjust the KTR code to use cache-aligned per-cpu struct...
2008-11-20 Hasso TepperMake apps using '#define _POSIX_C_SOURCE' compile.
2006-04-07 David XuAdd compiler branch prediction hint macros, obtained...
2005-07-26 Joerg SonnenbergerAdd a new feature-test macro __DF_VISIBLE for those...
2005-04-24 Jeroen Ruigrok/asmodai__pure__ is supported from 2.96 onward, not 3.0.
2005-04-24 Jeroen Ruigrok/asmodaiSynch our GNU_PREREQ() macro with FreeBSD:
2005-02-16 Joerg SonnenbergerAdd __pure as attribute. A __pure function can only...
2005-02-04 Joerg SonnenbergerStop caring about GCC versions between 2.5 and 2.7...
2005-02-03 Joerg SonnenbergerNo namespace pollution in sys/cdefs.h. Rename VM_CACHEL...
2004-10-23 Joerg SonnenbergerGCC 3.4 doesn't check for NULL format-strings for __att...
2004-08-27 Joerg SonnenbergerFix linker set creation for GCC 3.4 with -funit-at...
2004-03-20 David RhodusStart removing the old build infrastructure for the...
2004-03-13 Joerg SonnenbergerMerge from FreeBSD 5:
2004-02-14 Matthew Dillongcc2 doesn't like ary[] inside structures. Add __ARRAY...
2004-02-12 Joerg SonnenbergerAdd __DragonFly__
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-08-27 Hiten PandyaAdd two useful macros that I have been meaning to add...
2003-08-20 Matthew DillonSilence warnings about _POSIX_C_SOURCE not being define...
2003-08-14 Matthew DillonRemove FBSDID, move $ rcs id back to a comment field.
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: