| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletes | Alexander Kabaev | 2006-09-21 | 1 | -1/+1 |
| | | | | | | | | | the former and __builtin_va_start was present in all GCC version 3.1 and later. Notes: svn path=/head/; revision=162487 | ||||
| * | netchild's mega-patch to isolate compiler dependencies into a central | Joerg Wunsch | 2005-03-02 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | place. This moves the dependency on GCC's and other compiler's features into the central sys/cdefs.h file, while the individual source files can then refer to #ifdef __COMPILER_FEATURE_FOO where they by now used to refer to #if __GNUC__ > 3.1415 && __BARC__ <= 42. By now, GCC and ICC (the Intel compiler) have been actively tested on IA32 platforms by netchild. Extension to other compilers is supposed to be possible, of course. Submitted by: netchild Reviewed by: various developers on arch@, some time ago Notes: svn path=/head/; revision=143063 | ||||
| * | Start all license statements with /*- | Warner Losh | 2005-01-05 | 1 | -4/+0 |
| | | | | | Notes: svn path=/head/; revision=139735 | ||||
| * | Import FreeBSD/arm kernel bits. | Olivier Houchard | 2004-05-14 | 1 | -0/+85 |
| It only supports sa1110 (on simics) right now, but xscale support should come soon. Some of the initial work has been provided by : Stephane Potvin <sepotvin at videotron.ca> Most of this comes from NetBSD. Notes: svn path=/head/; revision=129198 | |||||
