summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed stale references to hzto() in comments.bde1998-05-171-3/+3
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-301-3/+3
* Set the input and output buffer sizes and the input buffer watermarksbde1998-03-071-39/+71
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+3
* Extend to use poll backend. If memory serves correctly, most of this waspeter1997-09-141-22/+22
* Removed unused #includes.bde1997-09-021-5/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 5: includebde1997-03-241-2/+5
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Fixed some invalid (non-atomic) accesses to `time', mostly ones of thebde1997-03-221-7/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
OpenPOWER on IntegriCloud