summaryrefslogtreecommitdiff
path: root/sys/kern/tty_info.c
AgeCommit message (Expand)Author
2024-07-29thread: Remove kernel stack swapping support, part 4Mark Johnston
2023-11-22Replace random sbuf_printf() with cheaper cat/putc.Alexander Motin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-07-02tty: Default to printing kernel stack traceback only on INVARIANT kernelsWarner Losh
2022-05-06Correctly measure system load averages > 1024Alan Somers
2022-02-08tty_info: Avoid warning by using logical instead of bitwise operatorsDimitry Andric
2020-07-06kern.tty_info_kstacks: set compact format as defaultPawel Biernacki
2020-07-06kern.tty_info_kstacks: add a compact formatPawel Biernacki
2020-06-13Flip kern.tty_info_kstacks on by defaultConrad Meyer
2020-04-17tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans
2020-01-31Reimplement stack capture of running threads on i386 and amd64.Mark Johnston
2020-01-12Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik
2019-12-19Fix SIGINFO stack collection to ignore threads with swapped-out stacks.Mark Johnston
2018-11-06Avoid fixing the tty_info() buffer size in tty.h.Mark Johnston
2018-11-06We need opt_stack.h after r339605.Mark Johnston
2018-10-22Conditionalize kern.tty_info_kstacks feature on STACKS optionConrad Meyer
2018-10-20tty info (^T): Add optional kernel stack(9) tracesConrad Meyer
2018-10-20Replace ttyprintf with sbuf_printf and tty drain routineConrad Meyer
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-09-15Renumber license clauses in sys/kern to avoid skipping #3Ed Maste
2012-02-06Fix whitespace inconsistencies in TTY code.Ed Schouten
2009-05-17Print an extra newline when not at the first column already.Ed Schouten
2009-05-17Several cleanups to tty_info(), better known as Ctrl-T.Ed Schouten
2009-02-28Replace bcopy() calls inside the TTY layer with memcpy()/strlcpy().Ed Schouten
2009-02-26Remove even more unneeded variable assignments.Ed Schouten
2009-02-26Silence compiler warning inside our ^T handler.Ed Schouten
2009-01-29If a process is a zombie and we couldn't identify another useful state,Robert Watson
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-07-25Move ttyinfo() into its own C file.Ed Schouten