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
/
rp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+9
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Fix data corruption caused by last byte in oddly sized transfers being read
tegge
2002-10-20
1
-2
/
+3
*
Be consistent about functions being static.
phk
2002-10-16
3
-5
/
+5
*
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
-5
/
+5
*
#include "opt_compat.h" so that the support for old ioctls can actually
bde
2002-02-15
1
-0
/
+6
*
Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries to
gallatin
2001-11-05
2
-3
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-10
/
+10
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
3
-14
/
+8
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
2
-2
/
+0
*
Fix a bug upon initialization. (_INDX_ADDR -> _INDX_DATA)
tanimura
2000-08-21
1
-5
/
+6
*
- Eliminate rpread(). Call generic ttyread(). (cf rev 1.33)
tanimura
2000-06-12
2
-26
/
+7
*
1. Update Comtrol RocketPort driver(rp) to version 3.02.
tanimura
2000-06-11
5
-794
/
+1349
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-3
/
+8
*
Add $FreeBSD$
peter
2000-05-01
2
-0
/
+4
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-29
/
+1
*
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
-33
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-8
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-7
/
+3
*
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 up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-5
/
+4
*
Suser() simplification:
phk
1999-04-27
1
-4
/
+4
*
Add $Id: $
billf
1999-04-24
1
-0
/
+2
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-0
/
+4
*
Fix a braino from last commit.
peter
1999-04-19
1
-4
/
+0
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-8
/
+0
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-1
/
+2
*
Silence warnings.
eivind
1999-01-12
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-27
/
+21
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-9
/
+8
*
Changed %n to %r in devfs name format strings. %n has almost gone away.
bde
1998-07-15
1
-2
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-1
/
+1
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-1
/
+1
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-1
/
+1
*
Support for >32 ports.
jkh
1998-02-17
1
-58
/
+50
*
Staticize.
eivind
1998-02-09
1
-6
/
+6
*
Removed unnecessary (and broken) wakeup code in rpstart(). There is no
bde
1997-12-28
1
-15
/
+0
*
Change major number to match the one actually used (whoops!).
jkh
1997-12-26
1
-1
/
+1
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
1
-0
/
+2
*
Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are
bde
1997-12-06
1
-2
/
+2
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-1
/
+1
*
Update select -> poll in drivers.
peter
1997-09-14
1
-1
/
+1
*
Removed unused #includes.
bde
1997-09-01
1
-14
/
+0
*
Fixed absolute pathnames in #includes.
bde
1997-09-01
1
-2
/
+2
[next]