summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2008-01-24Remove one more alpha leftover.Ruslan Ermilov
2008-01-18Include the thread name (in addition to the proc name) in "info threads."Ed Maste
2008-01-17Add a new 'add-kld <kld>' command to kgdb to make it easier to analyzeJohn Baldwin
2008-01-16Use a phony .POSIX target. This seems to be the way toDavid E. O'Brien
2008-01-13Use our standard verbose spelling of rules variables.David E. O'Brien
2008-01-13Disable contrib - there is weirdness going on with it.David E. O'Brien
2008-01-13Reenable cvs with the build.David E. O'Brien
2008-01-13Disable CVS from the build.David E. O'Brien
2007-11-27Tweak -lpmc's name.Joseph Koshy
2007-11-20While checking over the libraries for 7.0-REL Kris found the followingKen Smith
2007-11-18Use LC_ALL=C before awk generating "optionlist"Andrey A. Chernov
2007-11-17Add thread support for arm.Olivier Houchard
2007-11-17There's no reason why we couldn't attach to a live process on arm.Olivier Houchard
2007-11-16Teach kgdb how to handle double fault frames on i386:John Baldwin
2007-10-22Added ".Lb libkse" support to mdoc(7).Ruslan Ermilov
2007-10-15Introduce FreeBSD 8.0 to mdoc(7).Ruslan Ermilov
2007-10-13Back out last commit -- it breaks sparc64 build which hasRuslan Ermilov
2007-10-12style.Makefile(5)David E. O'Brien
2007-10-12Minor tweak to finding BEG/END source.David E. O'Brien
2007-10-12style.Makefile(5)David E. O'Brien
2007-10-12Welcome FreeBSD 8.David E. O'Brien
2007-10-12- After gcc 4.2 import, include/objc/objc-api.h requires objc-decls.h whichRong-En Fan
2007-10-08Disable TLS for arm and sparc64 here as binutils 2.15 predate GNU TLSMarius Strobl
2007-10-04FreeBSD 6.2 is now known to mdoc.Ruslan Ermilov
2007-09-26Force -O1 compilation when targeted for ia64. GCC 4 generatesMarcel Moolenaar
2007-09-25Fix possible uninitialized variable insert due to previous commit.Edwin Groothuis
2007-09-20man(1) can't handle compressed included files.Edwin Groothuis
2007-09-19Catch up with the demise of /usr/X11R6David E. O'Brien
2007-09-19Reduce diff to vendor for maintance purposes.David E. O'Brien
2007-09-19In the case of a native build, set NATIVE to yes so that the code circuitsThomas Quinot
2007-09-18Make gcc default to big endian when building it for a big endian target.Olivier Houchard
2007-08-24Fix stack overflow with too many items return list in 'dialog' program.Andrey A. Chernov
2007-08-22NMIs now come from 'nmi_calltrap' rather than 'calltrap', so teach 'kgdb'John Baldwin
2007-08-16Install etx/numeric_traits.h.Alexander Kabaev
2007-08-14Remove comment that was added by mistakes and which prevented _eprintfAlexander Kabaev
2007-06-18- Bump share library version which were missed in last bumpRong-En Fan
2007-06-17Fix build on arm: time_t on arm is 64 bits while long isXin LI
2007-06-15Update build skeleton after diffutils 2.8.7 update.Xin LI
2007-06-02Don't lie about saved reports.Philip Paeps
2007-05-31Install omp.h file.Alexander Kabaev
2007-05-28Fix compiles when user chooses to disable both ObjC and C++ support inAlexander Kabaev
2007-05-22Don't forget to clean generated ssp.h.Ruslan Ermilov
2007-05-21Back out the addition of -static to LDFLAGS; I'm pretty confidentRuslan Ermilov
2007-05-19Fix the fallout from over-zealous obsolete files removal. Use correctAlexander Kabaev
2007-05-19Work-around for upgrading from a pre-symbol-versioned world.Scott Long
2007-05-19Do not compile hash_compat.c.Alexander Kabaev
2007-05-19Update bmake glue to build GCC 4.2.Alexander Kabaev
2007-05-19Remove extern int verbose declaration. It is declared static in theAlexander Kabaev
2007-05-19Fix static/extern mismatch by patching corresponding tdep filesAlexander Kabaev
2007-05-01Add threading support.Marcel Moolenaar