CVS commit: src/sys/ddb

2024-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 15 06:48:07 UTC 2024 Modified Files: src/sys/ddb: db_proc.c Log Message: Fix alignment of ddb 'ps/[lw]' output. LID matches PID and has more digits. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/ddb

2024-04-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 15 06:48:07 UTC 2024 Modified Files: src/sys/ddb: db_proc.c Log Message: Fix alignment of ddb 'ps/[lw]' output. LID matches PID and has more digits. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/ddb

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 22 07:57:49 UTC 2024 Modified Files: src/sys/ddb: db_proc.c Log Message: Fix column alignment in ps/w output To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/ddb/db_proc.c Please note that diffs are

CVS commit: src/sys/ddb

2024-01-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Jan 22 07:57:49 UTC 2024 Modified Files: src/sys/ddb: db_proc.c Log Message: Fix column alignment in ps/w output To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/ddb/db_proc.c Please note that diffs are

CVS commit: src/sys/ddb

2023-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 15 10:40:52 UTC 2023 Modified Files: src/sys/ddb: db_xxx.c Log Message: When converting from db_expr_t to a pointer cast via uintptr_t to help kernels where the size differs (e.g. 32bit sparc64 kernels) To generate a

CVS commit: src/sys/ddb

2023-10-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 15 10:40:52 UTC 2023 Modified Files: src/sys/ddb: db_xxx.c Log Message: When converting from db_expr_t to a pointer cast via uintptr_t to help kernels where the size differs (e.g. 32bit sparc64 kernels) To generate a

CVS commit: src/sys/ddb

2023-10-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 15 10:27:33 UTC 2023 Modified Files: src/sys/ddb: db_command.c Log Message: ddb: Don't restrict `show all tstiles' to wmesg `tstile'. This is no longer the wmesg, as of last week -- now it's the name of the underlying

CVS commit: src/sys/ddb

2023-10-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 15 10:27:25 UTC 2023 Modified Files: src/sys/ddb: db_command.c db_syncobj.c db_syncobj.h Log Message: ddb: Constify db_syncobj_owner argument. No need for it to be writable, and the actual type of the struct lwp

CVS commit: src/sys/ddb

2023-10-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 15 10:27:33 UTC 2023 Modified Files: src/sys/ddb: db_command.c Log Message: ddb: Don't restrict `show all tstiles' to wmesg `tstile'. This is no longer the wmesg, as of last week -- now it's the name of the underlying

CVS commit: src/sys/ddb

2023-10-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Oct 15 10:27:25 UTC 2023 Modified Files: src/sys/ddb: db_command.c db_syncobj.c db_syncobj.h Log Message: ddb: Constify db_syncobj_owner argument. No need for it to be writable, and the actual type of the struct lwp

CVS commit: src/sys/ddb

2023-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 8 15:03:16 UTC 2023 Modified Files: src/sys/ddb: db_xxx.c Log Message: For architectures (mips64) where sizeof(db_expr_t) != sizeof(kcondvar_t *) cast through uintptr_t. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ddb

2023-10-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Oct 8 15:03:16 UTC 2023 Modified Files: src/sys/ddb: db_xxx.c Log Message: For architectures (mips64) where sizeof(db_expr_t) != sizeof(kcondvar_t *) cast through uintptr_t. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ddb

2023-10-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Oct 7 20:27:20 UTC 2023 Modified Files: src/sys/ddb: db_command.c db_interface.h db_xxx.c Log Message: Add some simple DDB show commands: condvar, selinfo, sleepq To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186

CVS commit: src/sys/ddb

2023-10-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Oct 7 20:27:20 UTC 2023 Modified Files: src/sys/ddb: db_command.c db_interface.h db_xxx.c Log Message: Add some simple DDB show commands: condvar, selinfo, sleepq To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186

CVS commit: src/sys/ddb

2023-10-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Oct 7 20:22:53 UTC 2023 Modified Files: src/sys/ddb: db_output.c db_output.h Log Message: Oops, fix crash(8) build To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/ddb/db_output.c cvs rdiff -u -r1.23

CVS commit: src/sys/ddb

2023-10-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Oct 7 20:22:53 UTC 2023 Modified Files: src/sys/ddb: db_output.c db_output.h Log Message: Oops, fix crash(8) build To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/ddb/db_output.c cvs rdiff -u -r1.23

CVS commit: src/sys/ddb

