index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
isa
/
stallion.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stl and stli use the old COMPAT_ISA api. slt also uses the really old
imp
2004-03-14
1
-3072
/
+0
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-4
/
+0
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
Even though this driver says it is broken, fix the location of the pci
imp
2003-08-23
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-06-02
1
-2
/
+3
*
Make TTYHOG tunable.
das
2003-03-05
1
-0
/
+1
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+10
*
NODEVFS cleanup:
phk
2003-02-27
1
-8
/
+3
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-1
/
+1
*
Stop abusing NPCI for code that doesn't even work. Emit a warning.
peter
2002-07-21
1
-5
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-3
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-13
/
+13
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
Fix typo: compatability -> compatibility.
asmodai
2001-02-06
1
-2
/
+2
*
The stallion.c pci driver is broken. Emit a warning if compiling LINT.
peter
2001-01-17
1
-0
/
+8
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-10
/
+6
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Fix typo (accessable --> accessible).
alex
2000-06-14
1
-1
/
+1
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-1
/
+6
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-38
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-22
/
+8
*
Fix various trivial warnings from LINT
phk
1999-08-28
1
-3
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Use devtoname() to print dev_t's instead of casting them to long or u_long
bde
1999-08-23
1
-8
/
+8
*
Simplify cdevsw registration.
phk
1999-05-31
1
-7
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-7
/
+21
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Fix some of the places where too much inside knowledge about major/minor
phk
1999-05-08
1
-15
/
+14
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-2
/
+3
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-4
/
+4
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-3
/
+4
*
Silence warnings.
eivind
1999-01-12
1
-3
/
+3
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+5
*
Fixed printf format errors.
bde
1998-08-23
1
-18
/
+23
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-7
/
+8
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-7
/
+7
*
Removed unused #includes.
bde
1998-03-28
1
-2
/
+1
*
Implement the spirit but not the letter of Terrys hot-char patch.
phk
1998-02-13
1
-8
/
+2
*
Staticize.
eivind
1998-02-09
1
-5
/
+5
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
1
-1
/
+3
*
Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are
bde
1997-12-06
1
-3
/
+3
*
Update select -> poll in drivers.
peter
1997-09-14
1
-2
/
+2
[next]