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
/
gnu
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Completed move of Digiboard drivers to dev/dgb
babkin
2001-01-08
8
-10303
/
+0
*
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
*
Put on my nuclear-grade asbestos suit and cvs rm the old, broken, sound
peter
2000-10-02
6
-5566
/
+0
*
The change to do a longword compare in the previous commit just broke an
bde
2000-06-03
1
-1
/
+1
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
2
-2
/
+22
*
Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!
obrien
2000-05-22
1
-1
/
+1
*
If we are going to do a byte compare, the operands should be byte-sized.
obrien
2000-05-22
1
-1
/
+1
*
Fix inconsistent assembly. If byte moves are specified, a byte-sized
obrien
2000-05-22
1
-2
/
+2
*
Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS.
hoek
2000-05-21
1
-1
/
+1
*
Add $FreeBSD$
peter
2000-05-01
3
-3
/
+4
*
Remove #if NDGB > 0 and #if NDGM > 0
peter
2000-01-29
2
-9
/
+0
*
Remember folks, it's:
msmith
1999-10-12
3
-0
/
+3
*
remove unused #include
phk
1999-10-11
3
-3
/
+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
46
-46
/
+46
*
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
*
Staticize.
eivind
1999-04-11
1
-2
/
+2
*
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
*
Remove LKM support, src/lkm that built it is gone and it never worked as an
peter
1999-01-17
1
-35
/
+1
*
PR: kern/8819
dillon
1998-12-13
1
-55
/
+55
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
2
-24
/
+6
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-1
/
+1
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
1
-2
/
+2
*
Initialize earlier (ie: before npx) in case it makes any difference.
peter
1998-10-18
1
-4
/
+8
*
OOPS!
peter
1998-10-18
1
-2
/
+2
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-9
/
+29
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
2
-21
/
+17
*
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
6
-22
/
+28
*
Use offsetof() to avoid some casts from pointers to integers (of a
bde
1998-08-15
1
-1
/
+3
*
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
[next]