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
*
Add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-02
1
-2
/
+4
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+7
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-2
/
+2
*
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
schweikh
2003-01-01
1
-1
/
+1
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
1
-19
/
+14
*
Remove __P.
alfred
2002-03-20
1
-29
/
+29
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+9
*
Revert previous "fix"; bus mice still have to be manually probed even in
msmith
2001-08-31
1
-1
/
+1
*
Correct usage of ISA_PNP_PROBE
msmith
2001-08-30
1
-2
/
+2
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.
wollman
2001-01-20
1
-1
/
+1
*
Initiate deorbit burn sequence for <machine/mouse.h>.
phk
2000-10-09
1
-1
/
+1
*
- `Newbus'ified the driver.
yokota
2000-03-18
1
-124
/
+283
*
Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some
peter
2000-01-29
1
-3
/
+0
*
- 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
[next]