Revision tags: release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0 |
|
#
cfe30d02 |
| 19-Jun-2013 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge fresh head.
|
Revision tags: release/8.4.0 |
|
#
d241a0e6 |
| 26-Feb-2013 |
Xin LI <delphij@FreeBSD.org> |
IFC @247348.
|
#
d9a44755 |
| 08-Feb-2013 |
David E. O'Brien <obrien@FreeBSD.org> |
Sync with HEAD.
|
#
46b1c55d |
| 04-Jan-2013 |
Neel Natu <neel@FreeBSD.org> |
IFC @ r244983.
|
#
839f11a4 |
| 08-Dec-2012 |
Eitan Adler <eadler@FreeBSD.org> |
A number of places in the source tree still reference cuad.* after sio(4) was deprecated by uart(4).
s/cuad/cuau/g/
PR: docs/171533 Reviewed by: imp Approved by: cperciva (implicit) MFC after: 3 w
A number of places in the source tree still reference cuad.* after sio(4) was deprecated by uart(4).
s/cuad/cuau/g/
PR: docs/171533 Reviewed by: imp Approved by: cperciva (implicit) MFC after: 3 weeks
show more ...
|
Revision tags: release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0 |
|
#
66c14b21 |
| 22-May-2006 |
Maxim Konovalov <maxim@FreeBSD.org> |
o Correct comments: remove a reference to non-existent gdbinit.9 man page; correct a path to the kernel build directory; gdb lost -k key.
Reviewed by: grog MFC after: 1 week
|
Revision tags: release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
6949461a |
| 19-Nov-2004 |
David E. O'Brien <obrien@FreeBSD.org> |
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
7562eaab |
| 04-Nov-2004 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Remove vinum bits.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0 |
|
#
747ca5f5 |
| 29-Dec-2003 |
Greg Lehey <grog@FreeBSD.org> |
Add comments to deter people from using this file directly. That's not the intention.
Rearrange "you may want to change these values" values to the top, and reduce their number as much as possible.
Add comments to deter people from using this file directly. That's not the intention.
Rearrange "you may want to change these values" values to the top, and reduce their number as much as possible.
tr macro: Require a parameter (because gdb is too stupid to understand optional parameters), and create macros tr0, tr1 and trf which call it to connect to /dev/cuaa0, /dev/cuaa1 and firewire connections respectively.
Split kld symbol load into two separate macros: revision 1.5 simplified things for the /dev/mem case, but broke it for anything else. Now the simple /dev/mem version is called kldsyms, and the version for serial debugging and processor dumps is called getsyms, and still requires this irritating cut and paste.
Change comments on startup to make life easier for the poor (de)bugger.
show more ...
|
#
afdc68c4 |
| 04-Nov-2003 |
Brian Feldman <green@FreeBSD.org> |
Add a "-f" flag for asf(8) which performs a search to find the each module no matter where in the directory structure it may be. Use this and the "-k" flag in the generated gdbinit files so that the
Add a "-f" flag for asf(8) which performs a search to find the each module no matter where in the directory structure it may be. Use this and the "-k" flag in the generated gdbinit files so that the "getsyms" function in gdb requires no user intervention to run and will find every module if they're in the kernel build's module directory. This is still quite useful for cases where gdb knows that the path for some modules is /boot/kernel and others are in the object directory for /usr/src/sys/$ARCH/compile/kernel.
Approved by: grog
show more ...
|
Revision tags: release/4.9.0_cvs, release/4.9.0 |
|
#
403de992 |
| 12-Jun-2003 |
Greg Lehey <grog@FreeBSD.org> |
Replace hard-coded module path with a keyword which gets changed when the kernel is built.
|
#
ec9e4dd1 |
| 08-Jun-2003 |
Greg Lehey <grog@FreeBSD.org> |
Terminate echoed lines. Unlike echo(1), gdb echo doesen't automatically terminate them.
|
#
b38d4c01 |
| 07-Jun-2003 |
Greg Lehey <grog@FreeBSD.org> |
Modify startup mode: don't specify the file name for the debug kernel, so it needs to be (and can be) specified on the command line. Don't try to automatically connect to a remote machine, so that t
Modify startup mode: don't specify the file name for the debug kernel, so it needs to be (and can be) specified on the command line. Don't try to automatically connect to a remote machine, so that the same .gdbinit file can be used for analysing processor dumps.
show more ...
|
#
030b9a7c |
| 07-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 remi
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
show more ...
|
Revision tags: release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0 |
|
#
66c14b21 |
| 22-May-2006 |
Maxim Konovalov <maxim@FreeBSD.org> |
o Correct comments: remove a reference to non-existent gdbinit.9 man page; correct a path to the kernel build directory; gdb lost -k key.
Reviewed by: grog MFC after: 1 week
|
Revision tags: release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0 |
|
#
6949461a |
| 19-Nov-2004 |
David E. O'Brien <obrien@FreeBSD.org> |
Catch up with PHK's sio(4) cuaa->cuad rework [sys/dev/sio/sio.c rev. 1.456].
|
Revision tags: release/5.3.0_cvs, release/5.3.0 |
|
#
7562eaab |
| 04-Nov-2004 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Remove vinum bits.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0 |
|
#
747ca5f5 |
| 29-Dec-2003 |
Greg Lehey <grog@FreeBSD.org> |
Add comments to deter people from using this file directly. That's not the intention.
Rearrange "you may want to change these values" values to the top, and reduce their number as much as possible.
Add comments to deter people from using this file directly. That's not the intention.
Rearrange "you may want to change these values" values to the top, and reduce their number as much as possible.
tr macro: Require a parameter (because gdb is too stupid to understand optional parameters), and create macros tr0, tr1 and trf which call it to connect to /dev/cuaa0, /dev/cuaa1 and firewire connections respectively.
Split kld symbol load into two separate macros: revision 1.5 simplified things for the /dev/mem case, but broke it for anything else. Now the simple /dev/mem version is called kldsyms, and the version for serial debugging and processor dumps is called getsyms, and still requires this irritating cut and paste.
Change comments on startup to make life easier for the poor (de)bugger.
show more ...
|
#
afdc68c4 |
| 04-Nov-2003 |
Brian Feldman <green@FreeBSD.org> |
Add a "-f" flag for asf(8) which performs a search to find the each module no matter where in the directory structure it may be. Use this and the "-k" flag in the generated gdbinit files so that the
Add a "-f" flag for asf(8) which performs a search to find the each module no matter where in the directory structure it may be. Use this and the "-k" flag in the generated gdbinit files so that the "getsyms" function in gdb requires no user intervention to run and will find every module if they're in the kernel build's module directory. This is still quite useful for cases where gdb knows that the path for some modules is /boot/kernel and others are in the object directory for /usr/src/sys/$ARCH/compile/kernel.
Approved by: grog
show more ...
|
Revision tags: release/4.9.0_cvs, release/4.9.0 |
|
#
403de992 |
| 12-Jun-2003 |
Greg Lehey <grog@FreeBSD.org> |
Replace hard-coded module path with a keyword which gets changed when the kernel is built.
|
#
ec9e4dd1 |
| 08-Jun-2003 |
Greg Lehey <grog@FreeBSD.org> |
Terminate echoed lines. Unlike echo(1), gdb echo doesen't automatically terminate them.
|
#
b38d4c01 |
| 07-Jun-2003 |
Greg Lehey <grog@FreeBSD.org> |
Modify startup mode: don't specify the file name for the debug kernel, so it needs to be (and can be) specified on the command line. Don't try to automatically connect to a remote machine, so that t
Modify startup mode: don't specify the file name for the debug kernel, so it needs to be (and can be) specified on the command line. Don't try to automatically connect to a remote machine, so that the same .gdbinit file can be used for analysing processor dumps.
show more ...
|
#
030b9a7c |
| 07-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 remi
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
show more ...
|