2023-10-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Oct 7 20:00:40 UTC 2023 Modified Files: src/sys/ddb: db_output.c db_output.h Log Message: Add db_print_timespec(). To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/ddb/db_output.c cvs rdiff -u -r1.22

CVS commit: src/sys/ddb

2023-10-07 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sat Oct 7 20:00:40 UTC 2023 Modified Files: src/sys/ddb: db_output.c db_output.h Log Message: Add db_print_timespec(). To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/ddb/db_output.c cvs rdiff -u -r1.22

CVS commit: src/sys/ddb

2023-09-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Sep 1 10:55:24 UTC 2023 Modified Files: src/sys/ddb: db_access.c Log Message: s/unnsupported/unsupported/ in message. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/ddb/db_access.c Please note that

CVS commit: src/sys/ddb

2023-09-01 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Fri Sep 1 10:55:24 UTC 2023 Modified Files: src/sys/ddb: db_access.c Log Message: s/unnsupported/unsupported/ in message. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/ddb/db_access.c Please note that

CVS commit: src/sys/ddb

2023-07-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 17 12:55:04 UTC 2023 Modified Files: src/sys/ddb: db_command.c Log Message: ddb: Teach `show all tstiles' to show the type of each lock. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185

CVS commit: src/sys/ddb

2023-07-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 17 12:55:04 UTC 2023 Modified Files: src/sys/ddb: db_command.c Log Message: ddb: Teach `show all tstiles' to show the type of each lock. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185

CVS commit: src/sys/ddb

2023-07-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 12 12:50:46 UTC 2023 Modified Files: src/sys/ddb: db_syncobj.c Log Message: ddb: Cast pointer to uintptr_t, then to db_expr_t. Avoids warnings about conversion between pointer and integer of different size on some

CVS commit: src/sys/ddb

2023-07-12 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Jul 12 12:50:46 UTC 2023 Modified Files: src/sys/ddb: db_syncobj.c Log Message: ddb: Cast pointer to uintptr_t, then to db_expr_t. Avoids warnings about conversion between pointer and integer of different size on some

CVS commit: src/sys/ddb

2023-07-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 11 11:03:31 UTC 2023 Modified Files: src/sys/ddb: db_command.c Log Message: ddb: Cast pointer to uintptr_t first before db_expr_t. To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184

CVS commit: src/sys/ddb

2023-07-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Jul 11 11:03:31 UTC 2023 Modified Files: src/sys/ddb: db_command.c Log Message: ddb: Cast pointer to uintptr_t first before db_expr_t. To generate a diff of this commit: cvs rdiff -u -r1.183 -r1.184

CVS commit: src/sys/ddb

2023-05-25 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu May 25 21:46:55 UTC 2023 Modified Files: src/sys/ddb: db_command.c Log Message: ddb: PR kern/57435 - fix duplicate "show mount" Bolivar cannot carry double. One of these commands should have been "show mounts", cf. page/pages

CVS commit: src/sys/ddb

2023-05-25 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu May 25 21:46:55 UTC 2023 Modified Files: src/sys/ddb: db_command.c Log Message: ddb: PR kern/57435 - fix duplicate "show mount" Bolivar cannot carry double. One of these commands should have been "show mounts", cf. page/pages

CVS commit: src/sys/ddb

2022-10-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Oct 27 20:00:24 UTC 2022 Modified Files: src/sys/ddb: db_active.h Log Message: ddb(4): Declare extern db_active if _KMEMUSER too, not just DDB. crash(8) is built with _KMEMUSER defined but DDB not defined except for a few

CVS commit: src/sys/ddb

2022-10-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Oct 27 20:00:24 UTC 2022 Modified Files: src/sys/ddb: db_active.h Log Message: ddb(4): Declare extern db_active if _KMEMUSER too, not just DDB. crash(8) is built with _KMEMUSER defined but DDB not defined except for a few

CVS commit: src/sys/ddb

2022-08-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 30 22:38:01 UTC 2022 Modified Files: src/sys/ddb: db_sym.c Log Message: ddb(9): Make db_symstr safe to use concurrently with pserialize(9). To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71

CVS commit: src/sys/ddb

2022-08-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 30 22:38:01 UTC 2022 Modified Files: src/sys/ddb: db_sym.c Log Message: ddb(9): Make db_symstr safe to use concurrently with pserialize(9). To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71

CVS commit: src/sys/ddb

2022-08-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 30 22:37:36 UTC 2022 Modified Files: src/sys/ddb: db_sym.c Log Message: ddb(4): Use db_num_to_strbuf in db_symstr. Simplifies it and will make safer to use. To generate a diff of this commit: cvs rdiff -u -r1.69

