| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust the FreeBSD version printed as part of manual pages. | Ken Smith | 2010-12-22 | 1 | -1/+2 |
| * | Merge MIPS platform support to 8-STABLE. | Jayachandran C. | 2010-11-27 | 6 | -11/+60 |
| * | MFC r209690: | Konstantin Belousov | 2010-11-03 | 1 | -0/+37 |
| * | MFC r213835: Add FreeBSD 8.2. | Jaakko Heinonen | 2010-10-17 | 1 | -0/+1 |
| * | MFC r213487: | Xin LI | 2010-10-09 | 1 | -0/+1 |
| * | MFC r213013: | Ed Maste | 2010-10-08 | 1 | -1/+3 |
| * | MFC r206622,207939,208593,208732,209031: mdoc cleanup | Ulrich Spörlein | 2010-08-27 | 1 | -1/+1 |
| * | MFC r210424: kgdb: correctly map sections to addresses in elf object | Andriy Gapon | 2010-08-21 | 1 | -6/+28 |
| * | MFC r209738: | Benedict Reuschling | 2010-07-20 | 1 | -0/+10 |
| * | Change the FreeBSD version that will be printed for the manual pages. | Ken Smith | 2010-05-26 | 1 | -1/+1 |
| * | MFC: r208320 | Jung-uk Kim | 2010-05-25 | 1 | -1/+1 |
| * | MFC r207383: | Xin LI | 2010-05-03 | 1 | -0/+1 |
| * | MFC r205702: | Xin LI | 2010-03-29 | 4 | -1101/+0 |
| * | MFC r205630 (imp): | Xin LI | 2010-03-26 | 1 | -0/+1 |
| * | MFC r203823: kgdb: initialize n_type field of nlist entry for kvm_nlist | Andriy Gapon | 2010-03-02 | 1 | -0/+1 |
| * | MFC r203357: teach groff about libgpib. | Joerg Wunsch | 2010-02-04 | 1 | -0/+1 |
| * | MFC: Sync Groff with trunk except libulog addition. | Ruslan Ermilov | 2010-01-18 | 1 | -3/+1 |
| * | MFC r197393 | Alan Cox | 2009-11-01 | 1 | -0/+2 |
| * | MFC r197259 | Stephane E. Potvin | 2009-09-24 | 2 | -1/+3 |
| * | Back out previous revision until better tested fix is ready. | Alexander Kabaev | 2009-06-29 | 1 | -8/+0 |
| * | Eliminate .text relocations in shared libraries compiled with stack protector. | Alexander Kabaev | 2009-06-28 | 1 | -0/+8 |
| * | Add libjail, a (somewhat) simpler interface to the jail_set and jail_get | Jamie Gritton | 2009-06-24 | 1 | -0/+1 |
| * | Don't set $PATH - if the caller doesn't have /bin and /usr/bin in their | Brian Somers | 2009-06-14 | 1 | -1/+0 |
| * | Change the internal buffer used to store input lines from a static buffer | Stephane E. Potvin | 2009-05-08 | 6 | -53/+74 |
| * | Fix build breakage due to the interplay between r189801 and r189824. | David Schultz | 2009-03-14 | 1 | -0/+1 |
| * | Define a macro for POSIX.1-2008 here until a future groff import | David Schultz | 2009-02-28 | 1 | -0/+4 |
| * | Initial gdbserver support for PowerPC. | Rafal Jaworowski | 2009-02-23 | 4 | -1/+274 |
| * | For files not named on the command line, only the basename is compared | David E. O'Brien | 2009-01-30 | 1 | -2/+5 |
| * | Remove the /usr/X11R6 paths. It has been long enough since the X stuff | Ken Smith | 2008-12-30 | 1 | -2/+0 |
| * | Added FreeBSD 6.4. | Ruslan Ermilov | 2008-12-13 | 1 | -0/+1 |
| * | Added FreeBSD 7.1. | Ruslan Ermilov | 2008-12-13 | 1 | -0/+1 |
| * | Push mips support into the tree. | Warner Losh | 2008-12-11 | 3 | -1/+32 |
| * | Push mips support for ld into the tree. | Warner Losh | 2008-12-11 | 5 | -0/+40 |
| * | Push mips support for as into the tree. | Warner Losh | 2008-12-11 | 3 | -0/+27 |
| * | Add strndup(3) prototype to string.h. | Konstantin Belousov | 2008-12-08 | 2 | -2/+2 |
| * | Initial gdbserver support for ARM. | Rafal Jaworowski | 2008-11-17 | 4 | -4/+226 |
| * | Document what the sed trick is for. | David E. O'Brien | 2008-10-16 | 2 | -4/+5 |
| * | Enable UTF-8. | Dag-Erling Smørgrav | 2008-10-08 | 1 | -0/+1 |
| * | Oops, initialize sections and sections_end to NULL. | John Baldwin | 2008-10-02 | 1 | -1/+1 |
| * | Differentiate between interrupt frames, trap interrupt frames and timer | Konstantin Belousov | 2008-09-27 | 1 | -3/+33 |
| * | Use existing GDB routines for parsing the section table of klds in | John Baldwin | 2008-09-25 | 1 | -36/+23 |
| * | add new build knobs and jigger some existing controls to improve | Sam Leffler | 2008-09-21 | 1 | -5/+6 |
| * | Widen psaddr_t from uintptr_t to uint64_t. This results in an | Marcel Moolenaar | 2008-09-14 | 1 | -6/+7 |
| * | Add FreeBSD/MIPS support to GCC. | David E. O'Brien | 2008-09-01 | 3 | -1/+14 |
| * | GDB isn't building on MIPS. Temporarily disable, to revisit soon. | David E. O'Brien | 2008-09-01 | 1 | -1/+5 |
| * | Turn cc_tools/Makefile and Makefile.tgt into a "linear" read. Shared | David E. O'Brien | 2008-08-31 | 3 | -23/+20 |
| * | Enable EFI target. | Rui Paulo | 2008-08-31 | 1 | -1/+3 |
| * | Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This | Doug Rabson | 2008-08-06 | 1 | -0/+1 |
| * | Unbreak the arm build, by spelling LIBSRCS correctly. | Olivier Houchard | 2008-08-02 | 1 | -1/+1 |
| * | Do not build fbsd-threads.c if we're building a cross-debugger. | Olivier Houchard | 2008-08-02 | 1 | -1/+4 |