| Commit message (Expand) | Author | Age | Files | Lines |
* | Unbreak amd64<->i386 cross builds. | nwhitehorn | 2010-12-02 | 1 | -2/+3 |
* | The driver-XXX.c files used for host CPU detection with -march=native | nwhitehorn | 2010-12-02 | 1 | -1/+2 |
* | Add the ability for GDB to printout the thread name along with other | attilio | 2010-11-22 | 1 | -3/+44 |
* | Let gcc and ld know where to find 32 bit libraries on amd64. | tijl | 2010-11-17 | 2 | -2/+2 |
* | Garbage-collect some code made obsolete by the TBEMD import. | nwhitehorn | 2010-11-15 | 5 | -16/+1 |
* | Try including Makefile.${TARGET_ARCH} before Makefile.${TARGET_CPUARCH} if | nwhitehorn | 2010-11-15 | 1 | -17/+4 |
* | Add missing '/'. | nyan | 2010-11-14 | 2 | -2/+2 |
* | We need to add powerpc64->powerpc translations (I knew I hated copying | imp | 2010-11-14 | 4 | -5/+5 |
* | These two cases should be different... | imp | 2010-11-14 | 1 | -2/+2 |
* | Revert to libgcc for sparc64. | ed | 2010-11-12 | 1 | -0/+4 |
* | Garbage collect gnu/usr.bin/binutils/{gasp,gdb,gdbreplay}, as these have | dim | 2010-11-11 | 26 | -3330/+0 |
* | Do not build or install gasp.info anymore, as gasp has not been built or | dim | 2010-11-11 | 1 | -2/+1 |
* | Replace libgcc.a by libcompiler_rt.a. | ed | 2010-11-11 | 1 | -1/+0 |
* | Don't use ${LIB} to obtain the library name. | ed | 2010-11-11 | 1 | -9/+9 |
* | Complete the integration of tbemd branch into head. | imp | 2010-11-10 | 14 | -67/+83 |
* | Fix cross-debugger build | gonzo | 2010-11-07 | 1 | -0/+8 |
* | Fix initialization order:_initialize_svr4_solib should | gonzo | 2010-11-07 | 1 | -2/+2 |
* | - Use proper constant for accessing PCB intead of hardcoded numbers | gonzo | 2010-11-07 | 1 | -15/+18 |
* | Link threads support to the build | gonzo | 2010-11-07 | 2 | -1/+2 |
* | Add FreeBSD 8.2. | jh | 2010-10-14 | 1 | -0/+1 |
* | Add definition for FreeBSD 7.4, which will be used in a manual page change. | delphij | 2010-10-06 | 1 | -0/+1 |
* | Retire GNU man in favor of the newly written BSDL version. | gordon | 2010-10-03 | 1 | -5/+0 |
* | Remove target peigen.c so that make doesn't warn us about it. | rpaulo | 2010-09-30 | 1 | -2/+0 |
* | Add support for the BFD target efi-app-x86_64. | rpaulo | 2010-09-29 | 1 | -2/+11 |
* | Move test for zero bufp or size before rseq and wseq calculation. This | emaste | 2010-09-22 | 1 | -1/+3 |
* | When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2 | dim | 2010-09-21 | 1 | -3/+1 |
* | GCC defines built-ins for atomic instructions found on i486 and higher. | tijl | 2010-09-07 | 2 | -2/+2 |
* | Use a more robust way to substitute gcc for clang, when compiling | dim | 2010-08-31 | 1 | -1/+3 |
* | Repair some build breakage introduced in r211725 and garbage collect some | nwhitehorn | 2010-08-28 | 1 | -1/+1 |
* | Create a checklist and call one of the *printw() functions from the | imp | 2010-08-24 | 1 | -0/+18 |
* | MFtbemd: | imp | 2010-08-23 | 6 | -31/+21 |
* | - Change default grep back to GNU version. BSD grep can be built with the | gabor | 2010-08-23 | 1 | -4/+4 |
* | We need to pull bsd.own.mk before modifying the CC variable. Otherwise | rpaulo | 2010-08-21 | 1 | -0/+2 |
* | Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as | will | 2010-08-12 | 4 | -5/+5 |
* | Change kgdb_lookup() to resolve symbols via GDB instead of via libkvm(3). | jhb | 2010-08-04 | 3 | -29/+23 |
* | Give kgdb(1) a chance to take a look at FPU state. | jkim | 2010-08-02 | 1 | -0/+1 |
* | Fix case for library macros | uqs | 2010-08-02 | 1 | -1/+1 |
* | Add libproc. | rpaulo | 2010-07-31 | 1 | -0/+1 |
* | Add librtld_db. | rpaulo | 2010-07-31 | 1 | -0/+1 |
* | kgdb: correctly map sections to addresses in elf object modules (amd64) | avg | 2010-07-23 | 1 | -6/+28 |
* | Disable building libobjc with clang as it's not yet supported. | rpaulo | 2010-07-22 | 1 | -0/+3 |
* | Sanitize CFLAGS and add WARNS?=2. The hardcoding of -Os -fPIC | marcel | 2010-07-15 | 1 | -1/+1 |
* | Teach our toolchain how to generate 64-bit PowerPC binaries. This fixes | nwhitehorn | 2010-07-10 | 18 | -6/+1096 |
* | Mention the radiolist option in the man page. It is being listed when | bcr | 2010-07-06 | 1 | -0/+10 |
* | For "thread signal" command, print some information from siginfo when | kib | 2010-07-04 | 1 | -0/+37 |
* | Add an alignment of 8 for sections in the n32 ABI. The default alignment | jchandra | 2010-06-25 | 2 | -0/+2 |
* | Often reported issue with newer ld is: | kib | 2010-06-18 | 1 | -1/+2 |
* | Make all tests in libdialog compilable. | ae | 2010-06-15 | 4 | -7/+7 |
* | Connect FDT infrastructure to the build system. | raj | 2010-06-13 | 1 | -0/+5 |
* | Fix build for O32 systems without a TARGET_CPUTYPE defined. We must default to | jmallett | 2010-06-02 | 1 | -0/+8 |