aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rc
Commit message (Expand)AuthorAgeFilesLines
* Off-by-128 error in the cuam* device node numbers.Robert Watson2002-05-201-1/+1
* Bump the rc driver a little bit closer to the 21st century: useRobert Watson2002-05-201-0/+6
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-2/+2
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-2/+2
* Remove __P.Alfred Perlstein2002-03-201-14/+14
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-051-4/+4
* KSE Milestone 2Julian Elischer2001-09-121-9/+9
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-151-2/+0
* 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
* Catch up to the new swi API.John Baldwin2001-02-091-7/+6
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Catch up to the new software interrupt code.John Baldwin2000-10-251-3/+4
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-251-5/+8
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Made this file compile again after move of stuff from <machine.ipl.h>Bruce Evans2000-10-081-1/+2
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-2/+7
* Add $FreeBSD$Peter Wemm2000-05-011-0/+2
* Remove #if NFOO > 0 (it's not required in most cases) and also where itPeter Wemm2000-01-291-3/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-281-28/+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-20/+12
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-17/+0
* Fixed null setting of `rc_started'. This was fixed for theBruce Evans1999-06-041-7/+2
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-16/+4
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+20
* Add brackets around && within || to quieten egcs. I've checked the codePeter Wemm1999-05-081-6/+6
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-061-2/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-1/+1
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-301-1/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-1/+5
* fix handling more than one cardsAndrey A. Chernov1998-09-281-2/+3
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-7/+8
* Register tty software interrupt handlers at run time using register_swi()Bruce Evans1998-08-111-12/+7
* Fixed null setting of multiple wakeup prevention variable.Bruce Evans1998-08-101-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+2
* Implement the spirit but not the letter of Terrys hot-char patch.Poul-Henning Kamp1998-02-131-6/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-0/+2
* 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-1/+1
* Removed unused #includes.Bruce Evans1997-07-201-4/+0
* Don't depend on gcc's feature of permitting labels that aren't followedBruce Evans1997-07-011-1/+1
* 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 SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagPaul Traina1996-10-231-0/+2
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-30/+0
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-1/+0
* Clean up -Wunused warnings.Gary Palmer1996-06-121-8/+5
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-5/+5