summaryrefslogtreecommitdiffstats
path: root/sys/dev/rc
Commit message (Expand)AuthorAgeFilesLines
...
* Add $FreeBSD$peter2000-05-011-0/+2
* Remove #if NFOO > 0 (it's not required in most cases) and also where itpeter2000-01-291-3/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-28/+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-20/+12
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-17/+0
* Fixed null setting of `rc_started'. This was fixed for thebde1999-06-041-7/+2
* Simplify cdevsw registration.phk1999-05-311-16/+4
* This commit should be a extensive NO-OP:phk1999-05-301-6/+20
* Add brackets around && within || to quieten egcs. I've checked the codepeter1999-05-081-6/+6
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-2/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-1/+1
* Suser() simplification:phk1999-04-271-2/+2
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-1/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-1/+5
* fix handling more than one cardsache1998-09-281-2/+3
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-7/+8
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-111-12/+7
* Fixed null setting of multiple wakeup prevention variable.bde1998-08-101-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+2
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-131-6/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-0/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-2/+2
* Update select -> poll in drivers.peter1997-09-141-1/+1
* Removed unused #includes.bde1997-07-201-4/+0
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-011-1/+1
* 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 SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagpst1996-10-231-0/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-061-30/+0
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-1/+0
* Clean up -Wunused warnings.gpalmer1996-06-121-8/+5
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-5/+5
* Convert a timeout loop from 100 iterations of 15uS to 50rgrimes1996-03-091-2/+2
* Add more disc_optim calls to track line disc changesache1995-12-281-0/+3
* Replaced nxreset by noreset (if the reset function gets called, then thebde1995-12-101-1/+1
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-1/+1
* Staticize and cleanup.phk1995-12-101-6/+8
* Julian forgot to make the *devsw structures static.phk1995-12-081-1/+1
* Pass 3 of the great devsw changesjulian1995-12-081-33/+43
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-1/+0
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-14/+23
* the second set of changes in a move towards getting devices to bejulian1995-11-281-0/+33
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-1/+1
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-6/+6
* Allow any speed from 0..76800ache1995-08-022-28/+8
* Improve input flow control.bde1995-07-311-16/+4
* Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFFbde1995-07-291-6/+4
* Always wake up writers after clearing TS_BUSY. This will soon bebde1995-07-291-1/+2
OpenPOWER on IntegriCloud