summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Expand)Author
2013-01-22Make "-D skip" option work with FIFO by opening file in non-blocking mode.David Xu
2013-01-21Add command-line support to kgdb to allow the baudrate to be set.Adrian Chadd
2013-01-17Add compiler support for the ARM EABI.Andrew Turner
2013-01-06Set the correct relocation type for R_ARM_TARGET2 to R_ARM_GOT_PREL. TheAndrew Turner
2013-01-01Fix a dependencyAntoine Brodin
2012-12-18More correct version of prev. fix.Andrey A. Chernov
2012-12-17Fix:Andrey A. Chernov
2012-12-15Also remove -Werror on arm with clang as there are warnings.Andrew Turner
2012-12-06Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS inEitan Adler
2012-11-08Updated/new Makefile.dependSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-10-22Add support for the "&" character in usernames.Eitan Adler
2012-10-13- Remove GNU sort and the WITH_GNU_SORT knobGabor Kovesdan
2012-10-06Add support for bmake. This includes:Marcel Moolenaar
2012-08-24Dont use -Werror when building libbfd and gnu as on powerpc64 with clangRoman Divacky
2012-08-24A workaround in r238563 was for makes (notably bmake) without theRuslan Ermilov
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-08-19Fix typo. Not a win in terms of functionality but in terms of completeness.Andreas Tobler
2012-08-17Catch up with the subversion conversion and apply these build-time patches.David E. O'Brien
2012-08-15Merging of projects/armv6, part 3Oleksandr Tymoshenko
2012-07-26Backed out r228904, and added libstdthreads support to mdoc(7) to whereRuslan Ermilov
2012-07-26Backed out r236255, and added FreeBSD 9.1 support to mdoc(7) to whereRuslan Ermilov
2012-07-18a ";" tells make we want the shell to be usedDavid E. O'Brien
2012-07-08After the binutils 2.17.50 import, the assembler supports AS_REL16Nathan Whitehorn
2012-06-27- Switch to BSD sort as default sort. GNU sort will still be installed asGabor Kovesdan
2012-05-21Print key value, an index, otherwise we don't know which key is allocated.David Xu
2012-05-11- Hook up BSD sort to the build. By default, it will be installed asGabor Kovesdan
2012-05-10General mdoc(7) and typo fixes.Glen Barber
2012-04-29Add src.conf option WITH_SHARED_TOOLCHAIN to enable building theKonstantin Belousov
2012-04-27Allow building a powerpc cross-kgdb.Marcel Moolenaar
2012-03-29Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett
2012-03-23Make default ABI for as(1) to be the same as target platform.Oleksandr Tymoshenko
2012-03-13Note two shortcomings of GDB on MIPS that should be addressed.Juli Mallett
2012-02-29Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatDimitry Andric
2012-02-14Enable TLS support for ARM toolchainOleksandr Tymoshenko
2012-01-21Adopt to new layout of struct pcb.Konstantin Belousov
2012-01-08Don't include <sys/timeb.h>.Ed Schouten
2012-01-04Add missing -w to kgdb(1)'s usage().Robert Watson
2011-12-16Define YY_NO_INPUT when building libbinutils, to prevent warnings aboutDimitry Andric
2011-12-08Pull up vendor changes to mdoc(7).Ruslan Ermilov
2011-11-28upgrade gperf to the last GPLv2 version (3.0.3)Baptiste Daroussin
2011-11-24Use ${VAR} instead of $(VAR) consistently.Max Khon
2011-11-19Rename the linker emulation name for powerpc and powerc64. This is needed thatAndreas Tobler
2011-10-24* Don't give the impression that this compiler is GPLv3.David E. O'Brien
2011-10-18Update gcc's __FreeBSD__ and __FreeBSD_cc_version macros for FreeBSD 10.Dimitry Andric
2011-10-16- change "is is" to "is" or "it is"Eitan Adler
2011-09-26Shift head from 9.0-CURRENT to 10.0-CURRENT in preparation for releasingKen Smith
2011-08-26Do not include <sys/ptrace.h> if we're building a cross-debugger, ptrace isn'tOlivier Houchard
2011-08-19Walk the zombproc list as well as the allproc list when enumerating threadsJohn Baldwin
2011-08-06Compile fbsd-threads.c. Amongst others this is necessary for a workingMarius Strobl