CVS commit: src/sys/ddb

2022-08-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 30 22:37:36 UTC 2022 Modified Files: src/sys/ddb: db_sym.c Log Message: ddb(4): Use db_num_to_strbuf in db_symstr. Simplifies it and will make safer to use. To generate a diff of this commit: cvs rdiff -u -r1.69

CVS commit: src/sys/ddb

2022-08-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 30 22:37:03 UTC 2022 Modified Files: src/sys/ddb: db_lex.c db_lex.h Log Message: ddb(9): New db_num_to_strbuf. Like db_num_to_str, but writes to caller-provided buffer instead of returning pointer to static storage.

CVS commit: src/sys/ddb

2022-08-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Aug 30 22:37:03 UTC 2022 Modified Files: src/sys/ddb: db_lex.c db_lex.h Log Message: ddb(9): New db_num_to_strbuf. Like db_num_to_str, but writes to caller-provided buffer instead of returning pointer to static storage.

CVS commit: src/sys/ddb

2022-04-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 28 07:08:39 UTC 2022 Modified Files: src/sys/ddb: db_command.c Log Message: Remove 'a' modifier from "show vmem". It was removed in sbur_vmem.c rev. 1.55. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181

CVS commit: src/sys/ddb

2022-04-28 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Apr 28 07:08:39 UTC 2022 Modified Files: src/sys/ddb: db_command.c Log Message: Remove 'a' modifier from "show vmem". It was removed in sbur_vmem.c rev. 1.55. To generate a diff of this commit: cvs rdiff -u -r1.180 -r1.181

CVS commit: src/sys/ddb

2022-04-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 20 19:06:35 UTC 2022 Modified Files: src/sys/ddb: db_command.c Log Message: ddb: guard invocation of db_cmd_on_enter properly. db_command_loop - do not ignore the return value from setjmp used to guard db_cmd_on_enter. We

CVS commit: src/sys/ddb

2022-04-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 20 19:06:35 UTC 2022 Modified Files: src/sys/ddb: db_command.c Log Message: ddb: guard invocation of db_cmd_on_enter properly. db_command_loop - do not ignore the return value from setjmp used to guard db_cmd_on_enter. We

CVS commit: src/sys/ddb

2021-12-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 13 03:17:50 UTC 2021 Modified Files: src/sys/ddb: db_sym.c Log Message: mv out: label into the #ifdef _KERNEL section, as it is only referenced from there. Hopefully ubbreak buikd of usr.sbin/crash To generate a diff of

CVS commit: src/sys/ddb

2021-12-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Dec 13 03:17:50 UTC 2021 Modified Files: src/sys/ddb: db_sym.c Log Message: mv out: label into the #ifdef _KERNEL section, as it is only referenced from there. Hopefully ubbreak buikd of usr.sbin/crash To generate a diff of

CVS commit: src/sys/ddb

2021-10-10 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Oct 10 18:08:12 UTC 2021 Modified Files: src/sys/ddb: db_command.c Log Message: Add a "show kqueue " command. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/sys/ddb/db_command.c Please note that diffs

CVS commit: src/sys/ddb

2021-10-10 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Oct 10 18:08:12 UTC 2021 Modified Files: src/sys/ddb: db_command.c Log Message: Add a "show kqueue " command. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/sys/ddb/db_command.c Please note that diffs

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 17:04:49 UTC 2021 Modified Files: src/sys/ddb: ddbvar.h Log Message: Sort variable declarations. Add short comments while here. The list was neither sorted nor grouped logically when db_dumpstack and db_panicstackframes

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 17:04:49 UTC 2021 Modified Files: src/sys/ddb: ddbvar.h Log Message: Sort variable declarations. Add short comments while here. The list was neither sorted nor grouped logically when db_dumpstack and db_panicstackframes

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:18:20 UTC 2021 Modified Files: src/sys/ddb: db_panic.c Log Message: KNF: The function type must be declared on a line by itself. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/ddb/db_panic.c

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:18:20 UTC 2021 Modified Files: src/sys/ddb: db_panic.c Log Message: KNF: The function type must be declared on a line by itself. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/ddb/db_panic.c

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:14:51 UTC 2021 Modified Files: src/sys/ddb: files.ddb Log Message: Add DDB_DUMPSTACK to opt_ddbparam.h. PR kern/56445 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/ddb/files.ddb Please note

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:14:51 UTC 2021 Modified Files: src/sys/ddb: files.ddb Log Message: Add DDB_DUMPSTACK to opt_ddbparam.h. PR kern/56445 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/ddb/files.ddb Please note

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:12:39 UTC 2021 Modified Files: src/sys/ddb: files.ddb Log Message: One option per-line for opt_ddbparam.h options. Sort. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/ddb/files.ddb Please

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:12:39 UTC 2021 Modified Files: src/sys/ddb: files.ddb Log Message: One option per-line for opt_ddbparam.h options. Sort. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/ddb/files.ddb Please

