| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80555
|
| |
|
|
|
|
|
| |
watchpoints within ddb.
Notes:
svn path=/stable/4/; revision=80309
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
|
|
|
| |
may not compile, I can't test it.
Notes:
svn path=/head/; revision=49558
|
| |
|
|
| |
Notes:
svn path=/head/; revision=48407
|
| |
|
|
|
|
|
|
|
|
|
| |
I'm not too happy about the result either, but at least it has less
chance of backfiring.
This particular feature could be called "a mess" without offending
anybody.
Notes:
svn path=/head/; revision=46783
|
| |
|
|
|
|
|
|
| |
DDB will compile. Warn users that try to use GDB without specifying a GDB
port in their configuration file.
Notes:
svn path=/head/; revision=46658
|
| |
|
|
|
|
|
|
| |
<sys/linker_set.h> in those files that use only the linker set
definitions.
Notes:
svn path=/head/; revision=42654
|
| |
|
|
| |
Notes:
svn path=/head/; revision=37506
|
| |
|
|
|
|
|
| |
Urged by: bde
Notes:
svn path=/head/; revision=36197
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36181
|
| |
|
|
|
|
|
|
| |
command in each of them. This removes the need for hard-to-configure
dummy instantiations of the sets.
Notes:
svn path=/head/; revision=33296
|
| |
|
|
| |
Notes:
svn path=/head/; revision=33181
|
| |
|
|
|
|
|
| |
ready for it yet.
Notes:
svn path=/head/; revision=22975
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20649
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The details are hidden in the DB_COMMAND(cmd_name, func_name) and
DB_SHOW_COMMAND(cmd_name, func_name) macros. DB_COMMAND() adds to
the top-level ddb command table and DB_SHOW_COMMAND adds to the
`show' subtable. Most external commands will probably be `show'
commands with no side effects. They should check their pointer
args more carefully than `show map' :-), or ddb should trap internal
faults better (like it does for memory accesses).
The vm ddb commands are temporarily unattached.
ddb.h:
Also declare `db_indent' and db_iprintf() which will replace vm's
`indent' and iprintf().
Notes:
svn path=/head/; revision=18296
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17848
|
| |
|
|
| |
Notes:
svn path=/head/; revision=12734
|
| |
|
|
| |
Notes:
svn path=/head/; revision=12662
|
| |
|
|
| |
Notes:
svn path=/head/; revision=12515
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
to get the prototypes.
Changed some `int's to `boolean_t's. boolean_t's are ints so they are
hard to distinguish from ints.
Converted function headers to old-style. ddb is written in K&R1 C
except where we broke it.
Notes:
svn path=/head/; revision=12473
|
| |
|
|
|
|
|
| |
args for a ddb command.
Notes:
svn path=/head/; revision=10348
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8876
|
| |
|
|
| |
Notes:
svn path=/head/; revision=7170
|
| |
|
|
|
|
|
|
|
| |
(except in netccitt, netiso and netns) and most of the warnings from
`gcc -Wnested-externs'. Fix all the bugs found. There were no serious
ones.
Notes:
svn path=/head/; revision=7090
|
| |
|
|
|
|
|
| |
implicit alias for ``panic'', since this seems to be more rational.
Notes:
svn path=/head/; revision=6920
|
| |
|
|
|
|
|
| |
we have no symbols.
Notes:
svn path=/head/; revision=6204
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
in your kernel config now).
2) Added ps ddb function from 1.1.5. Cleaned it up a bit and moved into its
own file.
3) Added \r handing in db_printf.
4) Added missing memory usage stats to statclock().
5) Added dummy function to pseudo_set so it will be emitted if there
are no other pseudo declarations.
Notes:
svn path=/head/; revision=2320
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Delete redundant declarations.
- Add -Wredundant-declarations to Makefile.i386 so they don't come back.
- Delete sloppy COMMON-style declarations of uninitialized data in
header files.
- Add a few prototypes.
- Clean up warnings resulting from the above.
NB: ioconf.c will still generate a redundant-declaration warning, which
is unavoidable unless somebody volunteers to make `config' smarter.
Notes:
svn path=/head/; revision=2112
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
``changes'' are actually not changes at all, but CVS sometimes has trouble
telling the difference.
This also includes support for second-directory compiles. This is not
quite complete yet, as `config' doesn't yet do the right thing. You can
still make it work trivially, however, by doing the following:
rm /sys/compile
mkdir /usr/obj/sys/compile
ln -s M-. /sys/compile
cd /sys/i386/conf
config MYKERNEL
cd ../../compile/MYKERNEL
ln -s /sys @
rm machine
ln -s @/i386/include machine
make depend
make
Notes:
svn path=/head/; revision=2056
|
| |
|
|
|
|
|
|
| |
Reviewed by: Rodney W. Grimes
Submitted by: John Dyson and David Greenman
Notes:
svn path=/head/; revision=1549
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1147
|
| |
|
|
|
|
|
| |
add same (sans -Werror) to Makefile for future compilations.
Notes:
svn path=/head/; revision=798
|
| |
|
|
|
|
|
| |
minor cleanup. Added $Id$ to files that did not have any version info, etc
Notes:
svn path=/head/; revision=623
|
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=4
|