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
*
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
*
Update select -> poll in drivers.
peter
1997-09-14
1
-2
/
+2
*
Don't depend on gcc's feature of permitting labels that aren't followed
bde
1997-07-01
1
-3
/
+3
*
Removed unused #includes.
bde
1997-06-14
1
-6
/
+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
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
2
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
2
-2
/
+2
*
Much fixed & working digiboard driver.
davidn
1996-12-18
4
-934
/
+1333
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-39
/
+1
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
1
-3
/
+1
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
2
-22
/
+4
*
Fixed missing quote in a devfs string.
bde
1996-03-29
1
-2
/
+2
*
Switched from using devfs_add_sw() to using devfs_add_swf()
scrappy
1996-03-28
1
-21
/
+24
*
Fixed erroneous resending of the output buffer.
bde
1995-12-29
1
-11
/
+34
*
Changed the definition of DEBUG to agree with -DDEBUG to avoid warnings
bde
1995-12-22
1
-2
/
+2
*
Staticize.
phk
1995-12-17
1
-13
/
+14
*
Replaced nxreset by noreset (if the reset function gets called, then the
bde
1995-12-10
1
-2
/
+2
*
Removed new alias d_size_t for d_psize_t.
bde
1995-12-10
1
-2
/
+2
[next]