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
/
dev
/
dgb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-3
/
+3
*
Remove __P.
alfred
2002-03-20
1
-16
/
+16
*
Repair some warnings. These are accessing idle portions of shared memory
peter
2002-02-27
1
-5
/
+9
*
Don't call cdevsw_add().
phk
2001-11-04
1
-3
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-10
/
+10
*
Fairwell dgm
brian
2001-06-27
4
-7110
/
+0
*
New-busify and ansify.
brian
2001-04-14
1
-895
/
+1061
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
2
-2
/
+0
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
2
-4
/
+6
*
Add curly braces ({}) around each struct speedtab to quiet warnings.
jhb
2001-01-23
2
-38
/
+38
*
Completed move of Digiboard drivers to dev/dgb
babkin
2001-01-08
2
-6
/
+6
*
Changed the copyright notice to BSD-style. The original GPL copyright
babkin
2001-01-05
4
-24
/
+110
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
2
-2
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
2
-2
/
+0
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
2
-2
/
+22
*
Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS.
hoek
2000-05-21
1
-1
/
+1
*
Remove #if NDGB > 0 and #if NDGM > 0
peter
2000-01-29
2
-9
/
+0
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
2
-103
/
+5
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
2
-10
/
+0
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
2
-50
/
+12
*
$Id$ -> $FreeBSD$
peter
1999-08-28
6
-6
/
+6
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
2
-94
/
+31
*
Simplify cdevsw registration.
phk
1999-05-31
2
-36
/
+9
*
This commit should be a extensive NO-OP:
phk
1999-05-30
2
-14
/
+42
*
Fix some of the places where too much inside knowledge about major/minor
phk
1999-05-08
2
-8
/
+6
*
Add an additional probe, hopefully allowing me to distinguish
brian
1999-05-03
1
-6
/
+10
*
s/size == 0;/size = 0;/
peter
1999-05-02
2
-6
/
+6
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
2
-4
/
+4
*
Suser() simplification:
phk
1999-04-27
2
-8
/
+8
*
Fix so that this driver works again when compiled with EGCS (which
davidn
1999-04-22
1
-31
/
+31
*
Remove unused function int fi() {return 0;}
eivind
1999-04-11
1
-4
/
+1
*
Make NDGBPORTS an official option.
joerg
1999-03-13
1
-1
/
+2
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
2
-4
/
+6
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
2
-24
/
+6
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
2
-16
/
+18
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
2
-5
/
+5
*
Remove some #if 0'd and commented-out code.
brian
1998-08-12
1
-34
/
+2
*
Synced with dgb.c. Important changes from 1.29 (ioctl handling
bde
1998-08-12
1
-52
/
+27
*
Fixed printf format errors.
bde
1998-08-12
1
-7
/
+6
*
Add Id keyword
brian
1998-08-05
3
-2
/
+9
*
Add driver dgm - for the Digiboard PC/Xem
brian
1998-08-04
4
-0
/
+7023
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
- breakage of the warnings about pessimized i/o port types.
brian
1998-04-21
2
-31
/
+12
*
Correct the digiboard device names in agreement
brian
1998-04-21
1
-11
/
+16
*
o Move debug stuff down a bit so that it doesn't try to
brian
1998-04-21
1
-31
/
+38
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-9
/
+9
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+2
*
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
[next]