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

Remove $FreeBSD$: one-line sh pattern

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


# e7dd6e94 25-Sep-2019 Gleb Smirnoff <glebius@FreeBSD.org>

Enhance the 'ps' command so that it prints a line per proc and a line
per thread, so that instead of repeating the same info for all threads
in proc, it would print thread specific info. Also includes thread number
that would match 'info threads' info and can be used as argument for
thread swithcing with 'thread' command.


# 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@


# a783ff94 30-Dec-2003 Greg Lehey <grog@FreeBSD.org>

Rename "msgbuf" to "dmesg", a more easily remembered name.
"Fix" documentation by removing periods and commas.


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

Remove calls to 'y' macro.


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

Remove current implementation of kldstat macro.

Add new kldstat, kldstat-v and kernel macros. The kldstat macro is
functionally equivalent to the previous implementation, but it looks
prettier and it matches the kldstat-v macro better. kldstat-v gives
output similar to userland kldstat -v (note lacking space), and kernel
loads a new kernel and dump.

Submitted by: des


# 410b51e7 28-Dec-2003 Greg Lehey <grog@FreeBSD.org>

Add documentation for previously undocumented macros, and correct
existing documentation. This is not made any easier by the
brain-damaged format required for the documentation: one line, no full
stops or commas.


# 36572f48 08-Jun-2003 Greg Lehey <grog@FreeBSD.org>

Make defproc work.


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

Get the manual section number for kldstat(8) right. Comment change only.

Pointed out by: yar


# 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