CVS commit: src/sys/ddb

2021-07-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 20 11:39:16 UTC 2021 Modified Files: src/sys/ddb: db_panic.c Log Message: need for COHERENCY_UNIT To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/ddb/db_panic.c Please note that diffs are not

CVS commit: src/sys/ddb

2021-07-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 20 11:39:16 UTC 2021 Modified Files: src/sys/ddb: db_panic.c Log Message: need for COHERENCY_UNIT To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/ddb/db_panic.c Please note that diffs are not

CVS commit: src/sys/ddb

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 18 01:28:50 UTC 2021 Modified Files: src/sys/ddb: db_interface.h Log Message: don't provide db_lstacktrace() for crash (yet?). To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/ddb/db_interface.h

CVS commit: src/sys/ddb

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 18 01:28:50 UTC 2021 Modified Files: src/sys/ddb: db_interface.h Log Message: don't provide db_lstacktrace() for crash (yet?). To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/ddb/db_interface.h

CVS commit: src/sys/ddb

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 18 01:05:23 UTC 2021 Modified Files: src/sys/ddb: db_interface.h Log Message: db_lstacktrace() can't use db_stacktrace_print and log() directly. log() takes a 'int level' first argument, that must be supplied. add an inline

CVS commit: src/sys/ddb

2021-04-17 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 18 01:05:23 UTC 2021 Modified Files: src/sys/ddb: db_interface.h Log Message: db_lstacktrace() can't use db_stacktrace_print and log() directly. log() takes a 'int level' first argument, that must be supplied. add an inline

CVS commit: src/sys/ddb

2021-04-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 12 02:49:02 UTC 2021 Modified Files: src/sys/ddb: db_sym.c Log Message: avoid assigning both signed and unsigned variables in the same statement. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

CVS commit: src/sys/ddb

2021-04-11 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Apr 12 02:49:02 UTC 2021 Modified Files: src/sys/ddb: db_sym.c Log Message: avoid assigning both signed and unsigned variables in the same statement. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

CVS commit: src/sys/ddb

2021-02-09 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Feb 10 07:17:39 UTC 2021 Modified Files: src/sys/ddb: db_interface.h Log Message: Allow for MD code to use a different function than db_stack_trace_print() to be used with db_stacktrace() and friends by pre-defining the

CVS commit: src/sys/ddb

2021-02-09 Thread Simon Burge
Module Name:src Committed By: simonb Date: Wed Feb 10 07:17:39 UTC 2021 Modified Files: src/sys/ddb: db_interface.h Log Message: Allow for MD code to use a different function than db_stack_trace_print() to be used with db_stacktrace() and friends by pre-defining the

CVS commit: src/sys/ddb

2021-02-06 Thread Darrin B. Jewell
Module Name:src Committed By: dbj Date: Sat Feb 6 16:03:26 UTC 2021 Modified Files: src/sys/ddb: files.ddb Log Message: defparam DB_MAX_WIDTH To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/ddb/files.ddb Please note that diffs are not public

CVS commit: src/sys/ddb

2021-02-06 Thread Darrin B. Jewell
Module Name:src Committed By: dbj Date: Sat Feb 6 16:03:26 UTC 2021 Modified Files: src/sys/ddb: files.ddb Log Message: defparam DB_MAX_WIDTH To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/ddb/files.ddb Please note that diffs are not public

CVS commit: src/sys/ddb

2021-01-10 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Jan 11 07:49:05 UTC 2021 Modified Files: src/sys/ddb: db_proc.c Log Message: For "ps/a" print all of p_comm instead of just the first 10 chars, add a space after PID, left justify the command name. To generate a diff of

CVS commit: src/sys/ddb

2021-01-10 Thread Simon Burge
Module Name:src Committed By: simonb Date: Mon Jan 11 07:49:05 UTC 2021 Modified Files: src/sys/ddb: db_proc.c Log Message: For "ps/a" print all of p_comm instead of just the first 10 chars, add a space after PID, left justify the command name. To generate a diff of

