summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
Commit message (Expand)AuthorAgeFilesLines
* Unifdef DEV_SNP; snp(4) no longer requires these ugly hacks.dd2001-05-221-27/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+2
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-2/+8
* implement OCRNL, ONOCR, and ONLRETassar2001-03-041-1/+11
* Fix tab breakage from last commit.jlemon2001-02-171-2/+2
* Extend kqueue down to the device layer.jlemon2001-02-151-0/+89
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Turn '#if NSNP > 0' into an option.peter2001-01-291-6/+6
* - Catch up to proc flag changes.jhb2001-01-241-2/+3
* - All of proc_compare needs sched_lock, so hold it for the for loop thatjhb2001-01-201-40/+20
* Be more careful with sched_lock in the SIGINFO handler. Specifically, dojhb2001-01-201-10/+21
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Protect p_stat with sched_lock.jhb2000-12-021-0/+12
* Kernel support for erase2 character.jkh2000-11-281-3/+12
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+2
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Move t_timeout initializing to ttyregisterache2000-05-011-1/+1
* Set t_timeout to its default sysctl value only once in ttyopenache2000-05-011-1/+3
* Add sysctl variable to set initial drainwait timeout on ttyopen, default toache2000-04-301-1/+5
* Add default 5min timeout for output drain to stop hanging on exit or in otherache2000-04-271-0/+2
* Fix a bug where SIGIO was not being delivered to a process requestingarchie2000-04-051-0/+2
* Back out previous commit; it was premature.archie2000-01-281-57/+0
* When an attempt to install a line discipline fails, check forarchie2000-01-281-0/+57
* This is a partial commit of the patch from PR 14914:phk1999-11-161-2/+2
* sigset_t change (part 2 of 5)marcel1999-09-291-13/+15
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-0/+29
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-0/+8
* This patch clears the way for removing a number of tty relatedphk1999-09-251-32/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Enable ttymalloc().phk1999-08-081-9/+6
* Add new sysctl "kern.ttys" which return all the struct tty's which havephk1999-08-081-1/+33
* Don't call calcru() on a swapped-out process. calcru() access p_stats, whichdt1999-05-221-8/+11
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-6/+6
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-4/+5
* Suser() simplification:phk1999-04-271-5/+5
* Introduce machine-dependent macro pgtok() to convert page count to numberluoqi1999-02-191-2/+1
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-7/+2
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-3/+3
* Fix warnings related to -Wall -Wcast-qualdillon1999-01-281-2/+2
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-5/+3
* Backed out the FIOASYNC fix in rev.1.108. fcntl(fd, F_SETFL, flags)bde1998-12-081-2/+1
* Move stime declaration to main block, otherwise can left uninitializedache1998-12-071-2/+3
* Fixed some missing cases in the check for ioctls that involve modification.bde1998-11-221-8/+25
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-3/+24
* A limit of 200000 for the output buffer high watermark was excessive,bde1998-08-191-11/+3
* Fixed printf format errors.bde1998-07-111-7/+7
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+3
OpenPOWER on IntegriCloud