| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change ttyhook_register() second argument from thread to process pointer. | mav | 2008-12-13 | 1 | -4/+11 |
* | Reduce the default baud rate of PTY's to 9600. | ed | 2008-11-08 | 1 | -1/+1 |
* | Clamp the values of t_column to 5 digits in `pstat -t' and `show all ttys'. | ed | 2008-11-01 | 1 | -1/+1 |
* | Reimplement the /dev/console device node. | ed | 2008-11-01 | 1 | -9/+87 |
* | Fix spelling mistake in the last rev. | thompsa | 2008-10-21 | 1 | -1/+1 |
* | If we have getc_inject hooked then the outq buffer is inaccessible to the | thompsa | 2008-10-21 | 1 | -0/+4 |
* | Import some improvements to the TTY code from the MPSAFE TTY branch. | ed | 2008-10-15 | 1 | -37/+162 |
* | Don't forget to initialize `int error' in ttydev_open(). | ed | 2008-09-26 | 1 | -1/+1 |
* | Fix a crash when calling tty_rel_free() while draining during closure. | ed | 2008-09-24 | 1 | -2/+2 |
* | Introduce a hooks layer for the MPSAFE TTY layer. | ed | 2008-09-22 | 1 | -2/+88 |
* | Fix minor TTY API inconsistency. | ed | 2008-09-16 | 1 | -0/+3 |
* | Make TIOCCONS use priv_check() instead of checking /dev/console permissions. | ed | 2008-09-06 | 1 | -35/+8 |
* | Implement pts(4) packet mode. | ed | 2008-09-04 | 1 | -0/+21 |
* | Fix some edge cases in the TTY queues: | ed | 2008-08-30 | 1 | -22/+10 |
* | Properly unlock the init/lock-state devices when invoking TIOCSETA. | ed | 2008-08-27 | 1 | -1/+0 |
* | Fix two small bugs in tcsetattr(). | ed | 2008-08-22 | 1 | -7/+6 |
* | Prevent VSTART flooding when turning on software flow control. | ed | 2008-08-22 | 1 | -1/+1 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -2830/+1352 |
* | Move ttyinfo() into its own C file. | ed | 2008-07-25 | 1 | -269/+0 |
* | Rev. 1.274 put the ttyrel() call before the destroy_dev() in the | kib | 2008-05-23 | 1 | -2/+5 |
* | The dev_refthread() in the tty_gettp() may fail, because Giant is taken | kib | 2008-05-23 | 1 | -5/+6 |
* | Use the t_state for the TS_GONE test. | kib | 2008-05-23 | 1 | -1/+1 |
* | Move TTY unrelated bits out of <sys/tty.h>. | ed | 2008-05-23 | 1 | -0/+1 |
* | Implement POSIX function tcgetsid() which returns session id. | davidxu | 2008-04-15 | 1 | -0/+5 |
* | - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from | jeff | 2008-03-19 | 1 | -6/+6 |
* | Close a race in the kern.ttys sysctl handler that resulted in panics in | jhb | 2008-01-08 | 1 | -3/+20 |
* | ttyfree() frees the cdev(). But if there are pending kevents, | kib | 2007-07-20 | 1 | -7/+17 |
* | - Use rufetchcalc() rather than calcru() in ttyinfo so that we get | jeff | 2007-07-01 | 1 | -3/+2 |
* | Re-acquire the PROC_SLOCK before calling calcru(), and release it after, | cognet | 2007-06-11 | 1 | -0/+2 |
* | The new compiler can't quite follow the logic of has_stime and | mjacob | 2007-06-10 | 1 | -1/+1 |
* | Commit 9/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -57/+117 |
* | Back out rev. 1.266. The real cause for the recent panics has been fixed | mbr | 2006-12-20 | 1 | -1/+1 |
* | Giant might have been temporarily dropped while waiting for proctree_lock, al... | mbr | 2006-12-19 | 1 | -1/+1 |
* | Add the tp->t_refcnt validity check back. There are still some race | mbr | 2006-12-19 | 1 | -1/+1 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -25/+2 |
* | Don't drop reference to tty in tty_close() if TS_ISOPEN is already cleared. | tegge | 2006-11-06 | 1 | -7/+6 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -6/+8 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+11 |
* | Any call of tty_close() with a tty refcount of <= 1 is wrong and we will | mbr | 2006-09-30 | 1 | -6/+9 |
* | Check for tp->t_refcnt == 0 before doing anything in tty_open(). | mbr | 2006-09-23 | 1 | -0/+6 |
* | Back out rev. 1.258. The real race cause has been fixed | mbr | 2006-09-21 | 1 | -2/+2 |
* | Fix locking race in ttymodem(). The locking of the proctree happens too late | mbr | 2006-09-10 | 1 | -2/+2 |
* | Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) | phk | 2006-01-10 | 1 | -11/+3 |
* | Deorbit ttymalloc() in preference for ttyalloc() | phk | 2006-01-04 | 1 | -16/+2 |
* | Use MTX_SYSINIT to set up the tty list mutex. | phk | 2006-01-04 | 1 | -6/+1 |
* | Revert most of revision 1.235 and fix the problem a different way. We | jhb | 2005-10-27 | 1 | -7/+12 |
* | Use new functions to call into drivers methods. | phk | 2005-10-16 | 1 | -39/+27 |
* | Make ttyconsolemode() call ttsetwater() so that drivers don't have to. | phk | 2005-10-16 | 1 | -0/+1 |
* | Eliminate two unused arguments to ttycreate(). | phk | 2005-10-16 | 1 | -2/+4 |
* | Fix the recent panics/LORs/hangs created by my kqueue commit by: | ssouhlal | 2005-07-01 | 1 | -2/+2 |