History log of /freebsd-current/tools/debugscripts/gdbinit.i386
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 8ce070c1 29-Dec-2011 Ulrich Spörlein <uqs@FreeBSD.org>

Spelling fixes for tools/

Add some $FreeBSD$ tags so svn will allow the commit.


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 626ff208 19-Nov-2004 David Schultz <das@FreeBSD.org>

Remove the uarea column from the DDB 'ps' display, and from grog's gdb
scripts.

Reviewed by: arch@


# e1e5f8ba 29-Dec-2003 Greg Lehey <grog@FreeBSD.org>

Remove calls to 'y' macro.


# 3a40ab54 08-Jun-2003 Greg Lehey <grog@FreeBSD.org>

Make btpp and fr work. There's still more to be done.


# 030b9a7c 06-Jun-2003 Greg Lehey <grog@FreeBSD.org>

Add macros for kernel debugging. These have been around for a
while, and they will need some more tuning before they're really
useful, but at the moment they're better than nothing.

Indirectly reminded by: dwhite