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
/
rc
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Use swi_remove() to teardown swi handlers rather than
jhb
2005-10-26
1
-2
/
+2
*
Catch up with new interrupt handling code.
ru
2005-10-26
1
-2
/
+2
*
Eliminate two unused arguments to ttycreate().
phk
2005-10-16
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
2
-2
/
+2
*
Use generic ttycode instead of local copy.
phk
2004-10-07
1
-183
/
+32
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Introduce ttygone() which indicates that the hardware is detached.
phk
2004-07-11
1
-72
/
+6
*
Define the tty methods as typedefs.
phk
2004-06-30
1
-3
/
+2
*
Pick the hotchar out of the tty structure instead of caching private
phk
2004-06-26
1
-7
/
+6
*
Use generic support for BREAK and modem control ioctls
phk
2004-06-25
1
-87
/
+48
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-6
/
+6
*
Centralize the line discipline optimization determination in a function
phk
2004-06-04
1
-21
/
+4
*
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
phk
2004-06-04
1
-2
/
+2
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-5
/
+5
*
Make the remaining serial drivers call ttyioctl() rather than calling
phk
2004-06-04
1
-5
/
+2
*
There is no need to explicitly call the stop function. In all likelyhood
phk
2004-06-01
1
-1
/
+0
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-4
/
+0
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-1
/
+1
*
Make TTYHOG tunable.
das
2003-03-05
1
-0
/
+2
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+10
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-1
/
+1
*
Move an optimization check so that it breaks out of the correct loop.
jhb
2003-02-26
1
-4
/
+3
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Use critical_enter/exit instead of disable/enable_intr to make this
jhb
2002-11-08
1
-18
/
+18
*
Cast si_drv2 to intptr_t instead of int to quiet warnings.
jhb
2002-10-25
1
-1
/
+1
*
- New-bussify the rc(4) device driver.
jhb
2002-10-23
2
-481
/
+610
*
Be consistent about funtions being static.
phk
2002-10-16
1
-2
/
+4
*
Off-by-128 error in the cuam* device node numbers.
rwatson
2002-05-20
1
-1
/
+1
*
Bump the rc driver a little bit closer to the 21st century: use
rwatson
2002-05-20
1
-0
/
+6
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-2
/
+2
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
1
-2
/
+2
*
Remove __P.
alfred
2002-03-20
1
-14
/
+14
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-4
/
+4
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+9
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-2
/
+0
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
Catch up to the new swi API.
jhb
2001-02-09
1
-7
/
+6
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Catch up to the new software interrupt code.
jhb
2000-10-25
1
-3
/
+4
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-5
/
+8
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Made this file compile again after move of stuff from <machine.ipl.h>
bde
2000-10-08
1
-1
/
+2
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-2
/
+7
*
Add $FreeBSD$
peter
2000-05-01
1
-0
/
+2
[next]