summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/istallion.c
Commit message (Expand)AuthorAgeFilesLines
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+2
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Fix typo (accessable --> accessible).alex2000-06-141-2/+2
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+10
* Eliminate unused variableeivind1999-12-201-2/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-12/+4
* 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-22/+8
* Fix various trivial warnings from LINTphk1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-9/+9
* Simplify cdevsw registration.phk1999-05-311-16/+5
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-081-17/+16
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Suser() simplification:phk1999-04-271-4/+4
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-3/+4
* Remove/comment out unused functions.eivind1999-01-121-2/+3
* Fixed printf format errors.bde1998-08-231-19/+24
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-8/+8
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-4/+5
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-7/+8
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-131-8/+2
* Staticize.eivind1998-02-091-5/+5
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-3/+3
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Removed unused #includes.bde1997-07-201-4/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Submitted by: Greg Ungerer <gerg@stallion.oz.au>davidn1997-03-131-34/+34
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-2/+1
* Don't depend in the kernel on the gcc feature of doing arithmetic onbde1996-08-311-9/+9
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-2/+1
* Clean up -Wunused warnings.gpalmer1996-06-121-7/+6
* Add $Id$peter1996-05-041-7/+11
* Import kernel parts of the v0.0.5alpha Stallion driver(s).peter1996-05-041-0/+3876
OpenPOWER on IntegriCloud