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

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

2019-11-22 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Nov 22 23:01:49 UTC 2019 Modified Files: src/sys/ddb: db_lex.c Log Message: Fix crash(8). Will revisit. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/ddb/db_lex.c Please note that diffs are not public

CVS commit: src/sys/ddb

2019-11-22 Thread Andrew Doran
Module Name:src Committed By: ad Date: Fri Nov 22 23:01:49 UTC 2019 Modified Files: src/sys/ddb: db_lex.c Log Message: Fix crash(8). Will revisit. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/ddb/db_lex.c Please note that diffs are not public

CVS commit: src/sys/ddb

2019-10-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 2 09:36:30 UTC 2019 Modified Files: src/sys/ddb: db_lex.c Log Message: Simplify logic to get rid of implicit dependence on order of ASCII codes of upper and lower cases ('a' > 'A'). Found by the lgtm bot. No functional

CVS commit: src/sys/ddb

2019-10-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Oct 2 09:36:30 UTC 2019 Modified Files: src/sys/ddb: db_lex.c Log Message: Simplify logic to get rid of implicit dependence on order of ASCII codes of upper and lower cases ('a' > 'A'). Found by the lgtm bot. No functional

CVS commit: src/sys/ddb

2019-09-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Sep 29 02:49:59 UTC 2019 Modified Files: src/sys/ddb: db_command.c Log Message: db_command - don't hide local static variable in the middle of other local variable definitions. While here, get rid of the alignment of variable

CVS commit: src/sys/ddb

2019-09-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Sep 29 02:49:59 UTC 2019 Modified Files: src/sys/ddb: db_command.c Log Message: db_command - don't hide local static variable in the middle of other local variable definitions. While here, get rid of the alignment of variable

CVS commit: src/sys/ddb

2019-09-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Sep 29 02:42:12 UTC 2019 Modified Files: src/sys/ddb: db_command.c Log Message: db_command - make setting have_addr more clear. Don't set it to false that it's already initialized to. To generate a diff of this commit: cvs

CVS commit: src/sys/ddb

2019-09-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Sep 29 02:42:12 UTC 2019 Modified Files: src/sys/ddb: db_command.c Log Message: db_command - make setting have_addr more clear. Don't set it to false that it's already initialized to. To generate a diff of this commit: cvs

CVS commit: src/sys/ddb

2019-09-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Sep 29 02:35:39 UTC 2019 Modified Files: src/sys/ddb: db_command.c Log Message: db_command - make sure count is always initialized. To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/ddb/db_command.c

CVS commit: src/sys/ddb

2019-09-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Sep 29 02:35:39 UTC 2019 Modified Files: src/sys/ddb: db_command.c Log Message: db_command - make sure count is always initialized. To generate a diff of this commit: cvs rdiff -u -r1.161 -r1.162 src/sys/ddb/db_command.c

CVS commit: src/sys/ddb

2019-09-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Sep 29 02:00:22 UTC 2019 Modified Files: src/sys/ddb: db_input.c db_lex.c Log Message: Print db> prompt in db_read_line(), not db_readline(). The former is what DDB repl calls. The latter performs the actual input so let other

CVS commit: src/sys/ddb

2019-09-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Sep 29 02:00:22 UTC 2019 Modified Files: src/sys/ddb: db_input.c db_lex.c Log Message: Print db> prompt in db_read_line(), not db_readline(). The former is what DDB repl calls. The latter performs the actual input so let other

CVS commit: src/sys/ddb

2019-09-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 22 12:57:34 UTC 2019 Modified Files: src/sys/ddb: db_command.c Log Message: fix "show kernhist". set addr = 0 if we don't have_addr and avoid using random garbage in addr. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ddb

2019-09-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 22 12:57:34 UTC 2019 Modified Files: src/sys/ddb: db_command.c Log Message: fix "show kernhist". set addr = 0 if we don't have_addr and avoid using random garbage in addr. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/ddb

2019-09-12 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 12 18:43:02 UTC 2019 Modified Files: src/sys/ddb: db_output.c Log Message: db_putchar - check if we need to wrap at $maxwidth after whitespace. That fixes orphaned first character in something like: |Stopped in ...

CVS commit: src/sys/ddb

2019-09-12 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 12 18:43:02 UTC 2019 Modified Files: src/sys/ddb: db_output.c Log Message: db_putchar - check if we need to wrap at $maxwidth after whitespace. That fixes orphaned first character in something like: |Stopped in ...

CVS commit: src/sys/ddb

2019-09-12 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 12 17:09:00 UTC 2019 Modified Files: src/sys/ddb: db_access.c Log Message: db_get_qvalue() with size=8 on 64bit arch returns incorrect value. fixed. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/ddb

2019-09-12 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 12 17:09:00 UTC 2019 Modified Files: src/sys/ddb: db_access.c Log Message: db_get_qvalue() with size=8 on 64bit arch returns incorrect value. fixed. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/ddb

