summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_info.c
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespace inconsistencies in TTY code.ed2012-02-061-2/+2
* Print an extra newline when not at the first column already.ed2009-05-171-1/+2
* Several cleanups to tty_info(), better known as Ctrl-T.ed2009-05-171-25/+25
* Replace bcopy() calls inside the TTY layer with memcpy()/strlcpy().ed2009-02-281-1/+1
* Remove even more unneeded variable assignments.ed2009-02-261-1/+0
* Silence compiler warning inside our ^T handler.ed2009-02-261-1/+1
* If a process is a zombie and we couldn't identify another useful state,rwatson2009-01-291-0/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-10/+4
* Move ttyinfo() into its own C file.ed2008-07-251-0/+317
OpenPOWER on IntegriCloud