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
/
mse
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Remove cdevsw_add().
yokota
1999-10-06
1
-3
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-18
/
+3
*
Simplify cdevsw registration.
phk
1999-05-31
1
-17
/
+4
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-4
/
+6
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-3
/
+3
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+4
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-1
/
+3
*
- Add support for the following mice to psm/moused/sysmouse:
yokota
1997-12-07
1
-20
/
+205
*
Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.
bde
1997-11-18
1
-2
/
+2
*
Update select -> poll in drivers.
peter
1997-09-14
1
-17
/
+21
*
Removed unused #includes.
bde
1997-07-20
1
-2
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
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
*
Test in mseopen() whether the device has been configured at all, and
joerg
1996-12-19
1
-1
/
+4
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-27
/
+1
*
Removed recently introduced unnecessary #includes of <machine/cpu.h>
bde
1996-06-08
1
-4
/
+1
*
Hide the ``wrong signature'' message behind bootverbose. It's
joerg
1996-06-02
1
-2
/
+4
*
Switched from using devfs_add_sw() to using devfs_add_swf()
scrappy
1996-03-28
1
-12
/
+7
*
Completed function declarations and/or added prototypes and/or added
bde
1995-12-15
1
-12
/
+20
*
Removed duplicated #includes of <sys/conf.h>
bde
1995-12-15
1
-2
/
+1
*
Staticize and cleanup.
phk
1995-12-10
1
-4
/
+3
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-2
/
+2
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-33
/
+43
*
Removed unnecessary #includes of <sys/user.h>. Some of these were just
bde
1995-12-06
1
-2
/
+2
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+2
*
OK, that's it..
julian
1995-11-29
1
-14
/
+24
*
the second set of changes in a move towards getting devices to be
julian
1995-11-28
1
-1
/
+33
*
Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
bde
1995-11-04
1
-2
/
+1
*
Fix benign type mismatches in devsw functions. 82 out of 299 devsw
bde
1995-09-08
1
-6
/
+11
*
Don't include <sys/tty.h> in drivers that aren't tty drivers or in general
bde
1995-07-16
1
-2
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-10
/
+10
*
Add a class field to devconf and mst drivers.
wollman
1995-04-12
1
-22
/
+26
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-28
1
-1
/
+3
*
From: Lars Fredriksen <fredriks@mcs.com>
jkh
1994-11-08
1
-7
/
+43
*
Finished device configuration database work for all ISA devices (except `ze')
wollman
1994-10-23
1
-1
/
+23
*
Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).
wollman
1994-10-21
1
-2
/
+2
*
Change all #includes to follow the current Berkeley style. Some of these
wollman
1994-08-13
1
-13
/
+13
*
Added $Id$
dg
1994-08-02
1
-0
/
+2
*
Fix some references to MIN() and MAX() that have been replaced by min() and
rgrimes
1994-05-26
1
-1
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-7
/
+3
*
Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and
wollman
1993-11-25
1
-1
/
+11
*
This is my patched version of a busmouse driver originally by Rick Macklem
nate
1993-10-19
1
-0
/
+493