2019-09-12 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 12 09:20:23 UTC 2019 Modified Files: src/sys/ddb: db_access.c db_access.h db_examine.c Log Message: changes of r1.39 was incomplete. only "examin/m" could handle 'q'. added support 'r','x','z','d','u', and 'o' with 'q'

CVS commit: src/sys/ddb

2019-09-12 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Thu Sep 12 09:20:23 UTC 2019 Modified Files: src/sys/ddb: db_access.c db_access.h db_examine.c Log Message: changes of r1.39 was incomplete. only "examin/m" could handle 'q'. added support 'r','x','z','d','u', and 'o' with 'q'

CVS commit: src/sys/ddb

2019-08-23 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Aug 23 14:48:51 UTC 2019 Modified Files: src/sys/ddb: db_access.c Log Message: Avoids signedness bit shift in db_get_value() Appease UBSan. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/ddb

2019-08-23 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Aug 23 14:48:51 UTC 2019 Modified Files: src/sys/ddb: db_access.c Log Message: Avoids signedness bit shift in db_get_value() Appease UBSan. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/ddb

2019-06-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 2 06:09:17 UTC 2019 Modified Files: src/sys/ddb: db_interface.h Log Message: add two db_stack_print_trace frontends that emit to the system log or the user's terminal. kind of wrong to be called db_*() when they'll

CVS commit: src/sys/ddb

2019-06-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jun 2 06:09:17 UTC 2019 Modified Files: src/sys/ddb: db_interface.h Log Message: add two db_stack_print_trace frontends that emit to the system log or the user's terminal. kind of wrong to be called db_*() when they'll

re: CVS commit: src/sys/ddb

2018-09-17 Thread matthew green
"Robert Elz" writes: > Module Name: src > Committed By: kre > Date: Mon Sep 17 01:49:54 UTC 2018 > > Modified Files: > src/sys/ddb: db_command.c > > Log Message: > When this file is used when not building the kernel (eg: /usr/sbin/crash) > make cnpollc() go away. thanks.

Re: CVS commit: src/sys/ddb

2018-02-16 Thread Paul Goyette
Please make sure to update the options(4) and ddb(4) man pages... On Sat, 17 Feb 2018, Sevan Janiyan wrote: Module Name:src Committed By: sevan Date: Sat Feb 17 00:41:09 UTC 2018 Modified Files: src/sys/ddb: db_panic.c db_variables.c ddbvar.h Log Message: Opt to

Re: CVS commit: src/sys/ddb

2018-02-05 Thread Pierre Pronchery
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Matthew, On 04/02/2018 10:17, matthew green wrote: > Module Name: src Committed By: mrg Date: Sun Feb 4 > 09:17:54 UTC > 2018 > > Modified Files: src/sys/ddb: db_access.c > > Log Message: avoid leftshift

re: CVS commit: src/sys/ddb

2017-01-04 Thread matthew green
> Modified Files: > src/sys/ddb: db_interface.h > > Log Message: > add a simple stacktrace macro thanks! this is always annoying to do. .mrg.

Re: CVS commit: src/sys/ddb

2013-01-05 Thread Valeriy E. Ushakov
On Sat, Jan 05, 2013 at 22:23:55 -0500, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Sun Jan 6 03:23:55 UTC 2013 Modified Files: src/sys/ddb: db_command.c db_interface.h db_xxx.c Log Message: Add show dmesg that prints the contents of the message

Re: CVS commit: src/sys/ddb

2010-08-31 Thread Simon Burge
Thor Lancelot Simon wrote: Module Name: src Committed By: tls Date: Mon Aug 30 19:23:26 UTC 2010 Modified Files: src/sys/ddb: db_input.c Was there any particular reason for removing the lint directives in this change? Eg: - } while (/*CONSTCOND*/ 0) +} while

Re: CVS commit: src/sys/ddb

2010-08-31 Thread Thor Lancelot Simon
On Wed, Sep 01, 2010 at 06:01:23AM +1000, Simon Burge wrote: Thor Lancelot Simon wrote: Module Name:src Committed By: tls Date: Mon Aug 30 19:23:26 UTC 2010 Modified Files: src/sys/ddb: db_input.c Was there any particular reason for removing

CVS commit: src/sys/ddb

2010-02-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Tue Feb 2 09:04:14 UTC 2010 Modified Files: src/sys/ddb: db_user.h db_write_cmd.c Log Message: Include ctype.h in the central place which deals with building the kernel debugger as a userland program. To generate a diff of this

CVS commit: src/sys/ddb

2010-02-01 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Feb 1 09:56:58 UTC 2010 Modified Files: src/sys/ddb: db_write_cmd.c Log Message: Include ctype.h if we are not building a kernel to fix the build of crash(8). To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25