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
/
istallion.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use devtoname() to print dev_t's instead of casting them to long or u_long
bde
1999-08-23
1
-9
/
+9
*
Simplify cdevsw registration.
phk
1999-05-31
1
-16
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-7
/
+21
*
Fix some of the places where too much inside knowledge about major/minor
phk
1999-05-08
1
-17
/
+16
*
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 suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-3
/
+4
*
Remove/comment out unused functions.
eivind
1999-01-12
1
-2
/
+3
*
Fixed printf format errors.
bde
1998-08-23
1
-19
/
+24
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-8
/
+8
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-4
/
+5
*
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
/
+8
*
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
*
Removed unused #includes.
bde
1997-07-20
1
-4
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Submitted by: Greg Ungerer <gerg@stallion.oz.au>
davidn
1997-03-13
1
-34
/
+34
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-2
/
+1
*
Don't depend in the kernel on the gcc feature of doing arithmetic on
bde
1996-08-31
1
-9
/
+9
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
1
-2
/
+1
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-7
/
+6
*
Add $Id$
peter
1996-05-04
1
-7
/
+11
*
Import kernel parts of the v0.0.5alpha Stallion driver(s).
peter
1996-05-04
1
-0
/
+3876