summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2011-05-23Fix castjoerg
2011-05-23Avoid using a variable as format string.joerg
2011-05-21Do not use TAB to line up library arguments, use spaces.wiz
2011-05-20Put the -std=gnu89 into CPPFLAGS to make sure it gets applied after thejoerg
2011-05-20Needs -fheinous-gnu-extensions when building with Clangjoerg
2011-05-20Force GNU89 mode for GCC itself to deal with the non-standardjoerg
2011-05-20Clang doesn't support some of the GNU extensions here, so disable it.joerg
2011-05-19Add missing prototype for __cmpdf2christos
2011-05-15include headers to get proper prototypes visible.christos
2011-05-15find system.h in srcchristos
2011-05-15include "system.h" for idir()christos
2011-05-15include <sys/ioctl.h> for ioctl()christos
2011-05-15register c -> int cchristos
2011-05-15include headers to make prototypes visible.christos
2011-05-15include posixver.h to find the prototype for posix2_version()christos
2011-05-11Fix two rather obviousbuffer overflows, one of them hitting all the time.joerg
2011-05-08Add a no_stack_protector function attribute to localize the effectchristos
2011-04-21Add MKBSDGREP switch for easy testing of the GNU grepjoerg
2011-04-15Move the headers for compiler and platform specific intrinsincs fromjoerg
2011-04-10Add back a stylish new line.joerg
2011-04-10Reduce difference between src/tools/gcc and src/gnu/usr.bin/gcc4joerg
2011-04-10Don't install limits.h.joerg
2011-04-10Extend CPPFLAGS, don't replace itjoerg
2011-04-04I've been using this patch (which comes from Matt Thomas, maybe?) fordyoung
2011-03-24Don't install stddef.h and friends, they don't work as intended withoutjoerg
2011-03-12Define HAVE_AS_TLS until our build tools figure out how to do it.matt
2011-03-10Re-run mknative to pick up TLS support..skrll
2011-03-10Look for TLS on hppa on netbsd.skrll
2011-03-10Rename some registers to reflect reality.skrll
2011-03-03Provide more regsiters including CR27.skrll
2011-02-28Fix problems in libdm manual page pointed by njoly@ thanks for help.haad
2011-02-25Explicitly make sure TARGET_SECURE_PLT is defined correctly rather thanmatt
2011-02-18bsd-kvm.c needs -D_KMEMUSER now.joerg
2011-02-11Tell the groff and friends about libsaslc(3).christos
2011-02-10Default NetBSD to -msecure-plt now.matt
2011-02-05Explicitly use template to allow building with the more strictjoerg
2011-02-04Branch with delay slot executes delay slot even if branch is notuwe
2011-01-27add port-emipspooka
2011-01-23mips64 gcc now defaults to soft-floatmatt
2011-01-23Default mips64 to softfloat.matt
2011-01-19Add FreeBSD-9.0.uwe
2011-01-18Move isns description from dist/groff to usr.bin/groff, where it belongs.wiz
2011-01-18Change to reflect switchframe/callframe changes.matt
2011-01-18Enable E500 (mpc85xx) support in GCC.matt
2011-01-17Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With thismatt
2011-01-17add libisnschristos
2011-01-12Remove NOMANDOC, the documents are at least parsed somewhat sensible.joerg
2010-12-24Regen amd64 files for 32bit binaries support.njoly
2010-12-24Add support for 32bit (i386) binaries on amd64.njoly
2010-12-24Adjust LDFLAGS handling to fix curses detection for mknative-gdb.njoly