| Commit message (Expand) | Author | Age | Files | Lines |
* | Differentiate between interrupt frames, trap interrupt frames and timer | kib | 2008-09-27 | 1 | -3/+33 |
* | Use existing GDB routines for parsing the section table of klds in | jhb | 2008-09-25 | 1 | -36/+23 |
* | add new build knobs and jigger some existing controls to improve | sam | 2008-09-21 | 1 | -5/+6 |
* | Widen psaddr_t from uintptr_t to uint64_t. This results in an | marcel | 2008-09-14 | 1 | -6/+7 |
* | Add FreeBSD/MIPS support to GCC. | obrien | 2008-09-01 | 3 | -1/+14 |
* | GDB isn't building on MIPS. Temporarily disable, to revisit soon. | obrien | 2008-09-01 | 1 | -1/+5 |
* | Turn cc_tools/Makefile and Makefile.tgt into a "linear" read. Shared | obrien | 2008-08-31 | 3 | -23/+20 |
* | Enable EFI target. | rpaulo | 2008-08-31 | 1 | -1/+3 |
* | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | dfr | 2008-08-06 | 1 | -0/+1 |
* | Unbreak the arm build, by spelling LIBSRCS correctly. | cognet | 2008-08-02 | 1 | -1/+1 |
* | Do not build fbsd-threads.c if we're building a cross-debugger. | cognet | 2008-08-02 | 1 | -1/+4 |
* | Merge gnu cpio 2.6 -> 2.8 changes. Unfortunately, we have massive | peter | 2008-07-10 | 2 | -48/+585 |
* | Instead of using .POSIX:, use the cool looking "@:" rule. | obrien | 2008-06-27 | 1 | -2/+4 |
* | Catch up to recentish kgdb changes: | jhb | 2008-06-18 | 1 | -1/+6 |
* | 1. Make the BSD version of cpio the default [1] | dougb | 2008-06-16 | 2 | -4/+10 |
* | Install GNU cpio as 'gcpio', symlink to 'cpio' unless WITH_BSDCPIO is | kientzle | 2008-05-26 | 1 | -1/+9 |
* | Add Juniper's copyright. | obrien | 2008-05-20 | 1 | -0/+1 |
* | MIPS arch target kgdb(1) support. | obrien | 2008-05-20 | 1 | -0/+207 |
* | Add support for bzip2-compressed manpages. | ru | 2008-05-14 | 1 | -1/+1 |
* | Add an ability to run man(1) on local files (the argument should | ru | 2008-05-14 | 3 | -3/+35 |
* | Trim unneeded header. | jhb | 2008-05-09 | 1 | -1/+0 |
* | Fix conflicts after heimdal-1.1 import and add build infrastructure. Import | dfr | 2008-05-07 | 1 | -2/+2 |
* | Go back to fondling FILE internals. | jhb | 2008-05-05 | 1 | -1/+1 |
* | Lower WARNS to avoid warning about type-punned casting. | marcel | 2008-05-04 | 1 | -1/+1 |
* | Unbreak build: gnu sort has been configured to grope inside struct | marcel | 2008-05-03 | 1 | -1/+1 |
* | - Change how the vmcore target maps FreeBSD thread IDs to GDB ptids. We | jhb | 2008-05-01 | 8 | -47/+40 |
* | Rework how kgdb manages kernel and vmcore files to be a bit more gdb-ish | jhb | 2008-04-29 | 11 | -184/+338 |
* | - Add a global variable 'fbsdcoreops_suppress_target' that can be set to | jhb | 2008-04-29 | 1 | -2/+11 |
* | Use kgdb_parse() instead of libkvm(3) to read the first instruction from | jhb | 2008-04-28 | 1 | -16/+9 |
* | Remove the 'add_kld_command' arg from load_kld(). It is always true since | jhb | 2008-04-28 | 1 | -12/+5 |
* | FreeBSD/mips gdb build suspport. From the mips2-jnpr branch. | imp | 2008-04-26 | 3 | -0/+794 |
* | Add 'arm' category. | linimon | 2008-04-23 | 2 | -0/+4 |
* | Add support for the 32-bit EFI target. | marcel | 2008-04-17 | 1 | -3/+10 |
* | Change kgdb_parse() to use wrapped versions of parse_expression() and | jhb | 2008-03-29 | 1 | -6/+9 |
* | Initialize the head pointer in kld_current_sos() to NULL to avoid returning | jhb | 2008-03-29 | 1 | -0/+1 |
* | Re-enable the CVS build. | obrien | 2008-03-19 | 1 | -3/+3 |
* | Update for version 1.11-20080310. | obrien | 2008-03-19 | 1 | -5/+44 |
* | + Make it clear this was taken from the CVS 1.11 branch on 10-March-2008. | obrien | 2008-03-19 | 1 | -3/+3 |
* | Disable CVS build. | obrien | 2008-03-19 | 1 | -3/+3 |
* | Set AR=gnu-ar and RANLIB=gnu-ranlib on systems where we are forced | ru | 2008-03-02 | 2 | -4/+0 |
* | Remove a stale prototype I missed when converting the kld support over to | jhb | 2008-02-25 | 1 | -1/+0 |
* | Make again BSD ar(1) the default system ar(1), now properly handling | ru | 2008-02-25 | 2 | -10/+16 |
* | Bump the default .Os version to FreeBSD 8.0. | ru | 2008-02-23 | 1 | -1/+1 |
* | If 'WITH_BSDAR' is defined, install as gnu-<util_name>. | obrien | 2008-02-21 | 2 | -0/+10 |
* | Back out previous commit. Restore Binutils ar as default. Disconnect | kaiw | 2008-02-21 | 2 | -10/+0 |
* | * Connect ar(1) to the build and make it default ar. Rename GNU | kaiw | 2008-02-21 | 2 | -0/+10 |
* | getopt(3) returns -1, not EOF. | ru | 2008-02-19 | 2 | -2/+2 |
* | - Rework the kld support to hook into GDB's shared library support. | jhb | 2008-01-29 | 3 | -81/+165 |
* | Don't close the kernel bfd object during startup. Instead, leave it open | jhb | 2008-01-29 | 3 | -7/+13 |
* | Use target_read_memory() and extract_unsigned_integer() instead of direct | jhb | 2008-01-29 | 1 | -19/+6 |