aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_info.c
Commit message (Expand)AuthorAgeFilesLines
* kern.tty_info_kstacks: set compact format as defaultPawel Biernacki2020-07-061-1/+1
* kern.tty_info_kstacks: add a compact formatPawel Biernacki2020-07-061-8/+38
* Flip kern.tty_info_kstacks on by defaultConrad Meyer2020-06-131-1/+1
* tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans2020-04-171-1/+1
* Reimplement stack capture of running threads on i386 and amd64.Mark Johnston2020-01-311-6/+2
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* Fix SIGINFO stack collection to ignore threads with swapped-out stacks.Mark Johnston2019-12-191-2/+3
* Avoid fixing the tty_info() buffer size in tty.h.Mark Johnston2018-11-061-1/+1
* We need opt_stack.h after r339605.Mark Johnston2018-11-061-0/+2
* Conditionalize kern.tty_info_kstacks feature on STACKS optionConrad Meyer2018-10-221-1/+10
* tty info (^T): Add optional kernel stack(9) tracesConrad Meyer2018-10-201-1/+22
* Replace ttyprintf with sbuf_printf and tty drain routineConrad Meyer2018-10-201-8/+40
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* Fix whitespace inconsistencies in TTY code.Ed Schouten2012-02-061-2/+2
* Print an extra newline when not at the first column already.Ed Schouten2009-05-171-1/+2
* Several cleanups to tty_info(), better known as Ctrl-T.Ed Schouten2009-05-171-25/+25
* Replace bcopy() calls inside the TTY layer with memcpy()/strlcpy().Ed Schouten2009-02-281-1/+1
* Remove even more unneeded variable assignments.Ed Schouten2009-02-261-1/+0
* Silence compiler warning inside our ^T handler.Ed Schouten2009-02-261-1/+1
* If a process is a zombie and we couldn't identify another useful state,Robert Watson2009-01-291-0/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-10/+4
* Move ttyinfo() into its own C file.Ed Schouten2008-07-251-0/+317