History log of /src/sys/modules/examples/ddbping |
Revision | Date | Author | Comments |
1.1 | 01-Jun-2020 |
uwe | Example of a kernel module that registers DDB commands.
|
1.3 | 01-Feb-2023 |
uwe | ddbping - restore the original narration of the example, NFCI
Adjust previous change so that it only replaces my home-grown define for the end marker with the new official DDB_END_CMD marker that it introduced. Undo the rest of that last change.
As the author of this example I'm pretty sure what example I wanted to set and this narration order is an important part of it.
|
1.2 | 23-Feb-2021 |
mrg | introduce DDB_END_CMD and replace more than 20 copies of the same list of NULLs and 0. idea from rillig@.
all touched ports built, several booted.
|
1.1 | 01-Jun-2020 |
uwe | branches: 1.1.2; Example of a kernel module that registers DDB commands.
|
1.1.2.1 | 03-Apr-2021 |
thorpej | Sync with HEAD.
|