summaryrefslogtreecommitdiff
path: root/sys/i386/isa/cx.c
Commit message (Expand)AuthorAgeFilesLines
* Remove cx in its old location.Warner Losh2003-12-031-883/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-5/+4
* Use __FBSDID().David E. O'Brien2003-06-021-3/+4
* Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+10
* msgPoul-Henning Kamp2003-02-261-9/+0
* Be consistent about funtions being static.Poul-Henning Kamp2002-10-161-5/+10
* Fix more abuse of __FreeBSD__ to detect version.Warner Losh2002-07-211-63/+0
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-2/+3
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somePeter Wemm2000-01-291-2/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-281-26/+2
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-14/+9
* Fix various trivial warnings from LINTPoul-Henning Kamp1999-08-281-1/+0
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-6/+1
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+20
* Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp1999-05-081-1/+1
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-1/+1
* Suser() simplification:Poul-Henning Kamp1999-04-271-1/+1
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-301-1/+1
* Another extra pointer check.Eivind Eklund1998-12-131-1/+1
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-1/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-7/+9
* Removed cxpoll(). Just use ttpoll() like all other tty drivers. It'sBruce Evans1998-08-231-11/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+1
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-2/+2
* Update select -> poll in drivers.Peter Wemm1997-09-141-8/+4
* Removed unused #includes.Bruce Evans1997-07-201-3/+0
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-1/+0
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-1/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-7/+0
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-151-2/+8
* Unstaticized cx_cdevsw (it is used in if_cx.c).Bruce Evans1995-12-101-3/+5
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-101-1/+1
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-10/+7
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-1/+1
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-22/+19
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-1/+1
* OK, that's it..Julian Elischer1995-11-291-10/+22
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-0/+27
* Fixed the type of a timeout function.Bruce Evans1995-11-181-9/+5
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-1/+0
* Restore my changes from revisions 1.8, 1.9 and 1.10. They were blown awayBruce Evans1995-10-071-1/+7
* This upgrades the driver for Cronyx-Sigma multiplexor boardsJordan K. Hubbard1995-10-041-42/+85
* Obtained from: partly from ancient patches of mine via 1.1.5Bruce Evans1995-07-311-1/+1