summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/cx.c
Commit message (Expand)AuthorAgeFilesLines
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-291-2/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-26/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-14/+9
* Fix various trivial warnings from LINTphk1999-08-281-1/+0
* Simplify cdevsw registration.phk1999-05-311-6/+1
* This commit should be a extensive NO-OP:phk1999-05-301-6/+20
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-081-1/+1
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-1/+1
* Suser() simplification:phk1999-04-271-1/+1
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-1/+1
* Another extra pointer check.eivind1998-12-131-1/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-1/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-7/+9
* Removed cxpoll(). Just use ttpoll() like all other tty drivers. It'sbde1998-08-231-11/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-2/+2
* Update select -> poll in drivers.peter1997-09-141-8/+4
* Removed unused #includes.bde1997-07-201-3/+0
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-7/+0
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-2/+8
* Unstaticized cx_cdevsw (it is used in if_cx.c).bde1995-12-101-3/+5
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-1/+1
* Staticize and cleanup.phk1995-12-101-10/+7
* Julian forgot to make the *devsw structures static.phk1995-12-081-1/+1
* Pass 3 of the great devsw changesjulian1995-12-081-22/+19
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-10/+22
* the second set of changes in a move towards getting devices to bejulian1995-11-281-0/+27
* Fixed the type of a timeout function.bde1995-11-181-9/+5
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-1/+0
* Restore my changes from revisions 1.8, 1.9 and 1.10. They were blown awaybde1995-10-071-1/+7
* This upgrades the driver for Cronyx-Sigma multiplexor boardsjkh1995-10-041-42/+85
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-311-1/+1
* Obtained from: partly from ancient patches of mine via 1.1.5bde1995-07-221-0/+2
* Move the inline code for waking up writers to a new functionbde1995-07-221-0/+4
* Remove trailing whitespace.rgrimes1995-05-301-7/+7
* Fix overrun error define nameache1995-03-311-1/+1
* Fixes for new TTY_BI & TTY_OEache1995-03-291-8/+13
* Incorporate bde's code-review comments.pst1995-02-281-1/+18
* (a) remove the pointer to each driver's tty structure array from cdevswpst1995-02-251-5/+0
* Fix bogus and broken include paths:bde1994-12-041-6/+5
* Cronyx/Sigma sync/async serial driver with PPP supportwollman1994-12-021-0/+898
OpenPOWER on IntegriCloud