summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
Commit message (Expand)AuthorAgeFilesLines
...
* Mark kern.ttys as MPSAFE.ed2009-01-241-1/+1
* Fix a corner case in my previous commit.ed2009-01-021-1/+2
* Don't let /dev/console be revoked if the TTY below is being closed.ed2009-01-021-0/+7
* Let wchan names more closely match pre-MPSAFE TTY behaviour.ed2008-12-201-3/+3
* Further beautify the lock strings to be more pleasing to the eye andivoras2008-12-191-4/+4
* Remove spaces in wait object names to make top (1) output prettier andivoras2008-12-181-5/+5
* Change ttyhook_register() second argument from thread to process pointer.mav2008-12-131-4/+11
* Reduce the default baud rate of PTY's to 9600.ed2008-11-081-1/+1
* Clamp the values of t_column to 5 digits in `pstat -t' and `show all ttys'.ed2008-11-011-1/+1
* Reimplement the /dev/console device node.ed2008-11-011-9/+87
* Fix spelling mistake in the last rev.thompsa2008-10-211-1/+1
* If we have getc_inject hooked then the outq buffer is inaccessible to thethompsa2008-10-211-0/+4
* Import some improvements to the TTY code from the MPSAFE TTY branch.ed2008-10-151-37/+162
* Don't forget to initialize `int error' in ttydev_open().ed2008-09-261-1/+1
* Fix a crash when calling tty_rel_free() while draining during closure.ed2008-09-241-2/+2
* Introduce a hooks layer for the MPSAFE TTY layer.ed2008-09-221-2/+88
* Fix minor TTY API inconsistency.ed2008-09-161-0/+3
* Make TIOCCONS use priv_check() instead of checking /dev/console permissions.ed2008-09-061-35/+8
* Implement pts(4) packet mode.ed2008-09-041-0/+21
* Fix some edge cases in the TTY queues:ed2008-08-301-22/+10
* Properly unlock the init/lock-state devices when invoking TIOCSETA.ed2008-08-271-1/+0
* Fix two small bugs in tcsetattr().ed2008-08-221-7/+6
* Prevent VSTART flooding when turning on software flow control.ed2008-08-221-1/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-2830/+1352
* Move ttyinfo() into its own C file.ed2008-07-251-269/+0
* Rev. 1.274 put the ttyrel() call before the destroy_dev() in thekib2008-05-231-2/+5
* The dev_refthread() in the tty_gettp() may fail, because Giant is takenkib2008-05-231-5/+6
* Use the t_state for the TS_GONE test.kib2008-05-231-1/+1
* Move TTY unrelated bits out of <sys/tty.h>.ed2008-05-231-0/+1
* Implement POSIX function tcgetsid() which returns session id.davidxu2008-04-151-0/+5
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-6/+6
* Close a race in the kern.ttys sysctl handler that resulted in panics injhb2008-01-081-3/+20
* ttyfree() frees the cdev(). But if there are pending kevents,kib2007-07-201-7/+17
* - Use rufetchcalc() rather than calcru() in ttyinfo so that we getjeff2007-07-011-3/+2
* Re-acquire the PROC_SLOCK before calling calcru(), and release it after,cognet2007-06-111-0/+2
* The new compiler can't quite follow the logic of has_stime andmjacob2007-06-101-1/+1
* Commit 9/14 of sched_lock decomposition.jeff2007-06-041-57/+117
* Back out rev. 1.266. The real cause for the recent panics has been fixedmbr2006-12-201-1/+1
* Giant might have been temporarily dropped while waiting for proctree_lock, al...mbr2006-12-191-1/+1
* Add the tp->t_refcnt validity check back. There are still some racembr2006-12-191-1/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-25/+2
* Don't drop reference to tty in tty_close() if TS_ISOPEN is already cleared.tegge2006-11-061-7/+6
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-6/+8
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+11
* Any call of tty_close() with a tty refcount of <= 1 is wrong and we willmbr2006-09-301-6/+9
* Check for tp->t_refcnt == 0 before doing anything in tty_open().mbr2006-09-231-0/+6
* Back out rev. 1.258. The real race cause has been fixedmbr2006-09-211-2/+2
* Fix locking race in ttymodem(). The locking of the proctree happens too latembr2006-09-101-2/+2
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)phk2006-01-101-11/+3
* Deorbit ttymalloc() in preference for ttyalloc()phk2006-01-041-16/+2
OpenPOWER on IntegriCloud