summaryrefslogtreecommitdiff
path: root/sys/kern/tty_info.c
Commit message (Expand)AuthorAgeFilesLines
* 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