CVS commit: src/sys/ddb

2020-12-19 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Dec 19 23:32:36 UTC 2020 Modified Files: src/sys/ddb: TODO Log Message: update several items that are done or dead. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/ddb/TODO Please note that diffs are not

CVS commit: src/sys/ddb

2020-12-19 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Dec 19 23:32:36 UTC 2020 Modified Files: src/sys/ddb: TODO Log Message: update several items that are done or dead. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/ddb/TODO Please note that diffs are not

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 16:29:49 UTC 2020 Modified Files: src/sys/ddb: db_command.c Log Message: Remove "also;" To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/sys/ddb/db_command.c Please note that diffs are not public

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 16:29:49 UTC 2020 Modified Files: src/sys/ddb: db_command.c Log Message: Remove "also;" To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/sys/ddb/db_command.c Please note that diffs are not public

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 07:17:29 UTC 2020 Modified Files: src/sys/ddb: db_command.c Log Message: Sort the db_show_cmd entries To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/ddb/db_command.c Please note that diffs

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 07:17:29 UTC 2020 Modified Files: src/sys/ddb: db_command.c Log Message: Sort the db_show_cmd entries To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.173 src/sys/ddb/db_command.c Please note that diffs

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 07:03:50 UTC 2020 Modified Files: src/sys/ddb: db_command.c Log Message: Put the 'added from all sub cmds' comment above the four commands that were added as part of the work in r1.98 To generate a diff of this

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 07:03:50 UTC 2020 Modified Files: src/sys/ddb: db_command.c Log Message: Put the 'added from all sub cmds' comment above the four commands that were added as part of the work in r1.98 To generate a diff of this

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 06:59:43 UTC 2020 Modified Files: src/sys/ddb: db_command.h Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/ddb/db_command.h Please note that diffs are not public domain;

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 06:59:43 UTC 2020 Modified Files: src/sys/ddb: db_command.h Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/ddb/db_command.h Please note that diffs are not public domain;

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 06:57:09 UTC 2020 Modified Files: src/sys/ddb: db_command.c db_command.h db_input.c db_proc.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/ddb/db_command.c

CVS commit: src/sys/ddb

2020-10-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Oct 30 06:57:09 UTC 2020 Modified Files: src/sys/ddb: db_command.c db_command.h db_input.c db_proc.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/ddb/db_command.c

CVS commit: src/sys/ddb

2020-07-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jul 29 23:29:42 UTC 2020 Modified Files: src/sys/ddb: db_lex.c db_lex.h Log Message: db_get_line - raw access to the DDB command line. Provide a way for DDB commands to access the remainder of the command line as-is. To

CVS commit: src/sys/ddb

2020-07-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jul 29 23:29:42 UTC 2020 Modified Files: src/sys/ddb: db_lex.c db_lex.h Log Message: db_get_line - raw access to the DDB command line. Provide a way for DDB commands to access the remainder of the command line as-is. To

CVS commit: src/sys/ddb

2020-06-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 28 04:06:14 UTC 2020 Modified Files: src/sys/ddb: db_output.h Log Message: Protect against multiple inclusion. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/ddb/db_output.h Please note that

CVS commit: src/sys/ddb

2020-06-27 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sun Jun 28 04:06:14 UTC 2020 Modified Files: src/sys/ddb: db_output.h Log Message: Protect against multiple inclusion. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/ddb/db_output.h Please note that

Re: CVS commit: src/sys/ddb

2020-05-31 Thread Rin Okuyama
On 2020/06/01 9:36, Kamil Rytarowski wrote: If you can find a use-case today in DDB for an exclusive allocator. I have it ready and tested. I intended to use it in ddb for one project, but that project is still unfinished. Good to know! I will ask you when I want it! Thanks, rin

Re: CVS commit: src/sys/ddb

2020-05-31 Thread Kamil Rytarowski
On 01.06.2020 02:31, Rin Okuyama wrote: > On 2020/06/01 9:23, Kamil Rytarowski wrote: >> I wrote a tiny malloc (libc-style) implementation over a small static >> storage (could be over stack or preallocated on the heap) without any >> external dependencies. >> >> Would it be useful for you? > >

Re: CVS commit: src/sys/ddb

2020-05-31 Thread Rin Okuyama
On 2020/06/01 9:23, Kamil Rytarowski wrote: I wrote a tiny malloc (libc-style) implementation over a small static storage (could be over stack or preallocated on the heap) without any external dependencies. Would it be useful for you? At the moment, we need buffers only in db_show_callout(),

