aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_kdb.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "tslog: Annotate some early boot functions""Colin Percival2023-06-051-0/+3
* Revert "tslog: Annotate some early boot functions"Colin Percival2023-06-041-3/+0
* tslog: Annotate some early boot functionsColin Percival2023-06-041-0/+3
* smp: Dynamically allocate the stoppcbs arrayMark Johnston2023-05-251-3/+3
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Add new privilege PRIV_KDB_SET_BACKENDStephen J. Kiernan2023-04-161-0/+6
* kdb: Modify securelevel policyMark Johnston2023-03-301-8/+38
* mac: kdb/ddb framework hooksMitchell Horne2022-07-181-0/+11
* kdb: set kdb_why when entered via reboot and panicTom Jones2022-04-121-1/+3
* stack_zero is not needed before stack_saveEric van Gyzen2022-03-261-1/+0
* Restore variable aliasing in the context of cpu set operationsStefan Eßer2022-01-011-1/+2
* Make CPU_SET macros compliant with other implementationsStefan Eßer2021-12-301-3/+2
* kdb: Handle process enumeration before procinit()Mitchell Horne2021-08-111-0/+6
* sysctl: improve debug.kdb.panic_str descriptionWarner Losh2021-01-091-1/+1
* sysctl: implement debug.kdb.panic_strWarner Losh2021-01-081-0/+20
* Don't check P_INMEM in kdb_thr_*().John Baldwin2021-01-011-8/+7
* Enumerate processes via the pid hash table in kdb_thr_*().John Baldwin2021-01-011-15/+24
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-15/+25
* Reimplement stack capture of running threads on i386 and amd64.Mark Johnston2020-01-311-3/+2
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-1/+0
* bitset: rename confusing macro NAND to ANDNOTRyan Libby2019-12-131-1/+1
* Implement NetGDB(4)Conrad Meyer2019-10-171-1/+0
* Always stop the scheduler when entering kdbEric van Gyzen2018-10-301-6/+6
* Instead of using hand-rolled loops where not needed switch themBjoern A. Zeeb2018-06-201-6/+2
* kdb_trap: Fix use of uninitialized dataEric van Gyzen2018-05-261-2/+3
* KDB: restart only CPUs stopped by KDBWojciech Macek2018-01-181-1/+3
* Add sysctl debug.kdb.stack_overflow to conveniently test kernelKonstantin Belousov2018-01-131-0/+35
* Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson2018-01-121-0/+1
* Fix several noticed style issues.Alexey Dokuchaev2017-11-291-8/+1
* Make kdb_reenter() silent when explicitly called from db_error().Edward Tomasz Napierala2017-11-281-0/+11
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Change kdb_active type to u_char.Mateusz Guzik2017-10-221-1/+1
* Clean up trailing whitespace in kdb_thr_ctx(..)Enji Cooper2017-10-221-3/+3
* Mark kdb_active as __read_frequently and switch to bool to eat less space.Mateusz Guzik2017-10-201-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+2
* When reentering kdb, typically due to a bug causing trap or assert inKonstantin Belousov2013-10-271-0/+2
* - Extend the KDB interface to add a per-debugger callback to print aJohn Baldwin2012-04-121-1/+26
* introduce cngrab/cnungrab stub calls in some places where they make senseAndriy Gapon2011-12-171-0/+5
* panic: add a switch and infrastructure for stopping other CPUs in SMP caseAndriy Gapon2011-12-111-10/+12
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Disallow various debug.kdb sysctl's when securelevel is raised.David E. O'Brien2011-10-071-9/+14
* Revert r225372:Attilio Rao2011-09-271-14/+0
* Interrupts are disabled/enabled when entering and exiting the KDB context.Attilio Rao2011-09-041-0/+14
* Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson2011-08-261-1/+82
* Fix a mismerge.Attilio Rao2011-06-271-8/+5
* MFCAttilio Rao2011-06-261-16/+1
|\
| * unconditionally stop other cpus when entering kdb in smp systemAndriy Gapon2011-06-251-21/+2