| Age | Commit message (Expand) | Author |
| 2011-07-15 | Redo previous change in a better way, as suggested by mrg. | apb |
| 2011-07-14 | Sprinkle some "NetBSD_DISABLED_" prefixes in file names in Makefile | apb |
| 2011-07-11 | replace "(CORE_ADDR) (uintptr_t) NULL" by a simple "0" - avoids the dance | martin |
| 2011-07-07 | apply a couple of (int) before r_type switch usage. | mrg |
| 2011-07-06 | cast to int as the fake relocs are not in enum elf_ppc_reloc_type, and | mrg |
| 2011-07-03 | apply some -O0 for sun2. | mrg |
| 2011-07-03 | apply some (uintptr_t) between pointers, ints and other casts. | mrg |
| 2011-06-29 | use: | mrg |
| 2011-06-21 | prepare to build native gcc 4.5, don't build native gcc 4.1, for HAVE_GCC=45 | mrg |
| 2011-06-20 | remove sh5 code. | mrg |
| 2011-06-11 | If compiled with -msoft-float, make the compiler emit soft float code | matt |
| 2011-06-11 | If we are compiling -msoft-float, define _SOFT_FLOAT | matt |
| 2011-06-07 | Pull following m68k softfloat fixes from upstream: | tsutsui |
| 2011-06-06 | Pull the following revision from upstream to provide __unordsf2() and | tsutsui |
| 2011-05-30 | Disable build with clang since it ends up calling __floatuntixf, which | joerg |
| 2011-05-30 | Ignore warnings when building with clang for now. | joerg |
| 2011-05-27 | add a line "image_generator gs" to the DESC file as the original | drochner |
| 2011-05-26 | Default to -Wno-sign-compare -Wno-pointer-sign for clang. | joerg |
| 2011-05-25 | Don't define explicit instantiation as inline. | joerg |
| 2011-05-25 | Set WARNS explicitly to 0. | joerg |
| 2011-05-23 | Fix cast | joerg |
| 2011-05-23 | Avoid using a variable as format string. | joerg |
| 2011-05-21 | Do not use TAB to line up library arguments, use spaces. | wiz |
| 2011-05-20 | Put the -std=gnu89 into CPPFLAGS to make sure it gets applied after the | joerg |
| 2011-05-20 | Needs -fheinous-gnu-extensions when building with Clang | joerg |
| 2011-05-20 | Force GNU89 mode for GCC itself to deal with the non-standard | joerg |
| 2011-05-20 | Clang doesn't support some of the GNU extensions here, so disable it. | joerg |
| 2011-05-19 | Add missing prototype for __cmpdf2 | christos |
| 2011-05-15 | include headers to get proper prototypes visible. | christos |
| 2011-05-15 | find system.h in src | christos |
| 2011-05-15 | include "system.h" for idir() | christos |
| 2011-05-15 | include <sys/ioctl.h> for ioctl() | christos |
| 2011-05-15 | register c -> int c | christos |
| 2011-05-15 | include headers to make prototypes visible. | christos |
| 2011-05-15 | include posixver.h to find the prototype for posix2_version() | christos |
| 2011-05-11 | Fix two rather obviousbuffer overflows, one of them hitting all the time. | joerg |
| 2011-05-08 | Add a no_stack_protector function attribute to localize the effect | christos |
| 2011-04-21 | Add MKBSDGREP switch for easy testing of the GNU grep | joerg |
| 2011-04-15 | Move the headers for compiler and platform specific intrinsincs from | joerg |
| 2011-04-10 | Add back a stylish new line. | joerg |
| 2011-04-10 | Reduce difference between src/tools/gcc and src/gnu/usr.bin/gcc4 | joerg |
| 2011-04-10 | Don't install limits.h. | joerg |
| 2011-04-10 | Extend CPPFLAGS, don't replace it | joerg |
| 2011-04-04 | I've been using this patch (which comes from Matt Thomas, maybe?) for | dyoung |
| 2011-03-24 | Don't install stddef.h and friends, they don't work as intended without | joerg |
| 2011-03-12 | Define HAVE_AS_TLS until our build tools figure out how to do it. | matt |
| 2011-03-10 | Re-run mknative to pick up TLS support.. | skrll |
| 2011-03-10 | Look for TLS on hppa on netbsd. | skrll |
| 2011-03-10 | Rename some registers to reflect reality. | skrll |
| 2011-03-03 | Provide more regsiters including CR27. | skrll |