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
/
cy
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).
bde
2003-09-27
2
-46
/
+24
*
Quick fix for bitrot in locking in the SMP case. cd_getreg() and
bde
2003-09-27
2
-8
/
+48
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Use __FBSDID().
obrien
2003-06-02
2
-4
/
+6
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-0
/
+1
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
2
-2
/
+2
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
2
-28
/
+20
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
2
-2
/
+0
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
2
-6
/
+6
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
2
-46
/
+44
*
Remove __P.
alfred
2002-03-20
2
-50
/
+50
*
Remove __P.
alfred
2002-03-20
1
-2
/
+2
*
Work around a PLX9050 bug that causes system lockup in certain systems,
bde
2002-03-17
1
-3
/
+4
*
Initialize a variable bogusly to avoid a gcc bug that causes a spurious
bde
2002-02-26
2
-0
/
+6
*
Merged cy_pcireg.h into the one file that uses it (cy_pci.c).
bde
2002-02-02
1
-1
/
+16
*
Fixed breakage of interrupt setup in previous commit. It used an
bde
2002-02-02
1
-0
/
+2
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
2
-20
/
+20
*
Modify the critical section API as follows:
jhb
2001-12-18
2
-142
/
+112
*
Call to cdevsw_add() no longer needed.
phk
2001-11-04
2
-2
/
+0
*
KSE Milestone 2
julian
2001-09-12
2
-20
/
+20
*
Fixed minor numbers when there is more than one cy card.
bde
2001-08-13
2
-12
/
+30
*
Use ttymalloc() instead of a static array of `struct tty'. This will
bde
2001-08-13
2
-30
/
+4
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
2
-2
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
2
-4
/
+8
*
Typo fix. s/criticale_t/critical_t/
peter
2001-03-28
2
-2
/
+2
*
Switch from save/disable/restore_intr() to critical_enter/exit().
jhb
2001-03-28
2
-198
/
+156
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
2
-2
/
+0
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
2
-4
/
+6
*
RIP <machine/lock.h>.
markm
2001-02-11
2
-2
/
+42
*
Revert the spin mutex for the cy(4) driver.
jhb
2001-02-09
2
-138
/
+304
*
- Use a spin mutex instead of COM_LOCK, since COM_LOCK is going away.
jhb
2001-02-09
2
-330
/
+166
*
Converted to new-bus.
bde
2001-02-01
1
-57
/
+85
*
Added used include of <sys/mutex.h>. The SMP case was broken by
bde
2001-01-30
2
-0
/
+2
*
Disable cy - it is now completely broken and needs non-trivial work.
peter
2001-01-25
1
-5
/
+0
*
Special case for compiling LINT - just give a warning and continue on.
peter
2001-01-17
1
-0
/
+5
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
2
-4
/
+2
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
2
-2
/
+0
*
- Catch up to new software interrupt code.
jhb
2000-10-25
2
-6
/
+6
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
2
-30
/
+32
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
2
-2
/
+0
*
Don't depend on <machine/cpufunc.h> unnecessarily including <machine/lock.h>.
bde
2000-10-12
2
-4
/
+0
*
Use schedsofttty() again (SMPng casualty with intentionally wrong fix
bde
2000-10-08
2
-10
/
+2
*
Make LINT link.
phk
2000-09-16
2
-0
/
+8
*
Make LINT compile.
phk
2000-09-16
2
-2
/
+2
*
Make LINT compile again.
phk
2000-09-16
1
-0
/
+1
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
2
-106
/
+288
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
2
-2
/
+20
*
Ahhrggg. Put the test for the compat shims AFTER the file that includes
imp
2000-03-27
1
-4
/
+4
*
Per conversations in -current, add #error to these drivers when you don't
imp
2000-03-27
1
-0
/
+4
*
Clean up some more loose ends..
peter
2000-01-23
2
-2
/
+2
[next]