summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Help broken d_stop() routines by flushing the output queue beforebde1996-11-291-2/+4
* Fixed bugs handling (background) orphaned process groups. ttybde1996-11-291-5/+10
* Fixed some bugs in BREAK handling. If BRKINT is set, then always flushbde1996-11-291-7/+8
* Fixed handling of non-POSIX control characters. They must not dobde1996-11-291-9/+11
* Fixed the easy cases of const poisoning in the kernel. Cosmetic.bde1996-08-311-3/+3
* Fixed a wrong comment. Did tsleep() ever return the networking errnobde1996-08-281-2/+2
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+3
* removed:phk1996-05-021-2/+2
* From Lite2: proc LIST changes.hsu1996-03-111-3/+3
OpenPOWER on IntegriCloud