Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print an extra newline when not at the first column already. | ed | 2009-05-17 | 1 | -1/+2 |
* | Several cleanups to tty_info(), better known as Ctrl-T. | ed | 2009-05-17 | 1 | -25/+25 |
* | Replace bcopy() calls inside the TTY layer with memcpy()/strlcpy(). | ed | 2009-02-28 | 1 | -1/+1 |
* | Remove even more unneeded variable assignments. | ed | 2009-02-26 | 1 | -1/+0 |
* | Silence compiler warning inside our ^T handler. | ed | 2009-02-26 | 1 | -1/+1 |
* | If a process is a zombie and we couldn't identify another useful state, | rwatson | 2009-01-29 | 1 | -0/+2 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -10/+4 |
* | Move ttyinfo() into its own C file. | ed | 2008-07-25 | 1 | -0/+317 |