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
*
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
*
Remove #if NFOO > 0 (it's not required in most cases) and also where it
peter
2000-01-29
1
-3
/
+0
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-28
/
+2
*
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
-20
/
+12
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-17
/
+0
*
Fixed null setting of `rc_started'. This was fixed for the
bde
1999-06-04
1
-7
/
+2
*
Simplify cdevsw registration.
phk
1999-05-31
1
-16
/
+4
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+20
*
Add brackets around && within || to quieten egcs. I've checked the code
peter
1999-05-08
1
-6
/
+6
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-2
/
+3
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-1
/
+1
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-1
/
+2
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-1
/
+5
*
fix handling more than one cards
ache
1998-09-28
1
-2
/
+3
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-7
/
+8
*
Register tty software interrupt handlers at run time using register_swi()
bde
1998-08-11
1
-12
/
+7
*
Fixed null setting of multiple wakeup prevention variable.
bde
1998-08-10
1
-3
/
+3
[next]