Re: CVS commit: src/sys/ddb

2020-05-31 Thread Kamil Rytarowski
I wrote a tiny malloc (libc-style) implementation over a small static storage (could be over stack or preallocated on the heap) without any external dependencies. Would it be useful for you? On 01.06.2020 01:34, Rin Okuyama wrote: > Module Name: src > Committed By: rin > Date: Sun May

CVS commit: src/sys/ddb

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 23:34:34 UTC 2020 Modified Files: src/sys/ddb: db_kernel.c Log Message: Switch from kmem_intr_alloc(sz, KM_NOSLEEP) to kmem_alloc(sz, KM_SLEEP). Clearly document these functions are *not* for DDB session, but for

CVS commit: src/sys/ddb

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 23:34:34 UTC 2020 Modified Files: src/sys/ddb: db_kernel.c Log Message: Switch from kmem_intr_alloc(sz, KM_NOSLEEP) to kmem_alloc(sz, KM_SLEEP). Clearly document these functions are *not* for DDB session, but for

CVS commit: src/sys/ddb

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 09:51:55 UTC 2020 Modified Files: src/sys/ddb: db_command.h ddb.h Removed Files: src/sys/ddb: db_alloc.h Log Message: Revert introduction of db_alloc.h. db_alloc() and friends are already provided in crash.c.

CVS commit: src/sys/ddb

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 09:51:55 UTC 2020 Modified Files: src/sys/ddb: db_command.h ddb.h Removed Files: src/sys/ddb: db_alloc.h Log Message: Revert introduction of db_alloc.h. db_alloc() and friends are already provided in crash.c.

CVS commit: src/sys/ddb

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 09:42:46 UTC 2020 Modified Files: src/sys/ddb: db_kernel.c Log Message: XXX DDB can be running in the interrupt context, e.g., when activated from console. Therefore, we use kmem_intr_alloc(9) and friends in order to

CVS commit: src/sys/ddb

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 09:42:46 UTC 2020 Modified Files: src/sys/ddb: db_kernel.c Log Message: XXX DDB can be running in the interrupt context, e.g., when activated from console. Therefore, we use kmem_intr_alloc(9) and friends in order to

CVS commit: src/sys/ddb

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 09:40:09 UTC 2020 Modified Files: src/sys/ddb: db_command.h ddb.h Added Files: src/sys/ddb: db_alloc.h Log Message: Introduce db_alloc.h. Provide db_alloc() and friends to userland, i.e., crash(8). To generate

CVS commit: src/sys/ddb

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 09:40:09 UTC 2020 Modified Files: src/sys/ddb: db_command.h ddb.h Added Files: src/sys/ddb: db_alloc.h Log Message: Introduce db_alloc.h. Provide db_alloc() and friends to userland, i.e., crash(8). To generate

CVS commit: src/sys/ddb

2020-04-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 13 11:43:27 UTC 2020 Modified Files: src/sys/ddb: db_command.c Log Message: Handle "no count" properly in db_kernhist_print_cmd To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/sys/ddb/db_command.c

CVS commit: src/sys/ddb

2020-04-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Apr 13 11:43:27 UTC 2020 Modified Files: src/sys/ddb: db_command.c Log Message: Handle "no count" properly in db_kernhist_print_cmd To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/sys/ddb/db_command.c

CVS commit: src/sys/ddb

2020-04-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 4 13:59:16 UTC 2020 Modified Files: src/sys/ddb: db_proc.c Log Message: also print the LWP reference count. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/ddb/db_proc.c Please note that diffs

CVS commit: src/sys/ddb

2020-04-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Apr 4 13:59:16 UTC 2020 Modified Files: src/sys/ddb: db_proc.c Log Message: also print the LWP reference count. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/ddb/db_proc.c Please note that diffs

CVS commit: src/sys/ddb

2020-03-30 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Mar 30 20:45:59 UTC 2020 Modified Files: src/sys/ddb: db_sym.c Log Message: Remove a.out leftovers (unused) To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/ddb/db_sym.c Please note that diffs are not

CVS commit: src/sys/ddb

2020-03-30 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Mar 30 20:45:59 UTC 2020 Modified Files: src/sys/ddb: db_sym.c Log Message: Remove a.out leftovers (unused) To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/ddb/db_sym.c Please note that diffs are not

  1   2   3   >